From 5a7a618379e46951871055f2a68be2fecd740e93 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 1 Sep 2023 09:24:43 -0400 Subject: [PATCH 1/7] Generate the current state of things. --- .../Appengine/GTLRAppengineQuery.m | 7 +- .../GTLRAppengineQuery.h | 37 +++++ .../GTLRAuthorizedBuyersMarketplaceObjects.h | 2 +- .../GTLRBigQueryDataTransferObjects.h | 8 +- .../GTLRBigQueryDataTransferQuery.h | 34 +++-- .../GTLRChromeManagementObjects.m | 77 ++++++++++ .../GTLRChromeManagementQuery.m | 67 +++++++- .../GTLRChromeManagementObjects.h | 143 ++++++++++++++++++ .../GTLRChromeManagementQuery.h | 114 ++++++++++++++ .../DisplayVideo/GTLRDisplayVideoQuery.m | 2 +- .../GTLRDisplayVideoObjects.h | 15 +- .../GTLRDisplayVideoQuery.h | 48 +++--- .../GTLRFirebaseDynamicLinksObjects.h | 35 ++--- .../GTLRFirebaseappcheckObjects.h | 11 +- .../GTLRNetworkconnectivityObjects.h | 6 +- 15 files changed, 527 insertions(+), 79 deletions(-) diff --git a/Sources/GeneratedServices/Appengine/GTLRAppengineQuery.m b/Sources/GeneratedServices/Appengine/GTLRAppengineQuery.m index d31b032c5..7e52d9281 100644 --- a/Sources/GeneratedServices/Appengine/GTLRAppengineQuery.m +++ b/Sources/GeneratedServices/Appengine/GTLRAppengineQuery.m @@ -13,6 +13,11 @@ // ---------------------------------------------------------------------------- // Constants +// includeExtraData +NSString * const kGTLRAppengineIncludeExtraDataIncludeExtraDataNone = @"INCLUDE_EXTRA_DATA_NONE"; +NSString * const kGTLRAppengineIncludeExtraDataIncludeExtraDataUnspecified = @"INCLUDE_EXTRA_DATA_UNSPECIFIED"; +NSString * const kGTLRAppengineIncludeExtraDataIncludeGoogleGeneratedMetadata = @"INCLUDE_GOOGLE_GENERATED_METADATA"; + // overrideStrategy NSString * const kGTLRAppengineOverrideStrategyOverride = @"OVERRIDE"; NSString * const kGTLRAppengineOverrideStrategyStrict = @"STRICT"; @@ -473,7 +478,7 @@ + (instancetype)queryWithObject:(GTLRAppengine_FirewallRule *)object @implementation GTLRAppengineQuery_AppsGet -@dynamic appsId; +@dynamic appsId, includeExtraData; + (instancetype)queryWithAppsId:(NSString *)appsId { NSArray *pathParams = @[ @"appsId" ]; diff --git a/Sources/GeneratedServices/Appengine/Public/GoogleAPIClientForREST/GTLRAppengineQuery.h b/Sources/GeneratedServices/Appengine/Public/GoogleAPIClientForREST/GTLRAppengineQuery.h index 4d7e25874..3ebb061ba 100644 --- a/Sources/GeneratedServices/Appengine/Public/GoogleAPIClientForREST/GTLRAppengineQuery.h +++ b/Sources/GeneratedServices/Appengine/Public/GoogleAPIClientForREST/GTLRAppengineQuery.h @@ -26,6 +26,28 @@ NS_ASSUME_NONNULL_BEGIN // ---------------------------------------------------------------------------- // Constants - For some of the query classes' properties below. +// ---------------------------------------------------------------------------- +// includeExtraData + +/** + * Do not return any extra data + * + * Value: "INCLUDE_EXTRA_DATA_NONE" + */ +FOUNDATION_EXTERN NSString * const kGTLRAppengineIncludeExtraDataIncludeExtraDataNone; +/** + * Unspecified: No extra data will be returned + * + * Value: "INCLUDE_EXTRA_DATA_UNSPECIFIED" + */ +FOUNDATION_EXTERN NSString * const kGTLRAppengineIncludeExtraDataIncludeExtraDataUnspecified; +/** + * Return GGCM associated with the resources + * + * Value: "INCLUDE_GOOGLE_GENERATED_METADATA" + */ +FOUNDATION_EXTERN NSString * const kGTLRAppengineIncludeExtraDataIncludeGoogleGeneratedMetadata; + // ---------------------------------------------------------------------------- // overrideStrategy @@ -880,6 +902,21 @@ FOUNDATION_EXTERN NSString * const kGTLRAppengineViewFullCertificate; */ @property(nonatomic, copy, nullable) NSString *appsId; +/** + * Options to include extra data + * + * Likely values: + * @arg @c kGTLRAppengineIncludeExtraDataIncludeExtraDataUnspecified + * Unspecified: No extra data will be returned (Value: + * "INCLUDE_EXTRA_DATA_UNSPECIFIED") + * @arg @c kGTLRAppengineIncludeExtraDataIncludeExtraDataNone Do not return + * any extra data (Value: "INCLUDE_EXTRA_DATA_NONE") + * @arg @c kGTLRAppengineIncludeExtraDataIncludeGoogleGeneratedMetadata + * Return GGCM associated with the resources (Value: + * "INCLUDE_GOOGLE_GENERATED_METADATA") + */ +@property(nonatomic, copy, nullable) NSString *includeExtraData; + /** * Fetches a @c GTLRAppengine_Application. * diff --git a/Sources/GeneratedServices/AuthorizedBuyersMarketplace/Public/GoogleAPIClientForREST/GTLRAuthorizedBuyersMarketplaceObjects.h b/Sources/GeneratedServices/AuthorizedBuyersMarketplace/Public/GoogleAPIClientForREST/GTLRAuthorizedBuyersMarketplaceObjects.h index fd6338322..a5be05210 100644 --- a/Sources/GeneratedServices/AuthorizedBuyersMarketplace/Public/GoogleAPIClientForREST/GTLRAuthorizedBuyersMarketplaceObjects.h +++ b/Sources/GeneratedServices/AuthorizedBuyersMarketplace/Public/GoogleAPIClientForREST/GTLRAuthorizedBuyersMarketplaceObjects.h @@ -1890,7 +1890,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAuthorizedBuyersMarketplace_VideoTargeti /** * The resource name of the finalized deal. Format: - * `buyers/{accountId}/finalizeddeals/{finalizedDealId}` + * `buyers/{accountId}/finalizedDeals/{finalizedDealId}` */ @property(nonatomic, copy, nullable) NSString *name; diff --git a/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferObjects.h b/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferObjects.h index b971b0f36..7fed83017 100644 --- a/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferObjects.h +++ b/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferObjects.h @@ -1046,9 +1046,11 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryDataTransfer_TransferRun_State_T /** * The resource name of the transfer config. Transfer config names have the - * form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. - * Where `config_id` is usually a uuid, even though it is not guaranteed or - * required. The name is ignored when creating a transfer config. + * form either + * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or + * `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is + * usually a UUID, even though it is not guaranteed or required. The name is + * ignored when creating a transfer config. */ @property(nonatomic, copy, nullable) NSString *name; diff --git a/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferQuery.h b/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferQuery.h index 47148425f..199b8bf13 100644 --- a/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferQuery.h +++ b/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferQuery.h @@ -761,9 +761,11 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryDataTransferStatesTransferStateU /** * The resource name of the transfer config. Transfer config names have the - * form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. - * Where `config_id` is usually a uuid, even though it is not guaranteed or - * required. The name is ignored when creating a transfer config. + * form either + * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or + * `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is + * usually a UUID, even though it is not guaranteed or required. The name is + * ignored when creating a transfer config. */ @property(nonatomic, copy, nullable) NSString *name; @@ -807,10 +809,11 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryDataTransferStatesTransferStateU * @param object The @c GTLRBigQueryDataTransfer_TransferConfig to include in * the query. * @param name The resource name of the transfer config. Transfer config names - * have the form - * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. - * Where `config_id` is usually a uuid, even though it is not guaranteed or - * required. The name is ignored when creating a transfer config. + * have the form either + * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or + * `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is + * usually a UUID, even though it is not guaranteed or required. The name is + * ignored when creating a transfer config. * * @return GTLRBigQueryDataTransferQuery_ProjectsLocationsTransferConfigsPatch */ @@ -1347,9 +1350,11 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryDataTransferStatesTransferStateU /** * The resource name of the transfer config. Transfer config names have the - * form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. - * Where `config_id` is usually a uuid, even though it is not guaranteed or - * required. The name is ignored when creating a transfer config. + * form either + * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or + * `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is + * usually a UUID, even though it is not guaranteed or required. The name is + * ignored when creating a transfer config. */ @property(nonatomic, copy, nullable) NSString *name; @@ -1393,10 +1398,11 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryDataTransferStatesTransferStateU * @param object The @c GTLRBigQueryDataTransfer_TransferConfig to include in * the query. * @param name The resource name of the transfer config. Transfer config names - * have the form - * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. - * Where `config_id` is usually a uuid, even though it is not guaranteed or - * required. The name is ignored when creating a transfer config. + * have the form either + * `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or + * `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is + * usually a UUID, even though it is not guaranteed or required. The name is + * ignored when creating a transfer config. * * @return GTLRBigQueryDataTransferQuery_ProjectsTransferConfigsPatch */ diff --git a/Sources/GeneratedServices/ChromeManagement/GTLRChromeManagementObjects.m b/Sources/GeneratedServices/ChromeManagement/GTLRChromeManagementObjects.m index 87f2d101e..e3eec5247 100644 --- a/Sources/GeneratedServices/ChromeManagement/GTLRChromeManagementObjects.m +++ b/Sources/GeneratedServices/ChromeManagement/GTLRChromeManagementObjects.m @@ -151,6 +151,13 @@ NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEvent_EventType_UsbAdded = @"USB_ADDED"; NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEvent_EventType_UsbRemoved = @"USB_REMOVED"; +// GTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter.eventTypes +NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_AudioSevereUnderrun = @"AUDIO_SEVERE_UNDERRUN"; +NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_EventTypeUnspecified = @"EVENT_TYPE_UNSPECIFIED"; +NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_NetworkHttpsLatencyChange = @"NETWORK_HTTPS_LATENCY_CHANGE"; +NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_UsbAdded = @"USB_ADDED"; +NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_UsbRemoved = @"USB_REMOVED"; + // GTLRChromeManagement_GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent.httpsLatencyState NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent_HttpsLatencyState_HttpsLatencyStateUnspecified = @"HTTPS_LATENCY_STATE_UNSPECIFIED"; NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent_HttpsLatencyState_Problem = @"PROBLEM"; @@ -763,6 +770,28 @@ + (NSString *)collectionItemsKey { @end +// ---------------------------------------------------------------------------- +// +// GTLRChromeManagement_GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse +// + +@implementation GTLRChromeManagement_GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse +@dynamic nextPageToken, telemetryNotificationConfigs; + ++ (NSDictionary *)arrayPropertyToClassMap { + NSDictionary *map = @{ + @"telemetryNotificationConfigs" : [GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig class] + }; + return map; +} + ++ (NSString *)collectionItemsKey { + return @"telemetryNotificationConfigs"; +} + +@end + + // ---------------------------------------------------------------------------- // // GTLRChromeManagement_GoogleChromeManagementV1ListTelemetryUsersResponse @@ -1000,6 +1029,24 @@ @implementation GTLRChromeManagement_GoogleChromeManagementV1TelemetryEvent @end +// ---------------------------------------------------------------------------- +// +// GTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter +// + +@implementation GTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter +@dynamic eventTypes; + ++ (NSDictionary *)arrayPropertyToClassMap { + NSDictionary *map = @{ + @"eventTypes" : [NSString class] + }; + return map; +} + +@end + + // ---------------------------------------------------------------------------- // // GTLRChromeManagement_GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent @@ -1010,6 +1057,27 @@ @implementation GTLRChromeManagement_GoogleChromeManagementV1TelemetryHttpsLaten @end +// ---------------------------------------------------------------------------- +// +// GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig +// + +@implementation GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig +@dynamic customer, filter, googleCloudPubsubTopic, name; +@end + + +// ---------------------------------------------------------------------------- +// +// GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationFilter +// + +@implementation GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationFilter +@dynamic deviceId, deviceOrgUnitId, telemetryEventNotificationFilter, userEmail, + userOrgUnitId; +@end + + // ---------------------------------------------------------------------------- // // GTLRChromeManagement_GoogleChromeManagementV1TelemetryUsbPeripheralsEvent @@ -1143,6 +1211,15 @@ @implementation GTLRChromeManagement_GoogleChromeManagementV1UsbPeripheralReport @end +// ---------------------------------------------------------------------------- +// +// GTLRChromeManagement_GoogleProtobufEmpty +// + +@implementation GTLRChromeManagement_GoogleProtobufEmpty +@end + + // ---------------------------------------------------------------------------- // // GTLRChromeManagement_GoogleRpcStatus diff --git a/Sources/GeneratedServices/ChromeManagement/GTLRChromeManagementQuery.m b/Sources/GeneratedServices/ChromeManagement/GTLRChromeManagementQuery.m index f05c64142..648b1ad8c 100644 --- a/Sources/GeneratedServices/ChromeManagement/GTLRChromeManagementQuery.m +++ b/Sources/GeneratedServices/ChromeManagement/GTLRChromeManagementQuery.m @@ -12,8 +12,6 @@ #import -#import - // ---------------------------------------------------------------------------- // Constants @@ -302,6 +300,71 @@ + (instancetype)queryWithParent:(NSString *)parent { @end +@implementation GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsCreate + +@dynamic parent; + ++ (instancetype)queryWithObject:(GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig *)object + parent:(NSString *)parent { + if (object == nil) { +#if defined(DEBUG) && DEBUG + NSAssert(object != nil, @"Got a nil object"); +#endif + return nil; + } + NSArray *pathParams = @[ @"parent" ]; + NSString *pathURITemplate = @"v1/{+parent}/telemetry/notificationConfigs"; + GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsCreate *query = + [[self alloc] initWithPathURITemplate:pathURITemplate + HTTPMethod:@"POST" + pathParameterNames:pathParams]; + query.bodyObject = object; + query.parent = parent; + query.expectedObjectClass = [GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig class]; + query.loggingName = @"chromemanagement.customers.telemetry.notificationConfigs.create"; + return query; +} + +@end + +@implementation GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsDelete + +@dynamic name; + ++ (instancetype)queryWithName:(NSString *)name { + NSArray *pathParams = @[ @"name" ]; + NSString *pathURITemplate = @"v1/{+name}"; + GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsDelete *query = + [[self alloc] initWithPathURITemplate:pathURITemplate + HTTPMethod:@"DELETE" + pathParameterNames:pathParams]; + query.name = name; + query.expectedObjectClass = [GTLRChromeManagement_GoogleProtobufEmpty class]; + query.loggingName = @"chromemanagement.customers.telemetry.notificationConfigs.delete"; + return query; +} + +@end + +@implementation GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsList + +@dynamic pageSize, pageToken, parent; + ++ (instancetype)queryWithParent:(NSString *)parent { + NSArray *pathParams = @[ @"parent" ]; + NSString *pathURITemplate = @"v1/{+parent}/telemetry/notificationConfigs"; + GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsList *query = + [[self alloc] initWithPathURITemplate:pathURITemplate + HTTPMethod:nil + pathParameterNames:pathParams]; + query.parent = parent; + query.expectedObjectClass = [GTLRChromeManagement_GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse class]; + query.loggingName = @"chromemanagement.customers.telemetry.notificationConfigs.list"; + return query; +} + +@end + @implementation GTLRChromeManagementQuery_CustomersTelemetryUsersGet @dynamic name, readMask; diff --git a/Sources/GeneratedServices/ChromeManagement/Public/GoogleAPIClientForREST/GTLRChromeManagementObjects.h b/Sources/GeneratedServices/ChromeManagement/Public/GoogleAPIClientForREST/GTLRChromeManagementObjects.h index 71b9eeb08..035a765b2 100644 --- a/Sources/GeneratedServices/ChromeManagement/Public/GoogleAPIClientForREST/GTLRChromeManagementObjects.h +++ b/Sources/GeneratedServices/ChromeManagement/Public/GoogleAPIClientForREST/GTLRChromeManagementObjects.h @@ -60,7 +60,10 @@ @class GTLRChromeManagement_GoogleChromeManagementV1TelemetryDevice; @class GTLRChromeManagement_GoogleChromeManagementV1TelemetryDeviceInfo; @class GTLRChromeManagement_GoogleChromeManagementV1TelemetryEvent; +@class GTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter; @class GTLRChromeManagement_GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent; +@class GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig; +@class GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationFilter; @class GTLRChromeManagement_GoogleChromeManagementV1TelemetryUsbPeripheralsEvent; @class GTLRChromeManagement_GoogleChromeManagementV1TelemetryUser; @class GTLRChromeManagement_GoogleChromeManagementV1TelemetryUserDevice; @@ -752,6 +755,42 @@ FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV */ FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEvent_EventType_UsbRemoved; +// ---------------------------------------------------------------------------- +// GTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter.eventTypes + +/** + * Triggered when a audio devices run out of buffer data for more than 5 + * seconds. + * + * Value: "AUDIO_SEVERE_UNDERRUN" + */ +FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_AudioSevereUnderrun; +/** + * Event type unknown. + * + * Value: "EVENT_TYPE_UNSPECIFIED" + */ +FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_EventTypeUnspecified; +/** + * Triggered when a new HTTPS latency problem was detected or the device has + * recovered form an existing HTTPS latency problem. + * + * Value: "NETWORK_HTTPS_LATENCY_CHANGE" + */ +FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_NetworkHttpsLatencyChange; +/** + * Triggered when USB devices are added. + * + * Value: "USB_ADDED" + */ +FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_UsbAdded; +/** + * Triggered when USB devices are removed. + * + * Value: "USB_REMOVED" + */ +FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter_EventTypes_UsbRemoved; + // ---------------------------------------------------------------------------- // GTLRChromeManagement_GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent.httpsLatencyState @@ -2524,6 +2563,33 @@ FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV @end +/** + * Response message for listing notification configs for a customer. + * + * @note This class supports NSFastEnumeration and indexed subscripting over + * its "telemetryNotificationConfigs" property. If returned as the result + * of a query, it should support automatic pagination (when @c + * shouldFetchNextPages is enabled). + */ +@interface GTLRChromeManagement_GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse : GTLRCollectionObject + +/** + * A token, which can be sent as `page_token` to retrieve the next page. If + * this field is omitted, there are no subsequent pages. + */ +@property(nonatomic, copy, nullable) NSString *nextPageToken; + +/** + * The telemetry notification configs from the specified customer. + * + * @note This property is used to support NSFastEnumeration and indexed + * subscripting on this class. + */ +@property(nonatomic, strong, nullable) NSArray *telemetryNotificationConfigs; + +@end + + /** * Response message for listing telemetry users for a customer. * @@ -3189,6 +3255,19 @@ FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV @end +/** + * Configures how the telemetry events should be filtered. + */ +@interface GTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter : GTLRObject + +/** + * Only sends the notifications for events of these types. Must not be empty. + */ +@property(nonatomic, strong, nullable) NSArray *eventTypes; + +@end + + /** * Https latency routine is run periodically and * `TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was @@ -3217,6 +3296,60 @@ FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV @end +/** + * Configuration to receive notifications of telemetry data. + */ +@interface GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig : GTLRObject + +/** Output only. Google Workspace customer that owns the resource. */ +@property(nonatomic, copy, nullable) NSString *customer; + +/** Only send notifications for telemetry data matching this filter. */ +@property(nonatomic, strong, nullable) GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationFilter *filter; + +/** The pubsub topic to which notifications are published to. */ +@property(nonatomic, copy, nullable) NSString *googleCloudPubsubTopic; + +/** Output only. Resource name of the notification configuration. */ +@property(nonatomic, copy, nullable) NSString *name; + +@end + + +/** + * Configures how the telemetry data should be filtered. + */ +@interface GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationFilter : GTLRObject + +/** + * If set, only sends notifications for telemetry data coming from this device. + */ +@property(nonatomic, copy, nullable) NSString *deviceId; + +/** + * If set, only sends notifications for telemetry data coming from devices in + * this org unit. + */ +@property(nonatomic, copy, nullable) NSString *deviceOrgUnitId; + +/** Only sends notifications for the telemetry events matching this filter. */ +@property(nonatomic, strong, nullable) GTLRChromeManagement_GoogleChromeManagementV1TelemetryEventNotificationFilter *telemetryEventNotificationFilter; + +/** + * If set, only sends notifications for telemetry data coming from devices + * owned by this user. + */ +@property(nonatomic, copy, nullable) NSString *userEmail; + +/** + * If set, only sends notifications for telemetry data coming from devices + * owned by users in this org unit. + */ +@property(nonatomic, copy, nullable) NSString *userOrgUnitId; + +@end + + /** * `TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or * removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT @@ -3513,6 +3646,16 @@ FOUNDATION_EXTERN NSString * const kGTLRChromeManagement_GoogleChromeManagementV @end +/** + * A generic empty message that you can re-use to avoid defining duplicated + * empty messages in your APIs. A typical example is to use it as the request + * or the response type of an API method. For instance: service Foo { rpc + * Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } + */ +@interface GTLRChromeManagement_GoogleProtobufEmpty : GTLRObject +@end + + /** * The `Status` type defines a logical error model that is suitable for * different programming environments, including REST APIs and RPC APIs. It is diff --git a/Sources/GeneratedServices/ChromeManagement/Public/GoogleAPIClientForREST/GTLRChromeManagementQuery.h b/Sources/GeneratedServices/ChromeManagement/Public/GoogleAPIClientForREST/GTLRChromeManagementQuery.h index 77a6ac350..3d80567bc 100644 --- a/Sources/GeneratedServices/ChromeManagement/Public/GoogleAPIClientForREST/GTLRChromeManagementQuery.h +++ b/Sources/GeneratedServices/ChromeManagement/Public/GoogleAPIClientForREST/GTLRChromeManagementQuery.h @@ -16,6 +16,8 @@ #error This file was generated by a different version of ServiceGenerator which is incompatible with this GTLR library source. #endif +#import "GTLRChromeManagementObjects.h" + // Generated comments include content from the discovery document; avoid them // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push @@ -778,6 +780,118 @@ FOUNDATION_EXTERN NSString * const kGTLRChromeManagementAppTypeTheme; @end +/** + * Create a telemetry notification config. + * + * Method: chromemanagement.customers.telemetry.notificationConfigs.create + * + * Authorization scope(s): + * @c kGTLRAuthScopeChromeManagementChromeManagementTelemetryReadonly + */ +@interface GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsCreate : GTLRChromeManagementQuery + +/** + * Required. The parent resource where this notification config will be + * created. Format: `customers/{customer}` + */ +@property(nonatomic, copy, nullable) NSString *parent; + +/** + * Fetches a @c + * GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig. + * + * Create a telemetry notification config. + * + * @param object The @c + * GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig + * to include in the query. + * @param parent Required. The parent resource where this notification config + * will be created. Format: `customers/{customer}` + * + * @return GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsCreate + */ ++ (instancetype)queryWithObject:(GTLRChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig *)object + parent:(NSString *)parent; + +@end + +/** + * Delete a telemetry notification config. + * + * Method: chromemanagement.customers.telemetry.notificationConfigs.delete + * + * Authorization scope(s): + * @c kGTLRAuthScopeChromeManagementChromeManagementTelemetryReadonly + */ +@interface GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsDelete : GTLRChromeManagementQuery + +/** + * Required. The name of the notification config to delete. Format: + * `customers/{customer}/telemetry/notificationConfigs/{notification_config}` + */ +@property(nonatomic, copy, nullable) NSString *name; + +/** + * Fetches a @c GTLRChromeManagement_GoogleProtobufEmpty. + * + * Delete a telemetry notification config. + * + * @param name Required. The name of the notification config to delete. Format: + * `customers/{customer}/telemetry/notificationConfigs/{notification_config}` + * + * @return GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsDelete + */ ++ (instancetype)queryWithName:(NSString *)name; + +@end + +/** + * List all telemetry notification configs. + * + * Method: chromemanagement.customers.telemetry.notificationConfigs.list + * + * Authorization scope(s): + * @c kGTLRAuthScopeChromeManagementChromeManagementTelemetryReadonly + */ +@interface GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsList : GTLRChromeManagementQuery + +/** + * The maximum number of notification configs to return. The service may return + * fewer than this value. If unspecified, at most 100 notification configs will + * be returned. The maximum value is 100; values above 100 will be coerced to + * 100. + */ +@property(nonatomic, assign) NSInteger pageSize; + +/** + * A page token, received from a previous `ListTelemetryNotificationConfigs` + * call. Provide this to retrieve the subsequent page. When paginating, all + * other parameters provided to `ListTelemetryNotificationConfigs` must match + * the call that provided the page token. + */ +@property(nonatomic, copy, nullable) NSString *pageToken; + +/** Required. The parent which owns the notification configs. */ +@property(nonatomic, copy, nullable) NSString *parent; + +/** + * Fetches a @c + * GTLRChromeManagement_GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse. + * + * List all telemetry notification configs. + * + * @param parent Required. The parent which owns the notification configs. + * + * @return GTLRChromeManagementQuery_CustomersTelemetryNotificationConfigsList + * + * @note Automatic pagination will be done when @c shouldFetchNextPages is + * enabled. See @c shouldFetchNextPages on @c GTLRService for more + * information. + */ ++ (instancetype)queryWithParent:(NSString *)parent; + +@end + /** * Get telemetry user. * diff --git a/Sources/GeneratedServices/DisplayVideo/GTLRDisplayVideoQuery.m b/Sources/GeneratedServices/DisplayVideo/GTLRDisplayVideoQuery.m index 0ef348f7c..34731cca5 100644 --- a/Sources/GeneratedServices/DisplayVideo/GTLRDisplayVideoQuery.m +++ b/Sources/GeneratedServices/DisplayVideo/GTLRDisplayVideoQuery.m @@ -3241,7 +3241,7 @@ + (instancetype)queryWithObject:(GTLRDisplayVideo_EditInventorySourceReadWriteAc @implementation GTLRDisplayVideoQuery_InventorySourcesGet -@dynamic advertiserId, inventorySourceId, partnerId; +@dynamic inventorySourceId, partnerId; + (instancetype)queryWithInventorySourceId:(long long)inventorySourceId { NSArray *pathParams = @[ @"inventorySourceId" ]; diff --git a/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoObjects.h b/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoObjects.h index dc7ca4f5d..364f28857 100644 --- a/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoObjects.h +++ b/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoObjects.h @@ -13739,8 +13739,10 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_YoutubeVideoDetails_Unavail @property(nonatomic, copy, nullable) NSString *name; /** - * Required. The ID of the targeting option assigned to the location list. Must - * be of type TARGETING_TYPE_GEO_REGION. + * Required. The ID of the targeting option assigned to the location list. + * Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL + * location lists. When creating or deleting assigned locations, this value + * must be of type TARGETING_TYPE_GEO_REGION. */ @property(nonatomic, copy, nullable) NSString *targetingOptionId; @@ -15289,7 +15291,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_YoutubeVideoDetails_Unavail /** - * Response message for BulkListCampaignAssignedTargetingOptions. + * GTLRDisplayVideo_BulkListCampaignAssignedTargetingOptionsResponse * * @note This class supports NSFastEnumeration and indexed subscripting over * its "assignedTargetingOptions" property. If returned as the result of @@ -15319,7 +15321,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_YoutubeVideoDetails_Unavail /** - * Response message for BulkListInsertionOrderAssignedTargetingOptions. + * GTLRDisplayVideo_BulkListInsertionOrderAssignedTargetingOptionsResponse * * @note This class supports NSFastEnumeration and indexed subscripting over * its "assignedTargetingOptions" property. If returned as the result of @@ -23382,7 +23384,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_YoutubeVideoDetails_Unavail /** - * Response message for ListInsertionOrderAssignedTargetingOptions. + * GTLRDisplayVideo_ListInsertionOrderAssignedTargetingOptionsResponse * * @note This class supports NSFastEnumeration and indexed subscripting over * its "assignedTargetingOptions" property. If returned as the result of @@ -28063,7 +28065,8 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_YoutubeVideoDetails_Unavail * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * - * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` If not using an + * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` * + * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` If not using an * applicable strategy, the value of this field will be 0. * * Uses NSNumber of longLongValue. diff --git a/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoQuery.h b/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoQuery.h index 001e2c70c..722159b8d 100644 --- a/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoQuery.h +++ b/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoQuery.h @@ -4471,9 +4471,8 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo * assigned targeting options provided in * BulkEditAssignedTargetingOptionsRequest.create_requests. Requests to this * endpoint cannot be made concurrently with the following requests updating - * the same line item: * BulkUpdate * UpdateLineItem * - * CreateLineItemAssignedTargetingOption * - * DeleteLineItemAssignedTargetingOption + * the same line item: * lineItems.bulkUpdate * lineItems.patch * + * assignedTargetingOptions.create * assignedTargetingOptions.delete * * Method: displayvideo.advertisers.lineItems.bulkEditAssignedTargetingOptions * @@ -4494,9 +4493,8 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo * assigned targeting options provided in * BulkEditAssignedTargetingOptionsRequest.create_requests. Requests to this * endpoint cannot be made concurrently with the following requests updating - * the same line item: * BulkUpdate * UpdateLineItem * - * CreateLineItemAssignedTargetingOption * - * DeleteLineItemAssignedTargetingOption + * the same line item: * lineItems.bulkUpdate * lineItems.patch * + * assignedTargetingOptions.create * assignedTargetingOptions.delete * * @param object The @c * GTLRDisplayVideo_BulkEditAssignedTargetingOptionsRequest to include in the @@ -4597,8 +4595,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo * Updates multiple line items. Requests to this endpoint cannot be made * concurrently with the following requests updating the same line item: * * BulkEditAssignedTargetingOptions * UpdateLineItem * - * CreateLineItemAssignedTargetingOption * - * DeleteLineItemAssignedTargetingOption + * assignedTargetingOptions.create * assignedTargetingOptions.delete * * Method: displayvideo.advertisers.lineItems.bulkUpdate * @@ -4616,8 +4613,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo * Updates multiple line items. Requests to this endpoint cannot be made * concurrently with the following requests updating the same line item: * * BulkEditAssignedTargetingOptions * UpdateLineItem * - * CreateLineItemAssignedTargetingOption * - * DeleteLineItemAssignedTargetingOption + * assignedTargetingOptions.create * assignedTargetingOptions.delete * * @param object The @c GTLRDisplayVideo_BulkUpdateLineItemsRequest to include * in the query. @@ -4890,8 +4886,8 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo * Updates an existing line item. Returns the updated line item if successful. * Requests to this endpoint cannot be made concurrently with the following * requests updating the same line item: * BulkEditAssignedTargetingOptions * - * BulkUpdateLineItems * CreateLineItemAssignedTargetingOption * - * DeleteLineItemAssignedTargetingOption + * BulkUpdateLineItems * assignedTargetingOptions.create * + * assignedTargetingOptions.delete * * Method: displayvideo.advertisers.lineItems.patch * @@ -4919,8 +4915,8 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo * Updates an existing line item. Returns the updated line item if successful. * Requests to this endpoint cannot be made concurrently with the following * requests updating the same line item: * BulkEditAssignedTargetingOptions * - * BulkUpdateLineItems * CreateLineItemAssignedTargetingOption * - * DeleteLineItemAssignedTargetingOption + * BulkUpdateLineItems * assignedTargetingOptions.create * + * assignedTargetingOptions.delete * * @param object The @c GTLRDisplayVideo_LineItem to include in the query. * @param advertiserId Output only. The unique ID of the advertiser the line @@ -4940,8 +4936,8 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo * Assigns a targeting option to a line item. Returns the assigned targeting * option if successful. Requests to this endpoint cannot be made concurrently * with the following requests updating the same line item: * - * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * - * DeleteLineItemAssignedTargetingOption + * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * + * lineItems.patch * DeleteLineItemAssignedTargetingOption * * Method: displayvideo.advertisers.lineItems.targetingTypes.assignedTargetingOptions.create * @@ -5154,8 +5150,8 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo * Assigns a targeting option to a line item. Returns the assigned targeting * option if successful. Requests to this endpoint cannot be made concurrently * with the following requests updating the same line item: * - * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * - * DeleteLineItemAssignedTargetingOption + * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * + * lineItems.patch * DeleteLineItemAssignedTargetingOption * * @param object The @c GTLRDisplayVideo_AssignedTargetingOption to include in * the query. @@ -5362,8 +5358,9 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo /** * Deletes an assigned targeting option from a line item. Requests to this * endpoint cannot be made concurrently with the following requests updating - * the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * - * UpdateLineItem * CreateLineItemAssignedTargetingOption + * the same line item: * lineItems.bulkEditAssignedTargetingOptions * + * lineItems.bulkUpdate * lineItems.patch * + * CreateLineItemAssignedTargetingOption * * Method: displayvideo.advertisers.lineItems.targetingTypes.assignedTargetingOptions.delete * @@ -5577,8 +5574,9 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo * * Deletes an assigned targeting option from a line item. Requests to this * endpoint cannot be made concurrently with the following requests updating - * the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * - * UpdateLineItem * CreateLineItemAssignedTargetingOption + * the same line item: * lineItems.bulkEditAssignedTargetingOptions * + * lineItems.bulkUpdate * lineItems.patch * + * CreateLineItemAssignedTargetingOption * * @param advertiserId Required. The ID of the advertiser the line item belongs * to. @@ -12381,12 +12379,6 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideoTargetingTypeTargetingTypeYo */ @interface GTLRDisplayVideoQuery_InventorySourcesGet : GTLRDisplayVideoQuery -/** - * Optional. The advertiser_id is optional, when it is provided, the advertiser - * access is used. - */ -@property(nonatomic, assign) long long advertiserId; - /** Required. The ID of the inventory source to fetch. */ @property(nonatomic, assign) long long inventorySourceId; diff --git a/Sources/GeneratedServices/FirebaseDynamicLinks/Public/GoogleAPIClientForREST/GTLRFirebaseDynamicLinksObjects.h b/Sources/GeneratedServices/FirebaseDynamicLinks/Public/GoogleAPIClientForREST/GTLRFirebaseDynamicLinksObjects.h index 05c79414b..6951fcb09 100644 --- a/Sources/GeneratedServices/FirebaseDynamicLinks/Public/GoogleAPIClientForREST/GTLRFirebaseDynamicLinksObjects.h +++ b/Sources/GeneratedServices/FirebaseDynamicLinks/Public/GoogleAPIClientForREST/GTLRFirebaseDynamicLinksObjects.h @@ -299,13 +299,13 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_DynamicLinkWarning_ */ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionRequest_RetrievalMethod_ExplicitStrongAfterWeakMatch; /** - * iSDK performs a server lookup by device fingerprint upon a dev API call. + * iSDK performs a server lookup by device heuristics upon a dev API call. * * Value: "EXPLICIT_WEAK_MATCH" */ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionRequest_RetrievalMethod_ExplicitWeakMatch; /** - * iSDK performs a server lookup by device fingerprint in the background when + * iSDK performs a server lookup by device heuristics in the background when * app is first-opened; no API called by developer. * * Value: "IMPLICIT_WEAK_MATCH" @@ -344,14 +344,14 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_GetIosPostInstallAt // GTLRFirebaseDynamicLinks_GetIosPostInstallAttributionResponse.attributionConfidence /** - * Default confidence, match based on fingerprint + * Default confidence, match based on device heuristics. * * Value: "DEFAULT" */ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionResponse_AttributionConfidence_Default; /** * Unique confidence, match based on "unique match link to check" or other - * means + * means. * * Value: "UNIQUE" */ @@ -364,7 +364,7 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_GetIosPostInstallAt FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionResponse_AttributionConfidence_UnknownAttributionConfidence; /** * Weak confidence, more than one matching link found or link suspected to be - * false positive + * false positive. * * Value: "WEAK" */ @@ -928,10 +928,10 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_Suffix_Option_Ungue * iSDK performs a strong match only if weak match is found upon a dev * API call. (Value: "EXPLICIT_STRONG_AFTER_WEAK_MATCH") * @arg @c kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionRequest_RetrievalMethod_ExplicitWeakMatch - * iSDK performs a server lookup by device fingerprint upon a dev API + * iSDK performs a server lookup by device heuristics upon a dev API * call. (Value: "EXPLICIT_WEAK_MATCH") * @arg @c kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionRequest_RetrievalMethod_ImplicitWeakMatch - * iSDK performs a server lookup by device fingerprint in the background + * iSDK performs a server lookup by device heuristics in the background * when app is first-opened; no API called by developer. (Value: * "IMPLICIT_WEAK_MATCH") * @arg @c kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionRequest_RetrievalMethod_UnknownPayloadRetrievalMethod @@ -944,8 +944,8 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_Suffix_Option_Ungue /** * Possible unique matched link that server need to check before performing - * fingerprint match. If passed link is short server need to expand the link. - * If link is long server need to vslidate the link. + * device heuristics match. If passed link is short server need to expand the + * link. If link is long server need to vslidate the link. */ @property(nonatomic, copy, nullable) NSString *uniqueMatchLinkToCheck; @@ -982,21 +982,22 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_Suffix_Option_Ungue * * Likely values: * @arg @c kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionResponse_AttributionConfidence_Default - * Default confidence, match based on fingerprint (Value: "DEFAULT") + * Default confidence, match based on device heuristics. (Value: + * "DEFAULT") * @arg @c kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionResponse_AttributionConfidence_Unique * Unique confidence, match based on "unique match link to check" or - * other means (Value: "UNIQUE") + * other means. (Value: "UNIQUE") * @arg @c kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionResponse_AttributionConfidence_UnknownAttributionConfidence * Unset. (Value: "UNKNOWN_ATTRIBUTION_CONFIDENCE") * @arg @c kGTLRFirebaseDynamicLinks_GetIosPostInstallAttributionResponse_AttributionConfidence_Weak * Weak confidence, more than one matching link found or link suspected - * to be false positive (Value: "WEAK") + * to be false positive. (Value: "WEAK") */ @property(nonatomic, copy, nullable) NSString *attributionConfidence; /** - * The deep-link attributed post-install via one of several techniques - * (fingerprint, copy unique). + * The deep-link attributed post-install via one of several techniques (device + * heuristics, copy unique). */ @property(nonatomic, copy, nullable) NSString *deepLink; @@ -1018,8 +1019,8 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_Suffix_Option_Ungue @property(nonatomic, copy, nullable) NSString *fallbackLink; /** - * Invitation ID attributed post-install via one of several techniques - * (fingerprint, copy unique). + * Invitation ID attributed post-install via one of several techniques (device + * heuristics, copy unique). */ @property(nonatomic, copy, nullable) NSString *invitationId; @@ -1040,7 +1041,7 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_Suffix_Option_Ungue /** * Entire FDL (short or long) attributed post-install via one of several - * techniques (fingerprint, copy unique). + * techniques (device heuristics, copy unique). */ @property(nonatomic, copy, nullable) NSString *requestedLink; diff --git a/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckObjects.h b/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckObjects.h index 37742bffb..9c00cc113 100644 --- a/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckObjects.h +++ b/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckObjects.h @@ -69,7 +69,11 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseappcheck_GoogleFirebaseAppcheckV * Firebase App Check is not enforced for the service, nor are App Check * metrics collected. Though the service is not protected by App Check in this * mode, other applicable protections, such as user authorization, are still - * enforced. An unconfigured service is in this mode by default. + * enforced. An unconfigured service is in this mode by default. Note that + * resource policies behave slightly differently as an unconfigured resource + * policy means that the resource will inherit the EnforcementMode configured + * for the service it belongs to and will not be considered as being in OFF + * mode by default. * * Value: "OFF" */ @@ -940,7 +944,10 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseappcheck_GoogleFirebaseAppcheckV * metrics collected. Though the service is not protected by App Check in * this mode, other applicable protections, such as user authorization, * are still enforced. An unconfigured service is in this mode by - * default. (Value: "OFF") + * default. Note that resource policies behave slightly differently as an + * unconfigured resource policy means that the resource will inherit the + * EnforcementMode configured for the service it belongs to and will not + * be considered as being in OFF mode by default. (Value: "OFF") * @arg @c kGTLRFirebaseappcheck_GoogleFirebaseAppcheckV1Service_EnforcementMode_Unenforced * Firebase App Check is not enforced for the service. App Check metrics * are collected to help you decide when to turn on enforcement for the diff --git a/Sources/GeneratedServices/Networkconnectivity/Public/GoogleAPIClientForREST/GTLRNetworkconnectivityObjects.h b/Sources/GeneratedServices/Networkconnectivity/Public/GoogleAPIClientForREST/GTLRNetworkconnectivityObjects.h index 57d83cd38..ef7541009 100644 --- a/Sources/GeneratedServices/Networkconnectivity/Public/GoogleAPIClientForREST/GTLRNetworkconnectivityObjects.h +++ b/Sources/GeneratedServices/Networkconnectivity/Public/GoogleAPIClientForREST/GTLRNetworkconnectivityObjects.h @@ -1601,9 +1601,7 @@ FOUNDATION_EXTERN NSString * const kGTLRNetworkconnectivity_Warnings_Code_Warnin /** - * A group is a set of spokes to which you can apply policies. Each group of - * spokes has its own route table. For each group, you can also set different - * rules for whether spokes can be automatically attached to the hub. + * A group represents a subset of spokes attached to a hub. */ @interface GTLRNetworkconnectivity_Group : GTLRObject @@ -3480,7 +3478,7 @@ FOUNDATION_EXTERN NSString * const kGTLRNetworkconnectivity_Warnings_Code_Warnin */ @property(nonatomic, copy, nullable) NSString *descriptionProperty; -/** The name of the group that this spoke is associated with. */ +/** Optional. The name of the group that this spoke is associated with. */ @property(nonatomic, copy, nullable) NSString *group; /** Immutable. The name of the hub that this spoke is attached to. */ From 925b24a455d5366fdc641278d87afc448b66a048 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 1 Sep 2023 09:59:02 -0400 Subject: [PATCH 2/7] Annotate deprecated Query and Query Parameters. Use a CPP symbol just incase someone needs to use a prefix to suppress these deprecations for some reason. If a required parameter is deprecated, log a message as there is no way to annotate just one argument to the method as such. --- .../GoogleAPIClientForREST/GTLRObject.h | 4 ++ Tools/ServiceGenerator/SGGenerator.m | 51 +++++++++++++++++-- 2 files changed, 52 insertions(+), 3 deletions(-) diff --git a/Sources/Core/Public/GoogleAPIClientForREST/GTLRObject.h b/Sources/Core/Public/GoogleAPIClientForREST/GTLRObject.h index d4a45e472..18d4f115b 100644 --- a/Sources/Core/Public/GoogleAPIClientForREST/GTLRObject.h +++ b/Sources/Core/Public/GoogleAPIClientForREST/GTLRObject.h @@ -23,6 +23,10 @@ NS_ASSUME_NONNULL_BEGIN +#ifndef GTLR_DEPRECATED +#define GTLR_DEPRECATED __attribute__((deprecated)) +#endif + /** * Protocol that can be implemented to provide custom logic for what class * should be created out of the given JSON. diff --git a/Tools/ServiceGenerator/SGGenerator.m b/Tools/ServiceGenerator/SGGenerator.m index d812bb243..edb8d8b8e 100644 --- a/Tools/ServiceGenerator/SGGenerator.m +++ b/Tools/ServiceGenerator/SGGenerator.m @@ -37,6 +37,7 @@ static NSString *kCapObjCNameKey = @"capObjCName"; static NSString *kAllResourcesKey = @"allResources"; static NSString *kAllMethodsKey = @"allMethods"; +static NSString *kHasDeprecatedMethodKey = @"hasDeprecatedMethodKey"; static NSString *kQueryEnumsMapKey = @"queryEnumsMap"; static NSString *kObjectEnumsMapKey = @"objectEnumsMap"; static NSString *kAllSchemasKey = @"allSchemas"; @@ -69,6 +70,11 @@ static NSString *kSuppressDocumentationWarningsEnd = @"#pragma clang diagnostic pop\n"; +// Discovery doesn't provide a message (just a boolean), simple annotation is +// all that is possible. +static NSString *kDeprecatedSuffix = @" GTLR_DEPRECATED"; +static NSString *kDeprecatedWithNewline = @"GTLR_DEPRECATED\n"; + typedef enum { kGenerateInterface = 1, kGenerateImplementation @@ -92,6 +98,7 @@ + (NSArray *)sg_acceptedUnknowns; @interface GTLRDiscovery_RestDescription (SGGeneratorAdditions) @property(readonly) NSArray *sg_allMethods; +@property(readonly) BOOL sg_hasDeprecatedMethod; @property(readonly) NSDictionary *sg_queryEnumsMap; @property(readonly) NSDictionary *sg_objectEnumsMap; @property(readonly) NSArray *sg_allSchemas; @@ -1218,9 +1225,20 @@ - (NSString *)querySource { [parts addObject:header]; } + BOOL hasDeprecatedMethod = self.api.sg_hasDeprecatedMethod; + if (hasDeprecatedMethod) { + [parts addObject: + @"#pragma clang diagnostic push\n" + @"#pragma clang diagnostic ignored \"-Wdeprecated-implementations\"\n"]; + } + NSString *queryClassStr = [self generateQueryClassesForMode:kGenerateImplementation]; [parts addObject:queryClassStr]; + if (hasDeprecatedMethod) { + [parts addObject:@"#pragma clang diagnostic pop\n"]; + } + return [parts componentsJoinedByString:@"\n"]; } @@ -1498,15 +1516,17 @@ - (NSString *)generateQueryPropertyBlock:(NSArray *)paramSchema extraAttributes = [extraAttributes stringByAppendingFormat:@", getter=valueOf_%@", paramObjCName]; } + NSString *maybeDeprecated = param.deprecated.boolValue ? kDeprecatedSuffix : @""; NSString *clangDirective = @""; if ((asPtr || [objcType isEqual:@"id"]) && [_notRetainedPredicate evaluateWithObject:paramObjCName]) { clangDirective = @" NS_RETURNS_NOT_RETAINED"; } - NSString *propertyLine = [NSString stringWithFormat:@"@property(nonatomic, %@%@) %@%@%@%@;\n", + NSString *propertyLine = [NSString stringWithFormat:@"@property(nonatomic, %@%@) %@%@%@%@%@;\n", objcPropertySemantics, extraAttributes, objcType, (asPtr ? @" *" : @" "), paramObjCName, + maybeDeprecated, clangDirective]; if (hd.hasText) { [parts addObject:hd.string]; @@ -1757,8 +1777,11 @@ - (NSString *)generateQueryClassesForMode:(GeneratorMode)mode { } } - atBlock = [NSString stringWithFormat:@"%@@interface %@ : %@\n", - classHDoc.string, queryClassName, self.objcQueryBaseClassName]; + atBlock = [NSString stringWithFormat:@"%@%@@interface %@ : %@\n", + classHDoc.string, + (method.deprecated.boolValue ? kDeprecatedWithNewline : @""), + queryClassName, + self.objcQueryBaseClassName]; } else { atBlock = [NSString stringWithFormat:@"@implementation %@\n", queryClassName]; } @@ -1854,6 +1877,12 @@ - (NSString *)generateQueryClassesForMode:(GeneratorMode)mode { if (!param.required.boolValue) { continue; } + if (param.deprecated.boolValue) { + NSString *msg = + [NSString stringWithFormat:@"Method %@ has required param '%@' that is also deprecated, no way to annotate that.", + method.identifier, param.sg_name]; + [self addInfo:msg]; + } hasRequiredParams = YES; NSString *objcType = nil; BOOL asPtr = NO; @@ -3000,6 +3029,22 @@ - (NSArray *)sg_allMethods { return result; } +- (BOOL)sg_hasDeprecatedMethod { + NSNumber *result = [self sg_propertyForKey:kHasDeprecatedMethodKey]; + if (result == nil) { + result = @NO; + for (GTLRDiscovery_RestMethod *method in self.sg_allMethods) { + if (method.deprecated.boolValue) { + result = @YES; + break; + } + } + + [self sg_setProperty:result forKey:kHasDeprecatedMethodKey]; + } + return [result boolValue]; +} + // Returns a dictionary keyed by the "grouping" where the objects are the // values keyed by the constant name. i.e. -- // { 'scope': { From 1b7cefb62c8967b2429219560566749d145cefbe Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 1 Sep 2023 10:00:43 -0400 Subject: [PATCH 3/7] Regenerate to pick up the annotations on query/query params. --- .../GTLRAiplatformQuery.h | 8 +-- .../GTLRAndroidManagementQuery.h | 2 +- .../GTLRAndroidPublisherQuery.h | 4 +- .../GTLRBigQueryDataTransferQuery.m | 5 ++ .../GTLRBigQueryDataTransferQuery.h | 2 + .../GTLRBigQueryReservationQuery.m | 5 ++ .../GTLRBigQueryReservationQuery.h | 1 + .../GTLRCloudBuildQuery.h | 24 ++++----- .../GTLRCloudDataplexQuery.h | 2 +- .../Compute/GTLRComputeQuery.m | 5 ++ .../GoogleAPIClientForREST/GTLRComputeQuery.h | 1 + .../Container/GTLRContainerQuery.m | 5 ++ .../GTLRContainerQuery.h | 54 ++++++++++--------- .../GTLRDataflowQuery.h | 6 +-- .../GoogleAPIClientForREST/GTLRDriveQuery.h | 54 +++++++++---------- .../GTLRFirebaseappcheckQuery.m | 5 ++ .../GTLRFirebaseappcheckQuery.h | 4 ++ .../GTLRHangoutsChatQuery.h | 2 +- .../GoogleAPIClientForREST/GTLRPubsubQuery.h | 2 +- .../GTLRSecurityCommandCenterQuery.m | 5 ++ .../GTLRSecurityCommandCenterQuery.h | 7 +++ .../GTLRServiceManagementQuery.h | 2 +- .../GTLRStreetViewPublishQuery.h | 2 +- .../GoogleAPIClientForREST/GTLRYouTubeQuery.h | 4 +- 24 files changed, 129 insertions(+), 82 deletions(-) diff --git a/Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformQuery.h b/Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformQuery.h index 31e8b6f25..4129bc457 100644 --- a/Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformQuery.h +++ b/Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformQuery.h @@ -2571,7 +2571,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAiplatformViewPublisherModelViewUnspecif * An expression for filtering the Annotations that will be returned per * DataItem. * `annotation_spec_id` - for = or !=. */ -@property(nonatomic, copy, nullable) NSString *annotationsFilter; +@property(nonatomic, copy, nullable) NSString *annotationsFilter GTLR_DEPRECATED; /** * If set, only up to this many of Annotations will be returned per @@ -2615,7 +2615,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAiplatformViewPublisherModelViewUnspecif * A comma-separated list of fields to order by, sorted in ascending order. Use * "desc" after a field name for descending. */ -@property(nonatomic, copy, nullable) NSString *orderBy; +@property(nonatomic, copy, nullable) NSString *orderBy GTLR_DEPRECATED; /** * A comma-separated list of annotation fields to order by, sorted in ascending @@ -2654,7 +2654,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAiplatformViewPublisherModelViewUnspecif * `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}` * All of the search will be done in the context of this SavedQuery. */ -@property(nonatomic, copy, nullable) NSString *savedQuery; +@property(nonatomic, copy, nullable) NSString *savedQuery GTLR_DEPRECATED; /** * Fetches a @c GTLRAiplatform_GoogleCloudAiplatformV1SearchDataItemsResponse. @@ -7912,7 +7912,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAiplatformViewPublisherModelViewUnspecif @interface GTLRAiplatformQuery_ProjectsLocationsMetadataStoresDelete : GTLRAiplatformQuery /** Deprecated: Field is no longer supported. */ -@property(nonatomic, assign) BOOL force; +@property(nonatomic, assign) BOOL force GTLR_DEPRECATED; /** * Required. The resource name of the MetadataStore to delete. Format: diff --git a/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementQuery.h b/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementQuery.h index 069659154..67a647f68 100644 --- a/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementQuery.h +++ b/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementQuery.h @@ -135,7 +135,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagementWipeDataFlagsWipeExtern * Set this to field to true for all EMM-managed enterprises * (https://developers.google.com/android/management/create-enterprise#emm-managed_enterprises). */ -@property(nonatomic, assign) BOOL agreementAccepted; +@property(nonatomic, assign) BOOL agreementAccepted GTLR_DEPRECATED; /** * The enterprise token appended to the callback URL. Set this when creating a diff --git a/Sources/GeneratedServices/AndroidPublisher/Public/GoogleAPIClientForREST/GTLRAndroidPublisherQuery.h b/Sources/GeneratedServices/AndroidPublisher/Public/GoogleAPIClientForREST/GTLRAndroidPublisherQuery.h index cd7c55112..78bebba8f 100644 --- a/Sources/GeneratedServices/AndroidPublisher/Public/GoogleAPIClientForREST/GTLRAndroidPublisherQuery.h +++ b/Sources/GeneratedServices/AndroidPublisher/Public/GoogleAPIClientForREST/GTLRAndroidPublisherQuery.h @@ -2369,7 +2369,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidPublisherImageTypeWearScreenshots @interface GTLRAndroidPublisherQuery_InappproductsList : GTLRAndroidPublisherQuery /** Deprecated and ignored. The page size is determined by the server. */ -@property(nonatomic, assign) NSUInteger maxResults; +@property(nonatomic, assign) NSUInteger maxResults GTLR_DEPRECATED; /** Package name of the app. */ @property(nonatomic, copy, nullable) NSString *packageName; @@ -2377,7 +2377,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidPublisherImageTypeWearScreenshots /** * Deprecated and ignored. Set the `token` parameter to retrieve the next page. */ -@property(nonatomic, assign) NSUInteger startIndex; +@property(nonatomic, assign) NSUInteger startIndex GTLR_DEPRECATED; /** Pagination token. If empty, list starts at the first product. */ @property(nonatomic, copy, nullable) NSString *token; diff --git a/Sources/GeneratedServices/BigQueryDataTransfer/GTLRBigQueryDataTransferQuery.m b/Sources/GeneratedServices/BigQueryDataTransfer/GTLRBigQueryDataTransferQuery.m index 6c287baef..57ee92490 100644 --- a/Sources/GeneratedServices/BigQueryDataTransfer/GTLRBigQueryDataTransferQuery.m +++ b/Sources/GeneratedServices/BigQueryDataTransfer/GTLRBigQueryDataTransferQuery.m @@ -36,6 +36,9 @@ // Query Classes // +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + @implementation GTLRBigQueryDataTransferQuery @dynamic fields; @@ -787,3 +790,5 @@ + (instancetype)queryWithObject:(GTLRBigQueryDataTransfer_StartManualTransferRun } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferQuery.h b/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferQuery.h index 199b8bf13..6d8011f4b 100644 --- a/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferQuery.h +++ b/Sources/GeneratedServices/BigQueryDataTransfer/Public/GoogleAPIClientForREST/GTLRBigQueryDataTransferQuery.h @@ -1052,6 +1052,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryDataTransferStatesTransferStateU * @c kGTLRAuthScopeBigQueryDataTransferBigquery * @c kGTLRAuthScopeBigQueryDataTransferCloudPlatform */ +GTLR_DEPRECATED @interface GTLRBigQueryDataTransferQuery_ProjectsLocationsTransferConfigsScheduleRuns : GTLRBigQueryDataTransferQuery /** @@ -1641,6 +1642,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryDataTransferStatesTransferStateU * @c kGTLRAuthScopeBigQueryDataTransferBigquery * @c kGTLRAuthScopeBigQueryDataTransferCloudPlatform */ +GTLR_DEPRECATED @interface GTLRBigQueryDataTransferQuery_ProjectsTransferConfigsScheduleRuns : GTLRBigQueryDataTransferQuery /** diff --git a/Sources/GeneratedServices/BigQueryReservation/GTLRBigQueryReservationQuery.m b/Sources/GeneratedServices/BigQueryReservation/GTLRBigQueryReservationQuery.m index f0123998d..71c38ffbe 100644 --- a/Sources/GeneratedServices/BigQueryReservation/GTLRBigQueryReservationQuery.m +++ b/Sources/GeneratedServices/BigQueryReservation/GTLRBigQueryReservationQuery.m @@ -10,6 +10,9 @@ #import +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + @implementation GTLRBigQueryReservationQuery @dynamic fields; @@ -494,3 +497,5 @@ + (instancetype)queryWithObject:(GTLRBigQueryReservation_BiReservation *)object } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/BigQueryReservation/Public/GoogleAPIClientForREST/GTLRBigQueryReservationQuery.h b/Sources/GeneratedServices/BigQueryReservation/Public/GoogleAPIClientForREST/GTLRBigQueryReservationQuery.h index 6a36fd860..38ce50554 100644 --- a/Sources/GeneratedServices/BigQueryReservation/Public/GoogleAPIClientForREST/GTLRBigQueryReservationQuery.h +++ b/Sources/GeneratedServices/BigQueryReservation/Public/GoogleAPIClientForREST/GTLRBigQueryReservationQuery.h @@ -920,6 +920,7 @@ NS_ASSUME_NONNULL_BEGIN * @c kGTLRAuthScopeBigQueryReservationBigquery * @c kGTLRAuthScopeBigQueryReservationCloudPlatform */ +GTLR_DEPRECATED @interface GTLRBigQueryReservationQuery_ProjectsLocationsSearchAssignments : GTLRBigQueryReservationQuery /** The maximum number of items to return per page. */ diff --git a/Sources/GeneratedServices/CloudBuild/Public/GoogleAPIClientForREST/GTLRCloudBuildQuery.h b/Sources/GeneratedServices/CloudBuild/Public/GoogleAPIClientForREST/GTLRCloudBuildQuery.h index be089bab3..34a66c6ff 100644 --- a/Sources/GeneratedServices/CloudBuild/Public/GoogleAPIClientForREST/GTLRCloudBuildQuery.h +++ b/Sources/GeneratedServices/CloudBuild/Public/GoogleAPIClientForREST/GTLRCloudBuildQuery.h @@ -474,7 +474,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy, nullable) NSString *parent; /** ID of the project. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Fetches a @c GTLRCloudBuild_Operation. @@ -504,7 +504,7 @@ NS_ASSUME_NONNULL_BEGIN @interface GTLRCloudBuildQuery_ProjectsGithubEnterpriseConfigsDelete : GTLRCloudBuildQuery /** Unique identifier of the `GitHubEnterpriseConfig` */ -@property(nonatomic, copy, nullable) NSString *configId; +@property(nonatomic, copy, nullable) NSString *configId GTLR_DEPRECATED; /** * This field should contain the name of the enterprise config resource. For @@ -514,7 +514,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy, nullable) NSString *name; /** ID of the project */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Fetches a @c GTLRCloudBuild_Operation. @@ -542,7 +542,7 @@ NS_ASSUME_NONNULL_BEGIN @interface GTLRCloudBuildQuery_ProjectsGithubEnterpriseConfigsGet : GTLRCloudBuildQuery /** Unique identifier of the `GitHubEnterpriseConfig` */ -@property(nonatomic, copy, nullable) NSString *configId; +@property(nonatomic, copy, nullable) NSString *configId GTLR_DEPRECATED; /** * This field should contain the name of the enterprise config resource. For @@ -552,7 +552,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy, nullable) NSString *name; /** ID of the project */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Fetches a @c GTLRCloudBuild_GitHubEnterpriseConfig. @@ -586,7 +586,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy, nullable) NSString *parent; /** ID of the project */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Fetches a @c GTLRCloudBuild_ListGithubEnterpriseConfigsResponse. @@ -1238,7 +1238,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy, nullable) NSString *parent; /** ID of the project. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Fetches a @c GTLRCloudBuild_Operation. @@ -1268,7 +1268,7 @@ NS_ASSUME_NONNULL_BEGIN @interface GTLRCloudBuildQuery_ProjectsLocationsGithubEnterpriseConfigsDelete : GTLRCloudBuildQuery /** Unique identifier of the `GitHubEnterpriseConfig` */ -@property(nonatomic, copy, nullable) NSString *configId; +@property(nonatomic, copy, nullable) NSString *configId GTLR_DEPRECATED; /** * This field should contain the name of the enterprise config resource. For @@ -1278,7 +1278,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy, nullable) NSString *name; /** ID of the project */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Fetches a @c GTLRCloudBuild_Operation. @@ -1306,7 +1306,7 @@ NS_ASSUME_NONNULL_BEGIN @interface GTLRCloudBuildQuery_ProjectsLocationsGithubEnterpriseConfigsGet : GTLRCloudBuildQuery /** Unique identifier of the `GitHubEnterpriseConfig` */ -@property(nonatomic, copy, nullable) NSString *configId; +@property(nonatomic, copy, nullable) NSString *configId GTLR_DEPRECATED; /** * This field should contain the name of the enterprise config resource. For @@ -1316,7 +1316,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy, nullable) NSString *name; /** ID of the project */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Fetches a @c GTLRCloudBuild_GitHubEnterpriseConfig. @@ -1350,7 +1350,7 @@ NS_ASSUME_NONNULL_BEGIN @property(nonatomic, copy, nullable) NSString *parent; /** ID of the project */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Fetches a @c GTLRCloudBuild_ListGithubEnterpriseConfigsResponse. diff --git a/Sources/GeneratedServices/CloudDataplex/Public/GoogleAPIClientForREST/GTLRCloudDataplexQuery.h b/Sources/GeneratedServices/CloudDataplex/Public/GoogleAPIClientForREST/GTLRCloudDataplexQuery.h index 002087f45..1480a65bb 100644 --- a/Sources/GeneratedServices/CloudDataplex/Public/GoogleAPIClientForREST/GTLRCloudDataplexQuery.h +++ b/Sources/GeneratedServices/CloudDataplex/Public/GoogleAPIClientForREST/GTLRCloudDataplexQuery.h @@ -4875,7 +4875,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudDataplexViewTables; @interface GTLRCloudDataplexQuery_ProjectsLocationsLakesZonesEntitiesPartitionsDelete : GTLRCloudDataplexQuery /** Optional. The etag associated with the partition. */ -@property(nonatomic, copy, nullable) NSString *ETag; +@property(nonatomic, copy, nullable) NSString *ETag GTLR_DEPRECATED; /** * Required. The resource name of the partition. format: diff --git a/Sources/GeneratedServices/Compute/GTLRComputeQuery.m b/Sources/GeneratedServices/Compute/GTLRComputeQuery.m index e88458685..ca55a7971 100644 --- a/Sources/GeneratedServices/Compute/GTLRComputeQuery.m +++ b/Sources/GeneratedServices/Compute/GTLRComputeQuery.m @@ -33,6 +33,9 @@ // Query Classes // +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + @implementation GTLRComputeQuery @dynamic fields; @@ -19759,3 +19762,5 @@ + (instancetype)queryWithProject:(NSString *)project { } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Compute/Public/GoogleAPIClientForREST/GTLRComputeQuery.h b/Sources/GeneratedServices/Compute/Public/GoogleAPIClientForREST/GTLRComputeQuery.h index eb1bd5214..ed4ba8a9b 100644 --- a/Sources/GeneratedServices/Compute/Public/GoogleAPIClientForREST/GTLRComputeQuery.h +++ b/Sources/GeneratedServices/Compute/Public/GoogleAPIClientForREST/GTLRComputeQuery.h @@ -22718,6 +22718,7 @@ FOUNDATION_EXTERN NSString * const kGTLRComputeMostDisruptiveAllowedActionRestar * @c kGTLRAuthScopeCompute * @c kGTLRAuthScopeComputeCloudPlatform */ +GTLR_DEPRECATED @interface GTLRComputeQuery_ProjectsMoveInstance : GTLRComputeQuery /** Project ID for this request. */ diff --git a/Sources/GeneratedServices/Container/GTLRContainerQuery.m b/Sources/GeneratedServices/Container/GTLRContainerQuery.m index 151ee0d9d..07c99a1dc 100644 --- a/Sources/GeneratedServices/Container/GTLRContainerQuery.m +++ b/Sources/GeneratedServices/Container/GTLRContainerQuery.m @@ -11,6 +11,9 @@ #import +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + @implementation GTLRContainerQuery @dynamic fields; @@ -1937,3 +1940,5 @@ + (instancetype)queryWithProjectId:(NSString *)projectId } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Container/Public/GoogleAPIClientForREST/GTLRContainerQuery.h b/Sources/GeneratedServices/Container/Public/GoogleAPIClientForREST/GTLRContainerQuery.h index 44a8a6319..5d9a9725a 100644 --- a/Sources/GeneratedServices/Container/Public/GoogleAPIClientForREST/GTLRContainerQuery.h +++ b/Sources/GeneratedServices/Container/Public/GoogleAPIClientForREST/GTLRContainerQuery.h @@ -224,7 +224,7 @@ NS_ASSUME_NONNULL_BEGIN * Deprecated. The name of the cluster to delete. This field has been * deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *clusterId; +@property(nonatomic, copy, nullable) NSString *clusterId GTLR_DEPRECATED; /** * The name (project, location, cluster) of the cluster to delete. Specified in @@ -237,7 +237,7 @@ NS_ASSUME_NONNULL_BEGIN * number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). * This field has been deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Deprecated. The name of the Google Compute Engine @@ -247,7 +247,7 @@ NS_ASSUME_NONNULL_BEGIN * * Remapped to 'zoneProperty' to avoid NSObject's 'zone'. */ -@property(nonatomic, copy, nullable) NSString *zoneProperty; +@property(nonatomic, copy, nullable) NSString *zoneProperty GTLR_DEPRECATED; /** * Fetches a @c GTLRContainer_Operation. @@ -281,7 +281,7 @@ NS_ASSUME_NONNULL_BEGIN * Deprecated. The name of the cluster to retrieve. This field has been * deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *clusterId; +@property(nonatomic, copy, nullable) NSString *clusterId GTLR_DEPRECATED; /** * The name (project, location, cluster) of the cluster to retrieve. Specified @@ -294,7 +294,7 @@ NS_ASSUME_NONNULL_BEGIN * number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). * This field has been deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Deprecated. The name of the Google Compute Engine @@ -304,7 +304,7 @@ NS_ASSUME_NONNULL_BEGIN * * Remapped to 'zoneProperty' to avoid NSObject's 'zone'. */ -@property(nonatomic, copy, nullable) NSString *zoneProperty; +@property(nonatomic, copy, nullable) NSString *zoneProperty GTLR_DEPRECATED; /** * Fetches a @c GTLRContainer_Cluster. @@ -375,7 +375,7 @@ NS_ASSUME_NONNULL_BEGIN * number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). * This field has been deprecated and replaced by the parent field. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Deprecated. The name of the Google Compute Engine @@ -385,7 +385,7 @@ NS_ASSUME_NONNULL_BEGIN * * Remapped to 'zoneProperty' to avoid NSObject's 'zone'. */ -@property(nonatomic, copy, nullable) NSString *zoneProperty; +@property(nonatomic, copy, nullable) NSString *zoneProperty GTLR_DEPRECATED; /** * Fetches a @c GTLRContainer_ListClustersResponse. @@ -488,7 +488,7 @@ NS_ASSUME_NONNULL_BEGIN * Deprecated. The name of the cluster. This field has been deprecated and * replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *clusterId; +@property(nonatomic, copy, nullable) NSString *clusterId GTLR_DEPRECATED; /** * The name (project, location, cluster, node pool id) of the node pool to @@ -501,14 +501,14 @@ NS_ASSUME_NONNULL_BEGIN * Deprecated. The name of the node pool to delete. This field has been * deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *nodePoolId; +@property(nonatomic, copy, nullable) NSString *nodePoolId GTLR_DEPRECATED; /** * Deprecated. The Google Developers Console [project ID or project * number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). * This field has been deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Deprecated. The name of the Google Compute Engine @@ -518,7 +518,7 @@ NS_ASSUME_NONNULL_BEGIN * * Remapped to 'zoneProperty' to avoid NSObject's 'zone'. */ -@property(nonatomic, copy, nullable) NSString *zoneProperty; +@property(nonatomic, copy, nullable) NSString *zoneProperty GTLR_DEPRECATED; /** * Fetches a @c GTLRContainer_Operation. @@ -549,7 +549,7 @@ NS_ASSUME_NONNULL_BEGIN * Deprecated. The name of the cluster. This field has been deprecated and * replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *clusterId; +@property(nonatomic, copy, nullable) NSString *clusterId GTLR_DEPRECATED; /** * The name (project, location, cluster, node pool id) of the node pool to get. @@ -562,14 +562,14 @@ NS_ASSUME_NONNULL_BEGIN * Deprecated. The name of the node pool. This field has been deprecated and * replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *nodePoolId; +@property(nonatomic, copy, nullable) NSString *nodePoolId GTLR_DEPRECATED; /** * Deprecated. The Google Developers Console [project ID or project * number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). * This field has been deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Deprecated. The name of the Google Compute Engine @@ -579,7 +579,7 @@ NS_ASSUME_NONNULL_BEGIN * * Remapped to 'zoneProperty' to avoid NSObject's 'zone'. */ -@property(nonatomic, copy, nullable) NSString *zoneProperty; +@property(nonatomic, copy, nullable) NSString *zoneProperty GTLR_DEPRECATED; /** * Fetches a @c GTLRContainer_NodePool. @@ -610,7 +610,7 @@ NS_ASSUME_NONNULL_BEGIN * Deprecated. The name of the cluster. This field has been deprecated and * replaced by the parent field. */ -@property(nonatomic, copy, nullable) NSString *clusterId; +@property(nonatomic, copy, nullable) NSString *clusterId GTLR_DEPRECATED; /** * The parent (project, location, cluster name) where the node pools will be @@ -623,7 +623,7 @@ NS_ASSUME_NONNULL_BEGIN * number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). * This field has been deprecated and replaced by the parent field. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Deprecated. The name of the Google Compute Engine @@ -633,7 +633,7 @@ NS_ASSUME_NONNULL_BEGIN * * Remapped to 'zoneProperty' to avoid NSObject's 'zone'. */ -@property(nonatomic, copy, nullable) NSString *zoneProperty; +@property(nonatomic, copy, nullable) NSString *zoneProperty GTLR_DEPRECATED; /** * Fetches a @c GTLRContainer_ListNodePoolsResponse. @@ -906,6 +906,7 @@ NS_ASSUME_NONNULL_BEGIN * Authorization scope(s): * @c kGTLRAuthScopeContainerCloudPlatform */ +GTLR_DEPRECATED @interface GTLRContainerQuery_ProjectsLocationsClustersSetLocations : GTLRContainerQuery /** @@ -1295,7 +1296,7 @@ NS_ASSUME_NONNULL_BEGIN * number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). * This field has been deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Deprecated. The name of the Google Compute Engine @@ -1305,7 +1306,7 @@ NS_ASSUME_NONNULL_BEGIN * * Remapped to 'zoneProperty' to avoid NSObject's 'zone'. */ -@property(nonatomic, copy, nullable) NSString *zoneProperty; +@property(nonatomic, copy, nullable) NSString *zoneProperty GTLR_DEPRECATED; /** * Fetches a @c GTLRContainer_ServerConfig. @@ -1375,14 +1376,14 @@ NS_ASSUME_NONNULL_BEGIN * Deprecated. The server-assigned `name` of the operation. This field has been * deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *operationId; +@property(nonatomic, copy, nullable) NSString *operationId GTLR_DEPRECATED; /** * Deprecated. The Google Developers Console [project ID or project * number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). * This field has been deprecated and replaced by the name field. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Deprecated. The name of the Google Compute Engine @@ -1392,7 +1393,7 @@ NS_ASSUME_NONNULL_BEGIN * * Remapped to 'zoneProperty' to avoid NSObject's 'zone'. */ -@property(nonatomic, copy, nullable) NSString *zoneProperty; +@property(nonatomic, copy, nullable) NSString *zoneProperty GTLR_DEPRECATED; /** * Fetches a @c GTLRContainer_Operation. @@ -1430,7 +1431,7 @@ NS_ASSUME_NONNULL_BEGIN * number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). * This field has been deprecated and replaced by the parent field. */ -@property(nonatomic, copy, nullable) NSString *projectId; +@property(nonatomic, copy, nullable) NSString *projectId GTLR_DEPRECATED; /** * Deprecated. The name of the Google Compute Engine @@ -1440,7 +1441,7 @@ NS_ASSUME_NONNULL_BEGIN * * Remapped to 'zoneProperty' to avoid NSObject's 'zone'. */ -@property(nonatomic, copy, nullable) NSString *zoneProperty; +@property(nonatomic, copy, nullable) NSString *zoneProperty GTLR_DEPRECATED; /** * Fetches a @c GTLRContainer_ListOperationsResponse. @@ -1905,6 +1906,7 @@ NS_ASSUME_NONNULL_BEGIN * Authorization scope(s): * @c kGTLRAuthScopeContainerCloudPlatform */ +GTLR_DEPRECATED @interface GTLRContainerQuery_ProjectsZonesClustersLocations : GTLRContainerQuery /** diff --git a/Sources/GeneratedServices/Dataflow/Public/GoogleAPIClientForREST/GTLRDataflowQuery.h b/Sources/GeneratedServices/Dataflow/Public/GoogleAPIClientForREST/GTLRDataflowQuery.h index 5f96a274c..ad77c0556 100644 --- a/Sources/GeneratedServices/Dataflow/Public/GoogleAPIClientForREST/GTLRDataflowQuery.h +++ b/Sources/GeneratedServices/Dataflow/Public/GoogleAPIClientForREST/GTLRDataflowQuery.h @@ -286,7 +286,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDataflowViewMetadataOnly; * limited job description data for steps, labels and environment. * (Value: "JOB_VIEW_DESCRIPTION") */ -@property(nonatomic, copy, nullable) NSString *view; +@property(nonatomic, copy, nullable) NSString *view GTLR_DEPRECATED; /** * Fetches a @c GTLRDataflow_ListJobsResponse. @@ -671,7 +671,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDataflowViewMetadataOnly; * limited job description data for steps, labels and environment. * (Value: "JOB_VIEW_DESCRIPTION") */ -@property(nonatomic, copy, nullable) NSString *view; +@property(nonatomic, copy, nullable) NSString *view GTLR_DEPRECATED; /** * Fetches a @c GTLRDataflow_ListJobsResponse. @@ -1491,7 +1491,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDataflowViewMetadataOnly; * limited job description data for steps, labels and environment. * (Value: "JOB_VIEW_DESCRIPTION") */ -@property(nonatomic, copy, nullable) NSString *view; +@property(nonatomic, copy, nullable) NSString *view GTLR_DEPRECATED; /** * Fetches a @c GTLRDataflow_ListJobsResponse. diff --git a/Sources/GeneratedServices/Drive/Public/GoogleAPIClientForREST/GTLRDriveQuery.h b/Sources/GeneratedServices/Drive/Public/GoogleAPIClientForREST/GTLRDriveQuery.h index 308fe2b4b..176281f06 100644 --- a/Sources/GeneratedServices/Drive/Public/GoogleAPIClientForREST/GTLRDriveQuery.h +++ b/Sources/GeneratedServices/Drive/Public/GoogleAPIClientForREST/GTLRDriveQuery.h @@ -118,10 +118,10 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** Deprecated: Use `driveId` instead. */ -@property(nonatomic, copy, nullable) NSString *teamDriveId; +@property(nonatomic, copy, nullable) NSString *teamDriveId GTLR_DEPRECATED; /** * Fetches a @c GTLRDrive_StartPageToken. @@ -199,7 +199,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL includeTeamDriveItems; +@property(nonatomic, assign) BOOL includeTeamDriveItems GTLR_DEPRECATED; /** * The maximum number of changes to return per page. @@ -246,10 +246,10 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** Deprecated: Use `driveId` instead. */ -@property(nonatomic, copy, nullable) NSString *teamDriveId; +@property(nonatomic, copy, nullable) NSString *teamDriveId GTLR_DEPRECATED; /** * Fetches a @c GTLRDrive_ChangeList. @@ -335,7 +335,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL includeTeamDriveItems; +@property(nonatomic, assign) BOOL includeTeamDriveItems GTLR_DEPRECATED; /** * The maximum number of changes to return per page. @@ -382,10 +382,10 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** Deprecated: Use `driveId` instead. */ -@property(nonatomic, copy, nullable) NSString *teamDriveId; +@property(nonatomic, copy, nullable) NSString *teamDriveId GTLR_DEPRECATED; /** * Fetches a @c GTLRDrive_Channel. @@ -970,7 +970,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Fetches a @c GTLRDrive_File. @@ -1074,7 +1074,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Whether to use the uploaded content as indexable text. @@ -1138,7 +1138,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL enforceSingleParent; +@property(nonatomic, assign) BOOL enforceSingleParent GTLR_DEPRECATED; /** The ID of the file. */ @property(nonatomic, copy, nullable) NSString *fileId; @@ -1156,7 +1156,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Upon successful completion, the callback's object and error parameters will @@ -1195,7 +1195,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL enforceSingleParent; +@property(nonatomic, assign) BOOL enforceSingleParent GTLR_DEPRECATED; /** * Upon successful completion, the callback's object and error parameters will @@ -1353,7 +1353,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Fetches a @c GTLRDrive_File. @@ -1430,7 +1430,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * @arg @c kGTLRDriveCorpusUser Files owned by or shared to the user. (Value: * "user") */ -@property(nonatomic, copy, nullable) NSString *corpus; +@property(nonatomic, copy, nullable) NSString *corpus GTLR_DEPRECATED; /** ID of the shared drive to search. */ @property(nonatomic, copy, nullable) NSString *driveId; @@ -1459,7 +1459,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL includeTeamDriveItems; +@property(nonatomic, assign) BOOL includeTeamDriveItems GTLR_DEPRECATED; /** * A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', @@ -1513,10 +1513,10 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** Deprecated: Use `driveId` instead. */ -@property(nonatomic, copy, nullable) NSString *teamDriveId; +@property(nonatomic, copy, nullable) NSString *teamDriveId GTLR_DEPRECATED; /** * Fetches a @c GTLRDrive_FileList. @@ -1651,7 +1651,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL enforceSingleParent; +@property(nonatomic, assign) BOOL enforceSingleParent GTLR_DEPRECATED; /** The ID of the file. */ @property(nonatomic, copy, nullable) NSString *fileId; @@ -1699,7 +1699,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Whether to use the uploaded content as indexable text. @@ -1787,7 +1787,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Fetches a @c GTLRDrive_Channel. @@ -1825,7 +1825,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL enforceSingleParent; +@property(nonatomic, assign) BOOL enforceSingleParent GTLR_DEPRECATED; /** The ID of the file or shared drive. */ @property(nonatomic, copy, nullable) NSString *fileId; @@ -1860,7 +1860,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Whether to transfer ownership to the specified user and downgrade the @@ -1929,7 +1929,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Issue the request as a domain administrator; if set to true, then the @@ -1992,7 +1992,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Issue the request as a domain administrator; if set to true, then the @@ -2071,7 +2071,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Issue the request as a domain administrator; if set to true, then the @@ -2139,7 +2139,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveCorpusUser; * * @note If not set, the documented server-side default will be false. */ -@property(nonatomic, assign) BOOL supportsTeamDrives; +@property(nonatomic, assign) BOOL supportsTeamDrives GTLR_DEPRECATED; /** * Whether to transfer ownership to the specified user and downgrade the diff --git a/Sources/GeneratedServices/Firebaseappcheck/GTLRFirebaseappcheckQuery.m b/Sources/GeneratedServices/Firebaseappcheck/GTLRFirebaseappcheckQuery.m index 491e76d81..a3ba432aa 100644 --- a/Sources/GeneratedServices/Firebaseappcheck/GTLRFirebaseappcheckQuery.m +++ b/Sources/GeneratedServices/Firebaseappcheck/GTLRFirebaseappcheckQuery.m @@ -11,6 +11,9 @@ #import +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + @implementation GTLRFirebaseappcheckQuery @dynamic fields; @@ -967,3 +970,5 @@ + (instancetype)queryWithObject:(GTLRFirebaseappcheck_GoogleFirebaseAppcheckV1Se } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckQuery.h b/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckQuery.h index 6eaef0d2c..4bafab7bd 100644 --- a/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckQuery.h +++ b/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckQuery.h @@ -926,6 +926,7 @@ NS_ASSUME_NONNULL_BEGIN * @c kGTLRAuthScopeFirebaseappcheckCloudPlatform * @c kGTLRAuthScopeFirebaseappcheckFirebase */ +GTLR_DEPRECATED @interface GTLRFirebaseappcheckQuery_ProjectsAppsExchangeSafetyNetToken : GTLRFirebaseappcheckQuery /** @@ -1459,6 +1460,7 @@ NS_ASSUME_NONNULL_BEGIN * @c kGTLRAuthScopeFirebaseappcheckCloudPlatform * @c kGTLRAuthScopeFirebaseappcheckFirebase */ +GTLR_DEPRECATED @interface GTLRFirebaseappcheckQuery_ProjectsAppsSafetyNetConfigBatchGet : GTLRFirebaseappcheckQuery /** @@ -1503,6 +1505,7 @@ NS_ASSUME_NONNULL_BEGIN * @c kGTLRAuthScopeFirebaseappcheckCloudPlatform * @c kGTLRAuthScopeFirebaseappcheckFirebase */ +GTLR_DEPRECATED @interface GTLRFirebaseappcheckQuery_ProjectsAppsSafetyNetConfigGet : GTLRFirebaseappcheckQuery /** @@ -1537,6 +1540,7 @@ NS_ASSUME_NONNULL_BEGIN * @c kGTLRAuthScopeFirebaseappcheckCloudPlatform * @c kGTLRAuthScopeFirebaseappcheckFirebase */ +GTLR_DEPRECATED @interface GTLRFirebaseappcheckQuery_ProjectsAppsSafetyNetConfigPatch : GTLRFirebaseappcheckQuery /** diff --git a/Sources/GeneratedServices/HangoutsChat/Public/GoogleAPIClientForREST/GTLRHangoutsChatQuery.h b/Sources/GeneratedServices/HangoutsChat/Public/GoogleAPIClientForREST/GTLRHangoutsChatQuery.h index 04d1424b8..536ed8127 100644 --- a/Sources/GeneratedServices/HangoutsChat/Public/GoogleAPIClientForREST/GTLRHangoutsChatQuery.h +++ b/Sources/GeneratedServices/HangoutsChat/Public/GoogleAPIClientForREST/GTLRHangoutsChatQuery.h @@ -852,7 +852,7 @@ FOUNDATION_EXTERN NSString * const kGTLRHangoutsChatMessageReplyOptionReplyMessa * [Start or reply to a message * thread](https://developers.google.com/chat/api/guides/crudl/messages#start_or_reply_to_a_message_thread). */ -@property(nonatomic, copy, nullable) NSString *threadKey; +@property(nonatomic, copy, nullable) NSString *threadKey GTLR_DEPRECATED; /** * Fetches a @c GTLRHangoutsChat_Message. diff --git a/Sources/GeneratedServices/Pubsub/Public/GoogleAPIClientForREST/GTLRPubsubQuery.h b/Sources/GeneratedServices/Pubsub/Public/GoogleAPIClientForREST/GTLRPubsubQuery.h index a0005b6b6..d20644b44 100644 --- a/Sources/GeneratedServices/Pubsub/Public/GoogleAPIClientForREST/GTLRPubsubQuery.h +++ b/Sources/GeneratedServices/Pubsub/Public/GoogleAPIClientForREST/GTLRPubsubQuery.h @@ -189,7 +189,7 @@ FOUNDATION_EXTERN NSString * const kGTLRPubsubViewSchemaViewUnspecified; * Optional. This field is deprecated and should not be used for specifying the * revision ID. The revision ID should be specified via the `name` parameter. */ -@property(nonatomic, copy, nullable) NSString *revisionId; +@property(nonatomic, copy, nullable) NSString *revisionId GTLR_DEPRECATED; /** * Fetches a @c GTLRPubsub_Schema. diff --git a/Sources/GeneratedServices/SecurityCommandCenter/GTLRSecurityCommandCenterQuery.m b/Sources/GeneratedServices/SecurityCommandCenter/GTLRSecurityCommandCenterQuery.m index 6b09c7fe5..34798da07 100644 --- a/Sources/GeneratedServices/SecurityCommandCenter/GTLRSecurityCommandCenterQuery.m +++ b/Sources/GeneratedServices/SecurityCommandCenter/GTLRSecurityCommandCenterQuery.m @@ -11,6 +11,9 @@ #import +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + @implementation GTLRSecurityCommandCenterQuery @dynamic fields; @@ -3118,3 +3121,5 @@ + (instancetype)queryWithParent:(NSString *)parent { } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/SecurityCommandCenter/Public/GoogleAPIClientForREST/GTLRSecurityCommandCenterQuery.h b/Sources/GeneratedServices/SecurityCommandCenter/Public/GoogleAPIClientForREST/GTLRSecurityCommandCenterQuery.h index a5ee65dad..5c1f886c9 100644 --- a/Sources/GeneratedServices/SecurityCommandCenter/Public/GoogleAPIClientForREST/GTLRSecurityCommandCenterQuery.h +++ b/Sources/GeneratedServices/SecurityCommandCenter/Public/GoogleAPIClientForREST/GTLRSecurityCommandCenterQuery.h @@ -43,6 +43,7 @@ NS_ASSUME_NONNULL_BEGIN * Authorization scope(s): * @c kGTLRAuthScopeSecurityCommandCenterCloudPlatform */ +GTLR_DEPRECATED @interface GTLRSecurityCommandCenterQuery_FoldersAssetsGroup : GTLRSecurityCommandCenterQuery /** @@ -79,6 +80,7 @@ NS_ASSUME_NONNULL_BEGIN * Authorization scope(s): * @c kGTLRAuthScopeSecurityCommandCenterCloudPlatform */ +GTLR_DEPRECATED @interface GTLRSecurityCommandCenterQuery_FoldersAssetsList : GTLRSecurityCommandCenterQuery /** @@ -1829,6 +1831,7 @@ NS_ASSUME_NONNULL_BEGIN * Authorization scope(s): * @c kGTLRAuthScopeSecurityCommandCenterCloudPlatform */ +GTLR_DEPRECATED @interface GTLRSecurityCommandCenterQuery_OrganizationsAssetsGroup : GTLRSecurityCommandCenterQuery /** @@ -1865,6 +1868,7 @@ NS_ASSUME_NONNULL_BEGIN * Authorization scope(s): * @c kGTLRAuthScopeSecurityCommandCenterCloudPlatform */ +GTLR_DEPRECATED @interface GTLRSecurityCommandCenterQuery_OrganizationsAssetsList : GTLRSecurityCommandCenterQuery /** @@ -2013,6 +2017,7 @@ NS_ASSUME_NONNULL_BEGIN * Authorization scope(s): * @c kGTLRAuthScopeSecurityCommandCenterCloudPlatform */ +GTLR_DEPRECATED @interface GTLRSecurityCommandCenterQuery_OrganizationsAssetsRunDiscovery : GTLRSecurityCommandCenterQuery /** @@ -4875,6 +4880,7 @@ NS_ASSUME_NONNULL_BEGIN * Authorization scope(s): * @c kGTLRAuthScopeSecurityCommandCenterCloudPlatform */ +GTLR_DEPRECATED @interface GTLRSecurityCommandCenterQuery_ProjectsAssetsGroup : GTLRSecurityCommandCenterQuery /** @@ -4911,6 +4917,7 @@ NS_ASSUME_NONNULL_BEGIN * Authorization scope(s): * @c kGTLRAuthScopeSecurityCommandCenterCloudPlatform */ +GTLR_DEPRECATED @interface GTLRSecurityCommandCenterQuery_ProjectsAssetsList : GTLRSecurityCommandCenterQuery /** diff --git a/Sources/GeneratedServices/ServiceManagement/Public/GoogleAPIClientForREST/GTLRServiceManagementQuery.h b/Sources/GeneratedServices/ServiceManagement/Public/GoogleAPIClientForREST/GTLRServiceManagementQuery.h index 84cb21c16..897af5e0e 100644 --- a/Sources/GeneratedServices/ServiceManagement/Public/GoogleAPIClientForREST/GTLRServiceManagementQuery.h +++ b/Sources/GeneratedServices/ServiceManagement/Public/GoogleAPIClientForREST/GTLRServiceManagementQuery.h @@ -741,7 +741,7 @@ FOUNDATION_EXTERN NSString * const kGTLRServiceManagementViewFull; * Include services consumed by the specified consumer. The Google Service * Management implementation accepts the following forms: - project: */ -@property(nonatomic, copy, nullable) NSString *consumerId; +@property(nonatomic, copy, nullable) NSString *consumerId GTLR_DEPRECATED; /** * The max number of items to include in the response list. Page size is 50 if diff --git a/Sources/GeneratedServices/StreetViewPublish/Public/GoogleAPIClientForREST/GTLRStreetViewPublishQuery.h b/Sources/GeneratedServices/StreetViewPublish/Public/GoogleAPIClientForREST/GTLRStreetViewPublishQuery.h index ad9877572..ddc4fa6f1 100644 --- a/Sources/GeneratedServices/StreetViewPublish/Public/GoogleAPIClientForREST/GTLRStreetViewPublishQuery.h +++ b/Sources/GeneratedServices/StreetViewPublish/Public/GoogleAPIClientForREST/GTLRStreetViewPublishQuery.h @@ -482,7 +482,7 @@ FOUNDATION_EXTERN NSString * const kGTLRStreetViewPublishViewIncludeDownloadUrl; * include the download URL for the photo bytes. (Value: * "INCLUDE_DOWNLOAD_URL") */ -@property(nonatomic, copy, nullable) NSString *view; +@property(nonatomic, copy, nullable) NSString *view GTLR_DEPRECATED; /** * Fetches a @c GTLRStreetViewPublish_Operation. diff --git a/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeQuery.h b/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeQuery.h index 75c11aa2c..cd4ab204f 100644 --- a/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeQuery.h +++ b/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeQuery.h @@ -1193,7 +1193,7 @@ FOUNDATION_EXTERN NSString * const kGTLRYouTubeVideoTypeVideoTypeUnspecified; @property(nonatomic, copy, nullable) NSString *channelId; /** Return content in specified language */ -@property(nonatomic, copy, nullable) NSString *hl; +@property(nonatomic, copy, nullable) NSString *hl GTLR_DEPRECATED; /** * Return the ChannelSections with the given IDs for Stubby or Apiary. @@ -5073,7 +5073,7 @@ FOUNDATION_EXTERN NSString * const kGTLRYouTubeVideoTypeVideoTypeUnspecified; */ @property(nonatomic, strong, nullable) NSArray *identifier; -@property(nonatomic, copy, nullable) NSString *locale; +@property(nonatomic, copy, nullable) NSString *locale GTLR_DEPRECATED; /** * maxHeight From fb1c6d15be7d457d1d19914ea6bd8fb68ed0c32c Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 1 Sep 2023 11:08:42 -0400 Subject: [PATCH 4/7] Support for Query Param enum values deprecated annotations. --- Tools/ServiceGenerator/SGGenerator.m | 47 +++++++++++++++++++--------- 1 file changed, 32 insertions(+), 15 deletions(-) diff --git a/Tools/ServiceGenerator/SGGenerator.m b/Tools/ServiceGenerator/SGGenerator.m index edb8d8b8e..1744b749d 100644 --- a/Tools/ServiceGenerator/SGGenerator.m +++ b/Tools/ServiceGenerator/SGGenerator.m @@ -2768,9 +2768,9 @@ - (NSArray *)constantsBlocksForMode:(GeneratorMode)mode if (maxLen > 45) maxLen = 45; for (__strong NSString *name in names) { - NSArray *pair = [enumGroup objectForKey:name]; - NSString *value = [pair objectAtIndex:0]; - NSString *desc = [pair objectAtIndex:1]; + NSArray *tuple = [enumGroup objectForKey:name]; + NSString *value = tuple[0]; + NSString *desc = tuple[1]; NSString *line; if (mode == kGenerateInterface) { SGHeaderDoc *hd = [[SGHeaderDoc alloc] initWithAutoOneLine:YES]; @@ -2780,9 +2780,10 @@ - (NSArray *)constantsBlocksForMode:(GeneratorMode)mode } [hd appendUnwrappedFormat:@"Value: \"%@\"", value]; [subParts addObject:hd.string]; - line = [NSString stringWithFormat:@"%@ NSString * const %@;\n", - kExternPrefix, name]; - + BOOL deprecated = tuple.count == 3 ? [tuple[2] boolValue] : NO; + NSString *maybeDeprecated = deprecated ? kDeprecatedSuffix : @""; + line = [NSString stringWithFormat:@"%@ NSString * const %@%@;\n", + kExternPrefix, name, maybeDeprecated]; } else { line = [NSString stringWithFormat:@"NSString * const %-*s = @\"%@\";\n", (int)maxLen, name.UTF8String, value]; @@ -3048,8 +3049,8 @@ - (BOOL)sg_hasDeprecatedMethod { // Returns a dictionary keyed by the "grouping" where the objects are the // values keyed by the constant name. i.e. -- // { 'scope': { -// 'kGTLRServiceScopeSpam': [ '@spam', @'description' ], -// 'kGTLRServiceScopeBlah': [ '@blah', @'description' ] +// 'kGTLRServiceScopeSpam': [ '@spam', @'description', @YES ], +// 'kGTLRServiceScopeBlah': [ '@blah', @'description', @NO ] // } // } - (NSDictionary *)sg_queryEnumsMap { @@ -3086,22 +3087,38 @@ - (NSDictionary *)sg_queryEnumsMap { [worker setObject:groupMap forKey:param.sg_objcName]; } NSArray *enumDescriptions = param.enumDescriptions; + NSArray *enumDeprecateds = param.enumDeprecated; for (NSUInteger i = 0; i < enumProperty.count; ++i) { NSString *enumValue = enumProperty[i]; NSString *enumDescription = (i < enumDescriptions.count ? enumDescriptions[i] : @""); + NSNumber *enumDeprecated = (i < enumDeprecateds.count ? enumDeprecateds[i] : @NO); NSString *constName = [param sg_constantNamed:enumValue]; NSArray *previousValue = [groupMap objectForKey:constName]; if (previousValue) { - if (![[previousValue objectAtIndex:1] isEqual:enumDescription]) { - // The constant is comment to a few methods, but the descriptions - // aren't the same. Clear it out so the constant won't have any - // explanation text, and instead the text will only be on the - // query method where it can be properly scoped. - [groupMap setObject:@[ enumValue, @"" ] + NSString *prevDescription = previousValue[1]; + BOOL descMatches = [prevDescription isEqual:enumDescription]; + NSNumber *prevDeprecated = previousValue[2]; + BOOL deprecatedMatches = [prevDeprecated isEqual:enumDeprecated]; + if (!descMatches || !deprecatedMatches) { + // If the deprecations don't match, clear that so it won't get + // annotated. + if (!deprecatedMatches) { + NSString *msg = + [NSString stringWithFormat:@"Collecting enum values, '%@' on method '%@' has value '%@' with a different deprecation status than on other methods, can't annotated it.", + param.sg_name, param.sg_method.sg_name, enumValue]; + enumDeprecated = @NO; + [self.sg_generator addInfo:msg]; + } + // If the descriptions don't match, clear it out so the constant + // won't get a comment (the comment on specific usages will still + // have a comment). + [groupMap setObject:@[ enumValue, + (descMatches ? enumDescription : @""), + enumDeprecated ] forKey:constName]; } } else { - [groupMap setObject:@[ enumValue, enumDescription ] + [groupMap setObject:@[ enumValue, enumDescription, enumDeprecated ] forKey:constName]; } } From 1f4bd1f55f1a535b3a50de6f1ad32608b7802e0f Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 1 Sep 2023 11:09:13 -0400 Subject: [PATCH 5/7] Regenerate to pick up the Query Param Enum annotations --- .../GoogleAPIClientForREST/GTLRCustomSearchAPIQuery.h | 4 ++-- .../Games/Public/GoogleAPIClientForREST/GTLRGamesQuery.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Sources/GeneratedServices/CustomSearchAPI/Public/GoogleAPIClientForREST/GTLRCustomSearchAPIQuery.h b/Sources/GeneratedServices/CustomSearchAPI/Public/GoogleAPIClientForREST/GTLRCustomSearchAPIQuery.h index fc8167978..4493c95d6 100644 --- a/Sources/GeneratedServices/CustomSearchAPI/Public/GoogleAPIClientForREST/GTLRCustomSearchAPIQuery.h +++ b/Sources/GeneratedServices/CustomSearchAPI/Public/GoogleAPIClientForREST/GTLRCustomSearchAPIQuery.h @@ -252,13 +252,13 @@ FOUNDATION_EXTERN NSString * const kGTLRCustomSearchAPISafeActive; * * Value: "high" */ -FOUNDATION_EXTERN NSString * const kGTLRCustomSearchAPISafeHigh; +FOUNDATION_EXTERN NSString * const kGTLRCustomSearchAPISafeHigh GTLR_DEPRECATED; /** * Deprecated, equivalent to "active". * * Value: "medium" */ -FOUNDATION_EXTERN NSString * const kGTLRCustomSearchAPISafeMedium; +FOUNDATION_EXTERN NSString * const kGTLRCustomSearchAPISafeMedium GTLR_DEPRECATED; /** * Turn SafeSearch off. * diff --git a/Sources/GeneratedServices/Games/Public/GoogleAPIClientForREST/GTLRGamesQuery.h b/Sources/GeneratedServices/Games/Public/GoogleAPIClientForREST/GTLRGamesQuery.h index 5154ca742..4b7d8f992 100644 --- a/Sources/GeneratedServices/Games/Public/GoogleAPIClientForREST/GTLRGamesQuery.h +++ b/Sources/GeneratedServices/Games/Public/GoogleAPIClientForREST/GTLRGamesQuery.h @@ -49,7 +49,7 @@ FOUNDATION_EXTERN NSString * const kGTLRGamesCollectionCollectionUnspecified; * * Value: "CONNECTED" */ -FOUNDATION_EXTERN NSString * const kGTLRGamesCollectionConnected; +FOUNDATION_EXTERN NSString * const kGTLRGamesCollectionConnected GTLR_DEPRECATED; /** * List only scores of friends. * @@ -80,14 +80,14 @@ FOUNDATION_EXTERN NSString * const kGTLRGamesCollectionScoreCollectionUnspecifie * * Value: "SOCIAL" */ -FOUNDATION_EXTERN NSString * const kGTLRGamesCollectionSocial; +FOUNDATION_EXTERN NSString * const kGTLRGamesCollectionSocial GTLR_DEPRECATED; /** * Retrieve a list of players in the user's social graph that are visible to * this game. * * Value: "VISIBLE" */ -FOUNDATION_EXTERN NSString * const kGTLRGamesCollectionVisible; +FOUNDATION_EXTERN NSString * const kGTLRGamesCollectionVisible GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // endPointType @@ -145,7 +145,7 @@ FOUNDATION_EXTERN NSString * const kGTLRGamesIncludeRankTypePublic; * * Value: "SOCIAL" */ -FOUNDATION_EXTERN NSString * const kGTLRGamesIncludeRankTypeSocial; +FOUNDATION_EXTERN NSString * const kGTLRGamesIncludeRankTypeSocial GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // platformType From 49fda60341ecdc26d99e0309dfcaf09770c0d623 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 1 Sep 2023 11:09:58 -0400 Subject: [PATCH 6/7] Support for Object Param enum values deprecated annotations. --- Tools/ServiceGenerator/SGGenerator.m | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Tools/ServiceGenerator/SGGenerator.m b/Tools/ServiceGenerator/SGGenerator.m index 1744b749d..44f2dc6b1 100644 --- a/Tools/ServiceGenerator/SGGenerator.m +++ b/Tools/ServiceGenerator/SGGenerator.m @@ -2780,7 +2780,7 @@ - (NSArray *)constantsBlocksForMode:(GeneratorMode)mode } [hd appendUnwrappedFormat:@"Value: \"%@\"", value]; [subParts addObject:hd.string]; - BOOL deprecated = tuple.count == 3 ? [tuple[2] boolValue] : NO; + BOOL deprecated = [tuple[2] boolValue]; NSString *maybeDeprecated = deprecated ? kDeprecatedSuffix : @""; line = [NSString stringWithFormat:@"%@ NSString * const %@%@;\n", kExternPrefix, name, maybeDeprecated]; @@ -3133,8 +3133,8 @@ - (NSDictionary *)sg_queryEnumsMap { // Returns a dictionary keyed by the "grouping" where the objects are the // values keyed by the constant name. i.e. -- // { 'scope': { -// 'kGTLRServiceScopeSpam': [ '@spam', 'description' ], -// 'kGTLRServiceScopeBlah': [ '@blah', 'description' ] +// 'kGTLRServiceScopeSpam': [ '@spam', 'description', @NO ], +// 'kGTLRServiceScopeBlah': [ '@blah', 'description', @YES ] // } // } - (NSDictionary *)sg_objectEnumsMap { @@ -3195,11 +3195,13 @@ - (NSDictionary *)sg_objectEnumsMap { NSMutableDictionary *groupMap = [NSMutableDictionary dictionary]; [worker setObject:groupMap forKey:groupName]; NSArray *enumDescriptions = schema.enumDescriptions; + NSArray *enumDeprecateds = schema.enumDeprecated; for (NSUInteger i = 0; i < enumProperty.count; ++i) { NSString *enumValue = enumProperty[i]; NSString *enumDescription = (i < enumDescriptions.count ? enumDescriptions[i] : @""); + NSNumber *enumDeprecated = (i < enumDeprecateds.count ? enumDeprecateds[i] : @NO); NSString *constName = ConstantName(groupPrefix, enumValue); - [groupMap setObject:@[ enumValue, enumDescription ] + [groupMap setObject:@[ enumValue, enumDescription, enumDeprecated ] forKey:constName]; } [schema sg_setProperty:groupMap forKey:kEnumMapKey]; From 3dce36aafb68be4487a8552568e39c8d7968efd4 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 1 Sep 2023 11:19:02 -0400 Subject: [PATCH 7/7] Regenerate to pick up the Object Param Enum annotations --- .../GTLRAcceleratedmobilepageurlObjects.h | 2 +- .../GTLRAdExperienceReportObjects.h | 2 +- .../GTLRAdsenseObjects.h | 2 +- .../GTLRAndroidManagementObjects.h | 12 +- .../GTLRAndroidPublisherObjects.h | 2 +- .../GTLRAppengineObjects.h | 8 +- .../GTLRArtifactRegistryObjects.h | 2 +- .../GTLRAssuredworkloadsObjects.h | 4 +- .../GTLRBigQueryReservationObjects.h | 16 +- .../GTLRBlockchainNodeEngineObjects.h | 2 +- .../GTLRCertificateAuthorityServiceObjects.h | 2 +- .../GTLRCloudBuildObjects.h | 2 +- .../GTLRCloudDeployObjects.h | 10 +- .../GTLRCloudIAPObjects.h | 2 +- .../GTLRCloudRedisObjects.h | 2 +- .../GTLRCloudSearchObjects.h | 40 +- .../GTLRCloudchannelObjects.h | 6 +- .../GTLRComputeObjects.h | 322 +- .../GTLRConnectorsObjects.h | 40 +- .../GTLRContainerObjects.h | 10 +- .../GTLRContainerAnalysisObjects.h | 2 +- .../GTLRContentwarehouseObjects.h | 3064 ++++++++--------- .../GTLRDeploymentManagerObjects.h | 6 +- .../GTLRDialogflowObjects.h | 4 +- .../GTLRDirectoryObjects.h | 8 +- .../GTLRDisplayVideoObjects.h | 70 +- .../GTLRDocumentObjects.h | 18 +- .../GTLRDoubleClickBidManagerObjects.h | 2 +- .../GTLRFirebaseDynamicLinksObjects.h | 2 +- ...TLRMyBusinessNotificationSettingsObjects.h | 2 +- .../GTLRPeopleServiceObjects.h | 10 +- .../GTLRRecaptchaEnterpriseObjects.h | 4 +- .../GoogleAPIClientForREST/GTLRSA360Objects.h | 10 +- .../GTLRSQLAdminObjects.h | 38 +- .../GTLRSearchConsoleObjects.h | 8 +- .../GTLRShoppingContentObjects.h | 2 +- .../GTLRTestingObjects.h | 2 +- .../GoogleAPIClientForREST/GTLRVaultObjects.h | 4 +- .../GTLRYouTubeObjects.h | 26 +- 39 files changed, 1885 insertions(+), 1885 deletions(-) diff --git a/Sources/GeneratedServices/Acceleratedmobilepageurl/Public/GoogleAPIClientForREST/GTLRAcceleratedmobilepageurlObjects.h b/Sources/GeneratedServices/Acceleratedmobilepageurl/Public/GoogleAPIClientForREST/GTLRAcceleratedmobilepageurlObjects.h index bbaad7cef..166b9f25f 100644 --- a/Sources/GeneratedServices/Acceleratedmobilepageurl/Public/GoogleAPIClientForREST/GTLRAcceleratedmobilepageurlObjects.h +++ b/Sources/GeneratedServices/Acceleratedmobilepageurl/Public/GoogleAPIClientForREST/GTLRAcceleratedmobilepageurlObjects.h @@ -72,7 +72,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAcceleratedmobilepageurl_AmpUrlError_Err * * Value: "URL_IS_VALID_AMP" */ -FOUNDATION_EXTERN NSString * const kGTLRAcceleratedmobilepageurl_AmpUrlError_ErrorCode_UrlIsValidAmp; +FOUNDATION_EXTERN NSString * const kGTLRAcceleratedmobilepageurl_AmpUrlError_ErrorCode_UrlIsValidAmp GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRAcceleratedmobilepageurl_BatchGetAmpUrlsRequest.lookupStrategy diff --git a/Sources/GeneratedServices/AdExperienceReport/Public/GoogleAPIClientForREST/GTLRAdExperienceReportObjects.h b/Sources/GeneratedServices/AdExperienceReport/Public/GoogleAPIClientForREST/GTLRAdExperienceReportObjects.h index 6c5857b6b..64f9a046e 100644 --- a/Sources/GeneratedServices/AdExperienceReport/Public/GoogleAPIClientForREST/GTLRAdExperienceReportObjects.h +++ b/Sources/GeneratedServices/AdExperienceReport/Public/GoogleAPIClientForREST/GTLRAdExperienceReportObjects.h @@ -54,7 +54,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAdExperienceReport_PlatformSummary_Bette * * Value: "WARNING" */ -FOUNDATION_EXTERN NSString * const kGTLRAdExperienceReport_PlatformSummary_BetterAdsStatus_Warning; +FOUNDATION_EXTERN NSString * const kGTLRAdExperienceReport_PlatformSummary_BetterAdsStatus_Warning GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRAdExperienceReport_PlatformSummary.filterStatus diff --git a/Sources/GeneratedServices/Adsense/Public/GoogleAPIClientForREST/GTLRAdsenseObjects.h b/Sources/GeneratedServices/Adsense/Public/GoogleAPIClientForREST/GTLRAdsenseObjects.h index 85f75188a..7576af237 100644 --- a/Sources/GeneratedServices/Adsense/Public/GoogleAPIClientForREST/GTLRAdsenseObjects.h +++ b/Sources/GeneratedServices/Adsense/Public/GoogleAPIClientForREST/GTLRAdsenseObjects.h @@ -179,7 +179,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsense_ContentAdsSettings_Type_Feed; * * Value: "LINK" */ -FOUNDATION_EXTERN NSString * const kGTLRAdsense_ContentAdsSettings_Type_Link; +FOUNDATION_EXTERN NSString * const kGTLRAdsense_ContentAdsSettings_Type_Link GTLR_DEPRECATED; /** * Matched content unit. * diff --git a/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementObjects.h b/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementObjects.h index c2f87e8e6..ebdd09c54 100644 --- a/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementObjects.h +++ b/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementObjects.h @@ -1513,7 +1513,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Enterprise_EnabledNoti * * Value: "COMPLIANCE_REPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Enterprise_EnabledNotificationTypes_ComplianceReport; +FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Enterprise_EnabledNotificationTypes_ComplianceReport GTLR_DEPRECATED; /** * A notification sent when a device enrolls. * @@ -2454,7 +2454,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_PersonalUsagePolicies_ * * Value: "BLACKLIST" */ -FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_PersonalUsagePolicies_PersonalPlayStoreMode_Blacklist; +FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_PersonalUsagePolicies_PersonalPlayStoreMode_Blacklist GTLR_DEPRECATED; /** * All Play Store apps are available for installation in the personal profile, * except those whose installType is BLOCKED in personalApplications. @@ -2720,7 +2720,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_KeyguardDisable * * Value: "BATTERY_SAVING" */ -FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_BatterySaving; +FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_BatterySaving GTLR_DEPRECATED; /** * On Android 8 and below, all location detection methods are enabled, * including GPS, networks, and other sensors. On Android 9 and above, this is @@ -2728,7 +2728,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_Ba * * Value: "HIGH_ACCURACY" */ -FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_HighAccuracy; +FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_HighAccuracy GTLR_DEPRECATED; /** * Disable location setting on the device. * @@ -2760,14 +2760,14 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_Lo * * Value: "OFF" */ -FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_Off; +FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_Off GTLR_DEPRECATED; /** * On Android 8 and below, only GPS and other sensors are enabled. On Android 9 * and above, this is equivalent to LOCATION_ENFORCED. * * Value: "SENSORS_ONLY" */ -FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_SensorsOnly; +FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_Policy_LocationMode_SensorsOnly GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRAndroidManagement_Policy.microphoneAccess diff --git a/Sources/GeneratedServices/AndroidPublisher/Public/GoogleAPIClientForREST/GTLRAndroidPublisherObjects.h b/Sources/GeneratedServices/AndroidPublisher/Public/GoogleAPIClientForREST/GTLRAndroidPublisherObjects.h index 02507ca00..2e2a75b5b 100644 --- a/Sources/GeneratedServices/AndroidPublisher/Public/GoogleAPIClientForREST/GTLRAndroidPublisherObjects.h +++ b/Sources/GeneratedServices/AndroidPublisher/Public/GoogleAPIClientForREST/GTLRAndroidPublisherObjects.h @@ -427,7 +427,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidPublisher_Grant_AppLevelPermissio * * Value: "CAN_ACCESS_APP" */ -FOUNDATION_EXTERN NSString * const kGTLRAndroidPublisher_Grant_AppLevelPermissions_CanAccessApp; +FOUNDATION_EXTERN NSString * const kGTLRAndroidPublisher_Grant_AppLevelPermissions_CanAccessApp GTLR_DEPRECATED; /** * Manage policy related pages. * diff --git a/Sources/GeneratedServices/Appengine/Public/GoogleAPIClientForREST/GTLRAppengineObjects.h b/Sources/GeneratedServices/Appengine/Public/GoogleAPIClientForREST/GTLRAppengineObjects.h index 7a0a7d09d..22ee5e348 100644 --- a/Sources/GeneratedServices/Appengine/Public/GoogleAPIClientForREST/GTLRAppengineObjects.h +++ b/Sources/GeneratedServices/Appengine/Public/GoogleAPIClientForREST/GTLRAppengineObjects.h @@ -705,14 +705,14 @@ FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_DataGovernance_Unhide; * * Value: "ABORT_DEACTIVATION" */ -FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_AbortDeactivation; +FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_AbortDeactivation GTLR_DEPRECATED; /** * When a customer activates an API CCFE notifies the CLH and sets the project * to the ON state. * * Value: "ACTIVATION" */ -FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_Activation; +FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_Activation GTLR_DEPRECATED; /** * If the deactivation is followed through with, service management needs to * finish deactivation. Commit is a reason to put the project in a DELETED @@ -720,7 +720,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_Acti * * Value: "COMMIT_DEACTIVATION" */ -FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_CommitDeactivation; +FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_CommitDeactivation GTLR_DEPRECATED; /** * When a customer deactivates and API service management starts a two-step * process to perform the deactivation. The first step is to prepare. Prepare @@ -728,7 +728,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_Comm * * Value: "PREPARE_DEACTIVATION" */ -FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_PrepareDeactivation; +FOUNDATION_EXTERN NSString * const kGTLRAppengine_Reasons_ServiceManagement_PrepareDeactivation GTLR_DEPRECATED; /** * Due to various reasons CCFE might proactively restate a project state to a * CLH to ensure that the CLH and CCFE are both aware of the project state. diff --git a/Sources/GeneratedServices/ArtifactRegistry/Public/GoogleAPIClientForREST/GTLRArtifactRegistryObjects.h b/Sources/GeneratedServices/ArtifactRegistry/Public/GoogleAPIClientForREST/GTLRArtifactRegistryObjects.h index 0fc73fb14..3f66f19c8 100644 --- a/Sources/GeneratedServices/ArtifactRegistry/Public/GoogleAPIClientForREST/GTLRArtifactRegistryObjects.h +++ b/Sources/GeneratedServices/ArtifactRegistry/Public/GoogleAPIClientForREST/GTLRArtifactRegistryObjects.h @@ -329,7 +329,7 @@ FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistry_ProjectSettings_LegacyR * * Value: "REDIRECTION_FROM_GCR_IO_FINALIZED" */ -FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistry_ProjectSettings_LegacyRedirectionState_RedirectionFromGcrIoFinalized; +FOUNDATION_EXTERN NSString * const kGTLRArtifactRegistry_ProjectSettings_LegacyRedirectionState_RedirectionFromGcrIoFinalized GTLR_DEPRECATED; /** * No redirection status has been set. * diff --git a/Sources/GeneratedServices/Assuredworkloads/Public/GoogleAPIClientForREST/GTLRAssuredworkloadsObjects.h b/Sources/GeneratedServices/Assuredworkloads/Public/GoogleAPIClientForREST/GTLRAssuredworkloadsObjects.h index b84b75542..1b996fdab 100644 --- a/Sources/GeneratedServices/Assuredworkloads/Public/GoogleAPIClientForREST/GTLRAssuredworkloadsObjects.h +++ b/Sources/GeneratedServices/Assuredworkloads/Public/GoogleAPIClientForREST/GTLRAssuredworkloadsObjects.h @@ -537,7 +537,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkl * * Value: "CONSUMER_PROJECT" */ -FOUNDATION_EXTERN NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceInfo_ResourceType_ConsumerProject; +FOUNDATION_EXTERN NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceInfo_ResourceType_ConsumerProject GTLR_DEPRECATED; /** * Consumer project containing encryption keys. * @@ -572,7 +572,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkl * * Value: "CONSUMER_PROJECT" */ -FOUNDATION_EXTERN NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceSettings_ResourceType_ConsumerProject; +FOUNDATION_EXTERN NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceSettings_ResourceType_ConsumerProject GTLR_DEPRECATED; /** * Consumer project containing encryption keys. * diff --git a/Sources/GeneratedServices/BigQueryReservation/Public/GoogleAPIClientForREST/GTLRBigQueryReservationObjects.h b/Sources/GeneratedServices/BigQueryReservation/Public/GoogleAPIClientForREST/GTLRBigQueryReservationObjects.h index 3dd95bb3e..5525abca0 100644 --- a/Sources/GeneratedServices/BigQueryReservation/Public/GoogleAPIClientForREST/GTLRBigQueryReservationObjects.h +++ b/Sources/GeneratedServices/BigQueryReservation/Public/GoogleAPIClientForREST/GTLRBigQueryReservationObjects.h @@ -136,7 +136,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_P * * Value: "ANNUAL_FLAT_RATE" */ -FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_Plan_AnnualFlatRate; +FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_Plan_AnnualFlatRate GTLR_DEPRECATED; /** * Invalid plan value. Requests with this value will be rejected with error * code `google.rpc.Code.INVALID_ARGUMENT`. @@ -158,7 +158,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_P * * Value: "FLEX_FLAT_RATE" */ -FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_Plan_FlexFlatRate; +FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_Plan_FlexFlatRate GTLR_DEPRECATED; /** * Monthly commitments have a committed period of 30 days after becoming * ACTIVE. After that, they are not in a committed period anymore and can be @@ -173,7 +173,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_P * * Value: "MONTHLY_FLAT_RATE" */ -FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_Plan_MonthlyFlatRate; +FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_Plan_MonthlyFlatRate GTLR_DEPRECATED; /** * Should only be used for `renewal_plan` and is only meaningful if edition is * specified to values other than EDITION_UNSPECIFIED. Otherwise @@ -201,7 +201,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_P * * Value: "TRIAL" */ -FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_Plan_Trial; +FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_Plan_Trial GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRBigQueryReservation_CapacityCommitment.renewalPlan @@ -220,7 +220,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_R * * Value: "ANNUAL_FLAT_RATE" */ -FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_RenewalPlan_AnnualFlatRate; +FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_RenewalPlan_AnnualFlatRate GTLR_DEPRECATED; /** * Invalid plan value. Requests with this value will be rejected with error * code `google.rpc.Code.INVALID_ARGUMENT`. @@ -242,7 +242,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_R * * Value: "FLEX_FLAT_RATE" */ -FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_RenewalPlan_FlexFlatRate; +FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_RenewalPlan_FlexFlatRate GTLR_DEPRECATED; /** * Monthly commitments have a committed period of 30 days after becoming * ACTIVE. After that, they are not in a committed period anymore and can be @@ -257,7 +257,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_R * * Value: "MONTHLY_FLAT_RATE" */ -FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_RenewalPlan_MonthlyFlatRate; +FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_RenewalPlan_MonthlyFlatRate GTLR_DEPRECATED; /** * Should only be used for `renewal_plan` and is only meaningful if edition is * specified to values other than EDITION_UNSPECIFIED. Otherwise @@ -285,7 +285,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_R * * Value: "TRIAL" */ -FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_RenewalPlan_Trial; +FOUNDATION_EXTERN NSString * const kGTLRBigQueryReservation_CapacityCommitment_RenewalPlan_Trial GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRBigQueryReservation_CapacityCommitment.state diff --git a/Sources/GeneratedServices/BlockchainNodeEngine/Public/GoogleAPIClientForREST/GTLRBlockchainNodeEngineObjects.h b/Sources/GeneratedServices/BlockchainNodeEngine/Public/GoogleAPIClientForREST/GTLRBlockchainNodeEngineObjects.h index 88fee30e6..a5dee066a 100644 --- a/Sources/GeneratedServices/BlockchainNodeEngine/Public/GoogleAPIClientForREST/GTLRBlockchainNodeEngineObjects.h +++ b/Sources/GeneratedServices/BlockchainNodeEngine/Public/GoogleAPIClientForREST/GTLRBlockchainNodeEngineObjects.h @@ -124,7 +124,7 @@ FOUNDATION_EXTERN NSString * const kGTLRBlockchainNodeEngine_EthereumDetails_Con * * Value: "ERIGON_EMBEDDED_CONSENSUS_LAYER" */ -FOUNDATION_EXTERN NSString * const kGTLRBlockchainNodeEngine_EthereumDetails_ConsensusClient_ErigonEmbeddedConsensusLayer; +FOUNDATION_EXTERN NSString * const kGTLRBlockchainNodeEngine_EthereumDetails_ConsensusClient_ErigonEmbeddedConsensusLayer GTLR_DEPRECATED; /** * Consensus client implementation written in Rust, maintained by Sigma Prime. * See [Lighthouse - Sigma Prime](https://lighthouse.sigmaprime.io/) for diff --git a/Sources/GeneratedServices/CertificateAuthorityService/Public/GoogleAPIClientForREST/GTLRCertificateAuthorityServiceObjects.h b/Sources/GeneratedServices/CertificateAuthorityService/Public/GoogleAPIClientForREST/GTLRCertificateAuthorityServiceObjects.h index 41cd9154a..024dc6fd3 100644 --- a/Sources/GeneratedServices/CertificateAuthorityService/Public/GoogleAPIClientForREST/GTLRCertificateAuthorityServiceObjects.h +++ b/Sources/GeneratedServices/CertificateAuthorityService/Public/GoogleAPIClientForREST/GTLRCertificateAuthorityServiceObjects.h @@ -490,7 +490,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCertificateAuthorityService_PublishingOp * * Value: "DELETE" */ -FOUNDATION_EXTERN NSString * const kGTLRCertificateAuthorityService_ReconciliationOperationMetadata_ExclusiveAction_Delete; +FOUNDATION_EXTERN NSString * const kGTLRCertificateAuthorityService_ReconciliationOperationMetadata_ExclusiveAction_Delete GTLR_DEPRECATED; /** * This resource could not be repaired but the repair should be tried again at * a later time. This can happen if there is a dependency that needs to be diff --git a/Sources/GeneratedServices/CloudBuild/Public/GoogleAPIClientForREST/GTLRCloudBuildObjects.h b/Sources/GeneratedServices/CloudBuild/Public/GoogleAPIClientForREST/GTLRCloudBuildObjects.h index ee1ea211e..9202c31ab 100644 --- a/Sources/GeneratedServices/CloudBuild/Public/GoogleAPIClientForREST/GTLRCloudBuildObjects.h +++ b/Sources/GeneratedServices/CloudBuild/Public/GoogleAPIClientForREST/GTLRCloudBuildObjects.h @@ -282,7 +282,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudBuild_BuildOptions_Logging_None; * * Value: "STACKDRIVER_ONLY" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudBuild_BuildOptions_Logging_StackdriverOnly; +FOUNDATION_EXTERN NSString * const kGTLRCloudBuild_BuildOptions_Logging_StackdriverOnly GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRCloudBuild_BuildOptions.logStreamingOption diff --git a/Sources/GeneratedServices/CloudDeploy/Public/GoogleAPIClientForREST/GTLRCloudDeployObjects.h b/Sources/GeneratedServices/CloudDeploy/Public/GoogleAPIClientForREST/GTLRCloudDeployObjects.h index 09a938939..b172bd5c7 100644 --- a/Sources/GeneratedServices/CloudDeploy/Public/GoogleAPIClientForREST/GTLRCloudDeployObjects.h +++ b/Sources/GeneratedServices/CloudDeploy/Public/GoogleAPIClientForREST/GTLRCloudDeployObjects.h @@ -162,7 +162,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_DeliveryPipelineNotification * * Value: "TYPE_RENDER_STATUES_CHANGE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_DeliveryPipelineNotificationEvent_Type_TypeRenderStatuesChange; +FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_DeliveryPipelineNotificationEvent_Type_TypeRenderStatuesChange GTLR_DEPRECATED; /** * Resource deleted. * @@ -390,7 +390,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_JobRunNotificationEvent_Type * * Value: "TYPE_RENDER_STATUES_CHANGE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_JobRunNotificationEvent_Type_TypeRenderStatuesChange; +FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_JobRunNotificationEvent_Type_TypeRenderStatuesChange GTLR_DEPRECATED; /** * Resource deleted. * @@ -586,7 +586,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_ReleaseNotificationEvent_Typ * * Value: "TYPE_RENDER_STATUES_CHANGE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_ReleaseNotificationEvent_Type_TypeRenderStatuesChange; +FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_ReleaseNotificationEvent_Type_TypeRenderStatuesChange GTLR_DEPRECATED; /** * Resource deleted. * @@ -792,7 +792,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_RolloutNotificationEvent_Typ * * Value: "TYPE_RENDER_STATUES_CHANGE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_RolloutNotificationEvent_Type_TypeRenderStatuesChange; +FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_RolloutNotificationEvent_Type_TypeRenderStatuesChange GTLR_DEPRECATED; /** * Resource deleted. * @@ -866,7 +866,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_TargetNotificationEvent_Type * * Value: "TYPE_RENDER_STATUES_CHANGE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_TargetNotificationEvent_Type_TypeRenderStatuesChange; +FOUNDATION_EXTERN NSString * const kGTLRCloudDeploy_TargetNotificationEvent_Type_TypeRenderStatuesChange GTLR_DEPRECATED; /** * Resource deleted. * diff --git a/Sources/GeneratedServices/CloudIAP/Public/GoogleAPIClientForREST/GTLRCloudIAPObjects.h b/Sources/GeneratedServices/CloudIAP/Public/GoogleAPIClientForREST/GTLRCloudIAPObjects.h index 08ca3bf22..773c7df68 100644 --- a/Sources/GeneratedServices/CloudIAP/Public/GoogleAPIClientForREST/GTLRCloudIAPObjects.h +++ b/Sources/GeneratedServices/CloudIAP/Public/GoogleAPIClientForREST/GTLRCloudIAPObjects.h @@ -98,7 +98,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudIAP_ReauthSettings_Method_Login; */ FOUNDATION_EXTERN NSString * const kGTLRCloudIAP_ReauthSettings_Method_MethodUnspecified; /** Value: "PASSWORD" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudIAP_ReauthSettings_Method_Password; +FOUNDATION_EXTERN NSString * const kGTLRCloudIAP_ReauthSettings_Method_Password GTLR_DEPRECATED; /** * User must use their secure key 2nd factor device. * diff --git a/Sources/GeneratedServices/CloudRedis/Public/GoogleAPIClientForREST/GTLRCloudRedisObjects.h b/Sources/GeneratedServices/CloudRedis/Public/GoogleAPIClientForREST/GTLRCloudRedisObjects.h index a62280351..d950590d9 100644 --- a/Sources/GeneratedServices/CloudRedis/Public/GoogleAPIClientForREST/GTLRCloudRedisObjects.h +++ b/Sources/GeneratedServices/CloudRedis/Public/GoogleAPIClientForREST/GTLRCloudRedisObjects.h @@ -308,7 +308,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudRedis_PersistenceConfig_RdbSnapshot * * Value: "DELETE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudRedis_ReconciliationOperationMetadata_ExclusiveAction_Delete; +FOUNDATION_EXTERN NSString * const kGTLRCloudRedis_ReconciliationOperationMetadata_ExclusiveAction_Delete GTLR_DEPRECATED; /** * This resource could not be repaired but the repair should be tried again at * a later time. This can happen if there is a dependency that needs to be diff --git a/Sources/GeneratedServices/CloudSearch/Public/GoogleAPIClientForREST/GTLRCloudSearchObjects.h b/Sources/GeneratedServices/CloudSearch/Public/GoogleAPIClientForREST/GTLRCloudSearchObjects.h index 60ec11b9b..8d304636f 100644 --- a/Sources/GeneratedServices/CloudSearch/Public/GoogleAPIClientForREST/GTLRCloudSearchObjects.h +++ b/Sources/GeneratedServices/CloudSearch/Public/GoogleAPIClientForREST/GTLRCloudSearchObjects.h @@ -527,7 +527,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAnswe * * Value: "AGENDA" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Agenda; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Agenda GTLR_DEPRECATED; /** * A group of agenda-events (meeting, conflicts) * @@ -539,37 +539,37 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssis * * Value: "CHANGELISTS" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Changelists; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Changelists GTLR_DEPRECATED; /** * Any group of meetings for the day that are overlapping. * * Value: "CONFLICTING_MEETINGS" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_ConflictingMeetings; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_ConflictingMeetings GTLR_DEPRECATED; /** * Create notes for a meeting specified in the request. * * Value: "CREATE_NOTES_FOR_MEETING" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_CreateNotesForMeeting; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_CreateNotesForMeeting GTLR_DEPRECATED; /** * Create notes for meeting query. * * Value: "CREATE_NOTES_FOR_MEETING_REQUEST" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_CreateNotesForMeetingRequest; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_CreateNotesForMeetingRequest GTLR_DEPRECATED; /** * News about your SFDC customers. * * Value: "CUSTOMER_NEWS" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_CustomerNews; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_CustomerNews GTLR_DEPRECATED; /** * Represents a set of users that the requesting user has low affinity with. * * Value: "DISCOVER_PEOPLE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_DiscoverPeople; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_DiscoverPeople GTLR_DEPRECATED; /** * Documents that match the user's query (e.g. sheets shared with me). * @@ -581,7 +581,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssis * * Value: "DOMAIN_TRENDING_DOCS" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_DomainTrendingDocs; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_DomainTrendingDocs GTLR_DEPRECATED; /** * Find a time for two people to meet. * @@ -606,26 +606,26 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssis * * Value: "HOMEPAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Homepage; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Homepage GTLR_DEPRECATED; /** * All cards related to the homepage-v3 (agenda-group, WIP, etc...) * * Value: "HOMEPAGE_V3" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_HomepageV3; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_HomepageV3 GTLR_DEPRECATED; /** * A meeting. When requesting meetings, the service will return a MEETING card * for each meeting the user has in his agenda. * * Value: "MEETINGS" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Meetings; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Meetings GTLR_DEPRECATED; /** * The user's next non-declined meeting. * * Value: "NEXT_MEETING" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_NextMeeting; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_NextMeeting GTLR_DEPRECATED; /** * People Search promotion card. * @@ -638,7 +638,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssis * * Value: "PERSONALIZED_DOCS" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_PersonalizedDocs; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_PersonalizedDocs GTLR_DEPRECATED; /** * Answer card for a single person (e.g. what is x's phone number). * @@ -663,7 +663,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssis * * Value: "SHARE_MEETING_DOCS" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_ShareMeetingDocs; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_ShareMeetingDocs GTLR_DEPRECATED; /** * A help card that provides examples of queries the user can ask. * @@ -675,13 +675,13 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssis * * Value: "SUMMARY" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Summary; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_Summary GTLR_DEPRECATED; /** * Documents that are trending in your team (i.e., Stay in the Loop). * * Value: "TEAM_TRENDING_DOCS" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_TeamTrendingDocs; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_TeamTrendingDocs GTLR_DEPRECATED; /** * Third party answer card. * @@ -696,7 +696,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssis * * Value: "TRENDING_DOCS" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_TrendingDocs; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_TrendingDocs GTLR_DEPRECATED; /** * The default type, an unknown card type. * @@ -709,7 +709,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssis * * Value: "UPCOMING_TRIP" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_UpcomingTrip; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickAssistCardProto_CardType_UpcomingTrip GTLR_DEPRECATED; /** * The documents that you were recently working on. * @@ -1279,7 +1279,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickDocum // GTLRCloudSearch_EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry.category /** Value: "ACTIONABLE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry_Category_Actionable; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry_Category_Actionable GTLR_DEPRECATED; /** * Document has been edited. * @@ -1306,7 +1306,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickDocum */ FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry_Category_MentionViewed; /** Value: "REPLIED" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry_Category_Replied; +FOUNDATION_EXTERN NSString * const kGTLRCloudSearch_EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry_Category_Replied GTLR_DEPRECATED; /** * Share categories. Consists of documents that have been explicitly shared * with the user. Document has been viewed. diff --git a/Sources/GeneratedServices/Cloudchannel/Public/GoogleAPIClientForREST/GTLRCloudchannelObjects.h b/Sources/GeneratedServices/Cloudchannel/Public/GoogleAPIClientForREST/GTLRCloudchannelObjects.h index 8931329f8..9afaf23e1 100644 --- a/Sources/GeneratedServices/Cloudchannel/Public/GoogleAPIClientForREST/GTLRCloudchannelObjects.h +++ b/Sources/GeneratedServices/Cloudchannel/Public/GoogleAPIClientForREST/GTLRCloudchannelObjects.h @@ -226,7 +226,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudchannel_GoogleCloudChannelV1alpha1E * * Value: "CANCELED" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudchannel_GoogleCloudChannelV1alpha1Entitlement_ProvisioningState_Canceled; +FOUNDATION_EXTERN NSString * const kGTLRCloudchannel_GoogleCloudChannelV1alpha1Entitlement_ProvisioningState_Canceled GTLR_DEPRECATED; /** * The entitlement reached end of term and was not renewed. After an * entitlement is `COMPLETE`, its status will not change. Deprecated: This is @@ -235,14 +235,14 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudchannel_GoogleCloudChannelV1alpha1E * * Value: "COMPLETE" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudchannel_GoogleCloudChannelV1alpha1Entitlement_ProvisioningState_Complete; +FOUNDATION_EXTERN NSString * const kGTLRCloudchannel_GoogleCloudChannelV1alpha1Entitlement_ProvisioningState_Complete GTLR_DEPRECATED; /** * The entitlement is pending. Deprecated: This is represented as * ProvisioningState=SUSPENDED and suspensionReason=PENDING_TOS_ACCEPTANCE * * Value: "PENDING" */ -FOUNDATION_EXTERN NSString * const kGTLRCloudchannel_GoogleCloudChannelV1alpha1Entitlement_ProvisioningState_Pending; +FOUNDATION_EXTERN NSString * const kGTLRCloudchannel_GoogleCloudChannelV1alpha1Entitlement_ProvisioningState_Pending GTLR_DEPRECATED; /** * Not used. * diff --git a/Sources/GeneratedServices/Compute/Public/GoogleAPIClientForREST/GTLRComputeObjects.h b/Sources/GeneratedServices/Compute/Public/GoogleAPIClientForREST/GTLRComputeObjects.h index 2331d9b97..c81d48487 100644 --- a/Sources/GeneratedServices/Compute/Public/GoogleAPIClientForREST/GTLRComputeObjects.h +++ b/Sources/GeneratedServices/Compute/Public/GoogleAPIClientForREST/GTLRComputeObjects.h @@ -913,7 +913,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_AcceleratorTypeAggregatedList_Wa * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_AcceleratorTypeAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_AcceleratorTypeAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -1097,7 +1097,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_AcceleratorTypeList_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_AcceleratorTypeList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_AcceleratorTypeList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -1281,7 +1281,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_AcceleratorTypesScopedList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_AcceleratorTypesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_AcceleratorTypesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -1661,7 +1661,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_AddressAggregatedList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_AddressAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_AddressAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -1845,7 +1845,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_AddressesScopedList_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_AddressesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_AddressesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -2029,7 +2029,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_AddressList_Warning_Code_Externa * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_AddressList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_AddressList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -2428,7 +2428,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_AutoscalerAggregatedList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_AutoscalerAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_AutoscalerAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -2612,7 +2612,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_AutoscalerList_Warning_Code_Exte * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_AutoscalerList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_AutoscalerList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -2796,7 +2796,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_AutoscalersScopedList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_AutoscalersScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_AutoscalersScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -3266,7 +3266,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendBucketList_Warning_Code_E * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendBucketList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendBucketList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -3685,7 +3685,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendServiceAggregatedList_War * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendServiceAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendServiceAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -3921,7 +3921,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendServiceList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendServiceList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendServiceList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -4194,7 +4194,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendServicesScopedList_Warnin * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendServicesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_BackendServicesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -4561,7 +4561,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_CommitmentAggregatedList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_CommitmentAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_CommitmentAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -4745,7 +4745,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_CommitmentList_Warning_Code_Exte * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_CommitmentList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_CommitmentList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -4929,7 +4929,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_CommitmentsScopedList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_CommitmentsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_CommitmentsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -5307,7 +5307,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskAggregatedList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -5551,7 +5551,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskList_Warning_Code_ExternalAp * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -5771,7 +5771,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_DisksScopedList_Warning_Code_Ext * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_DisksScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_DisksScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -5955,7 +5955,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskTypeAggregatedList_Warning_C * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskTypeAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskTypeAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -6139,7 +6139,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskTypeList_Warning_Code_Extern * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskTypeList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskTypeList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -6323,7 +6323,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskTypesScopedList_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskTypesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_DiskTypesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -6570,7 +6570,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ExchangedPeeringRoutesList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ExchangedPeeringRoutesList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ExchangedPeeringRoutesList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -6794,7 +6794,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ExternalVpnGatewayList_Warning_C * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ExternalVpnGatewayList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ExternalVpnGatewayList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -7004,7 +7004,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_FirewallList_Warning_Code_Extern * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_FirewallList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_FirewallList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -7196,7 +7196,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_FirewallPolicyList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_FirewallPolicyList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_FirewallPolicyList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -7508,7 +7508,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ForwardingRuleAggregatedList_War * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ForwardingRuleAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ForwardingRuleAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -7692,7 +7692,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ForwardingRuleList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ForwardingRuleList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ForwardingRuleList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -7876,7 +7876,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ForwardingRulesScopedList_Warnin * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ForwardingRulesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ForwardingRulesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -8128,7 +8128,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthCheckList_Warning_Code_Ext * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthCheckList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthCheckList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -8312,7 +8312,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthChecksAggregatedList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthChecksAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthChecksAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -8515,7 +8515,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthCheckServicesList_Warning_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthCheckServicesList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthCheckServicesList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -8699,7 +8699,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthChecksScopedList_Warning_C * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthChecksScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_HealthChecksScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -9027,7 +9027,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_HttpHealthCheckList_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_HttpHealthCheckList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_HttpHealthCheckList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -9279,7 +9279,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_HttpsHealthCheckList_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_HttpsHealthCheckList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_HttpsHealthCheckList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -9525,7 +9525,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ImageList_Warning_Code_ExternalA * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ImageList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ImageList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -9824,7 +9824,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceAggregatedList_Warning_C * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -10008,7 +10008,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupAggregatedList_Warn * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -10192,7 +10192,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupList_Warning_Code_E * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -10395,7 +10395,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagerAggregatedLi * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagerAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagerAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -10587,7 +10587,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagerList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagerList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagerList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -10827,7 +10827,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagersListPerInst * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagersListPerInstanceConfigsResp_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagersListPerInstanceConfigsResp_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -11011,7 +11011,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagersScopedList_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagersScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupManagersScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -11302,7 +11302,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupsListInstances_Warn * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupsListInstances_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupsListInstances_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -11502,7 +11502,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupsScopedList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceGroupsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -11686,7 +11686,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceList_Warning_Code_Extern * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -11870,7 +11870,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceListReferrers_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceListReferrers_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceListReferrers_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -12210,7 +12210,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstancesScopedList_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstancesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstancesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -12394,7 +12394,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceTemplateAggregatedList_W * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceTemplateAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceTemplateAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -12578,7 +12578,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceTemplateList_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceTemplateList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceTemplateList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -12762,7 +12762,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceTemplatesScopedList_Warn * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceTemplatesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InstanceTemplatesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -13297,7 +13297,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectAttachmentAggregated * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectAttachmentAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectAttachmentAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -13504,7 +13504,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectAttachmentList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectAttachmentList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectAttachmentList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -13688,7 +13688,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectAttachmentsScopedLis * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectAttachmentsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectAttachmentsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -13978,7 +13978,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectList_Warning_Code_Ex * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -14202,7 +14202,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectLocationList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectLocationList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectLocationList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -14597,7 +14597,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectRemoteLocationList_W * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectRemoteLocationList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_InterconnectRemoteLocationList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -14812,7 +14812,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_LicensesListResponse_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_LicensesListResponse_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_LicensesListResponse_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -15101,7 +15101,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineImageList_Warning_Code_Ex * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineImageList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineImageList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -15285,7 +15285,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineTypeAggregatedList_Warnin * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineTypeAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineTypeAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -15469,7 +15469,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineTypeList_Warning_Code_Ext * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineTypeList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineTypeList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -15653,7 +15653,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineTypesScopedList_Warning_C * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineTypesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_MachineTypesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -16098,7 +16098,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkAttachmentAggregatedList_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkAttachmentAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkAttachmentAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -16319,7 +16319,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkAttachmentList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkAttachmentList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkAttachmentList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -16503,7 +16503,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkAttachmentsScopedList_War * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkAttachmentsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkAttachmentsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -16687,7 +16687,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEdgeSecurityServiceAggreg * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEdgeSecurityServiceAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEdgeSecurityServiceAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -16871,7 +16871,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEdgeSecurityServicesScope * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEdgeSecurityServicesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEdgeSecurityServicesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -17104,7 +17104,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupAggregatedLi * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -17288,7 +17288,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -17527,7 +17527,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupsListNetwork * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupsListNetworkEndpoints_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupsListNetworkEndpoints_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -17711,7 +17711,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupsScopedList_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkEndpointGroupsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -17949,7 +17949,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkList_Warning_Code_Externa * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NetworkList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -18238,7 +18238,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupAggregatedList_Warning_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -18446,7 +18446,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupList_Warning_Code_Exter * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -18654,7 +18654,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupsListNodes_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupsListNodes_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupsListNodes_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -18838,7 +18838,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupsScopedList_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeGroupsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -19060,7 +19060,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTemplateAggregatedList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTemplateAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTemplateAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -19244,7 +19244,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTemplateList_Warning_Code_Ex * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTemplateList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTemplateList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -19428,7 +19428,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTemplatesScopedList_Warning_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTemplatesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTemplatesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -19612,7 +19612,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTypeAggregatedList_Warning_C * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTypeAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTypeAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -19796,7 +19796,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTypeList_Warning_Code_Extern * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTypeList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTypeList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -19980,7 +19980,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTypesScopedList_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTypesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NodeTypesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -20164,7 +20164,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_NotificationEndpointList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_NotificationEndpointList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_NotificationEndpointList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -20358,7 +20358,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_Operation_Warnings_Item_Code_Ext * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_Operation_Warnings_Item_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_Operation_Warnings_Item_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -20542,7 +20542,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_OperationAggregatedList_Warning_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_OperationAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_OperationAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -20726,7 +20726,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_OperationList_Warning_Code_Exter * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_OperationList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_OperationList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -20910,7 +20910,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_OperationsScopedList_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_OperationsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_OperationsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -21143,7 +21143,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_PacketMirroringAggregatedList_Wa * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_PacketMirroringAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_PacketMirroringAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -21349,7 +21349,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_PacketMirroringList_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_PacketMirroringList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_PacketMirroringList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -21533,7 +21533,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_PacketMirroringsScopedList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_PacketMirroringsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_PacketMirroringsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -21915,7 +21915,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicAdvertisedPrefixList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicAdvertisedPrefixList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicAdvertisedPrefixList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -22129,7 +22129,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicDelegatedPrefixAggregatedL * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicDelegatedPrefixAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicDelegatedPrefixAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -22313,7 +22313,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicDelegatedPrefixesScopedLis * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicDelegatedPrefixesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicDelegatedPrefixesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -22497,7 +22497,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicDelegatedPrefixList_Warnin * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicDelegatedPrefixList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_PublicDelegatedPrefixList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -23025,7 +23025,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionAutoscalerList_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionAutoscalerList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionAutoscalerList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -23209,7 +23209,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionDiskTypeList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionDiskTypeList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionDiskTypeList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -23393,7 +23393,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupList_Warning_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -23577,7 +23577,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupManagerList_W * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupManagerList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupManagerList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -23817,7 +23817,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupManagersListI * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupManagersListInstanceConfigsResp_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupManagersListInstanceConfigsResp_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -24001,7 +24001,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupsListInstance * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupsListInstances_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionInstanceGroupsListInstances_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -24201,7 +24201,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionList_Warning_Code_External * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RegionList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -24452,7 +24452,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ReservationAggregatedList_Warnin * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ReservationAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ReservationAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -24636,7 +24636,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ReservationList_Warning_Code_Ext * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ReservationList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ReservationList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -24820,7 +24820,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ReservationsScopedList_Warning_C * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ReservationsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ReservationsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -25018,7 +25018,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ResourcePoliciesScopedList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ResourcePoliciesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ResourcePoliciesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -25232,7 +25232,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ResourcePolicyAggregatedList_War * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ResourcePolicyAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ResourcePolicyAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -25424,7 +25424,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ResourcePolicyList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ResourcePolicyList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ResourcePolicyList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -25681,7 +25681,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_Route_Warnings_Item_Code_Externa * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_Route_Warnings_Item_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_Route_Warnings_Item_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -25877,7 +25877,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RouteList_Warning_Code_ExternalA * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RouteList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RouteList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -26061,7 +26061,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RouterAggregatedList_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RouterAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RouterAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -26341,7 +26341,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RouterList_Warning_Code_External * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RouterList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RouterList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -26655,7 +26655,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_RoutersScopedList_Warning_Code_E * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_RoutersScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_RoutersScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -27082,7 +27082,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SecurityPoliciesAggregatedList_W * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SecurityPoliciesAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SecurityPoliciesAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -27266,7 +27266,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SecurityPoliciesScopedList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SecurityPoliciesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SecurityPoliciesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -27492,7 +27492,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SecurityPolicyList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SecurityPolicyList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SecurityPolicyList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -27797,7 +27797,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ServiceAttachmentAggregatedList_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ServiceAttachmentAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ServiceAttachmentAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -28018,7 +28018,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ServiceAttachmentList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ServiceAttachmentList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ServiceAttachmentList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -28202,7 +28202,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ServiceAttachmentsScopedList_War * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ServiceAttachmentsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ServiceAttachmentsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -28522,7 +28522,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SnapshotList_Warning_Code_Extern * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SnapshotList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SnapshotList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -28746,7 +28746,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SslCertificateAggregatedList_War * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SslCertificateAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SslCertificateAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -28930,7 +28930,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SslCertificateList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SslCertificateList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SslCertificateList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -29205,7 +29205,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SslCertificatesScopedList_Warnin * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SslCertificatesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SslCertificatesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -29423,7 +29423,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPoliciesAggregatedList_Warnin * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPoliciesAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPoliciesAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -29607,7 +29607,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPoliciesList_Warning_Code_Ext * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPoliciesList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPoliciesList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -29791,7 +29791,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPoliciesScopedList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPoliciesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPoliciesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -30029,7 +30029,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPolicy_Warnings_Item_Code_Ext * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPolicy_Warnings_Item_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SslPolicy_Warnings_Item_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -30343,7 +30343,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SubnetworkAggregatedList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SubnetworkAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SubnetworkAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -30527,7 +30527,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SubnetworkList_Warning_Code_Exte * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SubnetworkList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SubnetworkList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -30737,7 +30737,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_SubnetworksScopedList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_SubnetworksScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_SubnetworksScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -30947,7 +30947,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetGrpcProxyList_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetGrpcProxyList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetGrpcProxyList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -31131,7 +31131,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpProxiesScopedList_Warn * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpProxiesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpProxiesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -31315,7 +31315,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpProxyList_Warning_Code * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpProxyList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpProxyList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -31499,7 +31499,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpsProxiesScopedList_War * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpsProxiesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpsProxiesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -31729,7 +31729,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpsProxyAggregatedList_W * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpsProxyAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpsProxyAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -31913,7 +31913,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpsProxyList_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpsProxyList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetHttpsProxyList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -32107,7 +32107,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetInstanceAggregatedList_War * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetInstanceAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetInstanceAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -32291,7 +32291,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetInstanceList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetInstanceList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetInstanceList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -32475,7 +32475,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetInstancesScopedList_Warnin * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetInstancesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetInstancesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -32726,7 +32726,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetPoolAggregatedList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetPoolAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetPoolAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -32910,7 +32910,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetPoolList_Warning_Code_Exte * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetPoolList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetPoolList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -33094,7 +33094,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetPoolsScopedList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetPoolsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetPoolsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -33294,7 +33294,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetSslProxyList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetSslProxyList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetSslProxyList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -33478,7 +33478,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetTcpProxiesScopedList_Warni * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetTcpProxiesScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetTcpProxiesScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -33678,7 +33678,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetTcpProxyAggregatedList_War * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetTcpProxyAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetTcpProxyAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -33862,7 +33862,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetTcpProxyList_Warning_Code_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetTcpProxyList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetTcpProxyList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -34058,7 +34058,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetVpnGatewayAggregatedList_W * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetVpnGatewayAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetVpnGatewayAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -34242,7 +34242,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetVpnGatewayList_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetVpnGatewayList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetVpnGatewayList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -34426,7 +34426,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetVpnGatewaysScopedList_Warn * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetVpnGatewaysScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_TargetVpnGatewaysScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -34644,7 +34644,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_UrlMapList_Warning_Code_External * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_UrlMapList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_UrlMapList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -34828,7 +34828,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_UrlMapsAggregatedList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_UrlMapsAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_UrlMapsAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -35012,7 +35012,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_UrlMapsScopedList_Warning_Code_E * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_UrlMapsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_UrlMapsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -35304,7 +35304,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_UsableSubnetworksAggregatedList_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_UsableSubnetworksAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_UsableSubnetworksAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -35488,7 +35488,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_VmEndpointNatMappingsList_Warnin * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_VmEndpointNatMappingsList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_VmEndpointNatMappingsList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -35688,7 +35688,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnGatewayAggregatedList_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnGatewayAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnGatewayAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -35872,7 +35872,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnGatewayList_Warning_Code_Exte * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnGatewayList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnGatewayList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -36056,7 +36056,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnGatewaysScopedList_Warning_Co * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnGatewaysScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnGatewaysScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -36353,7 +36353,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnTunnelAggregatedList_Warning_ * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnTunnelAggregatedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnTunnelAggregatedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -36537,7 +36537,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnTunnelList_Warning_Code_Exter * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnTunnelList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnTunnelList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -36721,7 +36721,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnTunnelsScopedList_Warning_Cod * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnTunnelsScopedList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_VpnTunnelsScopedList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -36905,7 +36905,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_XpnHostList_Warning_Code_Externa * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_XpnHostList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_XpnHostList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -37105,7 +37105,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCompute_ZoneList_Warning_Code_ExternalAp * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRCompute_ZoneList_Warning_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRCompute_ZoneList_Warning_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * diff --git a/Sources/GeneratedServices/Connectors/Public/GoogleAPIClientForREST/GTLRConnectorsObjects.h b/Sources/GeneratedServices/Connectors/Public/GoogleAPIClientForREST/GTLRConnectorsObjects.h index 9d9374046..b2d1ee884 100644 --- a/Sources/GeneratedServices/Connectors/Public/GoogleAPIClientForREST/GTLRConnectorsObjects.h +++ b/Sources/GeneratedServices/Connectors/Public/GoogleAPIClientForREST/GTLRConnectorsObjects.h @@ -115,7 +115,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Date; * * Value: "DATETIME" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Datetime; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Datetime GTLR_DEPRECATED; /** * Decimal type. * @@ -145,7 +145,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Float; * * Value: "INT" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Int; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Int GTLR_DEPRECATED; /** * Integer type. * @@ -163,7 +163,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_JavaObject; * * Value: "LONG" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Long; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Long GTLR_DEPRECATED; /** * Long Nvarchar type. * @@ -259,7 +259,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Sqlxml; * * Value: "STRING" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_String; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_String GTLR_DEPRECATED; /** * Struct type. * @@ -301,7 +301,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Tinyint; * * Value: "UUID" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Uuid; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_Field_DataType_Uuid GTLR_DEPRECATED; /** * Varbinary type. * @@ -389,7 +389,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Date; * * Value: "DATETIME" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Datetime; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Datetime GTLR_DEPRECATED; /** * Decimal type. * @@ -419,7 +419,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Float * * Value: "INT" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Int; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Int GTLR_DEPRECATED; /** * Integer type. * @@ -437,7 +437,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_JavaO * * Value: "LONG" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Long; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Long GTLR_DEPRECATED; /** * Long Nvarchar type. * @@ -533,7 +533,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Sqlxm * * Value: "STRING" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_String; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_String GTLR_DEPRECATED; /** * Struct type. * @@ -575,7 +575,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Tinyi * * Value: "UUID" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Uuid; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_InputParameter_DataType_Uuid GTLR_DEPRECATED; /** * Varbinary type. * @@ -663,7 +663,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Date; * * Value: "DATETIME" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Datetime; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Datetime GTLR_DEPRECATED; /** * Decimal type. * @@ -693,7 +693,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Float * * Value: "INT" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Int; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Int GTLR_DEPRECATED; /** * Integer type. * @@ -711,7 +711,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_JavaO * * Value: "LONG" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Long; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Long GTLR_DEPRECATED; /** * Long Nvarchar type. * @@ -807,7 +807,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Sqlxm * * Value: "STRING" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_String; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_String GTLR_DEPRECATED; /** * Struct type. * @@ -849,7 +849,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Tinyi * * Value: "UUID" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Uuid; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_QueryParameter_DataType_Uuid GTLR_DEPRECATED; /** * Varbinary type. * @@ -937,7 +937,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Date; * * Value: "DATETIME" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Datetime; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Datetime GTLR_DEPRECATED; /** * Decimal type. * @@ -967,7 +967,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Float * * Value: "INT" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Int; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Int GTLR_DEPRECATED; /** * Integer type. * @@ -985,7 +985,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_JavaO * * Value: "LONG" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Long; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Long GTLR_DEPRECATED; /** * Long Nvarchar type. * @@ -1081,7 +1081,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Sqlxm * * Value: "STRING" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_String; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_String GTLR_DEPRECATED; /** * Struct type. * @@ -1123,7 +1123,7 @@ FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Tinyi * * Value: "UUID" */ -FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Uuid; +FOUNDATION_EXTERN NSString * const kGTLRConnectors_ResultMetadata_DataType_Uuid GTLR_DEPRECATED; /** * Varbinary type. * diff --git a/Sources/GeneratedServices/Container/Public/GoogleAPIClientForREST/GTLRContainerObjects.h b/Sources/GeneratedServices/Container/Public/GoogleAPIClientForREST/GTLRContainerObjects.h index f58979c97..dc2f5cf20 100644 --- a/Sources/GeneratedServices/Container/Public/GoogleAPIClientForREST/GTLRContainerObjects.h +++ b/Sources/GeneratedServices/Container/Public/GoogleAPIClientForREST/GTLRContainerObjects.h @@ -1113,7 +1113,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_AutoRe * * Value: "AUTO_UPGRADE_NODES" */ -FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_AutoUpgradeNodes; +FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_AutoUpgradeNodes GTLR_DEPRECATED; /** * The cluster is being created. The cluster should be assumed to be unusable * until the operation finishes. In the event of the operation failing, the @@ -1172,25 +1172,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_Resize * * Value: "SET_LABELS" */ -FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_SetLabels; +FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_SetLabels GTLR_DEPRECATED; /** * Unused. Updating maintenance policy uses UPDATE_CLUSTER. * * Value: "SET_MAINTENANCE_POLICY" */ -FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_SetMaintenancePolicy; +FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_SetMaintenancePolicy GTLR_DEPRECATED; /** * Unused. Updating master auth uses UPDATE_CLUSTER. * * Value: "SET_MASTER_AUTH" */ -FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_SetMasterAuth; +FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_SetMasterAuth GTLR_DEPRECATED; /** * Unused. Updating network policy uses UPDATE_CLUSTER. * * Value: "SET_NETWORK_POLICY" */ -FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_SetNetworkPolicy; +FOUNDATION_EXTERN NSString * const kGTLRContainer_Operation_OperationType_SetNetworkPolicy GTLR_DEPRECATED; /** * The node pool's manamagent field is being updated. These operations only * update metadata and may be concurrent with most other operations. diff --git a/Sources/GeneratedServices/ContainerAnalysis/Public/GoogleAPIClientForREST/GTLRContainerAnalysisObjects.h b/Sources/GeneratedServices/ContainerAnalysis/Public/GoogleAPIClientForREST/GTLRContainerAnalysisObjects.h index 09e6a8590..fa729d477 100644 --- a/Sources/GeneratedServices/ContainerAnalysis/Public/GoogleAPIClientForREST/GTLRContainerAnalysisObjects.h +++ b/Sources/GeneratedServices/ContainerAnalysis/Public/GoogleAPIClientForREST/GTLRContainerAnalysisObjects.h @@ -1048,7 +1048,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContainerAnalysis_GoogleDevtoolsCloudbui * * Value: "STACKDRIVER_ONLY" */ -FOUNDATION_EXTERN NSString * const kGTLRContainerAnalysis_GoogleDevtoolsCloudbuildV1BuildOptions_Logging_StackdriverOnly; +FOUNDATION_EXTERN NSString * const kGTLRContainerAnalysis_GoogleDevtoolsCloudbuildV1BuildOptions_Logging_StackdriverOnly GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContainerAnalysis_GoogleDevtoolsCloudbuildV1BuildOptions.logStreamingOption diff --git a/Sources/GeneratedServices/Contentwarehouse/Public/GoogleAPIClientForREST/GTLRContentwarehouseObjects.h b/Sources/GeneratedServices/Contentwarehouse/Public/GoogleAPIClientForREST/GTLRContentwarehouseObjects.h index b2fb7175c..99706875a 100644 --- a/Sources/GeneratedServices/Contentwarehouse/Public/GoogleAPIClientForREST/GTLRContentwarehouseObjects.h +++ b/Sources/GeneratedServices/Contentwarehouse/Public/GoogleAPIClientForREST/GTLRContentwarehouseObjects.h @@ -4450,7 +4450,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsDynamiteSharedSegme * * Value: "BACKSTAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Backstage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Backstage GTLR_DEPRECATED; /** * Used for Collexions feature (go/g+c) ID is the Collexion ID to which the * post is assigned. These IDs are allocated from their own id space maintained @@ -4467,13 +4467,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBacke * * Value: "DEPRECATED_COLLECTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_DeprecatedCollections; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_DeprecatedCollections GTLR_DEPRECATED; /** * DEPRECATED - once used for the G+ Events feature, but never launched. * * Value: "EVENTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Events; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Events GTLR_DEPRECATED; /** * For Blogger Fountain, the ID is the canonical URL of the site. For * Distiller, the ID is "youtube"/channel_id/video_id. For Distiller Discussion @@ -4493,7 +4493,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBacke * * Value: "G_PLUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_GPlus; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_GPlus GTLR_DEPRECATED; /** * Used for Search Highlight (go/seng-highlight). The ID is the account id to * which a highlight belongs. @@ -4525,7 +4525,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBacke * * Value: "PAISA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Paisa; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Paisa GTLR_DEPRECATED; /** * Used for Photos integration with SBE (go/envelope-comments-design-doc) * @@ -4553,7 +4553,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBacke * * Value: "REVIEWS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Reviews; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Reviews GTLR_DEPRECATED; /** * Used for SBE loadtests. * @@ -4594,7 +4594,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBacke * * Value: "SPACES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Spaces; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Spaces GTLR_DEPRECATED; /** * Use for G+ community. The ID is the square gaia id. If this is a square * substream, second ID is the substream stream ID. Write-time logic: -Verify @@ -4639,7 +4639,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBacke * * Value: "YOUTUBE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Youtube; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleActivityBackendDestinationStream_NamespaceProperty_Youtube GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAbout.contentType @@ -4721,9 +4721,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer /** Value: "ANDROID_SYSTEM_INTELLIGENCE_AFFINITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_AndroidSystemIntelligenceAffinity; /** Value: "APDL_CONTACT_CENTRIC_DEFAULT_AFFINITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_ApdlContactCentricDefaultAffinity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_ApdlContactCentricDefaultAffinity GTLR_DEPRECATED; /** Value: "APDL_PROFILE_CENTRIC_DEFAULT_AFFINITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_ApdlProfileCentricDefaultAffinity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_ApdlProfileCentricDefaultAffinity GTLR_DEPRECATED; /** Value: "APPS_ASSISTANT_AFFINITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_AppsAssistantAffinity; /** Value: "ARIANE_AFFINITY" */ @@ -4893,7 +4893,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer /** Value: "EARTH_AFFINITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_EarthAffinity; /** Value: "EMAIL_AUTOCOMPLETE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_EmailAutocomplete; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_EmailAutocomplete GTLR_DEPRECATED; /** Value: "EMAIL_AUTOCOMPLETE_GG" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_EmailAutocompleteGg; /** Value: "ENGAGEMENTS_AFFINITY" */ @@ -4985,7 +4985,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer /** Value: "HUB_CALL_AFFINITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_HubCallAffinity; /** Value: "INBOX_AFFINITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_InboxAffinity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_InboxAffinity GTLR_DEPRECATED; /** Value: "INCIDENTFLOW_AFFINITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_IncidentflowAffinity; /** Value: "INDIVIDUAL_OUTGOING_INTERACTIONS_RECENCY_RANK" */ @@ -5081,7 +5081,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "PHOTOS_FIELDS_TO_SHARE_WITH_SUGGESTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_PhotosFieldsToShareWithSuggestions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_PhotosFieldsToShareWithSuggestions GTLR_DEPRECATED; /** Value: "PHOTOS_INVITE_AFFINITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_PhotosInviteAffinity; /** Value: "PHOTOS_PARTNER_SHARING_AFFINITY" */ @@ -5093,7 +5093,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "PHOTOS_PEOPLE_TO_SHARE_WITH_SUGGESTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_PhotosPeopleToShareWithSuggestions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_PhotosPeopleToShareWithSuggestions GTLR_DEPRECATED; /** Value: "PHOTOS_SUGGESTED_TARGETS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_PhotosSuggestedTargets; /** Value: "PHOTOS_SUGGESTED_TARGETS_IN_APP_ONLY" */ @@ -5103,7 +5103,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "PHOTOS_SUGGESTIONS_AFFINITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_PhotosSuggestionsAffinity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_PhotosSuggestionsAffinity GTLR_DEPRECATED; /** Value: "PLAY_BOOKS_DISTRIBUTION_AFFINITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_PlayBooksDistributionAffinity; /** Value: "PLAY_BOOKS_PUBENG_AFFINITY" */ @@ -5195,7 +5195,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer /** Value: "THREADIT_AFFINITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_ThreaditAffinity; /** Value: "TOG_AFFINITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_TogAffinity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_TogAffinity GTLR_DEPRECATED; /** Value: "TOPAZ_TEAMS_AFFINITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_AffinityType_TopazTeamsAffinity; /** Value: "TRANSLATION_MEMORY_MANAGER_AFFINITY" */ @@ -5268,7 +5268,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "CIRCLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_ContainerType_Circle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiAffinity_ContainerType_Circle GTLR_DEPRECATED; /** * Google Contact * @@ -5439,7 +5439,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "CIRCLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiBestDisplayName_ContainerType_Circle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiBestDisplayName_ContainerType_Circle GTLR_DEPRECATED; /** * Google Contact * @@ -5655,7 +5655,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "CIRCLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiDedupedContainerInfo_ContainerType_Circle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiDedupedContainerInfo_ContainerType_Circle GTLR_DEPRECATED; /** * Google Contact * @@ -5790,7 +5790,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "CIRCLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiEdgeKeyInfo_ContainerType_Circle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiEdgeKeyInfo_ContainerType_Circle GTLR_DEPRECATED; /** * Google Contact * @@ -6204,7 +6204,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "LOUPE_UNUSED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppNotificationTarget_App_LoupeUnused; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppNotificationTarget_App_LoupeUnused GTLR_DEPRECATED; /** * Aka Google Map * @@ -6324,7 +6324,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "LOUPE_UNUSED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetClientData_App_LoupeUnused; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetClientData_App_LoupeUnused GTLR_DEPRECATED; /** * Aka Google Map * @@ -6442,7 +6442,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "LOUPE_UNUSED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppReachability_AppType_LoupeUnused; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppReachability_AppType_LoupeUnused GTLR_DEPRECATED; /** * Aka Google Map * @@ -6614,9 +6614,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer /** Value: "DEFAULT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_Default; /** Value: "INITIALS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_Initials; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_Initials GTLR_DEPRECATED; /** Value: "MAIDEN_NAME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_MaidenName; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_MaidenName GTLR_DEPRECATED; /** Value: "NICKNAME_UNKNOWN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_NicknameUnknown; /** @@ -6624,9 +6624,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "OTHER_NAME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_OtherName; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_OtherName GTLR_DEPRECATED; /** Value: "SHORT_NAME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_ShortName; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiNickname_Type_ShortName GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiOrganization.type @@ -6831,7 +6831,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "CIRCLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata_ContainerType_Circle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata_ContainerType_Circle GTLR_DEPRECATED; /** * Google Contact * @@ -7712,7 +7712,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMer * * Value: "CIRCLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiSourceIdentity_ContainerType_Circle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiSourceIdentity_ContainerType_Circle GTLR_DEPRECATED; /** * Google Contact * @@ -8335,7 +8335,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro * * Value: "ALARM_SOUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_AlarmSound; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_AlarmSound GTLR_DEPRECATED; /** Value: "ALARM_VOLUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_AlarmVolume; /** Value: "ALL_APPS" */ @@ -8673,7 +8673,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro * * Value: "HAPTIC_FEEDBACK_VIBRATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_HapticFeedbackVibration; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_HapticFeedbackVibration GTLR_DEPRECATED; /** Value: "HARD_KEYBOARD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_HardKeyboard; /** Value: "HEADS_UP" */ @@ -8765,9 +8765,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro /** Value: "MAGNIFY_TRIPLE_TAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_MagnifyTripleTap; /** Value: "MANIFY_BUTTON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_ManifyButton; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_ManifyButton GTLR_DEPRECATED; /** Value: "MANIFY_TRIPLE_TAP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_ManifyTripleTap; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_ManifyTripleTap GTLR_DEPRECATED; /** Value: "MEDIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_Media; /** Value: "MEDIA_VOLUME" */ @@ -8806,7 +8806,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro /** Value: "MUSIC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_Music; /** Value: "MUTE_MODE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_MuteMode; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_MuteMode GTLR_DEPRECATED; /** Value: "NEARBY_DEVICES_SCANNING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_NearbyDevicesScanning; /** Value: "NEARBY_SHARE" */ @@ -8828,7 +8828,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro * * Value: "NIGHT_LIGHT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_NightLight; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_NightLight GTLR_DEPRECATED; /** Value: "NIGHT_LIGHT_INTENSITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_NightLightIntensity; /** Value: "NIGHT_LIGHT_SCHEDULE" */ @@ -8856,7 +8856,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro * * Value: "NOTIFICATION_SOUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_NotificationSound; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_NotificationSound GTLR_DEPRECATED; /** Value: "NOTIFICATION_VOLUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_NotificationVolume; /** Value: "NOTIFY_FOR_PUBLIC_NETWORKS" */ @@ -9051,7 +9051,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro * * Value: "SYSTEM_UPDATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_SystemUpdate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_SystemUpdate GTLR_DEPRECATED; /** Value: "SYSTEM_UPDATES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_SystemUpdates; /** Value: "TALKBACK_PASSWORDS" */ @@ -9097,7 +9097,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro * * Value: "VIBRATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_Vibrate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_Vibrate GTLR_DEPRECATED; /** * Vibration master toggle - controls all vibration functions. Corresponds to * "Vibration & haptics" toggle in the Android settings app. @@ -9124,7 +9124,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro * * Value: "VOICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_Voice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_Voice GTLR_DEPRECATED; /** Value: "VOLUME_LEVEL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_VolumeLevel; /** @@ -9168,7 +9168,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPro * * Value: "WIFI_HOTSPOT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_WifiHotspot; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty_SupportedSettings_WifiHotspot GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_AssistantApiCommunicationUiCapabilities.fluidActionsUiType @@ -9366,7 +9366,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGo * * Value: "CHARACTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedRingtoneTaskMetadata_Category_Character; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedRingtoneTaskMetadata_Category_Character GTLR_DEPRECATED; /** Value: "EMOTION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedRingtoneTaskMetadata_Category_Emotion; /** @@ -9537,7 +9537,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGo * * Value: "ANDROID_AUTO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedSurfaceIdentity_LegacySurfaceType_AndroidAuto; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedSurfaceIdentity_LegacySurfaceType_AndroidAuto GTLR_DEPRECATED; /** * Assistant on small screen stationary device. * @@ -9677,7 +9677,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGo * * Value: "OPA_AGSA_CHROME_OS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedSurfaceIdentity_LegacySurfaceType_OpaAgsaChromeOs; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedSurfaceIdentity_LegacySurfaceType_OpaAgsaChromeOs GTLR_DEPRECATED; /** Value: "OPA_ANDROID_AUTO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedSurfaceIdentity_LegacySurfaceType_OpaAndroidAuto; /** @@ -9691,7 +9691,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGo * * Value: "OPA_ANDROID_AUTO_EMBEDDED_FAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedSurfaceIdentity_LegacySurfaceType_OpaAndroidAutoEmbeddedFake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesGovernedSurfaceIdentity_LegacySurfaceType_OpaAndroidAutoEmbeddedFake GTLR_DEPRECATED; /** * This is OPA on Android Go (not part of AGSA) * @@ -10737,7 +10737,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSu * * Value: "ANDROID_AUTO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSurfaceType_Type_AndroidAuto; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSurfaceType_Type_AndroidAuto GTLR_DEPRECATED; /** * Assistant on small screen stationary device. * @@ -10877,7 +10877,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSu * * Value: "OPA_AGSA_CHROME_OS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSurfaceType_Type_OpaAgsaChromeOs; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSurfaceType_Type_OpaAgsaChromeOs GTLR_DEPRECATED; /** Value: "OPA_ANDROID_AUTO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSurfaceType_Type_OpaAndroidAuto; /** @@ -10891,7 +10891,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSu * * Value: "OPA_ANDROID_AUTO_EMBEDDED_FAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSurfaceType_Type_OpaAndroidAutoEmbeddedFake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiCoreTypesSurfaceType_Type_OpaAndroidAutoEmbeddedFake GTLR_DEPRECATED; /** * This is OPA on Android Go (not part of AGSA) * @@ -11960,7 +11960,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiOutputRestr * * Value: "ALL_PERSONAL_DATA_WITH_PROACTIVE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiOutputRestrictions_PersonalData_AllPersonalDataWithProactive; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiOutputRestrictions_PersonalData_AllPersonalDataWithProactive GTLR_DEPRECATED; /** * No personal data can be output. * @@ -12911,7 +12911,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpe * * Value: "ENABLED_WITHOUT_OPA_AVAILABILITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_HotwordInNavigationEnabled_EnabledWithoutOpaAvailability; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_HotwordInNavigationEnabled_EnabledWithoutOpaAvailability GTLR_DEPRECATED; /** * Setting is incomplete, see go/hotword-incomplete-state * @@ -12942,7 +12942,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpe * * Value: "UNSUPPORTED_LOCALE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_HotwordInNavigationEnabled_UnsupportedLocale; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_HotwordInNavigationEnabled_UnsupportedLocale GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_AssistantApiSettingsSpeechSettings.hotwordSetting @@ -12964,7 +12964,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpe * * Value: "ENABLED_WITHOUT_OPA_AVAILABILITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_HotwordSetting_EnabledWithoutOpaAvailability; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_HotwordSetting_EnabledWithoutOpaAvailability GTLR_DEPRECATED; /** * Setting is incomplete, see go/hotword-incomplete-state * @@ -12995,7 +12995,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpe * * Value: "UNSUPPORTED_LOCALE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_HotwordSetting_UnsupportedLocale; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_HotwordSetting_UnsupportedLocale GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_AssistantApiSettingsSpeechSettings.opaEligibilityState @@ -13017,7 +13017,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpe * * Value: "ENABLED_WITHOUT_OPA_AVAILABILITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_OpaEligibilityState_EnabledWithoutOpaAvailability; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_OpaEligibilityState_EnabledWithoutOpaAvailability GTLR_DEPRECATED; /** * Setting is incomplete, see go/hotword-incomplete-state * @@ -13048,7 +13048,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpe * * Value: "UNSUPPORTED_LOCALE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_OpaEligibilityState_UnsupportedLocale; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_OpaEligibilityState_UnsupportedLocale GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_AssistantApiSettingsSpeechSettings.voiceMatchSetting @@ -13070,7 +13070,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpe * * Value: "ENABLED_WITHOUT_OPA_AVAILABILITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_VoiceMatchSetting_EnabledWithoutOpaAvailability; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_VoiceMatchSetting_EnabledWithoutOpaAvailability GTLR_DEPRECATED; /** * Setting is incomplete, see go/hotword-incomplete-state * @@ -13101,7 +13101,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpe * * Value: "UNSUPPORTED_LOCALE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_VoiceMatchSetting_UnsupportedLocale; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSettingsSpeechSettings_VoiceMatchSetting_UnsupportedLocale GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_AssistantApiSettingsThirdPartyAppsFilter.state @@ -13299,7 +13299,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestions * * Value: "CONVERSATION_STARTERS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_ConversationStarters; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_ConversationStarters GTLR_DEPRECATED; /** * Use the default display target. * @@ -13318,31 +13318,31 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestions * * Value: "QUICK_ACTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_QuickActions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_QuickActions GTLR_DEPRECATED; /** * Show suggestions as rich suggestions and chips; go/prs-redesign-dd * * Value: "RICH_SUGGESTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_RichSuggestions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_RichSuggestions GTLR_DEPRECATED; /** * Show chips in Tactile "Assistant Suggests" section. * * Value: "TACTILE_ASSISTANT_SUGGESTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_TactileAssistantSuggests; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_TactileAssistantSuggests GTLR_DEPRECATED; /** * Show chips in Tactile "My Actions" section. * * Value: "TACTILE_MY_ACTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_TactileMyActions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_TactileMyActions GTLR_DEPRECATED; /** * Show chips as "Try Saying" suggestions. * * Value: "TRY_SAYING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_TrySaying; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport_Target_TrySaying GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_AssistantApiSupportedFeatures.crossDeviceBroadcastVersion @@ -13448,7 +13448,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSupportedFe * * Value: "TRANSACTIONS_V2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSupportedFeatures_TransactionsVersion_TransactionsV2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantApiSupportedFeatures_TransactionsVersion_TransactionsV2 GTLR_DEPRECATED; /** * This device supports the transaction version v3 client features, includes * transactions clientops. @@ -13929,7 +13929,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantDevicesPlatfor * * Value: "FINGERPRINT_OR_PASSWORD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantDevicesPlatformProtoSecurityConfig_AuthMechanismForRemoteRequests_FingerprintOrPassword; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantDevicesPlatformProtoSecurityConfig_AuthMechanismForRemoteRequests_FingerprintOrPassword GTLR_DEPRECATED; /** * Indicates that auth is not required. * @@ -13942,7 +13942,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantDevicesPlatfor * * Value: "PIN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantDevicesPlatformProtoSecurityConfig_AuthMechanismForRemoteRequests_Pin; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantDevicesPlatformProtoSecurityConfig_AuthMechanismForRemoteRequests_Pin GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_AssistantDevicesPlatformProtoUnderstandingConfig.nluLevel @@ -14955,7 +14955,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantGroundingRanke * * Value: "MUSIC_SEED_RADIO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantGroundingRankerMediaGroundingProviderFeatures_MediaContentType_MusicSeedRadio; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantGroundingRankerMediaGroundingProviderFeatures_MediaContentType_MusicSeedRadio GTLR_DEPRECATED; /** * Music station (e.g. "Today's Hip Hop and Pop Hits"). Stations can have * infinite number of songs (at least from user's perspective) and content that @@ -15665,7 +15665,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfo * * Value: "ANDROID_AUTO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfoLog_SurfaceType_AndroidAuto; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfoLog_SurfaceType_AndroidAuto GTLR_DEPRECATED; /** * Assistant on small screen stationary device. * @@ -15805,7 +15805,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfo * * Value: "OPA_AGSA_CHROME_OS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfoLog_SurfaceType_OpaAgsaChromeOs; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfoLog_SurfaceType_OpaAgsaChromeOs GTLR_DEPRECATED; /** Value: "OPA_ANDROID_AUTO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfoLog_SurfaceType_OpaAndroidAuto; /** @@ -15819,7 +15819,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfo * * Value: "OPA_ANDROID_AUTO_EMBEDDED_FAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfoLog_SurfaceType_OpaAndroidAutoEmbeddedFake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantLogsDeviceInfoLog_SurfaceType_OpaAndroidAutoEmbeddedFake GTLR_DEPRECATED; /** * This is OPA on Android Go (not part of AGSA) * @@ -17151,7 +17151,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantPrefulfillment * * Value: "QU_PHASE_MULTI_ACCOUNT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantPrefulfillmentRankerPrefulfillmentSignals_Phase_QuPhaseMultiAccount; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantPrefulfillmentRankerPrefulfillmentSignals_Phase_QuPhaseMultiAccount GTLR_DEPRECATED; /** * Phase in which QUS runs NSP in the QUS. * @@ -17621,7 +17621,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantVerticalsHomea /** Value: "GROUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantVerticalsHomeautomationProtoHomeAutomationMetaData_ParentType_Group; /** Value: "PLACE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantVerticalsHomeautomationProtoHomeAutomationMetaData_ParentType_Place; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantVerticalsHomeautomationProtoHomeAutomationMetaData_ParentType_Place GTLR_DEPRECATED; /** Value: "ROOM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_AssistantVerticalsHomeautomationProtoHomeAutomationMetaData_ParentType_Room; /** Value: "SCENE" */ @@ -17743,7 +17743,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible /** Value: "ADS_CALL_CENTER_AUTHENTICATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_AdsCallCenterAuthentication; /** Value: "ASSISTANT_REMINDERS_DEMO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_AssistantRemindersDemo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_AssistantRemindersDemo GTLR_DEPRECATED; /** Value: "ASSISTED_CALL_DEMO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_AssistedCallDemo; /** Value: "ASSISTED_IVR" */ @@ -17753,13 +17753,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible /** Value: "CALL_CENTER_DEMO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_CallCenterDemo; /** Value: "CALLJOY_PILOT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_CalljoyPilot; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_CalljoyPilot GTLR_DEPRECATED; /** * Duplex for Business - Demo for the CCAI integration. * * Value: "CCAI_DEMO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_CcaiDemo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_CcaiDemo GTLR_DEPRECATED; /** * Check health insurance acceptance. * @@ -17777,13 +17777,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible * * Value: "CHEFBOT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_Chefbot; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_Chefbot GTLR_DEPRECATED; /** * Bot for answering FAQ about COVID-19 (go/bg-covid-faq). * * Value: "COVID_FAQ" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_CovidFaq; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_CovidFaq GTLR_DEPRECATED; /** * Duplex for Business - Dialogflow delegation module for CCAI integration. * @@ -17813,7 +17813,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible * * Value: "FOOD_ORDERING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_FoodOrdering; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_FoodOrdering GTLR_DEPRECATED; /** * Wrapper use case for creating an errand from conversational free-text. The * true use case for the errand will be provided by a call to the LBT backend's @@ -17838,13 +17838,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_HairdresserReservation; /** Value: "HAPPY_BIRTHDAY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_HappyBirthday; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_HappyBirthday GTLR_DEPRECATED; /** * UC ID for hardware setup prototype * * Value: "HARDWARE_SETUP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_HardwareSetup; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_HardwareSetup GTLR_DEPRECATED; /** * Duplex for Business - Inbound SMB bot. * @@ -17862,9 +17862,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible * * Value: "LOCAL_INVENTORY_CHECK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_LocalInventoryCheck; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_LocalInventoryCheck GTLR_DEPRECATED; /** Value: "MASSAGE_RESERVATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_MassageReservation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_MassageReservation GTLR_DEPRECATED; /** * go/meenaplex-dd * @@ -17878,14 +17878,14 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible * * Value: "ON_DEMAND_LOCAL_INVENTORY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_OnDemandLocalInventory; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_OnDemandLocalInventory GTLR_DEPRECATED; /** * On-demand opening hours extraction, i.e. requests are issued by an end-user * who is also notified about the results of the task. * * Value: "ON_DEMAND_OPENING_HOURS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_OnDemandOpeningHours; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_OnDemandOpeningHours GTLR_DEPRECATED; /** * Opening hours extraction, triggered internally without an end-user in the * loop. The trigger might be a user-edit, but the user is not being updated @@ -17895,14 +17895,14 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_OpeningHours; /** Value: "OPERATING_MODE_EXTRACTION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_OperatingModeExtraction; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_OperatingModeExtraction GTLR_DEPRECATED; /** * Play Store user authentication. See * http://doc/16tApXKX1cc23AIuhIhPCWVkm1qkcajx2pHMkxW6kMAs * * Value: "PLAYSTORE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_Playstore; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_Playstore GTLR_DEPRECATED; /** * Was: . * @@ -17916,13 +17916,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible * * Value: "RUNNING_LATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_RunningLate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_RunningLate GTLR_DEPRECATED; /** * Say The Same Thing game bot. * * Value: "SAY_THE_SAME_THING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_SayTheSameThing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_SayTheSameThing GTLR_DEPRECATED; /** * UC ID for testing ideas around a partial call delegation bot. * @@ -17954,7 +17954,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisible * * Value: "TAKING_RESTAURANT_RESERVATIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_TakingRestaurantReservations; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_BlueGingerClientVisibleProtoBlueGingerSupportedServicesBlueGingerModule_UseCase_TakingRestaurantReservations GTLR_DEPRECATED; /** * Text extraction bot. * @@ -18778,37 +18778,37 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_AIRPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirport GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_CIVIL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirportCivil; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirportCivil GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirportGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirportGrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_MILITARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirportMilitary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirportMilitary GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_MIXED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirportMixed; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirportMixed GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRSTRIP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirstrip; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeAirstrip GTLR_DEPRECATED; /** * Subtype within a zoo - a cage or fenced-off or otherwise delineated area * containing animals. @@ -18835,13 +18835,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_BANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBank GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_BAR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBar; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBar GTLR_DEPRECATED; /** * An ocean subdivision formed by a coastal indentation. Includes coves and * gulfs. @@ -18869,7 +18869,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_BIRD_WATCHING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBirdWatching; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBirdWatching GTLR_DEPRECATED; /** * A line representing the boundary between two features. See border.proto for * details. @@ -18882,7 +18882,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_BORDER_CROSSING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBorderCrossing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBorderCrossing GTLR_DEPRECATED; /** Value: "TYPE_BROAD_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBroadTrack; /** @@ -18890,13 +18890,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_BUILDING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBuilding; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBuilding GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_BUILDING_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBuildingGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBuildingGrounds GTLR_DEPRECATED; /** * Terrain that looks populated. * @@ -18908,7 +18908,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_BUSINESS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBusiness; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBusiness GTLR_DEPRECATED; /** * A business chain feature is used to represent a chain, e.g. Starbucks, * McDonald's, etc. Other features representing specific stores/franchises of @@ -18935,13 +18935,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_BUS_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBusStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeBusStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CABLE_CAR_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCableCarStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCableCarStation GTLR_DEPRECATED; /** Value: "TYPE_CAMPFIRE_PIT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCampfirePit; /** @@ -18949,13 +18949,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_CAMPGROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCampgrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCampgrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CAMPING_SITE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCampingSite; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCampingSite GTLR_DEPRECATED; /** * A narrow passage used by boats. Normally artificial. * @@ -18967,13 +18967,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_CAR_RENTAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCarRental; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCarRental GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CAR_REPAIR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCarRepair; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCarRepair GTLR_DEPRECATED; /** * Cartographic features are used to capture real-world objects for which there * is no current desire to model any specific attributes. These are only useful @@ -18994,7 +18994,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_CASH_MACHINE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCashMachine; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCashMachine GTLR_DEPRECATED; /** * Don't use 0xA7. Use 8 bits for additional types under TYPE_NATURAL_FEATURE, * so we don't run out of space. The following are miscellaneous natural @@ -19021,7 +19021,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_CEMETERY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCemetery; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCemetery GTLR_DEPRECATED; /** * A deep part in a body of water that is suitable for navigation. Includes * narrows. @@ -19034,13 +19034,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_CHURCH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeChurch; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeChurch GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CITY_HALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCityHall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCityHall GTLR_DEPRECATED; /** * A vertical or nearly vertical slope. Includes escarpments. * @@ -19052,7 +19052,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_COFFEE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCoffee; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCoffee GTLR_DEPRECATED; /** * e.g. Silicon Valley * @@ -19107,7 +19107,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_CONSTITUENCY_FUTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeConstituencyFuture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeConstituencyFuture GTLR_DEPRECATED; /** Value: "TYPE_CONTINENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeContinent; /** @@ -19123,7 +19123,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_COURTHOUSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCourthouse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeCourthouse GTLR_DEPRECATED; /** * Depressions causes by impact, explosion, and sometimes sink-holes. * @@ -19141,7 +19141,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_DAM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDam; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDam GTLR_DEPRECATED; /** * Every data source used in constructing a data repository has a corresponding * feature that provides more information about that data source. The extra @@ -19155,25 +19155,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_DENTIST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDentist; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDentist GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_GOLF_SHOP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDeprecatedGolfShop; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDeprecatedGolfShop GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_HIGHWAY_DO_NOT_USE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDeprecatedHighwayDoNotUse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDeprecatedHighwayDoNotUse GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_TARMAC" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDeprecatedTarmac; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDeprecatedTarmac GTLR_DEPRECATED; /** Value: "TYPE_DESERT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDesert; /** Value: "TYPE_DESIGNATED_BARBECUE_PIT" */ @@ -19217,19 +19217,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_DOCTOR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDoctor; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDoctor GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DO_NOT_USE_RESERVED_TO_CATCH_GENERATED_FILES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDoNotUseReservedToCatchGeneratedFiles; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDoNotUseReservedToCatchGeneratedFiles GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DOODLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDoodle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDoodle GTLR_DEPRECATED; /** Value: "TYPE_DRINKING_WATER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeDrinkingWater; /** Value: "TYPE_DUNE" */ @@ -19239,13 +19239,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_EARTHQUAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEarthquake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEarthquake GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_ECO_TOURIST_DESTINATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEcoTouristDestination; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEcoTouristDestination GTLR_DEPRECATED; /** * Features that are notable for being high (or low), or for having sudden * changes in elevation. These features might have an "elevation" extension to @@ -19259,19 +19259,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_EMBASSY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEmbassy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEmbassy GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_EMERGENCY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEmergency; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEmergency GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_ENCLOSED_TRAFFIC_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEnclosedTrafficArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEnclosedTrafficArea GTLR_DEPRECATED; /** * A portal of entry or exit to another feature. Examples: - Subway station * entrance. - Parking lot entrance. @@ -19291,14 +19291,14 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_ESTABLISHMENT_BUILDING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEstablishmentBuilding; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEstablishmentBuilding GTLR_DEPRECATED; /** * DEPRECATED This type has been replaced by TYPE_COMPOUND_BUILDING. For * further details, see go/oyster-compounds * * Value: "TYPE_ESTABLISHMENT_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEstablishmentGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEstablishmentGrounds GTLR_DEPRECATED; /** * An establishment which has a address (a.k.a. location or storefront). Note * that it *may* also have a service area (e.g. a restaurant that offers both @@ -19334,7 +19334,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_EVENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEvent; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeEvent GTLR_DEPRECATED; /** Value: "TYPE_FAULT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFault; /** @@ -19354,7 +19354,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_FERRY_TERMINAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFerryTerminal; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFerryTerminal GTLR_DEPRECATED; /** * Also called a "car transport", a ferry train is a rail service that carries * passengers and their vehicles across undrivable terrain. The Channel Tunnel @@ -19370,13 +19370,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_FIRE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFire; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFire GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_FISHING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFishing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFishing GTLR_DEPRECATED; /** Value: "TYPE_FISSURE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFissure; /** Value: "TYPE_FJORD" */ @@ -19392,7 +19392,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_FUNICULAR_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFunicularStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeFunicularStation GTLR_DEPRECATED; /** * A feature whose geometry is planned to replace the geometry on another * feature. @@ -19405,43 +19405,43 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_GAS_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGasStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGasStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_COUNTRY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbCountry; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbCountry GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_DEPENDENT_LOCALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbDependentLocality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbDependentLocality GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_DOUBLE_DEPENDENT_LOCALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbDoubleDependentLocality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbDoubleDependentLocality GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_FORMER_POSTAL_COUNTY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbFormerPostalCounty; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbFormerPostalCounty GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_POST_TOWN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbPostTown; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbPostTown GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_TRADITIONAL_COUNTY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbTraditionalCounty; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGbTraditionalCounty GTLR_DEPRECATED; /** * An association of a point with an address, with no other information. * @@ -19457,13 +19457,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_GOLF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGolf; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGolf GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GOLF_COURSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGolfCourse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGolfCourse GTLR_DEPRECATED; /** Value: "TYPE_GOLF_FAIRWAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGolfFairway; /** @@ -19489,13 +19489,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_GONDOLA_LIFT_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGondolaLiftStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGondolaLiftStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GOVERNMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGovernment; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGovernment GTLR_DEPRECATED; /** Value: "TYPE_GRASSLAND" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGrassland; /** @@ -19503,19 +19503,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_GROCERY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGrocery; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGrocery GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GURUDWARA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGurudwara; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeGurudwara GTLR_DEPRECATED; /** * A deep place near a shore where ships commonly drop anchor. * @@ -19527,7 +19527,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_HELIPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHeliport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHeliport GTLR_DEPRECATED; /** Value: "TYPE_HIGH_SPEED_RAIL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHighSpeedRail; /** @@ -19535,7 +19535,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_HIGH_TENSION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHighTension; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHighTension GTLR_DEPRECATED; /** * ABSTRACT * @@ -19565,31 +19565,31 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_HIKING_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHikingArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHikingArea GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HINDU_TEMPLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHinduTemple; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHinduTemple GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HORSE_CARRIAGE_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHorseCarriageStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHorseCarriageStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HOSPITAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHospital; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHospital GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HOSPITAL_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHospitalGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHospitalGrounds GTLR_DEPRECATED; /** Value: "TYPE_HOT_SPRING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHotSpring; /** @@ -19597,13 +19597,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_HUNTING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHunting; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHunting GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HURRICANE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHurricane; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeHurricane GTLR_DEPRECATED; /** Value: "TYPE_ICE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeIce; /** @@ -19611,7 +19611,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_INDUSTRIAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeIndustrial; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeIndustrial GTLR_DEPRECATED; /** Value: "TYPE_INLET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeInlet; /** @@ -19659,55 +19659,55 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_JP_CHIBAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpChiban; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpChiban GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_EDABAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpEdaban; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpEdaban GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_GAIKU" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpGaiku; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpGaiku GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_GUN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpGun; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpGun GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_KOAZA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpKoaza; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpKoaza GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_OOAZA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpOoaza; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpOoaza GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_SHIKUCHOUSON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpShikuchouson; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpShikuchouson GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_SUB_SHIKUCHOUSON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpSubShikuchouson; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpSubShikuchouson GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_TODOUFUKEN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpTodoufuken; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJpTodoufuken GTLR_DEPRECATED; /** Value: "TYPE_JR_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeJrTrack; /** @@ -19742,7 +19742,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_LIBRARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeLibrary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeLibrary GTLR_DEPRECATED; /** Value: "TYPE_LIGHT_RAIL_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeLightRailTrack; /** Value: "TYPE_LITTER_RECEPTACLE" */ @@ -19763,7 +19763,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_LOCAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeLocalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeLocalPark GTLR_DEPRECATED; /** Value: "TYPE_LOCKER_AREA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeLockerArea; /** @@ -19771,7 +19771,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_LODGING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeLodging; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeLodging GTLR_DEPRECATED; /** * A grouping of TYPE_BORDER features ("border segments"), which together * represent a border between two features of the same type. @@ -19790,13 +19790,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_MILITARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeMilitary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeMilitary GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_MONORAIL_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeMonorailStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeMonorailStation GTLR_DEPRECATED; /** Value: "TYPE_MONORAIL_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeMonorailTrack; /** @@ -19804,7 +19804,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_MOSQUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeMosque; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeMosque GTLR_DEPRECATED; /** * A series of mountains or hills ranged in a line and connected by high * ground. Mountain ranges usually consist of many smaller ridges. For example, @@ -19818,7 +19818,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_MOVIE_RENTAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeMovieRental; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeMovieRental GTLR_DEPRECATED; /** Value: "TYPE_NARROW_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeNarrowTrack; /** @@ -19826,13 +19826,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_NATIONAL_FOREST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeNationalForest; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeNationalForest GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_NATIONAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeNationalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeNationalPark GTLR_DEPRECATED; /** * ABSTRACT * @@ -19844,7 +19844,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_NATURE_RESERVE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeNatureReserve; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeNatureReserve GTLR_DEPRECATED; /** Value: "TYPE_NEIGHBORHOOD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeNeighborhood; /** @@ -19870,7 +19870,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_OFF_ROAD_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeOffRoadArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeOffRoadArea GTLR_DEPRECATED; /** * A near-level shallow, natural depression or basin, usually containing an * intermittent lake, pond, or pool. @@ -19883,25 +19883,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePark GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeParking; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeParking GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING_GARAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeParkingGarage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeParkingGarage GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING_LOT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeParkingLot; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeParkingLot GTLR_DEPRECATED; /** * A route over an otherwise difficult to traverse feature. Includes saddle. * @@ -19931,7 +19931,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_PHARMACY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePharmacy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePharmacy GTLR_DEPRECATED; /** * A phone number area code is a prefix which also coincides with the area * code, or national destination code, of a particular region. @@ -19953,7 +19953,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_PICNIC_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePicnicArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePicnicArea GTLR_DEPRECATED; /** * Elevations that are flat on top. Includes mesas and buttes. * @@ -19965,13 +19965,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_PLAY_GROUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePlayGround; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePlayGround GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_POLICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePolice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePolice GTLR_DEPRECATED; /** * Boundaries representing the jurisdiction of a particular police station. * @@ -20018,13 +20018,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_POSTAL_ROUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePostalRound; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePostalRound GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_POST_OFFICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePostOffice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePostOffice GTLR_DEPRECATED; /** * The term "post town" is used for a locality-like-entity that is only used * for postal addresses. @@ -20037,19 +20037,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_PREMISE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePremise; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypePremise GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PROVINCIAL_FOREST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeProvincialForest; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeProvincialForest GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PROVINCIAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeProvincialPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeProvincialPark GTLR_DEPRECATED; /** * ABSTRACT * @@ -20141,13 +20141,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_REST_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeRestArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeRestArea GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_RESTAURANT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeRestaurant; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeRestaurant GTLR_DEPRECATED; /** * A restriction group describes a set of segment restrictions that belong * together and have a name or an associated event. See also @@ -20216,7 +20216,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_SCHOOL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSchool; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSchool GTLR_DEPRECATED; /** Value: "TYPE_SCHOOL_DISTRICT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSchoolDistrict; /** @@ -20230,13 +20230,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_SEAPLANE_BASE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSeaplaneBase; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSeaplaneBase GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SEAPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSeaport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSeaport GTLR_DEPRECATED; /** * A lake that dries up part of the year. * @@ -20266,13 +20266,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_SHOPPING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeShopping; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeShopping GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SHOPPING_CENTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeShoppingCenter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeShoppingCenter GTLR_DEPRECATED; /** Value: "TYPE_SHRUBBERY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeShrubbery; /** @@ -20304,13 +20304,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_SPECIAL_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSpecialStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSpecialStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SPORTS_COMPLEX" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSportsComplex; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSportsComplex GTLR_DEPRECATED; /** * A place where ground water flows naturally out of the ground. * @@ -20328,7 +20328,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_STADIUM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeStadium; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeStadium GTLR_DEPRECATED; /** Value: "TYPE_STANDARD_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeStandardTrack; /** @@ -20409,13 +20409,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_SUB_PREMISE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSubPremise; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSubPremise GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SUBWAY_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSubwayStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSubwayStation GTLR_DEPRECATED; /** Value: "TYPE_SUBWAY_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSubwayTrack; /** @@ -20423,13 +20423,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_SUITE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSuite; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSuite GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SYNAGOGUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSynagogue; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeSynagogue GTLR_DEPRECATED; /** * Starting with TYPE_TARMAC, we use longer IDs, so that we can expand the * number of feature types under TYPE_CARTOGRAPHIC. @@ -20450,7 +20450,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_TEMPLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTemple; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTemple GTLR_DEPRECATED; /** * A terminal point represents a good location for a user to meet a taxi, * ridesharing vehicle, or general driver. @@ -20503,7 +20503,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_TOURIST_DESTINATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTouristDestination; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTouristDestination GTLR_DEPRECATED; /** * Open space used for events, gathering, or as market-place. * @@ -20524,13 +20524,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_TRAIN_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTrainStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTrainStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRAMWAY_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTramwayStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTramwayStation GTLR_DEPRECATED; /** * RESERVED * @@ -20556,19 +20556,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_TRANSIT_AGENCY_DEPRECATED_VALUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitAgencyDeprecatedValue; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitAgencyDeprecatedValue GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_DEPARTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitDeparture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitDeparture GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_LEG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitLeg; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitLeg GTLR_DEPRECATED; /** * A transit line is a collection of transit legs, associated with some * invariant properties of the trips that run over the legs. See also @@ -20582,25 +20582,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_TRANSIT_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_STOP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitStop; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitStop GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_TRANSFER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitTransfer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitTransfer GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_TRIP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitTrip; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTransitTrip GTLR_DEPRECATED; /** * ABSTRACT * @@ -20612,7 +20612,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_TRAVEL_SERVICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTravelService; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeTravelService GTLR_DEPRECATED; /** * Tracks for streetcars, cable-cars, etc. Ferries are services that are part * of the road network but are not roads. They typically involve fares and @@ -20636,13 +20636,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_UNIVERSITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUniversity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUniversity GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_UNIVERSITY_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUniversityGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUniversityGrounds GTLR_DEPRECATED; /** * A feature of completely unknown type. This should only be used when * absolutely necessary. One example in which this type is useful is in the @@ -20667,25 +20667,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_US_BOROUGH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUsBorough; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUsBorough GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_NATIONAL_MONUMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUsNationalMonument; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUsNationalMonument GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_NATIONAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUsNationalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUsNationalPark GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_STATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUsState; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeUsState GTLR_DEPRECATED; /** * Terrain that is covered in vegetation. * @@ -20697,7 +20697,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_VETERINARIAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeVeterinarian; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeVeterinarian GTLR_DEPRECATED; /** * Any plausible 1-dimensional path through a 2+ dimensional space, for the * purposes of making graph-search-based routing possible. Such segments can be @@ -20752,7 +20752,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_WATERING_HOLE_DEPRECATED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeWateringHoleDeprecated; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeWateringHoleDeprecated GTLR_DEPRECATED; /** Value: "TYPE_WATER_NAVIGATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeWaterNavigation; /** Value: "TYPE_WATERSHED_BOUNDARY" */ @@ -20762,7 +20762,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Typ * * Value: "TYPE_WEATHER_CONDITION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeWeatherCondition; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_CountryLocationInfo_Type_TypeWeatherCondition GTLR_DEPRECATED; /** * Land that is usually flooded. Includes bogs, marshes, flats, moors, and * swamps. @@ -21635,9 +21635,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_T /** Value: "DEPARTMENT_STORE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_Type_DepartmentStore; /** Value: "DEPRECATED_TOUR_OBJECT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_Type_DeprecatedTourObject; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_Type_DeprecatedTourObject GTLR_DEPRECATED; /** Value: "DEPRECATED_TOUR_OBJECT_V2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_Type_DeprecatedTourObjectV2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_Type_DeprecatedTourObjectV2 GTLR_DEPRECATED; /** Value: "DISCOVER_ACTION_V2" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_Type_DiscoverActionV2; /** Value: "DISTANCE" */ @@ -21667,7 +21667,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_T * * Value: "DYNAMITE_ATTACHMENT_METADATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_Type_DynamiteAttachmentMetadata; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_EmbedsEmbedClientItem_Type_DynamiteAttachmentMetadata GTLR_DEPRECATED; /** * Used for Dynamite message metadata in Hangouts * @@ -22685,7 +22685,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAccessPointProt /** Value: "TRAVEL_MODE_PEDESTRIAN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAccessPointProto_UnsuitableTravelMode_TravelModePedestrian; /** Value: "TRAVEL_MODE_PUBLIC_TRANSIT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAccessPointProto_UnsuitableTravelMode_TravelModePublicTransit; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAccessPointProto_UnsuitableTravelMode_TravelModePublicTransit GTLR_DEPRECATED; /** Value: "TRAVEL_MODE_TWO_WHEELER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAccessPointProto_UnsuitableTravelMode_TravelModeTwoWheeler; @@ -22819,7 +22819,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeIdProt /** Value: "BOOLEAN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_Boolean; /** Value: "DISPLAY_ONLY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_DisplayOnly; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_DisplayOnly GTLR_DEPRECATED; /** Value: "DOUBLE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_Double; /** @@ -22835,9 +22835,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ /** Value: "INTEGER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_Integer; /** Value: "NONE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_None; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_None GTLR_DEPRECATED; /** Value: "PROTO_VALUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_ProtoValue; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_ProtoValue GTLR_DEPRECATED; /** Value: "STRING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreAttributeProto_ValueType_String; /** Value: "UINT32" */ @@ -23198,7 +23198,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_AMPUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderAmpup; /** Value: "PROVIDER_ANASAT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderAnasat; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderAnasat GTLR_DEPRECATED; /** * ABSTRACT The root of all provider types. This should never be present on an * actual feature, but can be useful when calling InCategory. @@ -23488,7 +23488,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto * * Value: "PROVIDER_DIGIROAD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderDigiroad; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderDigiroad GTLR_DEPRECATED; /** Value: "PROVIDER_DIGITAL_DATA_SERVICES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderDigitalDataServices; /** Value: "PROVIDER_DIGITAL_EGYPT" */ @@ -23510,7 +23510,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderDkGovernment; /** Value: "PROVIDER_DMAPAS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderDmapas; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderDmapas GTLR_DEPRECATED; /** Value: "PROVIDER_DMTI_SPATIAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderDmtiSpatial; /** Value: "PROVIDER_DRIVECO" */ @@ -23520,11 +23520,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto * * Value: "PROVIDER_DUN_AND_BRADSTREET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderDunAndBradstreet; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderDunAndBradstreet GTLR_DEPRECATED; /** Value: "PROVIDER_EAST_END_GROUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderEastEndGroup; /** Value: "PROVIDER_EASYCONNECT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderEasyconnect; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderEasyconnect GTLR_DEPRECATED; /** Value: "PROVIDER_EASYWAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderEasyway; /** Value: "PROVIDER_ECO_MOVEMENT" */ @@ -23626,7 +23626,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_FI_STATISTICS_FINLAND" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderFiStatisticsFinland; /** Value: "PROVIDER_FLICKR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderFlickr; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderFlickr GTLR_DEPRECATED; /** Value: "PROVIDER_FLYHERE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderFlyhere; /** Value: "PROVIDER_FORUM44" */ @@ -23684,7 +23684,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GEOPLAN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGeoplan; /** Value: "PROVIDER_GEOSEARCH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGeosearch; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGeosearch GTLR_DEPRECATED; /** Value: "PROVIDER_GEOSISTEMAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGeosistemas; /** Value: "PROVIDER_GEOX" */ @@ -23739,7 +23739,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_ATTRIBUTION_3P_OUTREACH_UPLOAD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleAttribution3pOutreachUpload; /** Value: "PROVIDER_GOOGLE_AUTHORITY_PAGE_PHOTOS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleAuthorityPagePhotos; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleAuthorityPagePhotos GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_AUTHORITY_PAGES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleAuthorityPages; /** Value: "PROVIDER_GOOGLE_BEEGEES" */ @@ -23771,7 +23771,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_BUSINESS_CHAINS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleBusinessChains; /** Value: "PROVIDER_GOOGLE_CALL_ME_MAYBE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCallMeMaybe; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCallMeMaybe GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CANDID" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCandid; /** Value: "PROVIDER_GOOGLE_CARENAV" */ @@ -23782,25 +23782,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto * * Value: "PROVIDER_GOOGLE_CATEGORIES_TEAM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCategoriesTeam; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCategoriesTeam GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CATTERMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCatterms; /** Value: "PROVIDER_GOOGLE_CHINA_LOCAL_TEAM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleChinaLocalTeam; /** Value: "PROVIDER_GOOGLE_CONCRETE_URLS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleConcreteUrls; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleConcreteUrls GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CORE_DATA_RIGHTS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCoreDataRights; /** Value: "PROVIDER_GOOGLE_CORRIDORS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCorridors; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCorridors GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROSS_STREETS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCrossStreets; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCrossStreets GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROUPIER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCroupier; /** Value: "PROVIDER_GOOGLE_CROWD_COMPUTE_OPS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCrowdComputeOps; /** Value: "PROVIDER_GOOGLE_CROWDSENSUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCrowdsensus; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCrowdsensus GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROWDTASK_ADAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCrowdtaskAdap; /** Value: "PROVIDER_GOOGLE_CROWDTASK_DATACOMPUTE" */ @@ -23812,7 +23812,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_CROWDTASK_TASKMATE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCrowdtaskTaskmate; /** Value: "PROVIDER_GOOGLE_CULTURAL_INSTITUTE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCulturalInstitute; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleCulturalInstitute GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_DISPUTED_AREAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleDisputedAreas; /** Value: "PROVIDER_GOOGLE_DISTILLERY" */ @@ -23826,11 +23826,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_DRIVING_UGC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleDrivingUgc; /** Value: "PROVIDER_GOOGLE_DUMPLING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleDumpling; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleDumpling GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_EDIT_PLATFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleEditPlatform; /** Value: "PROVIDER_GOOGLE_ENTITY_NAVBOOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleEntityNavboost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleEntityNavboost GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FIBER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleFiber; /** Value: "PROVIDER_GOOGLE_FIREBOLT" */ @@ -23840,9 +23840,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_FOOD_ORDERING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleFoodOrdering; /** Value: "PROVIDER_GOOGLE_FOOTPRINT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleFootprint; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleFootprint GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FREEBASE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleFreebase; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleFreebase GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FULLRIGHTS_3P_OUTREACH_UPLOAD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleFullrights3pOutreachUpload; /** Value: "PROVIDER_GOOGLE_FULLRIGHTS_GEO_DATA_UPLOAD" */ @@ -23858,7 +23858,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_GEO_CLOSED_LOOP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGeoClosedLoop; /** Value: "PROVIDER_GOOGLE_GEOCODES_FROM_LOCAL_FEEDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGeocodesFromLocalFeeds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGeocodesFromLocalFeeds GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GEOCODING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGeocoding; /** Value: "PROVIDER_GOOGLE_GEO_CONSUMER_MERCHANT_EXPERIMENTS" */ @@ -23906,21 +23906,21 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_GEO_UGC_TRUSTED_USERS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGeoUgcTrustedUsers; /** Value: "PROVIDER_GOOGLE_GEOWIKI" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGeowiki; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGeowiki GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GEO_WORLDMAPS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGeoWorldmaps; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGeoWorldmaps GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GHOSTWRITER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGhostwriter; /** Value: "PROVIDER_GOOGLE_GMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGms; /** Value: "PROVIDER_GOOGLE_GOBY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGoby; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGoby GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GOLDEN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGolden; /** Value: "PROVIDER_GOOGLE_GPAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGpay; /** Value: "PROVIDER_GOOGLE_GROUNDS_BUILDER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGroundsBuilder; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGroundsBuilder GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleGt; /** Value: "PROVIDER_GOOGLE_GT_ALF" */ @@ -23976,11 +23976,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_HUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleHume; /** Value: "PROVIDER_GOOGLE_HYADES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleHyades; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleHyades GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_IMT_CLEANUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleImtCleanup; /** Value: "PROVIDER_GOOGLE_INNERSPACE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleInnerspace; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleInnerspace GTLR_DEPRECATED; /** * This is a testing provider for teams that wish to integrate with components * of the Geo Data Infrastructure that require a valid provider. No production @@ -23992,11 +23992,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_KEROUAC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleKerouac; /** Value: "PROVIDER_GOOGLE_KNOWLEDGE_GRAPH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleKnowledgeGraph; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleKnowledgeGraph GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_KNOWN_FOR_TERMS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleKnownForTerms; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleKnownForTerms GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LEANBACK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLeanback; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLeanback GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_ALCHEMY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalAlchemy; /** @@ -24009,7 +24009,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_LOCAL_ATTRIBUTE_SUMMARIZATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalAttributeSummarization; /** Value: "PROVIDER_GOOGLE_LOCAL_CLUSTERING_OPERATOR_OVERRIDE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalClusteringOperatorOverride; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalClusteringOperatorOverride GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_DISCOVERY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalDiscovery; /** Value: "PROVIDER_GOOGLE_LOCAL_HEALTH" */ @@ -24033,17 +24033,17 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalsearch; /** Value: "PROVIDER_GOOGLE_LOCAL_SEARCH_QUALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalSearchQuality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalSearchQuality GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_SERVICES_ADS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalServicesAds; /** Value: "PROVIDER_GOOGLE_LOCAL_SUMMARIZATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalSummarization; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalSummarization GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_UNIVERSAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocalUniversal; /** Value: "PROVIDER_GOOGLE_LOCATION_PLATFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLocationPlatform; /** Value: "PROVIDER_GOOGLE_LOCKED_LISTINGS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLockedListings; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLockedListings GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOGS_RANKING_SIGNALS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleLogsRankingSignals; /** Value: "PROVIDER_GOOGLE_MACHINE_TRANSLITERATION" */ @@ -24053,13 +24053,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_MAPFACTS_PRIVACY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapfactsPrivacy; /** Value: "PROVIDER_GOOGLE_MAPMAKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapmaker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapmaker GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_MOBILE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapmakerMobile; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapmakerMobile GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_PANCAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapmakerPancake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapmakerPancake GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_V2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapmakerV2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapmakerV2 GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPSEARCH" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleMapsearch; /** Value: "PROVIDER_GOOGLE_MAPS_FOR_MOBILE" */ @@ -24081,9 +24081,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_NAMEHEATMAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleNameheatmap; /** Value: "PROVIDER_GOOGLE_OFFLINE_NON_CORE_ATTRIBUTE_SUMMARIZATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleOfflineNonCoreAttributeSummarization; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleOfflineNonCoreAttributeSummarization GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_OLD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleOld; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleOld GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_ONTHEGO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleOnthego; /** Value: "PROVIDER_GOOGLE_OPENING_HOURS_TEAM" */ @@ -24091,15 +24091,15 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_OYSTER_AUTO_EDITS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleOysterAutoEdits; /** Value: "PROVIDER_GOOGLE_OYSTER_CONNECT_ROUTES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleOysterConnectRoutes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleOysterConnectRoutes GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PANORAMIO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePanoramio; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePanoramio GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PERFUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePerfume; /** Value: "PROVIDER_GOOGLE_PLACE_ACTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePlaceActions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePlaceActions GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PLACE_NAVBOOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePlaceNavboost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePlaceNavboost GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PLACES_API" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePlacesApi; /** Value: "PROVIDER_GOOGLE_PLUS_CODES_AS_ADDRESSES" */ @@ -24107,7 +24107,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_POI_ALIGNMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePoiAlignment; /** Value: "PROVIDER_GOOGLE_POINTCARDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePointcards; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePointcards GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_POLAR" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePolar; /** Value: "PROVIDER_GOOGLE_POLYGON_REFINEMENT" */ @@ -24115,7 +24115,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_POSTTRIP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePosttrip; /** Value: "PROVIDER_GOOGLE_PROBLEM_REPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleProblemReport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleProblemReport GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PRODUCT_TERMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleProductTerms; /** @@ -24131,7 +24131,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_PROPERTY_INSIGHTS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGooglePropertyInsights; /** Value: "PROVIDER_GOOGLE_RAPTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRapture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRapture GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_RELATED_PLACES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRelatedPlaces; /** Value: "PROVIDER_GOOGLE_RELATION_MINER" */ @@ -24143,7 +24143,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_RIDDLER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRiddler; /** Value: "PROVIDER_GOOGLE_RIGHTS_REPAIR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRightsRepair; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRightsRepair GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_ROADCLOSURES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRoadclosures; /** Value: "PROVIDER_GOOGLE_ROAD_MAPPER" */ @@ -24153,7 +24153,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_ROLLBACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRollback; /** Value: "PROVIDER_GOOGLE_ROSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRose; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleRose GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SA_FROM_FOOD_MENUS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleSaFromFoodMenus; /** Value: "PROVIDER_GOOGLE_SA_FROM_HULK" */ @@ -24174,13 +24174,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto * * Value: "PROVIDER_GOOGLE_SERVED_ON_MAPMAKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleServedOnMapmaker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleServedOnMapmaker GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SERVICES_INTERACTIONS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleServicesInteractions; /** Value: "PROVIDER_GOOGLE_SERVICES_MARKETPLACE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleServicesMarketplace; /** Value: "PROVIDER_GOOGLE_SESAME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleSesame; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleSesame GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SKYSMART" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleSkysmart; /** Value: "PROVIDER_GOOGLE_SNAG_FIXER" */ @@ -24204,7 +24204,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_STREETVIEW_BIZVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleStreetviewBizview; /** Value: "PROVIDER_GOOGLE_STRUCTURED_DATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleStructuredData; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleStructuredData GTLR_DEPRECATED; /** * ABSTRACT * @@ -24272,11 +24272,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_GOOGLE_ZAGAT_CMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleZagatCms; /** Value: "PROVIDER_GOOGLE_ZIPIT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleZipit; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGoogleZipit GTLR_DEPRECATED; /** Value: "PROVIDER_GREEN_ACTION_STUDIO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGreenActionStudio; /** Value: "PROVIDER_GREEN_ACTION_STUDIOS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGreenActionStudios; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGreenActionStudios GTLR_DEPRECATED; /** Value: "PROVIDER_GRIDCARS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderGridcars; /** Value: "PROVIDER_HEALTH_CH" */ @@ -24378,7 +24378,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_JP_MINISTRY_OF_THE_ENVIRONMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderJpMinistryOfTheEnvironment; /** Value: "PROVIDER_JUMPSTART" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderJumpstart; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderJumpstart GTLR_DEPRECATED; /** Value: "PROVIDER_KARTTAKESKUS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderKarttakeskus; /** Value: "PROVIDER_KINGWAY" */ @@ -24416,7 +24416,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_LINGUISTIC_DATA_CONSORTIUM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderLinguisticDataConsortium; /** Value: "PROVIDER_LOCAL_BUSINESS_CENTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderLocalBusinessCenter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderLocalBusinessCenter GTLR_DEPRECATED; /** * UMBRELLA * @@ -24466,7 +24466,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_MAPPOINT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderMappoint; /** Value: "PROVIDER_MASTERCARD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderMastercard; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderMastercard GTLR_DEPRECATED; /** Value: "PROVIDER_MAXXIMA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderMaxxima; /** @@ -24486,7 +24486,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_MICROMAPPER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderMicromapper; /** Value: "PROVIDER_MINED_POI" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderMinedPoi; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderMinedPoi GTLR_DEPRECATED; /** Value: "PROVIDER_MINED_POSTCODES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderMinedPostcodes; /** Value: "PROVIDER_MIREO" */ @@ -24528,7 +24528,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_NAVIT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderNavit; /** Value: "PROVIDER_NAVTEQ" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderNavteq; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderNavteq GTLR_DEPRECATED; /** Value: "PROVIDER_NEGOCIOS_DE_TELECOMUNICACOES_E_SISTEMAS_DE_INFORMACAO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderNegociosDeTelecomunicacoesESistemasDeInformacao; /** Value: "PROVIDER_NEOGY" */ @@ -24632,7 +24632,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_PIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderPia; /** Value: "PROVIDER_PICASA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderPicasa; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderPicasa GTLR_DEPRECATED; /** * ABSTRACT * @@ -24656,7 +24656,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto * * Value: "PROVIDER_PPWK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderPpwk; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderPpwk GTLR_DEPRECATED; /** Value: "PROVIDER_PRECISION_LIGHTWORKS_MODELWORKS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderPrecisionLightworksModelworks; /** Value: "PROVIDER_PROMAPS" */ @@ -24684,7 +24684,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderPublicMunicipality; /** Value: "PROVIDER_RAILS_TO_TRAILS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderRailsToTrails; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderRailsToTrails GTLR_DEPRECATED; /** Value: "PROVIDER_REGIO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderRegio; /** Value: "PROVIDER_RICHI" */ @@ -24732,7 +24732,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_SE_NATURVARDSVERKET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderSeNaturvardsverket; /** Value: "PROVIDER_SENSIS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderSensis; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderSensis GTLR_DEPRECATED; /** * ABSTRACT * @@ -24798,19 +24798,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlas; /** Value: "PROVIDER_TELE_ATLAS_ADDRESS_POINTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasAddressPoints; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasAddressPoints GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_CODEPOINT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasCodepoint; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasCodepoint GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_DATAGEO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasDatageo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasDatageo GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_GEOPOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasGeopost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasGeopost GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_MULTINET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasMultinet; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTeleAtlasMultinet GTLR_DEPRECATED; /** Value: "PROVIDER_TELEFONICA_PUBLICIDAD_E_INFORMACION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTelefonicaPublicidadEInformacion; /** Value: "PROVIDER_TELEGATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTelegate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTelegate GTLR_DEPRECATED; /** Value: "PROVIDER_TELELISTAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderTelelistas; /** Value: "PROVIDER_TELEMEDIA" */ @@ -24992,7 +24992,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_VOLVO_CARS_BRASIL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderVolvoCarsBrasil; /** Value: "PROVIDER_WEB" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderWeb; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderWeb GTLR_DEPRECATED; /** Value: "PROVIDER_WELSH_GOVERNMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderWelshGovernment; /** Value: "PROVIDER_WEST_WORLD_MEDIA" */ @@ -25014,7 +25014,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto /** Value: "PROVIDER_ZA_RURAL_DEVELOPMENT_LAND_REFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderZaRuralDevelopmentLandReform; /** Value: "PROVIDER_ZENRIN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderZenrin; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderZenrin GTLR_DEPRECATED; /** Value: "PROVIDER_ZEPHEIRA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreDataSourceProto_Provider_ProviderZepheira; /** Value: "PROVIDER_ZEST" */ @@ -26164,95 +26164,95 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProperty /** Value: "BUSINESS_HOURS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_BusinessHours; /** Value: "CATEGORY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_Category; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_Category GTLR_DEPRECATED; /** Value: "DATA_SOURCE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DataSource; /** Value: "DEPRECATED_DO_NOT_USE_CAPITAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseCapital; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseCapital GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_DESCRIPTION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseDescription; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseDescription GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_DISTINCT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseDistinct; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseDistinct GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_DUPLICATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseDuplicate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseDuplicate GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_EDIT_PRECEDENCE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEditPrecedence; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEditPrecedence GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_EMAIL_ADDRESS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEmailAddress; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEmailAddress GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_ENTRANCE_TARGET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEntranceTarget; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEntranceTarget GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_ESTABLISHMENT_PLACE_ACTION_PAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEstablishmentPlaceActionPage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEstablishmentPlaceActionPage GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_ESTABLISHMENT_TYPE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEstablishmentType; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEstablishmentType GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_EVENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEvent; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseEvent GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_GEOMETRIC_ACCURACY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseGeometricAccuracy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseGeometricAccuracy GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_HIGHEST_GRADE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseHighestGrade; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseHighestGrade GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_ID_TO_OVERRIDE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseIdToOverride; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseIdToOverride GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_INFERRED_GEOMETRY_EXCLUDES_GEOMETRY_OF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseInferredGeometryExcludesGeometryOf; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseInferredGeometryExcludesGeometryOf GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_INFERRED_GEOMETRY_INCLUDES_GEOMETRY_OF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseInferredGeometryIncludesGeometryOf; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseInferredGeometryIncludesGeometryOf GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_ISSUE_HISTORY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseIssueHistory; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseIssueHistory GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_ISSUE_METADATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseIssueMetadata; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseIssueMetadata GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_KNOWLEDGE_GRAPH_ID" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseKnowledgeGraphId; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseKnowledgeGraphId GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_LOWEST_GRADE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseLowestGrade; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseLowestGrade GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_PAYMENT_TYPES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePaymentTypes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePaymentTypes GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_PHOTO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePhoto; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePhoto GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_PHOTO_URL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePhotoUrl; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePhotoUrl GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_PLACE_CLOSED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePlaceClosed; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePlaceClosed GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_POPULATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePopulation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUsePopulation GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_RANK_GEOMETRY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseRankGeometry; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseRankGeometry GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_RANK_USER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseRankUser; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseRankUser GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_REMOVE_DUPLICATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseRemoveDuplicate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseRemoveDuplicate GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_REMOVE_PLACE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseRemovePlace; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseRemovePlace GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_SCHOOL_TYPE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSchoolType; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSchoolType GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_SEGMENT_ELEVATION_BEGIN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentElevationBegin; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentElevationBegin GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_SEGMENT_ELEVATION_END" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentElevationEnd; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentElevationEnd GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_SEGMENT_ELEVATION_MIDDLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentElevationMiddle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentElevationMiddle GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_SEGMENT_INFO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentInfo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentInfo GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_SEGMENT_LANE_LIST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentLaneList; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentLaneList GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_SEGMENT_WRONG_WAY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentWrongWay; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSegmentWrongWay GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_SYLLABUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSyllabus; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseSyllabus GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_TRACK_CLASS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseTrackClass; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseTrackClass GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_TRANSIT_STATION_AGENCY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseTransitStationAgency; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseTransitStationAgency GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_VIEWCODE_INFO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseViewcodeInfo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseViewcodeInfo GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_WEBSITE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseWebsite; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseWebsite GTLR_DEPRECATED; /** Value: "DEPRECATED_DO_NOT_USE_WORKAREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseWorkarea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DeprecatedDoNotUseWorkarea GTLR_DEPRECATED; /** Value: "DISPLAY_DATA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_DisplayData; /** Value: "EDIT_PRECEDENCE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_EditPrecedence; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_EditPrecedence GTLR_DEPRECATED; /** Value: "ENTRANCE_ALLOWANCE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_EntranceAllowance; /** Value: "ESTABLISHMENT_OPENING_HOURS_EXCEPTION" */ @@ -26266,7 +26266,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProperty /** Value: "EXISTENCE_STATUS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_ExistenceStatus; /** Value: "FEATURE_ATTRIBUTE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_FeatureAttribute; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_FeatureAttribute GTLR_DEPRECATED; /** Value: "FEATURE_AVERAGE_ELEVATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_FeatureAverageElevation; /** Value: "FEATURE_BEST_LOCALE" */ @@ -26496,7 +26496,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProperty /** Value: "SIGN_COMPONENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_SignComponent; /** Value: "SOCIAL_REFERENCE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_SocialReference; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_SocialReference GTLR_DEPRECATED; /** Value: "SOCIAL_REFERENCE_CLAIMED_GAIA_ID" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeaturePropertyIdProto_FieldType_SocialReferenceClaimedGaiaId; /** Value: "SOURCE_INFO" */ @@ -26584,37 +26584,37 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_AIRPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirport GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_CIVIL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirportCivil; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirportCivil GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirportGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirportGrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_MILITARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirportMilitary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirportMilitary GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_MIXED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirportMixed; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirportMixed GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRSTRIP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirstrip; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeAirstrip GTLR_DEPRECATED; /** * Subtype within a zoo - a cage or fenced-off or otherwise delineated area * containing animals. @@ -26641,13 +26641,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_BANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBank GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_BAR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBar; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBar GTLR_DEPRECATED; /** * An ocean subdivision formed by a coastal indentation. Includes coves and * gulfs. @@ -26675,7 +26675,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_BIRD_WATCHING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBirdWatching; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBirdWatching GTLR_DEPRECATED; /** * A line representing the boundary between two features. See border.proto for * details. @@ -26688,7 +26688,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_BORDER_CROSSING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBorderCrossing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBorderCrossing GTLR_DEPRECATED; /** Value: "TYPE_BROAD_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBroadTrack; /** @@ -26696,13 +26696,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_BUILDING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBuilding; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBuilding GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_BUILDING_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBuildingGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBuildingGrounds GTLR_DEPRECATED; /** * Terrain that looks populated. * @@ -26714,7 +26714,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_BUSINESS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBusiness; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBusiness GTLR_DEPRECATED; /** * A business chain feature is used to represent a chain, e.g. Starbucks, * McDonald's, etc. Other features representing specific stores/franchises of @@ -26741,13 +26741,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_BUS_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBusStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeBusStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CABLE_CAR_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCableCarStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCableCarStation GTLR_DEPRECATED; /** Value: "TYPE_CAMPFIRE_PIT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCampfirePit; /** @@ -26755,13 +26755,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_CAMPGROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCampgrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCampgrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CAMPING_SITE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCampingSite; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCampingSite GTLR_DEPRECATED; /** * A narrow passage used by boats. Normally artificial. * @@ -26773,13 +26773,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_CAR_RENTAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCarRental; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCarRental GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CAR_REPAIR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCarRepair; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCarRepair GTLR_DEPRECATED; /** * Cartographic features are used to capture real-world objects for which there * is no current desire to model any specific attributes. These are only useful @@ -26800,7 +26800,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_CASH_MACHINE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCashMachine; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCashMachine GTLR_DEPRECATED; /** * Don't use 0xA7. Use 8 bits for additional types under TYPE_NATURAL_FEATURE, * so we don't run out of space. The following are miscellaneous natural @@ -26827,7 +26827,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_CEMETERY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCemetery; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCemetery GTLR_DEPRECATED; /** * A deep part in a body of water that is suitable for navigation. Includes * narrows. @@ -26840,13 +26840,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_CHURCH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeChurch; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeChurch GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CITY_HALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCityHall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCityHall GTLR_DEPRECATED; /** * A vertical or nearly vertical slope. Includes escarpments. * @@ -26858,7 +26858,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_COFFEE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCoffee; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCoffee GTLR_DEPRECATED; /** * e.g. Silicon Valley * @@ -26913,7 +26913,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_CONSTITUENCY_FUTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeConstituencyFuture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeConstituencyFuture GTLR_DEPRECATED; /** Value: "TYPE_CONTINENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeContinent; /** @@ -26929,7 +26929,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_COURTHOUSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCourthouse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeCourthouse GTLR_DEPRECATED; /** * Depressions causes by impact, explosion, and sometimes sink-holes. * @@ -26947,7 +26947,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_DAM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDam; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDam GTLR_DEPRECATED; /** * Every data source used in constructing a data repository has a corresponding * feature that provides more information about that data source. The extra @@ -26961,25 +26961,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_DENTIST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDentist; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDentist GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_GOLF_SHOP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDeprecatedGolfShop; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDeprecatedGolfShop GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_HIGHWAY_DO_NOT_USE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDeprecatedHighwayDoNotUse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDeprecatedHighwayDoNotUse GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_TARMAC" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDeprecatedTarmac; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDeprecatedTarmac GTLR_DEPRECATED; /** Value: "TYPE_DESERT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDesert; /** Value: "TYPE_DESIGNATED_BARBECUE_PIT" */ @@ -27023,19 +27023,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_DOCTOR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDoctor; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDoctor GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DO_NOT_USE_RESERVED_TO_CATCH_GENERATED_FILES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDoNotUseReservedToCatchGeneratedFiles; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDoNotUseReservedToCatchGeneratedFiles GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DOODLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDoodle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDoodle GTLR_DEPRECATED; /** Value: "TYPE_DRINKING_WATER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeDrinkingWater; /** Value: "TYPE_DUNE" */ @@ -27045,13 +27045,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_EARTHQUAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEarthquake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEarthquake GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_ECO_TOURIST_DESTINATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEcoTouristDestination; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEcoTouristDestination GTLR_DEPRECATED; /** * Features that are notable for being high (or low), or for having sudden * changes in elevation. These features might have an "elevation" extension to @@ -27065,19 +27065,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_EMBASSY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEmbassy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEmbassy GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_EMERGENCY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEmergency; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEmergency GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_ENCLOSED_TRAFFIC_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEnclosedTrafficArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEnclosedTrafficArea GTLR_DEPRECATED; /** * A portal of entry or exit to another feature. Examples: - Subway station * entrance. - Parking lot entrance. @@ -27097,14 +27097,14 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_ESTABLISHMENT_BUILDING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEstablishmentBuilding; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEstablishmentBuilding GTLR_DEPRECATED; /** * DEPRECATED This type has been replaced by TYPE_COMPOUND_BUILDING. For * further details, see go/oyster-compounds * * Value: "TYPE_ESTABLISHMENT_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEstablishmentGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEstablishmentGrounds GTLR_DEPRECATED; /** * An establishment which has a address (a.k.a. location or storefront). Note * that it *may* also have a service area (e.g. a restaurant that offers both @@ -27140,7 +27140,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_EVENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEvent; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeEvent GTLR_DEPRECATED; /** Value: "TYPE_FAULT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFault; /** @@ -27160,7 +27160,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_FERRY_TERMINAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFerryTerminal; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFerryTerminal GTLR_DEPRECATED; /** * Also called a "car transport", a ferry train is a rail service that carries * passengers and their vehicles across undrivable terrain. The Channel Tunnel @@ -27176,13 +27176,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_FIRE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFire; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFire GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_FISHING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFishing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFishing GTLR_DEPRECATED; /** Value: "TYPE_FISSURE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFissure; /** Value: "TYPE_FJORD" */ @@ -27198,7 +27198,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_FUNICULAR_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFunicularStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeFunicularStation GTLR_DEPRECATED; /** * A feature whose geometry is planned to replace the geometry on another * feature. @@ -27211,43 +27211,43 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_GAS_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGasStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGasStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_COUNTRY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbCountry; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbCountry GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_DEPENDENT_LOCALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbDependentLocality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbDependentLocality GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_DOUBLE_DEPENDENT_LOCALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbDoubleDependentLocality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbDoubleDependentLocality GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_FORMER_POSTAL_COUNTY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbFormerPostalCounty; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbFormerPostalCounty GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_POST_TOWN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbPostTown; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbPostTown GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_TRADITIONAL_COUNTY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbTraditionalCounty; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGbTraditionalCounty GTLR_DEPRECATED; /** * An association of a point with an address, with no other information. * @@ -27263,13 +27263,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_GOLF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGolf; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGolf GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GOLF_COURSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGolfCourse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGolfCourse GTLR_DEPRECATED; /** Value: "TYPE_GOLF_FAIRWAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGolfFairway; /** @@ -27295,13 +27295,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_GONDOLA_LIFT_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGondolaLiftStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGondolaLiftStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GOVERNMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGovernment; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGovernment GTLR_DEPRECATED; /** Value: "TYPE_GRASSLAND" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGrassland; /** @@ -27309,19 +27309,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_GROCERY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGrocery; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGrocery GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GURUDWARA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGurudwara; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeGurudwara GTLR_DEPRECATED; /** * A deep place near a shore where ships commonly drop anchor. * @@ -27333,7 +27333,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_HELIPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHeliport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHeliport GTLR_DEPRECATED; /** Value: "TYPE_HIGH_SPEED_RAIL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHighSpeedRail; /** @@ -27341,7 +27341,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_HIGH_TENSION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHighTension; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHighTension GTLR_DEPRECATED; /** * ABSTRACT * @@ -27371,31 +27371,31 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_HIKING_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHikingArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHikingArea GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HINDU_TEMPLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHinduTemple; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHinduTemple GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HORSE_CARRIAGE_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHorseCarriageStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHorseCarriageStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HOSPITAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHospital; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHospital GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HOSPITAL_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHospitalGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHospitalGrounds GTLR_DEPRECATED; /** Value: "TYPE_HOT_SPRING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHotSpring; /** @@ -27403,13 +27403,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_HUNTING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHunting; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHunting GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HURRICANE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHurricane; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeHurricane GTLR_DEPRECATED; /** Value: "TYPE_ICE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeIce; /** @@ -27417,7 +27417,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_INDUSTRIAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeIndustrial; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeIndustrial GTLR_DEPRECATED; /** Value: "TYPE_INLET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeInlet; /** @@ -27465,55 +27465,55 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_JP_CHIBAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpChiban; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpChiban GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_EDABAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpEdaban; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpEdaban GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_GAIKU" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpGaiku; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpGaiku GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_GUN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpGun; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpGun GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_KOAZA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpKoaza; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpKoaza GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_OOAZA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpOoaza; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpOoaza GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_SHIKUCHOUSON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpShikuchouson; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpShikuchouson GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_SUB_SHIKUCHOUSON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpSubShikuchouson; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpSubShikuchouson GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_TODOUFUKEN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpTodoufuken; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJpTodoufuken GTLR_DEPRECATED; /** Value: "TYPE_JR_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeJrTrack; /** @@ -27548,7 +27548,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_LIBRARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeLibrary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeLibrary GTLR_DEPRECATED; /** Value: "TYPE_LIGHT_RAIL_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeLightRailTrack; /** Value: "TYPE_LITTER_RECEPTACLE" */ @@ -27569,7 +27569,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_LOCAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeLocalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeLocalPark GTLR_DEPRECATED; /** Value: "TYPE_LOCKER_AREA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeLockerArea; /** @@ -27577,7 +27577,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_LODGING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeLodging; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeLodging GTLR_DEPRECATED; /** * A grouping of TYPE_BORDER features ("border segments"), which together * represent a border between two features of the same type. @@ -27596,13 +27596,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_MILITARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeMilitary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeMilitary GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_MONORAIL_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeMonorailStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeMonorailStation GTLR_DEPRECATED; /** Value: "TYPE_MONORAIL_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeMonorailTrack; /** @@ -27610,7 +27610,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_MOSQUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeMosque; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeMosque GTLR_DEPRECATED; /** * A series of mountains or hills ranged in a line and connected by high * ground. Mountain ranges usually consist of many smaller ridges. For example, @@ -27624,7 +27624,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_MOVIE_RENTAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeMovieRental; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeMovieRental GTLR_DEPRECATED; /** Value: "TYPE_NARROW_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeNarrowTrack; /** @@ -27632,13 +27632,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_NATIONAL_FOREST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeNationalForest; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeNationalForest GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_NATIONAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeNationalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeNationalPark GTLR_DEPRECATED; /** * ABSTRACT * @@ -27650,7 +27650,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_NATURE_RESERVE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeNatureReserve; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeNatureReserve GTLR_DEPRECATED; /** Value: "TYPE_NEIGHBORHOOD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeNeighborhood; /** @@ -27676,7 +27676,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_OFF_ROAD_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeOffRoadArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeOffRoadArea GTLR_DEPRECATED; /** * A near-level shallow, natural depression or basin, usually containing an * intermittent lake, pond, or pool. @@ -27689,25 +27689,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePark GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeParking; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeParking GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING_GARAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeParkingGarage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeParkingGarage GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING_LOT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeParkingLot; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeParkingLot GTLR_DEPRECATED; /** * A route over an otherwise difficult to traverse feature. Includes saddle. * @@ -27737,7 +27737,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_PHARMACY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePharmacy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePharmacy GTLR_DEPRECATED; /** * A phone number area code is a prefix which also coincides with the area * code, or national destination code, of a particular region. @@ -27759,7 +27759,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_PICNIC_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePicnicArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePicnicArea GTLR_DEPRECATED; /** * Elevations that are flat on top. Includes mesas and buttes. * @@ -27771,13 +27771,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_PLAY_GROUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePlayGround; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePlayGround GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_POLICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePolice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePolice GTLR_DEPRECATED; /** * Boundaries representing the jurisdiction of a particular police station. * @@ -27824,13 +27824,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_POSTAL_ROUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePostalRound; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePostalRound GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_POST_OFFICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePostOffice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePostOffice GTLR_DEPRECATED; /** * The term "post town" is used for a locality-like-entity that is only used * for postal addresses. @@ -27843,19 +27843,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_PREMISE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePremise; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypePremise GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PROVINCIAL_FOREST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeProvincialForest; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeProvincialForest GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PROVINCIAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeProvincialPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeProvincialPark GTLR_DEPRECATED; /** * ABSTRACT * @@ -27947,13 +27947,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_REST_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeRestArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeRestArea GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_RESTAURANT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeRestaurant; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeRestaurant GTLR_DEPRECATED; /** * A restriction group describes a set of segment restrictions that belong * together and have a name or an associated event. See also @@ -28022,7 +28022,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_SCHOOL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSchool; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSchool GTLR_DEPRECATED; /** Value: "TYPE_SCHOOL_DISTRICT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSchoolDistrict; /** @@ -28036,13 +28036,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_SEAPLANE_BASE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSeaplaneBase; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSeaplaneBase GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SEAPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSeaport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSeaport GTLR_DEPRECATED; /** * A lake that dries up part of the year. * @@ -28072,13 +28072,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_SHOPPING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeShopping; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeShopping GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SHOPPING_CENTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeShoppingCenter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeShoppingCenter GTLR_DEPRECATED; /** Value: "TYPE_SHRUBBERY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeShrubbery; /** @@ -28110,13 +28110,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_SPECIAL_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSpecialStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSpecialStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SPORTS_COMPLEX" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSportsComplex; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSportsComplex GTLR_DEPRECATED; /** * A place where ground water flows naturally out of the ground. * @@ -28134,7 +28134,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_STADIUM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeStadium; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeStadium GTLR_DEPRECATED; /** Value: "TYPE_STANDARD_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeStandardTrack; /** @@ -28215,13 +28215,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_SUB_PREMISE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSubPremise; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSubPremise GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SUBWAY_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSubwayStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSubwayStation GTLR_DEPRECATED; /** Value: "TYPE_SUBWAY_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSubwayTrack; /** @@ -28229,13 +28229,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_SUITE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSuite; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSuite GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SYNAGOGUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSynagogue; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeSynagogue GTLR_DEPRECATED; /** * Starting with TYPE_TARMAC, we use longer IDs, so that we can expand the * number of feature types under TYPE_CARTOGRAPHIC. @@ -28256,7 +28256,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_TEMPLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTemple; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTemple GTLR_DEPRECATED; /** * A terminal point represents a good location for a user to meet a taxi, * ridesharing vehicle, or general driver. @@ -28309,7 +28309,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_TOURIST_DESTINATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTouristDestination; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTouristDestination GTLR_DEPRECATED; /** * Open space used for events, gathering, or as market-place. * @@ -28330,13 +28330,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_TRAIN_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTrainStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTrainStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRAMWAY_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTramwayStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTramwayStation GTLR_DEPRECATED; /** * RESERVED * @@ -28362,19 +28362,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_TRANSIT_AGENCY_DEPRECATED_VALUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitAgencyDeprecatedValue; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitAgencyDeprecatedValue GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_DEPARTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitDeparture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitDeparture GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_LEG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitLeg; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitLeg GTLR_DEPRECATED; /** * A transit line is a collection of transit legs, associated with some * invariant properties of the trips that run over the legs. See also @@ -28388,25 +28388,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_TRANSIT_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_STOP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitStop; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitStop GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_TRANSFER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitTransfer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitTransfer GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_TRIP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitTrip; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTransitTrip GTLR_DEPRECATED; /** * ABSTRACT * @@ -28418,7 +28418,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_TRAVEL_SERVICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTravelService; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeTravelService GTLR_DEPRECATED; /** * Tracks for streetcars, cable-cars, etc. Ferries are services that are part * of the road network but are not roads. They typically involve fares and @@ -28442,13 +28442,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_UNIVERSITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUniversity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUniversity GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_UNIVERSITY_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUniversityGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUniversityGrounds GTLR_DEPRECATED; /** * A feature of completely unknown type. This should only be used when * absolutely necessary. One example in which this type is useful is in the @@ -28473,25 +28473,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_US_BOROUGH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUsBorough; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUsBorough GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_NATIONAL_MONUMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUsNationalMonument; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUsNationalMonument GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_NATIONAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUsNationalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUsNationalPark GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_STATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUsState; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeUsState GTLR_DEPRECATED; /** * Terrain that is covered in vegetation. * @@ -28503,7 +28503,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_VETERINARIAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeVeterinarian; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeVeterinarian GTLR_DEPRECATED; /** * Any plausible 1-dimensional path through a 2+ dimensional space, for the * purposes of making graph-search-based routing possible. Such segments can be @@ -28558,7 +28558,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_WATERING_HOLE_DEPRECATED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeWateringHoleDeprecated; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeWateringHoleDeprecated GTLR_DEPRECATED; /** Value: "TYPE_WATER_NAVIGATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeWaterNavigation; /** Value: "TYPE_WATERSHED_BOUNDARY" */ @@ -28568,7 +28568,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Ty * * Value: "TYPE_WEATHER_CONDITION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeWeatherCondition; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreFeatureProto_Type_TypeWeatherCondition GTLR_DEPRECATED; /** * Land that is usually flooded. Includes bogs, marshes, flats, moors, and * swamps. @@ -28796,7 +28796,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_AMPUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderAmpup; /** Value: "PROVIDER_ANASAT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderAnasat; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderAnasat GTLR_DEPRECATED; /** * ABSTRACT The root of all provider types. This should never be present on an * actual feature, but can be useful when calling InCategory. @@ -29086,7 +29086,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS * * Value: "PROVIDER_DIGIROAD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderDigiroad; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderDigiroad GTLR_DEPRECATED; /** Value: "PROVIDER_DIGITAL_DATA_SERVICES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderDigitalDataServices; /** Value: "PROVIDER_DIGITAL_EGYPT" */ @@ -29108,7 +29108,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderDkGovernment; /** Value: "PROVIDER_DMAPAS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderDmapas; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderDmapas GTLR_DEPRECATED; /** Value: "PROVIDER_DMTI_SPATIAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderDmtiSpatial; /** Value: "PROVIDER_DRIVECO" */ @@ -29118,11 +29118,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS * * Value: "PROVIDER_DUN_AND_BRADSTREET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderDunAndBradstreet; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderDunAndBradstreet GTLR_DEPRECATED; /** Value: "PROVIDER_EAST_END_GROUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderEastEndGroup; /** Value: "PROVIDER_EASYCONNECT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderEasyconnect; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderEasyconnect GTLR_DEPRECATED; /** Value: "PROVIDER_EASYWAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderEasyway; /** Value: "PROVIDER_ECO_MOVEMENT" */ @@ -29224,7 +29224,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_FI_STATISTICS_FINLAND" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderFiStatisticsFinland; /** Value: "PROVIDER_FLICKR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderFlickr; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderFlickr GTLR_DEPRECATED; /** Value: "PROVIDER_FLYHERE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderFlyhere; /** Value: "PROVIDER_FORUM44" */ @@ -29282,7 +29282,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GEOPLAN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGeoplan; /** Value: "PROVIDER_GEOSEARCH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGeosearch; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGeosearch GTLR_DEPRECATED; /** Value: "PROVIDER_GEOSISTEMAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGeosistemas; /** Value: "PROVIDER_GEOX" */ @@ -29337,7 +29337,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_ATTRIBUTION_3P_OUTREACH_UPLOAD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleAttribution3pOutreachUpload; /** Value: "PROVIDER_GOOGLE_AUTHORITY_PAGE_PHOTOS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleAuthorityPagePhotos; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleAuthorityPagePhotos GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_AUTHORITY_PAGES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleAuthorityPages; /** Value: "PROVIDER_GOOGLE_BEEGEES" */ @@ -29369,7 +29369,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_BUSINESS_CHAINS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleBusinessChains; /** Value: "PROVIDER_GOOGLE_CALL_ME_MAYBE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCallMeMaybe; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCallMeMaybe GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CANDID" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCandid; /** Value: "PROVIDER_GOOGLE_CARENAV" */ @@ -29380,25 +29380,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS * * Value: "PROVIDER_GOOGLE_CATEGORIES_TEAM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCategoriesTeam; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCategoriesTeam GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CATTERMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCatterms; /** Value: "PROVIDER_GOOGLE_CHINA_LOCAL_TEAM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleChinaLocalTeam; /** Value: "PROVIDER_GOOGLE_CONCRETE_URLS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleConcreteUrls; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleConcreteUrls GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CORE_DATA_RIGHTS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCoreDataRights; /** Value: "PROVIDER_GOOGLE_CORRIDORS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCorridors; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCorridors GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROSS_STREETS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCrossStreets; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCrossStreets GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROUPIER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCroupier; /** Value: "PROVIDER_GOOGLE_CROWD_COMPUTE_OPS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCrowdComputeOps; /** Value: "PROVIDER_GOOGLE_CROWDSENSUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCrowdsensus; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCrowdsensus GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROWDTASK_ADAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCrowdtaskAdap; /** Value: "PROVIDER_GOOGLE_CROWDTASK_DATACOMPUTE" */ @@ -29410,7 +29410,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_CROWDTASK_TASKMATE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCrowdtaskTaskmate; /** Value: "PROVIDER_GOOGLE_CULTURAL_INSTITUTE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCulturalInstitute; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleCulturalInstitute GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_DISPUTED_AREAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleDisputedAreas; /** Value: "PROVIDER_GOOGLE_DISTILLERY" */ @@ -29424,11 +29424,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_DRIVING_UGC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleDrivingUgc; /** Value: "PROVIDER_GOOGLE_DUMPLING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleDumpling; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleDumpling GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_EDIT_PLATFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleEditPlatform; /** Value: "PROVIDER_GOOGLE_ENTITY_NAVBOOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleEntityNavboost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleEntityNavboost GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FIBER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleFiber; /** Value: "PROVIDER_GOOGLE_FIREBOLT" */ @@ -29438,9 +29438,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_FOOD_ORDERING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleFoodOrdering; /** Value: "PROVIDER_GOOGLE_FOOTPRINT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleFootprint; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleFootprint GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FREEBASE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleFreebase; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleFreebase GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FULLRIGHTS_3P_OUTREACH_UPLOAD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleFullrights3pOutreachUpload; /** Value: "PROVIDER_GOOGLE_FULLRIGHTS_GEO_DATA_UPLOAD" */ @@ -29456,7 +29456,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_GEO_CLOSED_LOOP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGeoClosedLoop; /** Value: "PROVIDER_GOOGLE_GEOCODES_FROM_LOCAL_FEEDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGeocodesFromLocalFeeds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGeocodesFromLocalFeeds GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GEOCODING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGeocoding; /** Value: "PROVIDER_GOOGLE_GEO_CONSUMER_MERCHANT_EXPERIMENTS" */ @@ -29504,21 +29504,21 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_GEO_UGC_TRUSTED_USERS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGeoUgcTrustedUsers; /** Value: "PROVIDER_GOOGLE_GEOWIKI" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGeowiki; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGeowiki GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GEO_WORLDMAPS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGeoWorldmaps; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGeoWorldmaps GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GHOSTWRITER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGhostwriter; /** Value: "PROVIDER_GOOGLE_GMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGms; /** Value: "PROVIDER_GOOGLE_GOBY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGoby; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGoby GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GOLDEN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGolden; /** Value: "PROVIDER_GOOGLE_GPAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGpay; /** Value: "PROVIDER_GOOGLE_GROUNDS_BUILDER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGroundsBuilder; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGroundsBuilder GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleGt; /** Value: "PROVIDER_GOOGLE_GT_ALF" */ @@ -29574,11 +29574,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_HUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleHume; /** Value: "PROVIDER_GOOGLE_HYADES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleHyades; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleHyades GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_IMT_CLEANUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleImtCleanup; /** Value: "PROVIDER_GOOGLE_INNERSPACE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleInnerspace; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleInnerspace GTLR_DEPRECATED; /** * This is a testing provider for teams that wish to integrate with components * of the Geo Data Infrastructure that require a valid provider. No production @@ -29590,11 +29590,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_KEROUAC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleKerouac; /** Value: "PROVIDER_GOOGLE_KNOWLEDGE_GRAPH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleKnowledgeGraph; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleKnowledgeGraph GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_KNOWN_FOR_TERMS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleKnownForTerms; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleKnownForTerms GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LEANBACK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLeanback; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLeanback GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_ALCHEMY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalAlchemy; /** @@ -29607,7 +29607,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_LOCAL_ATTRIBUTE_SUMMARIZATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalAttributeSummarization; /** Value: "PROVIDER_GOOGLE_LOCAL_CLUSTERING_OPERATOR_OVERRIDE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalClusteringOperatorOverride; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalClusteringOperatorOverride GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_DISCOVERY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalDiscovery; /** Value: "PROVIDER_GOOGLE_LOCAL_HEALTH" */ @@ -29631,17 +29631,17 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalsearch; /** Value: "PROVIDER_GOOGLE_LOCAL_SEARCH_QUALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalSearchQuality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalSearchQuality GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_SERVICES_ADS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalServicesAds; /** Value: "PROVIDER_GOOGLE_LOCAL_SUMMARIZATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalSummarization; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalSummarization GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_UNIVERSAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocalUniversal; /** Value: "PROVIDER_GOOGLE_LOCATION_PLATFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLocationPlatform; /** Value: "PROVIDER_GOOGLE_LOCKED_LISTINGS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLockedListings; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLockedListings GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOGS_RANKING_SIGNALS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleLogsRankingSignals; /** Value: "PROVIDER_GOOGLE_MACHINE_TRANSLITERATION" */ @@ -29651,13 +29651,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_MAPFACTS_PRIVACY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapfactsPrivacy; /** Value: "PROVIDER_GOOGLE_MAPMAKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapmaker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapmaker GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_MOBILE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapmakerMobile; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapmakerMobile GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_PANCAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapmakerPancake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapmakerPancake GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_V2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapmakerV2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapmakerV2 GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPSEARCH" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleMapsearch; /** Value: "PROVIDER_GOOGLE_MAPS_FOR_MOBILE" */ @@ -29679,9 +29679,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_NAMEHEATMAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleNameheatmap; /** Value: "PROVIDER_GOOGLE_OFFLINE_NON_CORE_ATTRIBUTE_SUMMARIZATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleOfflineNonCoreAttributeSummarization; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleOfflineNonCoreAttributeSummarization GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_OLD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleOld; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleOld GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_ONTHEGO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleOnthego; /** Value: "PROVIDER_GOOGLE_OPENING_HOURS_TEAM" */ @@ -29689,15 +29689,15 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_OYSTER_AUTO_EDITS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleOysterAutoEdits; /** Value: "PROVIDER_GOOGLE_OYSTER_CONNECT_ROUTES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleOysterConnectRoutes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleOysterConnectRoutes GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PANORAMIO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePanoramio; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePanoramio GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PERFUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePerfume; /** Value: "PROVIDER_GOOGLE_PLACE_ACTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePlaceActions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePlaceActions GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PLACE_NAVBOOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePlaceNavboost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePlaceNavboost GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PLACES_API" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePlacesApi; /** Value: "PROVIDER_GOOGLE_PLUS_CODES_AS_ADDRESSES" */ @@ -29705,7 +29705,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_POI_ALIGNMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePoiAlignment; /** Value: "PROVIDER_GOOGLE_POINTCARDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePointcards; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePointcards GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_POLAR" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePolar; /** Value: "PROVIDER_GOOGLE_POLYGON_REFINEMENT" */ @@ -29713,7 +29713,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_POSTTRIP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePosttrip; /** Value: "PROVIDER_GOOGLE_PROBLEM_REPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleProblemReport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleProblemReport GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PRODUCT_TERMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleProductTerms; /** @@ -29729,7 +29729,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_PROPERTY_INSIGHTS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGooglePropertyInsights; /** Value: "PROVIDER_GOOGLE_RAPTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRapture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRapture GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_RELATED_PLACES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRelatedPlaces; /** Value: "PROVIDER_GOOGLE_RELATION_MINER" */ @@ -29741,7 +29741,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_RIDDLER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRiddler; /** Value: "PROVIDER_GOOGLE_RIGHTS_REPAIR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRightsRepair; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRightsRepair GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_ROADCLOSURES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRoadclosures; /** Value: "PROVIDER_GOOGLE_ROAD_MAPPER" */ @@ -29751,7 +29751,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_ROLLBACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRollback; /** Value: "PROVIDER_GOOGLE_ROSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRose; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleRose GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SA_FROM_FOOD_MENUS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleSaFromFoodMenus; /** Value: "PROVIDER_GOOGLE_SA_FROM_HULK" */ @@ -29772,13 +29772,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS * * Value: "PROVIDER_GOOGLE_SERVED_ON_MAPMAKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleServedOnMapmaker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleServedOnMapmaker GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SERVICES_INTERACTIONS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleServicesInteractions; /** Value: "PROVIDER_GOOGLE_SERVICES_MARKETPLACE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleServicesMarketplace; /** Value: "PROVIDER_GOOGLE_SESAME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleSesame; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleSesame GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SKYSMART" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleSkysmart; /** Value: "PROVIDER_GOOGLE_SNAG_FIXER" */ @@ -29802,7 +29802,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_STREETVIEW_BIZVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleStreetviewBizview; /** Value: "PROVIDER_GOOGLE_STRUCTURED_DATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleStructuredData; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleStructuredData GTLR_DEPRECATED; /** * ABSTRACT * @@ -29870,11 +29870,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_GOOGLE_ZAGAT_CMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleZagatCms; /** Value: "PROVIDER_GOOGLE_ZIPIT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleZipit; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGoogleZipit GTLR_DEPRECATED; /** Value: "PROVIDER_GREEN_ACTION_STUDIO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGreenActionStudio; /** Value: "PROVIDER_GREEN_ACTION_STUDIOS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGreenActionStudios; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGreenActionStudios GTLR_DEPRECATED; /** Value: "PROVIDER_GRIDCARS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderGridcars; /** Value: "PROVIDER_HEALTH_CH" */ @@ -29976,7 +29976,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_JP_MINISTRY_OF_THE_ENVIRONMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderJpMinistryOfTheEnvironment; /** Value: "PROVIDER_JUMPSTART" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderJumpstart; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderJumpstart GTLR_DEPRECATED; /** Value: "PROVIDER_KARTTAKESKUS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderKarttakeskus; /** Value: "PROVIDER_KINGWAY" */ @@ -30014,7 +30014,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_LINGUISTIC_DATA_CONSORTIUM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderLinguisticDataConsortium; /** Value: "PROVIDER_LOCAL_BUSINESS_CENTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderLocalBusinessCenter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderLocalBusinessCenter GTLR_DEPRECATED; /** * UMBRELLA * @@ -30064,7 +30064,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_MAPPOINT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderMappoint; /** Value: "PROVIDER_MASTERCARD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderMastercard; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderMastercard GTLR_DEPRECATED; /** Value: "PROVIDER_MAXXIMA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderMaxxima; /** @@ -30084,7 +30084,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_MICROMAPPER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderMicromapper; /** Value: "PROVIDER_MINED_POI" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderMinedPoi; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderMinedPoi GTLR_DEPRECATED; /** Value: "PROVIDER_MINED_POSTCODES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderMinedPostcodes; /** Value: "PROVIDER_MIREO" */ @@ -30126,7 +30126,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_NAVIT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderNavit; /** Value: "PROVIDER_NAVTEQ" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderNavteq; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderNavteq GTLR_DEPRECATED; /** Value: "PROVIDER_NEGOCIOS_DE_TELECOMUNICACOES_E_SISTEMAS_DE_INFORMACAO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderNegociosDeTelecomunicacoesESistemasDeInformacao; /** Value: "PROVIDER_NEOGY" */ @@ -30230,7 +30230,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_PIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderPia; /** Value: "PROVIDER_PICASA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderPicasa; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderPicasa GTLR_DEPRECATED; /** * ABSTRACT * @@ -30254,7 +30254,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS * * Value: "PROVIDER_PPWK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderPpwk; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderPpwk GTLR_DEPRECATED; /** Value: "PROVIDER_PRECISION_LIGHTWORKS_MODELWORKS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderPrecisionLightworksModelworks; /** Value: "PROVIDER_PROMAPS" */ @@ -30282,7 +30282,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderPublicMunicipality; /** Value: "PROVIDER_RAILS_TO_TRAILS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderRailsToTrails; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderRailsToTrails GTLR_DEPRECATED; /** Value: "PROVIDER_REGIO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderRegio; /** Value: "PROVIDER_RICHI" */ @@ -30330,7 +30330,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_SE_NATURVARDSVERKET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderSeNaturvardsverket; /** Value: "PROVIDER_SENSIS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderSensis; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderSensis GTLR_DEPRECATED; /** * ABSTRACT * @@ -30396,19 +30396,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlas; /** Value: "PROVIDER_TELE_ATLAS_ADDRESS_POINTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasAddressPoints; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasAddressPoints GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_CODEPOINT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasCodepoint; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasCodepoint GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_DATAGEO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasDatageo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasDatageo GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_GEOPOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasGeopost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasGeopost GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_MULTINET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasMultinet; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTeleAtlasMultinet GTLR_DEPRECATED; /** Value: "PROVIDER_TELEFONICA_PUBLICIDAD_E_INFORMACION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTelefonicaPublicidadEInformacion; /** Value: "PROVIDER_TELEGATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTelegate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTelegate GTLR_DEPRECATED; /** Value: "PROVIDER_TELELISTAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderTelelistas; /** Value: "PROVIDER_TELEMEDIA" */ @@ -30590,7 +30590,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_VOLVO_CARS_BRASIL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderVolvoCarsBrasil; /** Value: "PROVIDER_WEB" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderWeb; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderWeb GTLR_DEPRECATED; /** Value: "PROVIDER_WELSH_GOVERNMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderWelshGovernment; /** Value: "PROVIDER_WEST_WORLD_MEDIA" */ @@ -30612,7 +30612,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceS /** Value: "PROVIDER_ZA_RURAL_DEVELOPMENT_LAND_REFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderZaRuralDevelopmentLandReform; /** Value: "PROVIDER_ZENRIN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderZenrin; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderZenrin GTLR_DEPRECATED; /** Value: "PROVIDER_ZEPHEIRA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreInternalSourceSummaryProto_Provider_ProviderZepheira; /** Value: "PROVIDER_ZEST" */ @@ -31074,7 +31074,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_ * * Value: "FLAG_LANGUAGE_CODE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagLanguageCode; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagLanguageCode GTLR_DEPRECATED; /** * This name is generated automatically by the transliteration pipeline based * on an existing name in a different language. Contact Maps Translation team @@ -31119,7 +31119,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_ * * Value: "FLAG_NOT_ON_SIGNS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagNotOnSigns; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagNotOnSigns GTLR_DEPRECATED; /** * This name is not commonly known. This flag is used on names that are not * commonly known, or not "standard", but which we wish to have so clients can @@ -31134,7 +31134,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_ * * Value: "FLAG_OFFICIAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagOfficial; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagOfficial GTLR_DEPRECATED; /** * ABSTRACT * @@ -31200,7 +31200,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_ * * Value: "FLAG_SUSPICIOUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagSuspicious; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagSuspicious GTLR_DEPRECATED; /** * This name is a timezone identifier in the Olson database, for example * "Europe/Zurich". All timezones have an Olson identifier, understood by POSIX @@ -31226,14 +31226,14 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_ * * Value: "FLAG_TRANSLITERATED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagTransliterated; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagTransliterated GTLR_DEPRECATED; /** * This is a vanity name (usually an alternate name for a section of road in * honor of some person). * * Value: "FLAG_VANITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagVanity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreNameProto_Flag_FlagVanity GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto.provider @@ -31267,7 +31267,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_AMPUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderAmpup; /** Value: "PROVIDER_ANASAT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderAnasat; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderAnasat GTLR_DEPRECATED; /** * ABSTRACT The root of all provider types. This should never be present on an * actual feature, but can be useful when calling InCategory. @@ -31557,7 +31557,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon * * Value: "PROVIDER_DIGIROAD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderDigiroad; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderDigiroad GTLR_DEPRECATED; /** Value: "PROVIDER_DIGITAL_DATA_SERVICES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderDigitalDataServices; /** Value: "PROVIDER_DIGITAL_EGYPT" */ @@ -31579,7 +31579,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderDkGovernment; /** Value: "PROVIDER_DMAPAS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderDmapas; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderDmapas GTLR_DEPRECATED; /** Value: "PROVIDER_DMTI_SPATIAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderDmtiSpatial; /** Value: "PROVIDER_DRIVECO" */ @@ -31589,11 +31589,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon * * Value: "PROVIDER_DUN_AND_BRADSTREET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderDunAndBradstreet; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderDunAndBradstreet GTLR_DEPRECATED; /** Value: "PROVIDER_EAST_END_GROUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderEastEndGroup; /** Value: "PROVIDER_EASYCONNECT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderEasyconnect; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderEasyconnect GTLR_DEPRECATED; /** Value: "PROVIDER_EASYWAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderEasyway; /** Value: "PROVIDER_ECO_MOVEMENT" */ @@ -31695,7 +31695,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_FI_STATISTICS_FINLAND" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderFiStatisticsFinland; /** Value: "PROVIDER_FLICKR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderFlickr; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderFlickr GTLR_DEPRECATED; /** Value: "PROVIDER_FLYHERE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderFlyhere; /** Value: "PROVIDER_FORUM44" */ @@ -31753,7 +31753,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GEOPLAN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGeoplan; /** Value: "PROVIDER_GEOSEARCH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGeosearch; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGeosearch GTLR_DEPRECATED; /** Value: "PROVIDER_GEOSISTEMAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGeosistemas; /** Value: "PROVIDER_GEOX" */ @@ -31808,7 +31808,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_ATTRIBUTION_3P_OUTREACH_UPLOAD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleAttribution3pOutreachUpload; /** Value: "PROVIDER_GOOGLE_AUTHORITY_PAGE_PHOTOS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleAuthorityPagePhotos; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleAuthorityPagePhotos GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_AUTHORITY_PAGES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleAuthorityPages; /** Value: "PROVIDER_GOOGLE_BEEGEES" */ @@ -31840,7 +31840,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_BUSINESS_CHAINS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleBusinessChains; /** Value: "PROVIDER_GOOGLE_CALL_ME_MAYBE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCallMeMaybe; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCallMeMaybe GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CANDID" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCandid; /** Value: "PROVIDER_GOOGLE_CARENAV" */ @@ -31851,25 +31851,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon * * Value: "PROVIDER_GOOGLE_CATEGORIES_TEAM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCategoriesTeam; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCategoriesTeam GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CATTERMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCatterms; /** Value: "PROVIDER_GOOGLE_CHINA_LOCAL_TEAM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleChinaLocalTeam; /** Value: "PROVIDER_GOOGLE_CONCRETE_URLS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleConcreteUrls; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleConcreteUrls GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CORE_DATA_RIGHTS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCoreDataRights; /** Value: "PROVIDER_GOOGLE_CORRIDORS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCorridors; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCorridors GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROSS_STREETS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCrossStreets; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCrossStreets GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROUPIER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCroupier; /** Value: "PROVIDER_GOOGLE_CROWD_COMPUTE_OPS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCrowdComputeOps; /** Value: "PROVIDER_GOOGLE_CROWDSENSUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCrowdsensus; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCrowdsensus GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROWDTASK_ADAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCrowdtaskAdap; /** Value: "PROVIDER_GOOGLE_CROWDTASK_DATACOMPUTE" */ @@ -31881,7 +31881,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_CROWDTASK_TASKMATE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCrowdtaskTaskmate; /** Value: "PROVIDER_GOOGLE_CULTURAL_INSTITUTE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCulturalInstitute; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleCulturalInstitute GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_DISPUTED_AREAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleDisputedAreas; /** Value: "PROVIDER_GOOGLE_DISTILLERY" */ @@ -31895,11 +31895,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_DRIVING_UGC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleDrivingUgc; /** Value: "PROVIDER_GOOGLE_DUMPLING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleDumpling; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleDumpling GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_EDIT_PLATFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleEditPlatform; /** Value: "PROVIDER_GOOGLE_ENTITY_NAVBOOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleEntityNavboost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleEntityNavboost GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FIBER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleFiber; /** Value: "PROVIDER_GOOGLE_FIREBOLT" */ @@ -31909,9 +31909,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_FOOD_ORDERING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleFoodOrdering; /** Value: "PROVIDER_GOOGLE_FOOTPRINT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleFootprint; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleFootprint GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FREEBASE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleFreebase; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleFreebase GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FULLRIGHTS_3P_OUTREACH_UPLOAD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleFullrights3pOutreachUpload; /** Value: "PROVIDER_GOOGLE_FULLRIGHTS_GEO_DATA_UPLOAD" */ @@ -31927,7 +31927,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_GEO_CLOSED_LOOP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGeoClosedLoop; /** Value: "PROVIDER_GOOGLE_GEOCODES_FROM_LOCAL_FEEDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGeocodesFromLocalFeeds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGeocodesFromLocalFeeds GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GEOCODING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGeocoding; /** Value: "PROVIDER_GOOGLE_GEO_CONSUMER_MERCHANT_EXPERIMENTS" */ @@ -31975,21 +31975,21 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_GEO_UGC_TRUSTED_USERS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGeoUgcTrustedUsers; /** Value: "PROVIDER_GOOGLE_GEOWIKI" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGeowiki; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGeowiki GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GEO_WORLDMAPS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGeoWorldmaps; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGeoWorldmaps GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GHOSTWRITER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGhostwriter; /** Value: "PROVIDER_GOOGLE_GMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGms; /** Value: "PROVIDER_GOOGLE_GOBY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGoby; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGoby GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GOLDEN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGolden; /** Value: "PROVIDER_GOOGLE_GPAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGpay; /** Value: "PROVIDER_GOOGLE_GROUNDS_BUILDER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGroundsBuilder; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGroundsBuilder GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleGt; /** Value: "PROVIDER_GOOGLE_GT_ALF" */ @@ -32045,11 +32045,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_HUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleHume; /** Value: "PROVIDER_GOOGLE_HYADES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleHyades; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleHyades GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_IMT_CLEANUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleImtCleanup; /** Value: "PROVIDER_GOOGLE_INNERSPACE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleInnerspace; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleInnerspace GTLR_DEPRECATED; /** * This is a testing provider for teams that wish to integrate with components * of the Geo Data Infrastructure that require a valid provider. No production @@ -32061,11 +32061,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_KEROUAC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleKerouac; /** Value: "PROVIDER_GOOGLE_KNOWLEDGE_GRAPH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleKnowledgeGraph; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleKnowledgeGraph GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_KNOWN_FOR_TERMS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleKnownForTerms; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleKnownForTerms GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LEANBACK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLeanback; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLeanback GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_ALCHEMY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalAlchemy; /** @@ -32078,7 +32078,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_LOCAL_ATTRIBUTE_SUMMARIZATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalAttributeSummarization; /** Value: "PROVIDER_GOOGLE_LOCAL_CLUSTERING_OPERATOR_OVERRIDE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalClusteringOperatorOverride; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalClusteringOperatorOverride GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_DISCOVERY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalDiscovery; /** Value: "PROVIDER_GOOGLE_LOCAL_HEALTH" */ @@ -32102,17 +32102,17 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalsearch; /** Value: "PROVIDER_GOOGLE_LOCAL_SEARCH_QUALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalSearchQuality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalSearchQuality GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_SERVICES_ADS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalServicesAds; /** Value: "PROVIDER_GOOGLE_LOCAL_SUMMARIZATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalSummarization; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalSummarization GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_UNIVERSAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocalUniversal; /** Value: "PROVIDER_GOOGLE_LOCATION_PLATFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLocationPlatform; /** Value: "PROVIDER_GOOGLE_LOCKED_LISTINGS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLockedListings; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLockedListings GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOGS_RANKING_SIGNALS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleLogsRankingSignals; /** Value: "PROVIDER_GOOGLE_MACHINE_TRANSLITERATION" */ @@ -32122,13 +32122,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_MAPFACTS_PRIVACY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapfactsPrivacy; /** Value: "PROVIDER_GOOGLE_MAPMAKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapmaker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapmaker GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_MOBILE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapmakerMobile; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapmakerMobile GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_PANCAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapmakerPancake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapmakerPancake GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_V2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapmakerV2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapmakerV2 GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPSEARCH" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleMapsearch; /** Value: "PROVIDER_GOOGLE_MAPS_FOR_MOBILE" */ @@ -32150,9 +32150,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_NAMEHEATMAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleNameheatmap; /** Value: "PROVIDER_GOOGLE_OFFLINE_NON_CORE_ATTRIBUTE_SUMMARIZATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleOfflineNonCoreAttributeSummarization; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleOfflineNonCoreAttributeSummarization GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_OLD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleOld; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleOld GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_ONTHEGO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleOnthego; /** Value: "PROVIDER_GOOGLE_OPENING_HOURS_TEAM" */ @@ -32160,15 +32160,15 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_OYSTER_AUTO_EDITS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleOysterAutoEdits; /** Value: "PROVIDER_GOOGLE_OYSTER_CONNECT_ROUTES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleOysterConnectRoutes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleOysterConnectRoutes GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PANORAMIO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePanoramio; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePanoramio GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PERFUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePerfume; /** Value: "PROVIDER_GOOGLE_PLACE_ACTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePlaceActions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePlaceActions GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PLACE_NAVBOOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePlaceNavboost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePlaceNavboost GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PLACES_API" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePlacesApi; /** Value: "PROVIDER_GOOGLE_PLUS_CODES_AS_ADDRESSES" */ @@ -32176,7 +32176,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_POI_ALIGNMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePoiAlignment; /** Value: "PROVIDER_GOOGLE_POINTCARDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePointcards; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePointcards GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_POLAR" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePolar; /** Value: "PROVIDER_GOOGLE_POLYGON_REFINEMENT" */ @@ -32184,7 +32184,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_POSTTRIP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePosttrip; /** Value: "PROVIDER_GOOGLE_PROBLEM_REPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleProblemReport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleProblemReport GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PRODUCT_TERMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleProductTerms; /** @@ -32200,7 +32200,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_PROPERTY_INSIGHTS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGooglePropertyInsights; /** Value: "PROVIDER_GOOGLE_RAPTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRapture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRapture GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_RELATED_PLACES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRelatedPlaces; /** Value: "PROVIDER_GOOGLE_RELATION_MINER" */ @@ -32212,7 +32212,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_RIDDLER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRiddler; /** Value: "PROVIDER_GOOGLE_RIGHTS_REPAIR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRightsRepair; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRightsRepair GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_ROADCLOSURES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRoadclosures; /** Value: "PROVIDER_GOOGLE_ROAD_MAPPER" */ @@ -32222,7 +32222,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_ROLLBACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRollback; /** Value: "PROVIDER_GOOGLE_ROSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRose; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleRose GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SA_FROM_FOOD_MENUS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleSaFromFoodMenus; /** Value: "PROVIDER_GOOGLE_SA_FROM_HULK" */ @@ -32243,13 +32243,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon * * Value: "PROVIDER_GOOGLE_SERVED_ON_MAPMAKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleServedOnMapmaker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleServedOnMapmaker GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SERVICES_INTERACTIONS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleServicesInteractions; /** Value: "PROVIDER_GOOGLE_SERVICES_MARKETPLACE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleServicesMarketplace; /** Value: "PROVIDER_GOOGLE_SESAME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleSesame; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleSesame GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SKYSMART" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleSkysmart; /** Value: "PROVIDER_GOOGLE_SNAG_FIXER" */ @@ -32273,7 +32273,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_STREETVIEW_BIZVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleStreetviewBizview; /** Value: "PROVIDER_GOOGLE_STRUCTURED_DATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleStructuredData; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleStructuredData GTLR_DEPRECATED; /** * ABSTRACT * @@ -32341,11 +32341,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_GOOGLE_ZAGAT_CMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleZagatCms; /** Value: "PROVIDER_GOOGLE_ZIPIT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleZipit; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGoogleZipit GTLR_DEPRECATED; /** Value: "PROVIDER_GREEN_ACTION_STUDIO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGreenActionStudio; /** Value: "PROVIDER_GREEN_ACTION_STUDIOS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGreenActionStudios; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGreenActionStudios GTLR_DEPRECATED; /** Value: "PROVIDER_GRIDCARS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderGridcars; /** Value: "PROVIDER_HEALTH_CH" */ @@ -32447,7 +32447,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_JP_MINISTRY_OF_THE_ENVIRONMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderJpMinistryOfTheEnvironment; /** Value: "PROVIDER_JUMPSTART" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderJumpstart; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderJumpstart GTLR_DEPRECATED; /** Value: "PROVIDER_KARTTAKESKUS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderKarttakeskus; /** Value: "PROVIDER_KINGWAY" */ @@ -32485,7 +32485,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_LINGUISTIC_DATA_CONSORTIUM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderLinguisticDataConsortium; /** Value: "PROVIDER_LOCAL_BUSINESS_CENTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderLocalBusinessCenter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderLocalBusinessCenter GTLR_DEPRECATED; /** * UMBRELLA * @@ -32535,7 +32535,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_MAPPOINT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderMappoint; /** Value: "PROVIDER_MASTERCARD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderMastercard; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderMastercard GTLR_DEPRECATED; /** Value: "PROVIDER_MAXXIMA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderMaxxima; /** @@ -32555,7 +32555,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_MICROMAPPER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderMicromapper; /** Value: "PROVIDER_MINED_POI" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderMinedPoi; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderMinedPoi GTLR_DEPRECATED; /** Value: "PROVIDER_MINED_POSTCODES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderMinedPostcodes; /** Value: "PROVIDER_MIREO" */ @@ -32597,7 +32597,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_NAVIT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderNavit; /** Value: "PROVIDER_NAVTEQ" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderNavteq; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderNavteq GTLR_DEPRECATED; /** Value: "PROVIDER_NEGOCIOS_DE_TELECOMUNICACOES_E_SISTEMAS_DE_INFORMACAO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderNegociosDeTelecomunicacoesESistemasDeInformacao; /** Value: "PROVIDER_NEOGY" */ @@ -32701,7 +32701,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_PIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderPia; /** Value: "PROVIDER_PICASA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderPicasa; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderPicasa GTLR_DEPRECATED; /** * ABSTRACT * @@ -32725,7 +32725,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon * * Value: "PROVIDER_PPWK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderPpwk; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderPpwk GTLR_DEPRECATED; /** Value: "PROVIDER_PRECISION_LIGHTWORKS_MODELWORKS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderPrecisionLightworksModelworks; /** Value: "PROVIDER_PROMAPS" */ @@ -32753,7 +32753,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderPublicMunicipality; /** Value: "PROVIDER_RAILS_TO_TRAILS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderRailsToTrails; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderRailsToTrails GTLR_DEPRECATED; /** Value: "PROVIDER_REGIO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderRegio; /** Value: "PROVIDER_RICHI" */ @@ -32801,7 +32801,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_SE_NATURVARDSVERKET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderSeNaturvardsverket; /** Value: "PROVIDER_SENSIS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderSensis; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderSensis GTLR_DEPRECATED; /** * ABSTRACT * @@ -32867,19 +32867,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlas; /** Value: "PROVIDER_TELE_ATLAS_ADDRESS_POINTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasAddressPoints; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasAddressPoints GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_CODEPOINT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasCodepoint; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasCodepoint GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_DATAGEO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasDatageo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasDatageo GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_GEOPOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasGeopost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasGeopost GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_MULTINET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasMultinet; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTeleAtlasMultinet GTLR_DEPRECATED; /** Value: "PROVIDER_TELEFONICA_PUBLICIDAD_E_INFORMACION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTelefonicaPublicidadEInformacion; /** Value: "PROVIDER_TELEGATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTelegate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTelegate GTLR_DEPRECATED; /** Value: "PROVIDER_TELELISTAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderTelelistas; /** Value: "PROVIDER_TELEMEDIA" */ @@ -33061,7 +33061,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_VOLVO_CARS_BRASIL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderVolvoCarsBrasil; /** Value: "PROVIDER_WEB" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderWeb; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderWeb GTLR_DEPRECATED; /** Value: "PROVIDER_WELSH_GOVERNMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderWelshGovernment; /** Value: "PROVIDER_WEST_WORLD_MEDIA" */ @@ -33083,7 +33083,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGCon /** Value: "PROVIDER_ZA_RURAL_DEVELOPMENT_LAND_REFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderZaRuralDevelopmentLandReform; /** Value: "PROVIDER_ZENRIN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderZenrin; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderZenrin GTLR_DEPRECATED; /** Value: "PROVIDER_ZEPHEIRA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreOntologyRawGConceptInstanceProto_Provider_ProviderZepheira; /** Value: "PROVIDER_ZEST" */ @@ -33740,7 +33740,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_AMPUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderAmpup; /** Value: "PROVIDER_ANASAT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderAnasat; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderAnasat GTLR_DEPRECATED; /** * ABSTRACT The root of all provider types. This should never be present on an * actual feature, but can be useful when calling InCategory. @@ -34030,7 +34030,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto * * Value: "PROVIDER_DIGIROAD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderDigiroad; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderDigiroad GTLR_DEPRECATED; /** Value: "PROVIDER_DIGITAL_DATA_SERVICES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderDigitalDataServices; /** Value: "PROVIDER_DIGITAL_EGYPT" */ @@ -34052,7 +34052,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderDkGovernment; /** Value: "PROVIDER_DMAPAS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderDmapas; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderDmapas GTLR_DEPRECATED; /** Value: "PROVIDER_DMTI_SPATIAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderDmtiSpatial; /** Value: "PROVIDER_DRIVECO" */ @@ -34062,11 +34062,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto * * Value: "PROVIDER_DUN_AND_BRADSTREET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderDunAndBradstreet; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderDunAndBradstreet GTLR_DEPRECATED; /** Value: "PROVIDER_EAST_END_GROUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderEastEndGroup; /** Value: "PROVIDER_EASYCONNECT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderEasyconnect; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderEasyconnect GTLR_DEPRECATED; /** Value: "PROVIDER_EASYWAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderEasyway; /** Value: "PROVIDER_ECO_MOVEMENT" */ @@ -34168,7 +34168,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_FI_STATISTICS_FINLAND" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderFiStatisticsFinland; /** Value: "PROVIDER_FLICKR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderFlickr; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderFlickr GTLR_DEPRECATED; /** Value: "PROVIDER_FLYHERE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderFlyhere; /** Value: "PROVIDER_FORUM44" */ @@ -34226,7 +34226,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GEOPLAN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGeoplan; /** Value: "PROVIDER_GEOSEARCH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGeosearch; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGeosearch GTLR_DEPRECATED; /** Value: "PROVIDER_GEOSISTEMAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGeosistemas; /** Value: "PROVIDER_GEOX" */ @@ -34281,7 +34281,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_ATTRIBUTION_3P_OUTREACH_UPLOAD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleAttribution3pOutreachUpload; /** Value: "PROVIDER_GOOGLE_AUTHORITY_PAGE_PHOTOS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleAuthorityPagePhotos; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleAuthorityPagePhotos GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_AUTHORITY_PAGES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleAuthorityPages; /** Value: "PROVIDER_GOOGLE_BEEGEES" */ @@ -34313,7 +34313,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_BUSINESS_CHAINS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleBusinessChains; /** Value: "PROVIDER_GOOGLE_CALL_ME_MAYBE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCallMeMaybe; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCallMeMaybe GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CANDID" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCandid; /** Value: "PROVIDER_GOOGLE_CARENAV" */ @@ -34324,25 +34324,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto * * Value: "PROVIDER_GOOGLE_CATEGORIES_TEAM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCategoriesTeam; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCategoriesTeam GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CATTERMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCatterms; /** Value: "PROVIDER_GOOGLE_CHINA_LOCAL_TEAM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleChinaLocalTeam; /** Value: "PROVIDER_GOOGLE_CONCRETE_URLS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleConcreteUrls; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleConcreteUrls GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CORE_DATA_RIGHTS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCoreDataRights; /** Value: "PROVIDER_GOOGLE_CORRIDORS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCorridors; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCorridors GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROSS_STREETS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCrossStreets; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCrossStreets GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROUPIER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCroupier; /** Value: "PROVIDER_GOOGLE_CROWD_COMPUTE_OPS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCrowdComputeOps; /** Value: "PROVIDER_GOOGLE_CROWDSENSUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCrowdsensus; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCrowdsensus GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_CROWDTASK_ADAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCrowdtaskAdap; /** Value: "PROVIDER_GOOGLE_CROWDTASK_DATACOMPUTE" */ @@ -34354,7 +34354,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_CROWDTASK_TASKMATE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCrowdtaskTaskmate; /** Value: "PROVIDER_GOOGLE_CULTURAL_INSTITUTE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCulturalInstitute; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleCulturalInstitute GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_DISPUTED_AREAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleDisputedAreas; /** Value: "PROVIDER_GOOGLE_DISTILLERY" */ @@ -34368,11 +34368,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_DRIVING_UGC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleDrivingUgc; /** Value: "PROVIDER_GOOGLE_DUMPLING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleDumpling; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleDumpling GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_EDIT_PLATFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleEditPlatform; /** Value: "PROVIDER_GOOGLE_ENTITY_NAVBOOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleEntityNavboost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleEntityNavboost GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FIBER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleFiber; /** Value: "PROVIDER_GOOGLE_FIREBOLT" */ @@ -34382,9 +34382,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_FOOD_ORDERING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleFoodOrdering; /** Value: "PROVIDER_GOOGLE_FOOTPRINT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleFootprint; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleFootprint GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FREEBASE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleFreebase; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleFreebase GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_FULLRIGHTS_3P_OUTREACH_UPLOAD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleFullrights3pOutreachUpload; /** Value: "PROVIDER_GOOGLE_FULLRIGHTS_GEO_DATA_UPLOAD" */ @@ -34400,7 +34400,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_GEO_CLOSED_LOOP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGeoClosedLoop; /** Value: "PROVIDER_GOOGLE_GEOCODES_FROM_LOCAL_FEEDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGeocodesFromLocalFeeds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGeocodesFromLocalFeeds GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GEOCODING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGeocoding; /** Value: "PROVIDER_GOOGLE_GEO_CONSUMER_MERCHANT_EXPERIMENTS" */ @@ -34448,21 +34448,21 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_GEO_UGC_TRUSTED_USERS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGeoUgcTrustedUsers; /** Value: "PROVIDER_GOOGLE_GEOWIKI" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGeowiki; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGeowiki GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GEO_WORLDMAPS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGeoWorldmaps; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGeoWorldmaps GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GHOSTWRITER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGhostwriter; /** Value: "PROVIDER_GOOGLE_GMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGms; /** Value: "PROVIDER_GOOGLE_GOBY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGoby; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGoby GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GOLDEN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGolden; /** Value: "PROVIDER_GOOGLE_GPAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGpay; /** Value: "PROVIDER_GOOGLE_GROUNDS_BUILDER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGroundsBuilder; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGroundsBuilder GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_GT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleGt; /** Value: "PROVIDER_GOOGLE_GT_ALF" */ @@ -34518,11 +34518,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_HUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleHume; /** Value: "PROVIDER_GOOGLE_HYADES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleHyades; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleHyades GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_IMT_CLEANUP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleImtCleanup; /** Value: "PROVIDER_GOOGLE_INNERSPACE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleInnerspace; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleInnerspace GTLR_DEPRECATED; /** * This is a testing provider for teams that wish to integrate with components * of the Geo Data Infrastructure that require a valid provider. No production @@ -34534,11 +34534,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_KEROUAC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleKerouac; /** Value: "PROVIDER_GOOGLE_KNOWLEDGE_GRAPH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleKnowledgeGraph; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleKnowledgeGraph GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_KNOWN_FOR_TERMS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleKnownForTerms; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleKnownForTerms GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LEANBACK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLeanback; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLeanback GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_ALCHEMY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalAlchemy; /** @@ -34551,7 +34551,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_LOCAL_ATTRIBUTE_SUMMARIZATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalAttributeSummarization; /** Value: "PROVIDER_GOOGLE_LOCAL_CLUSTERING_OPERATOR_OVERRIDE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalClusteringOperatorOverride; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalClusteringOperatorOverride GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_DISCOVERY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalDiscovery; /** Value: "PROVIDER_GOOGLE_LOCAL_HEALTH" */ @@ -34575,17 +34575,17 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalsearch; /** Value: "PROVIDER_GOOGLE_LOCAL_SEARCH_QUALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalSearchQuality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalSearchQuality GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_SERVICES_ADS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalServicesAds; /** Value: "PROVIDER_GOOGLE_LOCAL_SUMMARIZATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalSummarization; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalSummarization GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOCAL_UNIVERSAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocalUniversal; /** Value: "PROVIDER_GOOGLE_LOCATION_PLATFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLocationPlatform; /** Value: "PROVIDER_GOOGLE_LOCKED_LISTINGS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLockedListings; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLockedListings GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_LOGS_RANKING_SIGNALS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleLogsRankingSignals; /** Value: "PROVIDER_GOOGLE_MACHINE_TRANSLITERATION" */ @@ -34595,13 +34595,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_MAPFACTS_PRIVACY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapfactsPrivacy; /** Value: "PROVIDER_GOOGLE_MAPMAKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapmaker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapmaker GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_MOBILE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapmakerMobile; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapmakerMobile GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_PANCAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapmakerPancake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapmakerPancake GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPMAKER_V2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapmakerV2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapmakerV2 GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_MAPSEARCH" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleMapsearch; /** Value: "PROVIDER_GOOGLE_MAPS_FOR_MOBILE" */ @@ -34623,9 +34623,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_NAMEHEATMAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleNameheatmap; /** Value: "PROVIDER_GOOGLE_OFFLINE_NON_CORE_ATTRIBUTE_SUMMARIZATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleOfflineNonCoreAttributeSummarization; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleOfflineNonCoreAttributeSummarization GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_OLD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleOld; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleOld GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_ONTHEGO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleOnthego; /** Value: "PROVIDER_GOOGLE_OPENING_HOURS_TEAM" */ @@ -34633,15 +34633,15 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_OYSTER_AUTO_EDITS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleOysterAutoEdits; /** Value: "PROVIDER_GOOGLE_OYSTER_CONNECT_ROUTES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleOysterConnectRoutes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleOysterConnectRoutes GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PANORAMIO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePanoramio; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePanoramio GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PERFUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePerfume; /** Value: "PROVIDER_GOOGLE_PLACE_ACTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePlaceActions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePlaceActions GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PLACE_NAVBOOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePlaceNavboost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePlaceNavboost GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PLACES_API" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePlacesApi; /** Value: "PROVIDER_GOOGLE_PLUS_CODES_AS_ADDRESSES" */ @@ -34649,7 +34649,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_POI_ALIGNMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePoiAlignment; /** Value: "PROVIDER_GOOGLE_POINTCARDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePointcards; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePointcards GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_POLAR" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePolar; /** Value: "PROVIDER_GOOGLE_POLYGON_REFINEMENT" */ @@ -34657,7 +34657,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_POSTTRIP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePosttrip; /** Value: "PROVIDER_GOOGLE_PROBLEM_REPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleProblemReport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleProblemReport GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_PRODUCT_TERMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleProductTerms; /** @@ -34673,7 +34673,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_PROPERTY_INSIGHTS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGooglePropertyInsights; /** Value: "PROVIDER_GOOGLE_RAPTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRapture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRapture GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_RELATED_PLACES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRelatedPlaces; /** Value: "PROVIDER_GOOGLE_RELATION_MINER" */ @@ -34685,7 +34685,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_RIDDLER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRiddler; /** Value: "PROVIDER_GOOGLE_RIGHTS_REPAIR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRightsRepair; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRightsRepair GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_ROADCLOSURES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRoadclosures; /** Value: "PROVIDER_GOOGLE_ROAD_MAPPER" */ @@ -34695,7 +34695,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_ROLLBACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRollback; /** Value: "PROVIDER_GOOGLE_ROSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRose; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleRose GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SA_FROM_FOOD_MENUS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleSaFromFoodMenus; /** Value: "PROVIDER_GOOGLE_SA_FROM_HULK" */ @@ -34716,13 +34716,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto * * Value: "PROVIDER_GOOGLE_SERVED_ON_MAPMAKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleServedOnMapmaker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleServedOnMapmaker GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SERVICES_INTERACTIONS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleServicesInteractions; /** Value: "PROVIDER_GOOGLE_SERVICES_MARKETPLACE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleServicesMarketplace; /** Value: "PROVIDER_GOOGLE_SESAME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleSesame; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleSesame GTLR_DEPRECATED; /** Value: "PROVIDER_GOOGLE_SKYSMART" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleSkysmart; /** Value: "PROVIDER_GOOGLE_SNAG_FIXER" */ @@ -34746,7 +34746,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_STREETVIEW_BIZVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleStreetviewBizview; /** Value: "PROVIDER_GOOGLE_STRUCTURED_DATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleStructuredData; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleStructuredData GTLR_DEPRECATED; /** * ABSTRACT * @@ -34814,11 +34814,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_GOOGLE_ZAGAT_CMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleZagatCms; /** Value: "PROVIDER_GOOGLE_ZIPIT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleZipit; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGoogleZipit GTLR_DEPRECATED; /** Value: "PROVIDER_GREEN_ACTION_STUDIO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGreenActionStudio; /** Value: "PROVIDER_GREEN_ACTION_STUDIOS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGreenActionStudios; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGreenActionStudios GTLR_DEPRECATED; /** Value: "PROVIDER_GRIDCARS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderGridcars; /** Value: "PROVIDER_HEALTH_CH" */ @@ -34920,7 +34920,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_JP_MINISTRY_OF_THE_ENVIRONMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderJpMinistryOfTheEnvironment; /** Value: "PROVIDER_JUMPSTART" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderJumpstart; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderJumpstart GTLR_DEPRECATED; /** Value: "PROVIDER_KARTTAKESKUS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderKarttakeskus; /** Value: "PROVIDER_KINGWAY" */ @@ -34958,7 +34958,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_LINGUISTIC_DATA_CONSORTIUM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderLinguisticDataConsortium; /** Value: "PROVIDER_LOCAL_BUSINESS_CENTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderLocalBusinessCenter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderLocalBusinessCenter GTLR_DEPRECATED; /** * UMBRELLA * @@ -35008,7 +35008,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_MAPPOINT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderMappoint; /** Value: "PROVIDER_MASTERCARD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderMastercard; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderMastercard GTLR_DEPRECATED; /** Value: "PROVIDER_MAXXIMA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderMaxxima; /** @@ -35028,7 +35028,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_MICROMAPPER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderMicromapper; /** Value: "PROVIDER_MINED_POI" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderMinedPoi; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderMinedPoi GTLR_DEPRECATED; /** Value: "PROVIDER_MINED_POSTCODES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderMinedPostcodes; /** Value: "PROVIDER_MIREO" */ @@ -35070,7 +35070,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_NAVIT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderNavit; /** Value: "PROVIDER_NAVTEQ" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderNavteq; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderNavteq GTLR_DEPRECATED; /** Value: "PROVIDER_NEGOCIOS_DE_TELECOMUNICACOES_E_SISTEMAS_DE_INFORMACAO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderNegociosDeTelecomunicacoesESistemasDeInformacao; /** Value: "PROVIDER_NEOGY" */ @@ -35174,7 +35174,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_PIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderPia; /** Value: "PROVIDER_PICASA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderPicasa; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderPicasa GTLR_DEPRECATED; /** * ABSTRACT * @@ -35198,7 +35198,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto * * Value: "PROVIDER_PPWK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderPpwk; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderPpwk GTLR_DEPRECATED; /** Value: "PROVIDER_PRECISION_LIGHTWORKS_MODELWORKS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderPrecisionLightworksModelworks; /** Value: "PROVIDER_PROMAPS" */ @@ -35226,7 +35226,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderPublicMunicipality; /** Value: "PROVIDER_RAILS_TO_TRAILS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderRailsToTrails; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderRailsToTrails GTLR_DEPRECATED; /** Value: "PROVIDER_REGIO" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderRegio; /** Value: "PROVIDER_RICHI" */ @@ -35274,7 +35274,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_SE_NATURVARDSVERKET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderSeNaturvardsverket; /** Value: "PROVIDER_SENSIS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderSensis; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderSensis GTLR_DEPRECATED; /** * ABSTRACT * @@ -35340,19 +35340,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlas; /** Value: "PROVIDER_TELE_ATLAS_ADDRESS_POINTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasAddressPoints; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasAddressPoints GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_CODEPOINT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasCodepoint; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasCodepoint GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_DATAGEO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasDatageo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasDatageo GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_GEOPOST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasGeopost; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasGeopost GTLR_DEPRECATED; /** Value: "PROVIDER_TELE_ATLAS_MULTINET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasMultinet; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTeleAtlasMultinet GTLR_DEPRECATED; /** Value: "PROVIDER_TELEFONICA_PUBLICIDAD_E_INFORMACION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTelefonicaPublicidadEInformacion; /** Value: "PROVIDER_TELEGATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTelegate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTelegate GTLR_DEPRECATED; /** Value: "PROVIDER_TELELISTAS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderTelelistas; /** Value: "PROVIDER_TELEMEDIA" */ @@ -35534,7 +35534,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_VOLVO_CARS_BRASIL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderVolvoCarsBrasil; /** Value: "PROVIDER_WEB" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderWeb; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderWeb GTLR_DEPRECATED; /** Value: "PROVIDER_WELSH_GOVERNMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderWelshGovernment; /** Value: "PROVIDER_WEST_WORLD_MEDIA" */ @@ -35556,7 +35556,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto /** Value: "PROVIDER_ZA_RURAL_DEVELOPMENT_LAND_REFORM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderZaRuralDevelopmentLandReform; /** Value: "PROVIDER_ZENRIN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderZenrin; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderZenrin GTLR_DEPRECATED; /** Value: "PROVIDER_ZEPHEIRA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreProvenanceProto_Provider_ProviderZepheira; /** Value: "PROVIDER_ZEST" */ @@ -35677,7 +35677,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankDetailsProt * * Value: "SIGNAL_ADDRESS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalAddress; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalAddress GTLR_DEPRECATED; /** * Magnitude for features with polygonal geometry. Derived from the number of * other features that use this feature as an address component. @@ -35704,7 +35704,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_FLICKR_USERS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalFlickrUsers; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalFlickrUsers GTLR_DEPRECATED; /** Value: "SIGNAL_GDP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGdp; /** @@ -35712,19 +35712,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_GEOCENTRE_ADDRESS_RANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGeocentreAddressRank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGeocentreAddressRank GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_GOOGLE_3DWAREHOUSE_RANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogle3dwarehouseRank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogle3dwarehouseRank GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_GOOGLE_AUTHORITYPAGE_PAGERANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleAuthoritypagePagerank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleAuthoritypagePagerank GTLR_DEPRECATED; /** Value: "SIGNAL_GOOGLE_AUTHORITYPAGE_PAGERANK_CONFIDENCE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleAuthoritypagePagerankConfidence; /** Value: "SIGNAL_GOOGLE_CHAIN_STORES" */ @@ -35736,7 +35736,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_GOOGLE_GEOWIKI_USER_RANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleGeowikiUserRank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleGeowikiUserRank GTLR_DEPRECATED; /** Value: "SIGNAL_GOOGLE_HOMEPAGE_CLICKS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleHomepageClicks; /** Value: "SIGNAL_GOOGLE_INFOWINDOW_VIEWS" */ @@ -35750,7 +35750,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_GOOGLE_LOCALSEARCH_DIRECTORY_INFOS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleLocalsearchDirectoryInfos; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleLocalsearchDirectoryInfos GTLR_DEPRECATED; /** Value: "SIGNAL_GOOGLE_LOCALSEARCH_PLACERANK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleLocalsearchPlacerank; /** Value: "SIGNAL_GOOGLE_MAPSHOP_USERS" */ @@ -35760,13 +35760,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_GOOGLE_MAPS_NAVBOOST_CLICKS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleMapsNavboostClicks; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleMapsNavboostClicks GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_GOOGLE_MAPS_NAVBOOST_CLICKTHROUGH_RATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleMapsNavboostClickthroughRate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleMapsNavboostClickthroughRate GTLR_DEPRECATED; /** Value: "SIGNAL_GOOGLE_RBL_CLICK_FRACTION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleRblClickFraction; /** Value: "SIGNAL_GOOGLE_RBL_CLICKS" */ @@ -35778,7 +35778,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_GOOGLE_WEBPAGE_REFERENCE_DOMAINS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleWebpageReferenceDomains; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleWebpageReferenceDomains GTLR_DEPRECATED; /** Value: "SIGNAL_GOOGLE_WEB_QUERYVOL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalGoogleWebQueryvol; /** @@ -35804,25 +35804,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_LISTING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalListing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalListing GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_LOCALXML_MANUAL_RANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalLocalxmlManualRank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalLocalxmlManualRank GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_MDS_SOURCE_RANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalMdsSourceRank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalMdsSourceRank GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_MULTINET_SOURCE_RANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalMultinetSourceRank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalMultinetSourceRank GTLR_DEPRECATED; /** Value: "SIGNAL_ORION_LEVEL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalOrionLevel; /** @@ -35830,25 +35830,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_PANORAMIO_USERS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPanoramioUsers; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPanoramioUsers GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_PATHRADIUS_LENGTH_METERS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPathradiusLengthMeters; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPathradiusLengthMeters GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_PATHRADIUS_LENGTH_SEGMENTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPathradiusLengthSegments; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPathradiusLengthSegments GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_PATHRADIUS_POPULARITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPathradiusPopularity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPathradiusPopularity GTLR_DEPRECATED; /** * Signal based on elevation and prominence values of peaks. * @@ -35902,7 +35902,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_POI_COUNT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPoiCount; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalPoiCount GTLR_DEPRECATED; /** * Signal based on placerank values of establishments that use this feature as * an address or located within it (as determined by relations). @@ -35917,7 +35917,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_RMF_SOURCE_RANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalRmfSourceRank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalRmfSourceRank GTLR_DEPRECATED; /** * This signal will be set on all routes and is derived by the value of the * priority of all segments composing the route. It is a "derived" signal @@ -35954,7 +35954,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_TRANSIT_LINE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalTransitLine; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalTransitLine GTLR_DEPRECATED; /** Value: "SIGNAL_TRANSIT_METRO_DEPARTURE_COUNT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalTransitMetroDepartureCount; /** Value: "SIGNAL_TRANSIT_METRO_LINE_COUNT" */ @@ -36018,7 +36018,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_WIKIPEDIA_ARTICLES_IN_OFFICIAL_LANGUAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalWikipediaArticlesInOfficialLanguage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalWikipediaArticlesInOfficialLanguage GTLR_DEPRECATED; /** * Signal based on WIKI_SCORE, which is brought by * DataSourceProvider::PROVIDER_WIKIPEDIA. @@ -36032,20 +36032,20 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto * * Value: "SIGNAL_ZENRIN_BUILDING_CLASS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalZenrinBuildingClass; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalZenrinBuildingClass GTLR_DEPRECATED; /** * DEPRECATED Signal for buildings in Japan. This signal is a scale of the map * this building label should be rendered. * * Value: "SIGNAL_ZENRIN_CITY_CATEGORY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalZenrinCityCategory; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalZenrinCityCategory GTLR_DEPRECATED; /** * DEPRECATED * * Value: "SIGNAL_ZENRIN_PEAK_CLASS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalZenrinPeakClass; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRankSignalProto_Type_SignalZenrinPeakClass GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_GeostoreRawMetadataProto.conflationMethod @@ -36187,7 +36187,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_R * * Value: "RELATION_HAS_VARIANT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationHasVariant; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationHasVariant GTLR_DEPRECATED; /** * Used primarily for the "mall directory" use-case, this is set from feature A * to feature B when A is physically located within the boundaries of the @@ -36294,7 +36294,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_R * * Value: "RELATION_POLITICAL_DEPRECATED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationPoliticalDeprecated; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationPoliticalDeprecated GTLR_DEPRECATED; /** * Indicates which logical entity is the main occupant of a compound. A * compound can have at most one such relation, and the target feature for that @@ -36334,19 +36334,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_R * * Value: "RELATION_VARIANT_OF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationVariantOf; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationVariantOf GTLR_DEPRECATED; /** * DEPRECATED * * Value: "RELATION_VARIANT_SIBLING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationVariantSibling; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationVariantSibling GTLR_DEPRECATED; /** * ABSTRACT, DEPRECATED * * Value: "RELATION_VARIATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationVariation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreRelationProto_Relation_RelationVariation GTLR_DEPRECATED; /** * Used to relate an individual practitioner (doctor, lawyer, etc.) with the * business they work at (hospital, law firm, etc.) Allowed source types: - @@ -37066,11 +37066,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_Co // GTLRContentwarehouse_GeostoreSegmentProto.constructionStatus /** Value: "CONSTRUCTION_CLOSED_FOR_MAINTENANCE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_ConstructionStatus_ConstructionClosedForMaintenance; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_ConstructionStatus_ConstructionClosedForMaintenance GTLR_DEPRECATED; /** Value: "CONSTRUCTION_COMPLETE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_ConstructionStatus_ConstructionComplete; /** Value: "CONSTRUCTION_DISTURBED_BY_MAINTENANCE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_ConstructionStatus_ConstructionDisturbedByMaintenance; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_ConstructionStatus_ConstructionDisturbedByMaintenance GTLR_DEPRECATED; /** Value: "CONSTRUCTION_PLANNED" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_ConstructionStatus_ConstructionPlanned; /** Value: "CONSTRUCTION_STARTED" */ @@ -37230,7 +37230,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_Pe * * Value: "PEDESTRIAN_FACILITY_SIDEWALK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_PedestrianFacility_PedestrianFacilitySidewalk; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_PedestrianFacility_PedestrianFacilitySidewalk GTLR_DEPRECATED; /** * No data about pedestrian facility is available. * @@ -37244,7 +37244,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_Pe * * Value: "PEDESTRIAN_FACILITY_WIDE_SHOULDER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_PedestrianFacility_PedestrianFacilityWideShoulder; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreSegmentProto_PedestrianFacility_PedestrianFacilityWideShoulder GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_GeostoreSegmentProto.pedestrianGrade @@ -37909,7 +37909,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreTelephoneProto_ // GTLRContentwarehouse_GeostoreTelephoneProto.type /** Value: "DATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreTelephoneProto_Type_Data; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreTelephoneProto_Type_Data GTLR_DEPRECATED; /** Value: "FAX" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreTelephoneProto_Type_Fax; /** @@ -37924,7 +37924,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreTelephoneProto_ * * Value: "MOBILE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreTelephoneProto_Type_Mobile; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreTelephoneProto_Type_Mobile GTLR_DEPRECATED; /** Value: "TDD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GeostoreTelephoneProto_Type_Tdd; /** Value: "VOICE" */ @@ -38811,7 +38811,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor * * Value: "ALARM_SOUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_AlarmSound; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_AlarmSound GTLR_DEPRECATED; /** Value: "ALARM_VOLUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_AlarmVolume; /** Value: "ALL_APPS" */ @@ -39149,7 +39149,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor * * Value: "HAPTIC_FEEDBACK_VIBRATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_HapticFeedbackVibration; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_HapticFeedbackVibration GTLR_DEPRECATED; /** Value: "HARD_KEYBOARD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_HardKeyboard; /** Value: "HEADS_UP" */ @@ -39241,9 +39241,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor /** Value: "MAGNIFY_TRIPLE_TAP" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_MagnifyTripleTap; /** Value: "MANIFY_BUTTON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_ManifyButton; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_ManifyButton GTLR_DEPRECATED; /** Value: "MANIFY_TRIPLE_TAP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_ManifyTripleTap; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_ManifyTripleTap GTLR_DEPRECATED; /** Value: "MEDIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_Media; /** Value: "MEDIA_VOLUME" */ @@ -39282,7 +39282,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor /** Value: "MUSIC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_Music; /** Value: "MUTE_MODE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_MuteMode; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_MuteMode GTLR_DEPRECATED; /** Value: "NEARBY_DEVICES_SCANNING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_NearbyDevicesScanning; /** Value: "NEARBY_SHARE" */ @@ -39304,7 +39304,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor * * Value: "NIGHT_LIGHT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_NightLight; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_NightLight GTLR_DEPRECATED; /** Value: "NIGHT_LIGHT_INTENSITY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_NightLightIntensity; /** Value: "NIGHT_LIGHT_SCHEDULE" */ @@ -39332,7 +39332,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor * * Value: "NOTIFICATION_SOUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_NotificationSound; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_NotificationSound GTLR_DEPRECATED; /** Value: "NOTIFICATION_VOLUME" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_NotificationVolume; /** Value: "NOTIFY_FOR_PUBLIC_NETWORKS" */ @@ -39527,7 +39527,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor * * Value: "SYSTEM_UPDATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_SystemUpdate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_SystemUpdate GTLR_DEPRECATED; /** Value: "SYSTEM_UPDATES" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_SystemUpdates; /** Value: "TALKBACK_PASSWORDS" */ @@ -39573,7 +39573,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor * * Value: "VIBRATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_Vibrate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_Vibrate GTLR_DEPRECATED; /** * Vibration master toggle - controls all vibration functions. Corresponds to * "Vibration & haptics" toggle in the Android settings app. @@ -39600,7 +39600,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor * * Value: "VOICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_Voice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_Voice GTLR_DEPRECATED; /** Value: "VOLUME_LEVEL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_VolumeLevel; /** @@ -39644,7 +39644,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessor * * Value: "WIFI_HOTSPOT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_WifiHotspot; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleAssistantAccessoryV1DeviceState_UnavailableSettings_WifiHotspot GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_GoogleAssistantAccessoryV1ResponseConfig.responseType @@ -40729,7 +40729,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudContentwareh * * Value: "DB_CLOUD_SQL_POSTGRES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudContentwarehouseV1InitializeProjectRequest_DatabaseType_DbCloudSqlPostgres; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudContentwarehouseV1InitializeProjectRequest_DatabaseType_DbCloudSqlPostgres GTLR_DEPRECATED; /** * Internal Spanner * @@ -40841,7 +40841,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudContentwareh * * Value: "DB_CLOUD_SQL_POSTGRES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudContentwarehouseV1ProjectStatus_DatabaseType_DbCloudSqlPostgres; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudContentwarehouseV1ProjectStatus_DatabaseType_DbCloudSqlPostgres GTLR_DEPRECATED; /** * Internal Spanner * @@ -41219,19 +41219,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudDocumentaiV1 * * Value: "EVAL_APPROVED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalApproved; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalApproved GTLR_DEPRECATED; /** * Deprecated. Request human review for the element identified by `parent`. * * Value: "EVAL_REQUESTED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalRequested; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalRequested GTLR_DEPRECATED; /** * Deprecated. Element is skipped in the validation process. * * Value: "EVAL_SKIPPED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalSkipped; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalSkipped GTLR_DEPRECATED; /** * Operation type unspecified. If no operation is specified a provenance entry * is simply used to match against a `parent`. @@ -43641,7 +43641,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRegionsImageRegion */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaStatus_Reason_ContentProcessingError; /** Value: "INDEXING_DELAY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaStatus_Reason_IndexingDelay; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaStatus_Reason_IndexingDelay GTLR_DEPRECATED; /** * The url was crawled successfully, but the content is not an image / video * that Amarna can currently parse and index. @@ -43668,7 +43668,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaSt */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaStatus_Reason_MissingDocid; /** Value: "NOT_A_VIDEO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaStatus_Reason_NotAVideo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaStatus_Reason_NotAVideo GTLR_DEPRECATED; /** * The default reason for rejection. * @@ -43698,7 +43698,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaSt * * Value: "UNWANTED_CONTENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaStatus_Reason_UnwantedContent; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ImageRepositoryAmarnaStatus_Reason_UnwantedContent GTLR_DEPRECATED; /** * We successfully issued a crawl request to the host, and got roboted out. * @@ -50050,7 +50050,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LensDiscoveryStyleStyle * * Value: "AUTOBOT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LocalsearchProtoInternalFoodOrderingActionMetadata_ActionType_Autobot; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LocalsearchProtoInternalFoodOrderingActionMetadata_ActionType_Autobot GTLR_DEPRECATED; /** * Actions lead users to Food Ordering site (orderfood.google.com), powered by * end to end partners that signed the full integration contact with Google. @@ -51170,7 +51170,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretat * * Value: "LATENT_ENTITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_LatentEntity_LatentEntity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_LatentEntity_LatentEntity GTLR_DEPRECATED; /** * Links pointing to latent entities according to the new hierarchy. See * go/refx-latent-entities. @@ -51183,7 +51183,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretat * * Value: "MANIFEST_ENTITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_LatentEntity_ManifestEntity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_LatentEntity_ManifestEntity GTLR_DEPRECATED; /** * Links pointing to manifest entities according to the new hierarchy. * @@ -51271,15 +51271,15 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretat // GTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags.resolution /** Value: "MAY_BE_RESOLVED_FROM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_MayBeResolvedFrom; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_MayBeResolvedFrom GTLR_DEPRECATED; /** Value: "MAY_RESOLVE_TO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_MayResolveTo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_MayResolveTo GTLR_DEPRECATED; /** Value: "NO_RESOLUTION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_NoResolution; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_NoResolution GTLR_DEPRECATED; /** Value: "RESOLVED_FROM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_ResolvedFrom; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_ResolvedFrom GTLR_DEPRECATED; /** Value: "RESOLVES_TO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_ResolvesTo; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindFlags_Resolution_ResolvesTo GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_MajelContactInformationShortcutInformation.shortcutContactType @@ -51758,7 +51758,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSaftMention_Type_Nrp * * Value: "PRE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSaftMention_Type_Pre; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSaftMention_Type_Pre GTLR_DEPRECATED; /** * pronominal mention * @@ -52727,7 +52727,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSaftSemanticNode_Kin */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSaftSemanticNode_Kind_Ista; /** Value: "MOLECULE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSaftSemanticNode_Kind_Molecule; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSaftSemanticNode_Kind_Molecule GTLR_DEPRECATED; /** * Semantic node in the monotonic graphical semantics notation. * @@ -53011,37 +53011,37 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatet // GTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime.season /** Value: "EARLY_FALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_EarlyFall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_EarlyFall GTLR_DEPRECATED; /** * Deprecated values. Do not use. * * Value: "EARLY_SPRING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_EarlySpring; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_EarlySpring GTLR_DEPRECATED; /** Value: "EARLY_SUMMER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_EarlySummer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_EarlySummer GTLR_DEPRECATED; /** Value: "EARLY_WINTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_EarlyWinter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_EarlyWinter GTLR_DEPRECATED; /** Value: "FALL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_Fall; /** Value: "INVALID_SEASON" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_InvalidSeason; /** Value: "LATE_FALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_LateFall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_LateFall GTLR_DEPRECATED; /** Value: "LATE_SPRING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_LateSpring; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_LateSpring GTLR_DEPRECATED; /** Value: "LATE_SUMMER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_LateSummer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_LateSummer GTLR_DEPRECATED; /** Value: "LATE_WINTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_LateWinter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_LateWinter GTLR_DEPRECATED; /** Value: "MID_FALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_MidFall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_MidFall GTLR_DEPRECATED; /** Value: "MID_SPRING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_MidSpring; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_MidSpring GTLR_DEPRECATED; /** Value: "MID_SUMMER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_MidSummer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_MidSummer GTLR_DEPRECATED; /** Value: "MID_WINTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_MidWinter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_MidWinter GTLR_DEPRECATED; /** Value: "SPRING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeAbsoluteDateTime_Season_Spring; /** Value: "SUMMER" */ @@ -54998,7 +54998,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatet // GTLRContentwarehouse_NlpSemanticParsingDatetimeRange.fuzzyRange /** Value: "DELETED_11" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_Deleted11; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_Deleted11 GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_AFTERNOON" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeAfternoon; /** Value: "FUZZY_RANGE_DAWN" */ @@ -55008,33 +55008,33 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatet /** Value: "FUZZY_RANGE_DUSK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeDusk; /** Value: "FUZZY_RANGE_EARLY_AFTERNOON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeEarlyAfternoon; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeEarlyAfternoon GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_EARLY_EVENING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeEarlyEvening; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeEarlyEvening GTLR_DEPRECATED; /** * Deprecated values. Do not use. * * Value: "FUZZY_RANGE_EARLY_MORNING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeEarlyMorning; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeEarlyMorning GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_EVE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeEve; /** Value: "FUZZY_RANGE_EVENING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeEvening; /** Value: "FUZZY_RANGE_LATE_AFTERNOON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeLateAfternoon; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeLateAfternoon GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_LATE_EVENING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeLateEvening; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeLateEvening GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_LATE_MORNING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeLateMorning; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeLateMorning GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_LATE_NIGHT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeLateNight; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeLateNight GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_MID_AFTERNOON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeMidAfternoon; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeMidAfternoon GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_MID_EVENING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeMidEvening; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeMidEvening GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_MID_MORNING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeMidMorning; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeMidMorning GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_MORNING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeRange_FuzzyRange_FuzzyRangeMorning; /** Value: "FUZZY_RANGE_NIGHT" */ @@ -55380,7 +55380,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatet // GTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch.fuzzyRange /** Value: "DELETED_11" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_Deleted11; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_Deleted11 GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_AFTERNOON" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeAfternoon; /** Value: "FUZZY_RANGE_DAWN" */ @@ -55390,33 +55390,33 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatet /** Value: "FUZZY_RANGE_DUSK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeDusk; /** Value: "FUZZY_RANGE_EARLY_AFTERNOON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeEarlyAfternoon; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeEarlyAfternoon GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_EARLY_EVENING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeEarlyEvening; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeEarlyEvening GTLR_DEPRECATED; /** * Deprecated values. Do not use. * * Value: "FUZZY_RANGE_EARLY_MORNING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeEarlyMorning; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeEarlyMorning GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_EVE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeEve; /** Value: "FUZZY_RANGE_EVENING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeEvening; /** Value: "FUZZY_RANGE_LATE_AFTERNOON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeLateAfternoon; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeLateAfternoon GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_LATE_EVENING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeLateEvening; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeLateEvening GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_LATE_MORNING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeLateMorning; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeLateMorning GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_LATE_NIGHT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeLateNight; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeLateNight GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_MID_AFTERNOON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeMidAfternoon; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeMidAfternoon GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_MID_EVENING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeMidEvening; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeMidEvening GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_MID_MORNING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeMidMorning; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeMidMorning GTLR_DEPRECATED; /** Value: "FUZZY_RANGE_MORNING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_FuzzyRange_FuzzyRangeMorning; /** Value: "FUZZY_RANGE_NIGHT" */ @@ -55545,37 +55545,37 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatet // GTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch.season /** Value: "EARLY_FALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_EarlyFall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_EarlyFall GTLR_DEPRECATED; /** * Deprecated values. Do not use. * * Value: "EARLY_SPRING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_EarlySpring; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_EarlySpring GTLR_DEPRECATED; /** Value: "EARLY_SUMMER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_EarlySummer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_EarlySummer GTLR_DEPRECATED; /** Value: "EARLY_WINTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_EarlyWinter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_EarlyWinter GTLR_DEPRECATED; /** Value: "FALL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_Fall; /** Value: "INVALID_SEASON" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_InvalidSeason; /** Value: "LATE_FALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_LateFall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_LateFall GTLR_DEPRECATED; /** Value: "LATE_SPRING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_LateSpring; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_LateSpring GTLR_DEPRECATED; /** Value: "LATE_SUMMER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_LateSummer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_LateSummer GTLR_DEPRECATED; /** Value: "LATE_WINTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_LateWinter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_LateWinter GTLR_DEPRECATED; /** Value: "MID_FALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_MidFall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_MidFall GTLR_DEPRECATED; /** Value: "MID_SPRING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_MidSpring; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_MidSpring GTLR_DEPRECATED; /** Value: "MID_SUMMER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_MidSummer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_MidSummer GTLR_DEPRECATED; /** Value: "MID_WINTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_MidWinter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_MidWinter GTLR_DEPRECATED; /** Value: "SPRING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingDatetimeTargetToFetch_Season_Spring; /** Value: "SUMMER" */ @@ -56037,9 +56037,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocal * * Value: "TESLA_ROADSTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocalEvChargingStationConnectorConstraint_ConnectorType_TeslaRoadster; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocalEvChargingStationConnectorConstraint_ConnectorType_TeslaRoadster GTLR_DEPRECATED; /** Value: "TESLA_S_HPWC" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocalEvChargingStationConnectorConstraint_ConnectorType_TeslaSHpwc; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocalEvChargingStationConnectorConstraint_ConnectorType_TeslaSHpwc GTLR_DEPRECATED; /** Value: "WALL_OUTLET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocalEvChargingStationConnectorConstraint_ConnectorType_WallOutlet; @@ -56155,7 +56155,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocal /** Value: "COVAXIN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocalLocationConstraint_VaccineType_Covaxin; /** Value: "COVISHIELD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocalLocationConstraint_VaccineType_Covishield; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocalLocationConstraint_VaccineType_Covishield GTLR_DEPRECATED; /** Value: "JOHNSON_AND_JOHNSON" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingLocalLocationConstraint_VaccineType_JohnsonAndJohnson; /** Value: "MODERNA" */ @@ -56841,7 +56841,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingModel * * Value: "MEDIA_3P_DEVICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingModelsMediaDeeplinkInfo_Platform_Media3pDevice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingModelsMediaDeeplinkInfo_Platform_Media3pDevice GTLR_DEPRECATED; /** * Deeplink to be used on Mobile web. * @@ -57125,7 +57125,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingModel * * Value: "MUSIC_SEED_RADIO" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingModelsMediaMediaAnnotation_ContentType_MusicSeedRadio; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_NlpSemanticParsingModelsMediaMediaAnnotation_ContentType_MusicSeedRadio GTLR_DEPRECATED; /** * Music station (e.g. "Today's Hip Hop and Pop Hits"). Stations can have * infinite number of songs (at least from user's perspective) and content that @@ -58261,7 +58261,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt * * Value: "ADS_INTEGRITY_ENFORCER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_AdsIntegrityEnforcer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_AdsIntegrityEnforcer GTLR_DEPRECATED; /** * Ads Integrity's Explorer client (go/hidoc) * @@ -58342,7 +58342,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt * * Value: "ANDROID_EMERGENCY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_AndroidEmergency; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_AndroidEmergency GTLR_DEPRECATED; /** * Messages SMS/MMS/RCS messaging app for Android go/messages Team contact: * am-shell-team\@google.com @@ -59016,7 +59016,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_DeepmindAlphaschedule; /** Value: "DEPRECATED_QUICKSTART_FLUME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_DeprecatedQuickstartFlume; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_DeprecatedQuickstartFlume GTLR_DEPRECATED; /** * Deskbooking Team contact: desktopia-open\@google.com * @@ -59141,7 +59141,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt * * Value: "EMERGENCY_ASSIST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_EmergencyAssist; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_EmergencyAssist GTLR_DEPRECATED; /** * Ender http://go/ender Team contact: ender-eng\@google.com * @@ -59218,7 +59218,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt * * Value: "FAMILY_CAMERA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_FamilyCamera; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_FamilyCamera GTLR_DEPRECATED; /** * Google Health Familycare go/hydrangea Team contact: * health-familycare-apps-eng\@google.com @@ -59232,7 +59232,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt * * Value: "FAMILY_COMPASS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_FamilyCompass; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_FamilyCompass GTLR_DEPRECATED; /** * Family Link http://go/familylink Team contact: familylink-eng\@google.com * @@ -60759,7 +60759,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt * * Value: "PARENTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_Parents; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_Parents GTLR_DEPRECATED; /** * Payments consumer core products. Team contact: gpay-android-eng\@google.com * @@ -61220,7 +61220,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt * * Value: "SANDCLOCK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_Sandclock; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_Sandclock GTLR_DEPRECATED; /** * Saves (http://go/saves) Team contact: saves-web-eng\@google.com * @@ -61323,7 +61323,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt * * Value: "SIDECAR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_Sidecar; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_Sidecar GTLR_DEPRECATED; /** * Simba android client http://sites/simba * @@ -61869,7 +61869,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProt * * Value: "UNICORN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_Unicorn; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PeoplestackFlexorgsProtoInternalExternal_Application_Unicorn GTLR_DEPRECATED; /** * Cannot just use UNKNOWN because enum values use C++ scoping rules. * Therefore, "UNKNOWN" must be unique within "apps.people.logs.proto". @@ -62490,37 +62490,37 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_AIRPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirport GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_CIVIL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirportCivil; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirportCivil GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirportGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirportGrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_MILITARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirportMilitary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirportMilitary GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_MIXED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirportMixed; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirportMixed GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRSTRIP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirstrip; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeAirstrip GTLR_DEPRECATED; /** * Subtype within a zoo - a cage or fenced-off or otherwise delineated area * containing animals. @@ -62547,13 +62547,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_BANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBank GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_BAR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBar; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBar GTLR_DEPRECATED; /** * An ocean subdivision formed by a coastal indentation. Includes coves and * gulfs. @@ -62581,7 +62581,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_BIRD_WATCHING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBirdWatching; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBirdWatching GTLR_DEPRECATED; /** * A line representing the boundary between two features. See border.proto for * details. @@ -62594,7 +62594,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_BORDER_CROSSING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBorderCrossing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBorderCrossing GTLR_DEPRECATED; /** Value: "TYPE_BROAD_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBroadTrack; /** @@ -62602,13 +62602,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_BUILDING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBuilding; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBuilding GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_BUILDING_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBuildingGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBuildingGrounds GTLR_DEPRECATED; /** * Terrain that looks populated. * @@ -62620,7 +62620,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_BUSINESS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBusiness; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBusiness GTLR_DEPRECATED; /** * A business chain feature is used to represent a chain, e.g. Starbucks, * McDonald's, etc. Other features representing specific stores/franchises of @@ -62647,13 +62647,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_BUS_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBusStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeBusStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CABLE_CAR_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCableCarStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCableCarStation GTLR_DEPRECATED; /** Value: "TYPE_CAMPFIRE_PIT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCampfirePit; /** @@ -62661,13 +62661,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_CAMPGROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCampgrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCampgrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CAMPING_SITE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCampingSite; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCampingSite GTLR_DEPRECATED; /** * A narrow passage used by boats. Normally artificial. * @@ -62679,13 +62679,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_CAR_RENTAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCarRental; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCarRental GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CAR_REPAIR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCarRepair; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCarRepair GTLR_DEPRECATED; /** * Cartographic features are used to capture real-world objects for which there * is no current desire to model any specific attributes. These are only useful @@ -62706,7 +62706,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_CASH_MACHINE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCashMachine; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCashMachine GTLR_DEPRECATED; /** * Don't use 0xA7. Use 8 bits for additional types under TYPE_NATURAL_FEATURE, * so we don't run out of space. The following are miscellaneous natural @@ -62733,7 +62733,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_CEMETERY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCemetery; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCemetery GTLR_DEPRECATED; /** * A deep part in a body of water that is suitable for navigation. Includes * narrows. @@ -62746,13 +62746,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_CHURCH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeChurch; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeChurch GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CITY_HALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCityHall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCityHall GTLR_DEPRECATED; /** * A vertical or nearly vertical slope. Includes escarpments. * @@ -62764,7 +62764,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_COFFEE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCoffee; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCoffee GTLR_DEPRECATED; /** * e.g. Silicon Valley * @@ -62819,7 +62819,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_CONSTITUENCY_FUTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeConstituencyFuture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeConstituencyFuture GTLR_DEPRECATED; /** Value: "TYPE_CONTINENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeContinent; /** @@ -62835,7 +62835,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_COURTHOUSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCourthouse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeCourthouse GTLR_DEPRECATED; /** * Depressions causes by impact, explosion, and sometimes sink-holes. * @@ -62853,7 +62853,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_DAM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDam; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDam GTLR_DEPRECATED; /** * Every data source used in constructing a data repository has a corresponding * feature that provides more information about that data source. The extra @@ -62867,25 +62867,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_DENTIST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDentist; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDentist GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_GOLF_SHOP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDeprecatedGolfShop; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDeprecatedGolfShop GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_HIGHWAY_DO_NOT_USE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDeprecatedHighwayDoNotUse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDeprecatedHighwayDoNotUse GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_TARMAC" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDeprecatedTarmac; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDeprecatedTarmac GTLR_DEPRECATED; /** Value: "TYPE_DESERT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDesert; /** Value: "TYPE_DESIGNATED_BARBECUE_PIT" */ @@ -62929,19 +62929,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_DOCTOR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDoctor; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDoctor GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DO_NOT_USE_RESERVED_TO_CATCH_GENERATED_FILES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDoNotUseReservedToCatchGeneratedFiles; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDoNotUseReservedToCatchGeneratedFiles GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DOODLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDoodle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDoodle GTLR_DEPRECATED; /** Value: "TYPE_DRINKING_WATER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeDrinkingWater; /** Value: "TYPE_DUNE" */ @@ -62951,13 +62951,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_EARTHQUAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEarthquake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEarthquake GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_ECO_TOURIST_DESTINATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEcoTouristDestination; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEcoTouristDestination GTLR_DEPRECATED; /** * Features that are notable for being high (or low), or for having sudden * changes in elevation. These features might have an "elevation" extension to @@ -62971,19 +62971,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_EMBASSY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEmbassy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEmbassy GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_EMERGENCY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEmergency; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEmergency GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_ENCLOSED_TRAFFIC_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEnclosedTrafficArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEnclosedTrafficArea GTLR_DEPRECATED; /** * A portal of entry or exit to another feature. Examples: - Subway station * entrance. - Parking lot entrance. @@ -63003,14 +63003,14 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_ESTABLISHMENT_BUILDING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEstablishmentBuilding; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEstablishmentBuilding GTLR_DEPRECATED; /** * DEPRECATED This type has been replaced by TYPE_COMPOUND_BUILDING. For * further details, see go/oyster-compounds * * Value: "TYPE_ESTABLISHMENT_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEstablishmentGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEstablishmentGrounds GTLR_DEPRECATED; /** * An establishment which has a address (a.k.a. location or storefront). Note * that it *may* also have a service area (e.g. a restaurant that offers both @@ -63046,7 +63046,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_EVENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEvent; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeEvent GTLR_DEPRECATED; /** Value: "TYPE_FAULT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFault; /** @@ -63066,7 +63066,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_FERRY_TERMINAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFerryTerminal; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFerryTerminal GTLR_DEPRECATED; /** * Also called a "car transport", a ferry train is a rail service that carries * passengers and their vehicles across undrivable terrain. The Channel Tunnel @@ -63082,13 +63082,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_FIRE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFire; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFire GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_FISHING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFishing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFishing GTLR_DEPRECATED; /** Value: "TYPE_FISSURE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFissure; /** Value: "TYPE_FJORD" */ @@ -63104,7 +63104,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_FUNICULAR_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFunicularStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeFunicularStation GTLR_DEPRECATED; /** * A feature whose geometry is planned to replace the geometry on another * feature. @@ -63117,43 +63117,43 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_GAS_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGasStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGasStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_COUNTRY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbCountry; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbCountry GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_DEPENDENT_LOCALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbDependentLocality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbDependentLocality GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_DOUBLE_DEPENDENT_LOCALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbDoubleDependentLocality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbDoubleDependentLocality GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_FORMER_POSTAL_COUNTY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbFormerPostalCounty; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbFormerPostalCounty GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_POST_TOWN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbPostTown; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbPostTown GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_TRADITIONAL_COUNTY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbTraditionalCounty; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGbTraditionalCounty GTLR_DEPRECATED; /** * An association of a point with an address, with no other information. * @@ -63169,13 +63169,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_GOLF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGolf; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGolf GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GOLF_COURSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGolfCourse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGolfCourse GTLR_DEPRECATED; /** Value: "TYPE_GOLF_FAIRWAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGolfFairway; /** @@ -63201,13 +63201,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_GONDOLA_LIFT_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGondolaLiftStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGondolaLiftStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GOVERNMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGovernment; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGovernment GTLR_DEPRECATED; /** Value: "TYPE_GRASSLAND" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGrassland; /** @@ -63215,19 +63215,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_GROCERY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGrocery; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGrocery GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GURUDWARA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGurudwara; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeGurudwara GTLR_DEPRECATED; /** * A deep place near a shore where ships commonly drop anchor. * @@ -63239,7 +63239,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_HELIPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHeliport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHeliport GTLR_DEPRECATED; /** Value: "TYPE_HIGH_SPEED_RAIL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHighSpeedRail; /** @@ -63247,7 +63247,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_HIGH_TENSION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHighTension; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHighTension GTLR_DEPRECATED; /** * ABSTRACT * @@ -63277,31 +63277,31 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_HIKING_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHikingArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHikingArea GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HINDU_TEMPLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHinduTemple; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHinduTemple GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HORSE_CARRIAGE_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHorseCarriageStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHorseCarriageStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HOSPITAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHospital; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHospital GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HOSPITAL_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHospitalGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHospitalGrounds GTLR_DEPRECATED; /** Value: "TYPE_HOT_SPRING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHotSpring; /** @@ -63309,13 +63309,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_HUNTING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHunting; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHunting GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HURRICANE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHurricane; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeHurricane GTLR_DEPRECATED; /** Value: "TYPE_ICE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeIce; /** @@ -63323,7 +63323,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_INDUSTRIAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeIndustrial; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeIndustrial GTLR_DEPRECATED; /** Value: "TYPE_INLET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeInlet; /** @@ -63371,55 +63371,55 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_JP_CHIBAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpChiban; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpChiban GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_EDABAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpEdaban; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpEdaban GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_GAIKU" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpGaiku; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpGaiku GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_GUN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpGun; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpGun GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_KOAZA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpKoaza; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpKoaza GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_OOAZA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpOoaza; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpOoaza GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_SHIKUCHOUSON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpShikuchouson; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpShikuchouson GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_SUB_SHIKUCHOUSON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpSubShikuchouson; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpSubShikuchouson GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_TODOUFUKEN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpTodoufuken; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJpTodoufuken GTLR_DEPRECATED; /** Value: "TYPE_JR_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeJrTrack; /** @@ -63454,7 +63454,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_LIBRARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeLibrary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeLibrary GTLR_DEPRECATED; /** Value: "TYPE_LIGHT_RAIL_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeLightRailTrack; /** Value: "TYPE_LITTER_RECEPTACLE" */ @@ -63475,7 +63475,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_LOCAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeLocalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeLocalPark GTLR_DEPRECATED; /** Value: "TYPE_LOCKER_AREA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeLockerArea; /** @@ -63483,7 +63483,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_LODGING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeLodging; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeLodging GTLR_DEPRECATED; /** * A grouping of TYPE_BORDER features ("border segments"), which together * represent a border between two features of the same type. @@ -63502,13 +63502,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_MILITARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeMilitary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeMilitary GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_MONORAIL_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeMonorailStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeMonorailStation GTLR_DEPRECATED; /** Value: "TYPE_MONORAIL_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeMonorailTrack; /** @@ -63516,7 +63516,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_MOSQUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeMosque; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeMosque GTLR_DEPRECATED; /** * A series of mountains or hills ranged in a line and connected by high * ground. Mountain ranges usually consist of many smaller ridges. For example, @@ -63530,7 +63530,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_MOVIE_RENTAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeMovieRental; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeMovieRental GTLR_DEPRECATED; /** Value: "TYPE_NARROW_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeNarrowTrack; /** @@ -63538,13 +63538,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_NATIONAL_FOREST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeNationalForest; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeNationalForest GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_NATIONAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeNationalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeNationalPark GTLR_DEPRECATED; /** * ABSTRACT * @@ -63556,7 +63556,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_NATURE_RESERVE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeNatureReserve; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeNatureReserve GTLR_DEPRECATED; /** Value: "TYPE_NEIGHBORHOOD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeNeighborhood; /** @@ -63582,7 +63582,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_OFF_ROAD_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeOffRoadArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeOffRoadArea GTLR_DEPRECATED; /** * A near-level shallow, natural depression or basin, usually containing an * intermittent lake, pond, or pool. @@ -63595,25 +63595,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePark GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeParking; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeParking GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING_GARAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeParkingGarage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeParkingGarage GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING_LOT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeParkingLot; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeParkingLot GTLR_DEPRECATED; /** * A route over an otherwise difficult to traverse feature. Includes saddle. * @@ -63643,7 +63643,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_PHARMACY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePharmacy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePharmacy GTLR_DEPRECATED; /** * A phone number area code is a prefix which also coincides with the area * code, or national destination code, of a particular region. @@ -63665,7 +63665,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_PICNIC_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePicnicArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePicnicArea GTLR_DEPRECATED; /** * Elevations that are flat on top. Includes mesas and buttes. * @@ -63677,13 +63677,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_PLAY_GROUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePlayGround; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePlayGround GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_POLICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePolice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePolice GTLR_DEPRECATED; /** * Boundaries representing the jurisdiction of a particular police station. * @@ -63730,13 +63730,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_POSTAL_ROUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePostalRound; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePostalRound GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_POST_OFFICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePostOffice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePostOffice GTLR_DEPRECATED; /** * The term "post town" is used for a locality-like-entity that is only used * for postal addresses. @@ -63749,19 +63749,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_PREMISE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePremise; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypePremise GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PROVINCIAL_FOREST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeProvincialForest; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeProvincialForest GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PROVINCIAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeProvincialPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeProvincialPark GTLR_DEPRECATED; /** * ABSTRACT * @@ -63853,13 +63853,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_REST_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeRestArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeRestArea GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_RESTAURANT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeRestaurant; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeRestaurant GTLR_DEPRECATED; /** * A restriction group describes a set of segment restrictions that belong * together and have a name or an associated event. See also @@ -63928,7 +63928,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_SCHOOL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSchool; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSchool GTLR_DEPRECATED; /** Value: "TYPE_SCHOOL_DISTRICT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSchoolDistrict; /** @@ -63942,13 +63942,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_SEAPLANE_BASE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSeaplaneBase; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSeaplaneBase GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SEAPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSeaport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSeaport GTLR_DEPRECATED; /** * A lake that dries up part of the year. * @@ -63978,13 +63978,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_SHOPPING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeShopping; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeShopping GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SHOPPING_CENTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeShoppingCenter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeShoppingCenter GTLR_DEPRECATED; /** Value: "TYPE_SHRUBBERY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeShrubbery; /** @@ -64016,13 +64016,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_SPECIAL_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSpecialStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSpecialStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SPORTS_COMPLEX" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSportsComplex; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSportsComplex GTLR_DEPRECATED; /** * A place where ground water flows naturally out of the ground. * @@ -64040,7 +64040,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_STADIUM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeStadium; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeStadium GTLR_DEPRECATED; /** Value: "TYPE_STANDARD_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeStandardTrack; /** @@ -64121,13 +64121,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_SUB_PREMISE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSubPremise; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSubPremise GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SUBWAY_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSubwayStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSubwayStation GTLR_DEPRECATED; /** Value: "TYPE_SUBWAY_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSubwayTrack; /** @@ -64135,13 +64135,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_SUITE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSuite; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSuite GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SYNAGOGUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSynagogue; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeSynagogue GTLR_DEPRECATED; /** * Starting with TYPE_TARMAC, we use longer IDs, so that we can expand the * number of feature types under TYPE_CARTOGRAPHIC. @@ -64162,7 +64162,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_TEMPLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTemple; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTemple GTLR_DEPRECATED; /** * A terminal point represents a good location for a user to meet a taxi, * ridesharing vehicle, or general driver. @@ -64215,7 +64215,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_TOURIST_DESTINATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTouristDestination; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTouristDestination GTLR_DEPRECATED; /** * Open space used for events, gathering, or as market-place. * @@ -64236,13 +64236,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_TRAIN_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTrainStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTrainStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRAMWAY_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTramwayStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTramwayStation GTLR_DEPRECATED; /** * RESERVED * @@ -64268,19 +64268,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_TRANSIT_AGENCY_DEPRECATED_VALUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitAgencyDeprecatedValue; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitAgencyDeprecatedValue GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_DEPARTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitDeparture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitDeparture GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_LEG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitLeg; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitLeg GTLR_DEPRECATED; /** * A transit line is a collection of transit legs, associated with some * invariant properties of the trips that run over the legs. See also @@ -64294,25 +64294,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_TRANSIT_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_STOP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitStop; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitStop GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_TRANSFER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitTransfer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitTransfer GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_TRIP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitTrip; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTransitTrip GTLR_DEPRECATED; /** * ABSTRACT * @@ -64324,7 +64324,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_TRAVEL_SERVICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTravelService; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeTravelService GTLR_DEPRECATED; /** * Tracks for streetcars, cable-cars, etc. Ferries are services that are part * of the road network but are not roads. They typically involve fares and @@ -64348,13 +64348,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_UNIVERSITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUniversity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUniversity GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_UNIVERSITY_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUniversityGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUniversityGrounds GTLR_DEPRECATED; /** * A feature of completely unknown type. This should only be used when * absolutely necessary. One example in which this type is useful is in the @@ -64379,25 +64379,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_US_BOROUGH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUsBorough; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUsBorough GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_NATIONAL_MONUMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUsNationalMonument; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUsNationalMonument GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_NATIONAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUsNationalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUsNationalPark GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_STATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUsState; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeUsState GTLR_DEPRECATED; /** * Terrain that is covered in vegetation. * @@ -64409,7 +64409,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_VETERINARIAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeVeterinarian; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeVeterinarian GTLR_DEPRECATED; /** * Any plausible 1-dimensional path through a 2+ dimensional space, for the * purposes of making graph-search-based routing possible. Such segments can be @@ -64464,7 +64464,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_WATERING_HOLE_DEPRECATED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeWateringHoleDeprecated; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeWateringHoleDeprecated GTLR_DEPRECATED; /** Value: "TYPE_WATER_NAVIGATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeWaterNavigation; /** Value: "TYPE_WATERSHED_BOUNDARY" */ @@ -64474,7 +64474,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAlia * * Value: "TYPE_WEATHER_CONDITION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeWeatherCondition; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_PersonalizationMapsAliasIcon_FeatureType_TypeWeatherCondition GTLR_DEPRECATED; /** * Land that is usually flooded. Includes bogs, marshes, flats, moors, and * swamps. @@ -64846,7 +64846,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsAppInfo_S */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsAppInfo_Source_EmptySearch; /** Value: "FASTMAP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsAppInfo_Source_Fastmap; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsAppInfo_Source_Fastmap GTLR_DEPRECATED; /** * Used by TeleportIntentGenerator for queries such searchy queries that fit * the current foreground app. Example: [running shoes] with Amazon in the @@ -64929,7 +64929,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsAppInfoSo */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsAppInfoSourceData_Source_EmptySearch; /** Value: "FASTMAP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsAppInfoSourceData_Source_Fastmap; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsAppInfoSourceData_Source_Fastmap GTLR_DEPRECATED; /** * Used by TeleportIntentGenerator for queries such searchy queries that fit * the current foreground app. Example: [running shoes] with Amazon in the @@ -65123,7 +65123,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsReminder_ * * Value: "ASSISTANT_SURVEY_IMPORTANCE_MIN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsReminder_AsyncInteractionType_AssistantSurveyImportanceMin; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsReminder_AsyncInteractionType_AssistantSurveyImportanceMin GTLR_DEPRECATED; /** * Similar to ASSISTANT_SURVEY but used by Android TV to set * android_tv_notification_priority to PRIORITY_LOW. @@ -65829,7 +65829,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsReminder_ * * Value: "MEDIA_CROSS_DEVICE_PROMOTION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsReminder_AsyncInteractionType_MediaCrossDevicePromotion; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsReminder_AsyncInteractionType_MediaCrossDevicePromotion GTLR_DEPRECATED; /** Value: "MEDIA_INITIATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityActionsReminder_AsyncInteractionType_MediaInitiation; /** @@ -66536,7 +66536,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityCalypsoAppsUnive * * Value: "IAP_SKU_SALE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityCalypsoAppsUniversalAuLiveOpDetail_EventType_IapSkuSale; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityCalypsoAppsUniversalAuLiveOpDetail_EventType_IapSkuSale GTLR_DEPRECATED; /** * Loyalty LiveOps event. E.g. special points earn promotion etc. * @@ -66596,7 +66596,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDialogManagerLoc /** Value: "HOURS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDialogManagerLocalIntentOptions_Intent_Hours; /** Value: "INTERNAL_FOOD_ORDERING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDialogManagerLocalIntentOptions_Intent_InternalFoodOrdering; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDialogManagerLocalIntentOptions_Intent_InternalFoodOrdering GTLR_DEPRECATED; /** Value: "MENU" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDialogManagerLocalIntentOptions_Intent_Menu; /** Value: "NEXT" */ @@ -66922,13 +66922,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniDocPreviewRes * * Value: "DEPRECATED_DO_NOT_USE_DESNIPPET_6" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_DeprecatedDoNotUseDesnippet6; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_DeprecatedDoNotUseDesnippet6 GTLR_DEPRECATED; /** * Reserving old value to make F1 schema happy. * * Value: "DEPRECATED_DO_NOT_USE_SHOW_SNIPPET_5" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_DeprecatedDoNotUseShowSnippet5; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_DeprecatedDoNotUseShowSnippet5 GTLR_DEPRECATED; /** * Similar to ENP_REJECTED - used in V1. * @@ -66941,7 +66941,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsP * * Value: "ENP_REJECTED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_EnpRejected; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_EnpRejected GTLR_DEPRECATED; /** * ENP accepted or pending state, no preview restrictions and can be overridden * by robots meta-tag. Deprecation note: has been replaced for V1's @@ -66949,7 +66949,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsP * * Value: "GOOGLE_DEFAULT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_GoogleDefault; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_GoogleDefault GTLR_DEPRECATED; /** * Domain not found in the list. Not eligible for more processing. This could * behave in the same manner as the GOOGLE_DEFAULT option, but allows for @@ -66958,14 +66958,14 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsP * * Value: "INELIGIBLE_DOMAIN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_IneligibleDomain; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_IneligibleDomain GTLR_DEPRECATED; /** * This state is only used for QA/testing purposes. Deprecation node: testing * phase is over. Do not use. * * Value: "QA_DESNIPPET" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_QaDesnippet; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityDniExtendedNewsPreviews_Status_QaDesnippet GTLR_DEPRECATED; /** * Similar to GOOGLE_DEFAULT - used in V1. * @@ -67132,13 +67132,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_BuyingGuide; /** Value: "CALCULATOR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Calculator; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Calculator GTLR_DEPRECATED; /** Value: "CALENDAR" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Calendar; /** Value: "CATALOG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Catalog; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Catalog GTLR_DEPRECATED; /** Value: "COMPANY_FINANCIALS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_CompanyFinancials; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_CompanyFinancials GTLR_DEPRECATED; /** Value: "CONTACT_PAGE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ContactPage; /** Value: "COUPON" */ @@ -67153,23 +67153,23 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "CUSTOMER_SUPPORT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_CustomerSupport; /** Value: "DEFINITION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Definition; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Definition GTLR_DEPRECATED; /** Value: "DIRECTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Directions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Directions GTLR_DEPRECATED; /** Value: "DISCOGRAPHY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Discography; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Discography GTLR_DEPRECATED; /** Value: "DOWNLOAD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Download; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Download GTLR_DEPRECATED; /** Value: "EVENT_LISTING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_EventListing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_EventListing GTLR_DEPRECATED; /** Value: "FAN_FICTION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_FanFiction; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_FanFiction GTLR_DEPRECATED; /** Value: "FLIGHT_TRACKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_FlightTracker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_FlightTracker GTLR_DEPRECATED; /** Value: "FORUM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Forum; /** Value: "GIF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Gif; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Gif GTLR_DEPRECATED; /** * This is an image intent * @@ -67177,7 +67177,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_GoogleScreenshot; /** Value: "HOURS_OF_OPERATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_HoursOfOperation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_HoursOfOperation GTLR_DEPRECATED; /** Value: "INFORMATION_SOURCE_ENCYCLOPEDIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_InformationSourceEncyclopedia; /** Value: "INFORMATION_SOURCE_GOVERNMENT" */ @@ -67198,13 +67198,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "INFORMATION_SOURCE_UGC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_InformationSourceUgc; /** Value: "INTERVIEW" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Interview; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Interview GTLR_DEPRECATED; /** Value: "JOB_POSTING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_JobPosting; /** Value: "LISTEN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Listen; /** Value: "LOCATION_FINDER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_LocationFinder; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_LocationFinder GTLR_DEPRECATED; /** Value: "LOGIN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Login; /** Value: "LYRICS" */ @@ -67212,9 +67212,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "MANUAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Manual; /** Value: "MAP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Map; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Map GTLR_DEPRECATED; /** Value: "MENU" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Menu; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Menu GTLR_DEPRECATED; /** * Image intent representing whether there is a mugshot in the image (or if the * image is itself a mugshot). @@ -67227,15 +67227,15 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "NONE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_None; /** Value: "NUTRITION_FACTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_NutritionFacts; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_NutritionFacts GTLR_DEPRECATED; /** Value: "PREVIEW" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Preview; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Preview GTLR_DEPRECATED; /** Value: "PRODUCT_BUYING_GUIDE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ProductBuyingGuide; /** Value: "PRODUCT_COMPARISON" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ProductComparison; /** Value: "PRODUCT_EDITORIAL_REVIEW" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ProductEditorialReview; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ProductEditorialReview GTLR_DEPRECATED; /** Value: "PRODUCT_REVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ProductReview; /** @@ -67258,7 +67258,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Qna; /** Value: "QUOTES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Quotes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Quotes GTLR_DEPRECATED; /** Value: "RANKING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Ranking; /** Value: "REAL_ESTATE_LISTING" */ @@ -67274,71 +67274,71 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "RESERVATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Reservation; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_10" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse10; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse10 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_17" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse17; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse17 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_18" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse18; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse18 GTLR_DEPRECATED; /** * ========== Enums for deleted intents ========== * * Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse2 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_21" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse21; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse21 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_23" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse23; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse23 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_24" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse24; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse24 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_28" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse28; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse28 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_29" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse29; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse29 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_31" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse31; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse31 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_34" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse34; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse34 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_36" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse36; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse36 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_38" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse38; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse38 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_39" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse39; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse39 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_40" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse40; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse40 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_46" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse46; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse46 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_5" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse5; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse5 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_50" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse50; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse50 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_52" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse52; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse52 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_54" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse54; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse54 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_56" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse56; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse56 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_57" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse57; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse57 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_59" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse59; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse59 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_60" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse60; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse60 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_63" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse63; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse63 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_67" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse67; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse67 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_71" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse71; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse71 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_75" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse75; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse75 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_78" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse78; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse78 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_8" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse8; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse8 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_81" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse81; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForDeletedEnumDoNotReuse81 GTLR_DEPRECATED; /** * ========== Enums for new intents ========== Instructions: When adding a new * intent, use the reserved enum number from the start of this list, and add a @@ -67348,110 +67348,110 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel * * Value: "RESERVED_FOR_NEW_ENUM_135" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum135; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum135 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_136" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum136; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum136 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_137" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum137; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum137 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_138" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum138; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum138 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_139" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum139; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum139 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_140" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum140; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum140 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_141" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum141; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum141 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_142" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum142; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum142 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_143" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum143; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum143 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_144" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum144; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum144 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_145" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum145; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum145 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_146" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum146; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum146 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_147" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum147; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum147 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_148" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum148; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum148 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_149" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum149; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum149 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_150" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum150; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum150 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_151" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum151; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum151 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_152" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum152; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum152 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_153" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum153; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum153 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_154" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum154; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum154 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_155" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum155; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnum155 GTLR_DEPRECATED; /** * ========== Enums for new large intents ========== Please ask orbit\@ before * using these. * * Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_101" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit101; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit101 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_102" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit102; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit102 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_103" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit103; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit103 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_104" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit104; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit104 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_105" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit105; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit105 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_106" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit106; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit106 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_107" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit107; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit107 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_108" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit108; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit108 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_109" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit109; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit109 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_110" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit110; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit110 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_111" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit111; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit111 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_112" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit112; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit112 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_113" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit113; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit113 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_114" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit114; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit114 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_115" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit115; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit115 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_116" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit116; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit116 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_117" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit117; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit117 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_118" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit118; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit118 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_119" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit119; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit119 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_120" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit120; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit120 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_121" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit121; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit121 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_122" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit122; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit122 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_123" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit123; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit123 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_124" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit124; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit124 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_125" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit125; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit125 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_126" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit126; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit126 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_127" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit127; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ReservedForNewEnumLargePleaseAskOrbit127 GTLR_DEPRECATED; /** Value: "REVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Review; /** Value: "SCORES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Scores; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Scores GTLR_DEPRECATED; /** Value: "SHEET_MUSIC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_SheetMusic; /** @@ -67480,7 +67480,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_ShoppingReviewOrBuyingGuide; /** Value: "SHOWTIMES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Showtimes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Showtimes GTLR_DEPRECATED; /** Value: "SOCIAL_MEDIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_SocialMedia; /** Value: "SPECS" */ @@ -67490,13 +67490,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "SYMPTOMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Symptoms; /** Value: "THESAURUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Thesaurus; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Thesaurus GTLR_DEPRECATED; /** Value: "TRANSLATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Translate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Translate GTLR_DEPRECATED; /** Value: "TRAVEL_GUIDE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_TravelGuide; /** Value: "TRIVIA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Trivia; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Trivia GTLR_DEPRECATED; /** Value: "TUTORIAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_BelowThresholdIntents_Tutorial; /** @@ -67529,13 +67529,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_BuyingGuide; /** Value: "CALCULATOR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Calculator; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Calculator GTLR_DEPRECATED; /** Value: "CALENDAR" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Calendar; /** Value: "CATALOG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Catalog; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Catalog GTLR_DEPRECATED; /** Value: "COMPANY_FINANCIALS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_CompanyFinancials; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_CompanyFinancials GTLR_DEPRECATED; /** Value: "CONTACT_PAGE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ContactPage; /** Value: "COUPON" */ @@ -67550,23 +67550,23 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "CUSTOMER_SUPPORT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_CustomerSupport; /** Value: "DEFINITION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Definition; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Definition GTLR_DEPRECATED; /** Value: "DIRECTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Directions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Directions GTLR_DEPRECATED; /** Value: "DISCOGRAPHY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Discography; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Discography GTLR_DEPRECATED; /** Value: "DOWNLOAD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Download; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Download GTLR_DEPRECATED; /** Value: "EVENT_LISTING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_EventListing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_EventListing GTLR_DEPRECATED; /** Value: "FAN_FICTION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_FanFiction; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_FanFiction GTLR_DEPRECATED; /** Value: "FLIGHT_TRACKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_FlightTracker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_FlightTracker GTLR_DEPRECATED; /** Value: "FORUM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Forum; /** Value: "GIF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Gif; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Gif GTLR_DEPRECATED; /** * This is an image intent * @@ -67574,7 +67574,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_GoogleScreenshot; /** Value: "HOURS_OF_OPERATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_HoursOfOperation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_HoursOfOperation GTLR_DEPRECATED; /** Value: "INFORMATION_SOURCE_ENCYCLOPEDIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_InformationSourceEncyclopedia; /** Value: "INFORMATION_SOURCE_GOVERNMENT" */ @@ -67595,13 +67595,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "INFORMATION_SOURCE_UGC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_InformationSourceUgc; /** Value: "INTERVIEW" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Interview; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Interview GTLR_DEPRECATED; /** Value: "JOB_POSTING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_JobPosting; /** Value: "LISTEN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Listen; /** Value: "LOCATION_FINDER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_LocationFinder; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_LocationFinder GTLR_DEPRECATED; /** Value: "LOGIN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Login; /** Value: "LYRICS" */ @@ -67609,9 +67609,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "MANUAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Manual; /** Value: "MAP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Map; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Map GTLR_DEPRECATED; /** Value: "MENU" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Menu; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Menu GTLR_DEPRECATED; /** * Image intent representing whether there is a mugshot in the image (or if the * image is itself a mugshot). @@ -67624,15 +67624,15 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "NONE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_None; /** Value: "NUTRITION_FACTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_NutritionFacts; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_NutritionFacts GTLR_DEPRECATED; /** Value: "PREVIEW" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Preview; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Preview GTLR_DEPRECATED; /** Value: "PRODUCT_BUYING_GUIDE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ProductBuyingGuide; /** Value: "PRODUCT_COMPARISON" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ProductComparison; /** Value: "PRODUCT_EDITORIAL_REVIEW" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ProductEditorialReview; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ProductEditorialReview GTLR_DEPRECATED; /** Value: "PRODUCT_REVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ProductReview; /** @@ -67655,7 +67655,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Qna; /** Value: "QUOTES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Quotes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Quotes GTLR_DEPRECATED; /** Value: "RANKING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Ranking; /** Value: "REAL_ESTATE_LISTING" */ @@ -67671,71 +67671,71 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "RESERVATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Reservation; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_10" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse10; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse10 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_17" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse17; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse17 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_18" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse18; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse18 GTLR_DEPRECATED; /** * ========== Enums for deleted intents ========== * * Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse2 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_21" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse21; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse21 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_23" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse23; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse23 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_24" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse24; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse24 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_28" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse28; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse28 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_29" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse29; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse29 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_31" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse31; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse31 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_34" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse34; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse34 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_36" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse36; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse36 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_38" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse38; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse38 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_39" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse39; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse39 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_40" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse40; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse40 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_46" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse46; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse46 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_5" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse5; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse5 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_50" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse50; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse50 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_52" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse52; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse52 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_54" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse54; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse54 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_56" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse56; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse56 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_57" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse57; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse57 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_59" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse59; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse59 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_60" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse60; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse60 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_63" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse63; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse63 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_67" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse67; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse67 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_71" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse71; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse71 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_75" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse75; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse75 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_78" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse78; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse78 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_8" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse8; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse8 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_81" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse81; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForDeletedEnumDoNotReuse81 GTLR_DEPRECATED; /** * ========== Enums for new intents ========== Instructions: When adding a new * intent, use the reserved enum number from the start of this list, and add a @@ -67745,110 +67745,110 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel * * Value: "RESERVED_FOR_NEW_ENUM_135" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum135; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum135 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_136" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum136; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum136 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_137" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum137; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum137 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_138" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum138; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum138 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_139" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum139; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum139 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_140" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum140; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum140 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_141" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum141; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum141 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_142" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum142; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum142 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_143" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum143; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum143 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_144" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum144; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum144 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_145" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum145; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum145 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_146" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum146; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum146 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_147" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum147; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum147 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_148" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum148; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum148 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_149" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum149; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum149 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_150" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum150; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum150 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_151" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum151; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum151 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_152" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum152; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum152 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_153" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum153; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum153 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_154" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum154; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum154 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_155" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum155; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnum155 GTLR_DEPRECATED; /** * ========== Enums for new large intents ========== Please ask orbit\@ before * using these. * * Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_101" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit101; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit101 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_102" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit102; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit102 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_103" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit103; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit103 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_104" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit104; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit104 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_105" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit105; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit105 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_106" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit106; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit106 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_107" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit107; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit107 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_108" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit108; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit108 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_109" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit109; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit109 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_110" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit110; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit110 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_111" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit111; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit111 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_112" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit112; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit112 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_113" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit113; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit113 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_114" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit114; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit114 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_115" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit115; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit115 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_116" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit116; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit116 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_117" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit117; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit117 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_118" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit118; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit118 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_119" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit119; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit119 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_120" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit120; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit120 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_121" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit121; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit121 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_122" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit122; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit122 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_123" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit123; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit123 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_124" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit124; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit124 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_125" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit125; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit125 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_126" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit126; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit126 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_127" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit127; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit127 GTLR_DEPRECATED; /** Value: "REVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Review; /** Value: "SCORES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Scores; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Scores GTLR_DEPRECATED; /** Value: "SHEET_MUSIC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_SheetMusic; /** @@ -67877,7 +67877,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_ShoppingReviewOrBuyingGuide; /** Value: "SHOWTIMES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Showtimes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Showtimes GTLR_DEPRECATED; /** Value: "SOCIAL_MEDIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_SocialMedia; /** Value: "SPECS" */ @@ -67887,13 +67887,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "SYMPTOMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Symptoms; /** Value: "THESAURUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Thesaurus; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Thesaurus GTLR_DEPRECATED; /** Value: "TRANSLATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Translate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Translate GTLR_DEPRECATED; /** Value: "TRAVEL_GUIDE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_TravelGuide; /** Value: "TRIVIA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Trivia; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Trivia GTLR_DEPRECATED; /** Value: "TUTORIAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltDocumentIntentScores_Intents_Tutorial; /** @@ -67926,13 +67926,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_BuyingGuide; /** Value: "CALCULATOR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Calculator; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Calculator GTLR_DEPRECATED; /** Value: "CALENDAR" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Calendar; /** Value: "CATALOG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Catalog; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Catalog GTLR_DEPRECATED; /** Value: "COMPANY_FINANCIALS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_CompanyFinancials; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_CompanyFinancials GTLR_DEPRECATED; /** Value: "CONTACT_PAGE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ContactPage; /** Value: "COUPON" */ @@ -67947,23 +67947,23 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "CUSTOMER_SUPPORT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_CustomerSupport; /** Value: "DEFINITION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Definition; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Definition GTLR_DEPRECATED; /** Value: "DIRECTIONS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Directions; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Directions GTLR_DEPRECATED; /** Value: "DISCOGRAPHY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Discography; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Discography GTLR_DEPRECATED; /** Value: "DOWNLOAD" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Download; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Download GTLR_DEPRECATED; /** Value: "EVENT_LISTING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_EventListing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_EventListing GTLR_DEPRECATED; /** Value: "FAN_FICTION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_FanFiction; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_FanFiction GTLR_DEPRECATED; /** Value: "FLIGHT_TRACKER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_FlightTracker; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_FlightTracker GTLR_DEPRECATED; /** Value: "FORUM" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Forum; /** Value: "GIF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Gif; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Gif GTLR_DEPRECATED; /** * This is an image intent * @@ -67971,7 +67971,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_GoogleScreenshot; /** Value: "HOURS_OF_OPERATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_HoursOfOperation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_HoursOfOperation GTLR_DEPRECATED; /** Value: "INFORMATION_SOURCE_ENCYCLOPEDIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_InformationSourceEncyclopedia; /** Value: "INFORMATION_SOURCE_GOVERNMENT" */ @@ -67992,13 +67992,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "INFORMATION_SOURCE_UGC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_InformationSourceUgc; /** Value: "INTERVIEW" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Interview; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Interview GTLR_DEPRECATED; /** Value: "JOB_POSTING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_JobPosting; /** Value: "LISTEN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Listen; /** Value: "LOCATION_FINDER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_LocationFinder; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_LocationFinder GTLR_DEPRECATED; /** Value: "LOGIN" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Login; /** Value: "LYRICS" */ @@ -68006,9 +68006,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "MANUAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Manual; /** Value: "MAP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Map; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Map GTLR_DEPRECATED; /** Value: "MENU" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Menu; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Menu GTLR_DEPRECATED; /** * Image intent representing whether there is a mugshot in the image (or if the * image is itself a mugshot). @@ -68021,15 +68021,15 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "NONE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_None; /** Value: "NUTRITION_FACTS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_NutritionFacts; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_NutritionFacts GTLR_DEPRECATED; /** Value: "PREVIEW" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Preview; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Preview GTLR_DEPRECATED; /** Value: "PRODUCT_BUYING_GUIDE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ProductBuyingGuide; /** Value: "PRODUCT_COMPARISON" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ProductComparison; /** Value: "PRODUCT_EDITORIAL_REVIEW" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ProductEditorialReview; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ProductEditorialReview GTLR_DEPRECATED; /** Value: "PRODUCT_REVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ProductReview; /** @@ -68052,7 +68052,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Qna; /** Value: "QUOTES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Quotes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Quotes GTLR_DEPRECATED; /** Value: "RANKING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Ranking; /** Value: "REAL_ESTATE_LISTING" */ @@ -68068,71 +68068,71 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "RESERVATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Reservation; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_10" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse10; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse10 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_17" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse17; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse17 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_18" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse18; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse18 GTLR_DEPRECATED; /** * ========== Enums for deleted intents ========== * * Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse2 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_21" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse21; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse21 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_23" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse23; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse23 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_24" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse24; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse24 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_28" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse28; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse28 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_29" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse29; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse29 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_31" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse31; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse31 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_34" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse34; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse34 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_36" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse36; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse36 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_38" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse38; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse38 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_39" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse39; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse39 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_40" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse40; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse40 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_46" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse46; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse46 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_5" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse5; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse5 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_50" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse50; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse50 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_52" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse52; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse52 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_54" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse54; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse54 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_56" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse56; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse56 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_57" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse57; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse57 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_59" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse59; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse59 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_60" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse60; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse60 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_63" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse63; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse63 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_67" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse67; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse67 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_71" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse71; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse71 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_75" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse75; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse75 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_78" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse78; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse78 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_8" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse8; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse8 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_DELETED_ENUM_DO_NOT_REUSE_81" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse81; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForDeletedEnumDoNotReuse81 GTLR_DEPRECATED; /** * ========== Enums for new intents ========== Instructions: When adding a new * intent, use the reserved enum number from the start of this list, and add a @@ -68142,110 +68142,110 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel * * Value: "RESERVED_FOR_NEW_ENUM_135" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum135; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum135 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_136" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum136; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum136 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_137" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum137; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum137 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_138" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum138; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum138 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_139" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum139; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum139 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_140" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum140; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum140 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_141" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum141; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum141 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_142" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum142; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum142 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_143" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum143; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum143 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_144" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum144; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum144 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_145" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum145; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum145 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_146" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum146; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum146 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_147" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum147; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum147 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_148" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum148; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum148 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_149" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum149; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum149 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_150" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum150; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum150 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_151" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum151; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum151 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_152" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum152; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum152 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_153" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum153; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum153 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_154" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum154; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum154 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_155" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum155; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnum155 GTLR_DEPRECATED; /** * ========== Enums for new large intents ========== Please ask orbit\@ before * using these. * * Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_101" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit101; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit101 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_102" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit102; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit102 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_103" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit103; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit103 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_104" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit104; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit104 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_105" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit105; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit105 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_106" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit106; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit106 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_107" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit107; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit107 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_108" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit108; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit108 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_109" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit109; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit109 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_110" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit110; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit110 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_111" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit111; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit111 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_112" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit112; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit112 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_113" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit113; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit113 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_114" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit114; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit114 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_115" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit115; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit115 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_116" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit116; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit116 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_117" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit117; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit117 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_118" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit118; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit118 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_119" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit119; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit119 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_120" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit120; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit120 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_121" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit121; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit121 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_122" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit122; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit122 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_123" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit123; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit123 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_124" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit124; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit124 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_125" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit125; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit125 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_126" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit126; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit126 GTLR_DEPRECATED; /** Value: "RESERVED_FOR_NEW_ENUM_LARGE_PLEASE_ASK_ORBIT_127" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit127; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ReservedForNewEnumLargePleaseAskOrbit127 GTLR_DEPRECATED; /** Value: "REVIEW" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Review; /** Value: "SCORES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Scores; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Scores GTLR_DEPRECATED; /** Value: "SHEET_MUSIC" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_SheetMusic; /** @@ -68274,7 +68274,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_ShoppingReviewOrBuyingGuide; /** Value: "SHOWTIMES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Showtimes; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Showtimes GTLR_DEPRECATED; /** Value: "SOCIAL_MEDIA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_SocialMedia; /** Value: "SPECS" */ @@ -68284,13 +68284,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBel /** Value: "SYMPTOMS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Symptoms; /** Value: "THESAURUS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Thesaurus; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Thesaurus GTLR_DEPRECATED; /** Value: "TRANSLATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Translate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Translate GTLR_DEPRECATED; /** Value: "TRAVEL_GUIDE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_TravelGuide; /** Value: "TRIVIA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Trivia; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Trivia GTLR_DEPRECATED; /** Value: "TUTORIAL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityOrbitAsteroidBeltImageIntentScores_Intents_Tutorial; /** @@ -70495,7 +70495,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSign /** Value: "CLICKS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalData_Source_Clicks; /** Value: "DATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalData_Source_Date; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalData_Source_Date GTLR_DEPRECATED; /** * Only used for Entity Salient Terms. * @@ -70511,9 +70511,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSign */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalData_Source_SyntheticBody; /** Value: "TITLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalData_Source_Title; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalData_Source_Title GTLR_DEPRECATED; /** Value: "URL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalData_Source_Url; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalData_Source_Url GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_QualitySalientTermsSignalTermData.source @@ -70525,7 +70525,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSign /** Value: "CLICKS" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalTermData_Source_Clicks; /** Value: "DATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalTermData_Source_Date; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalTermData_Source_Date GTLR_DEPRECATED; /** * Only used for Entity Salient Terms. * @@ -70541,9 +70541,9 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSign */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalTermData_Source_SyntheticBody; /** Value: "TITLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalTermData_Source_Title; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalTermData_Source_Title GTLR_DEPRECATED; /** Value: "URL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalTermData_Source_Url; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualitySalientTermsSignalTermData_Source_Url GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_QualityShoppingShoppingAttachmentOffer.condition @@ -70718,21 +70718,21 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSig * * Value: "LSU_V1" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV1; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV1 GTLR_DEPRECATED; /** Value: "LSU_V2_ANNOTATION_WITH_PATTERN_BYLINE_TAG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2AnnotationWithPatternBylineTag; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2AnnotationWithPatternBylineTag GTLR_DEPRECATED; /** Value: "LSU_V2_ANNOTATION_WITH_UPDATE_TAG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2AnnotationWithUpdateTag; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2AnnotationWithUpdateTag GTLR_DEPRECATED; /** Value: "LSU_V2_PUBLICATION_MARKUP_SUPPORTED_BY_ANNOTATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2PublicationMarkupSupportedByAnnotation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2PublicationMarkupSupportedByAnnotation GTLR_DEPRECATED; /** Value: "LSU_V2_PUBLICATION_MARKUP_SUPPORTED_BY_CONTENTAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2PublicationMarkupSupportedByContentage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2PublicationMarkupSupportedByContentage GTLR_DEPRECATED; /** Value: "LSU_V2_RELIABLE_CONTENT_AGE_SUPPORTED_BY_ANNOTATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2ReliableContentAgeSupportedByAnnotation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2ReliableContentAgeSupportedByAnnotation GTLR_DEPRECATED; /** Value: "LSU_V2_UPDATE_MARKUP_SUPPORTED_BY_ANNOTATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2UpdateMarkupSupportedByAnnotation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2UpdateMarkupSupportedByAnnotation GTLR_DEPRECATED; /** Value: "LSU_V2_UPDATE_MARKUP_SUPPORTED_BY_CONTENTAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2UpdateMarkupSupportedByContentage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_LsuV2UpdateMarkupSupportedByContentage GTLR_DEPRECATED; /** Value: "UNSET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdate_Source_Unset; @@ -70821,21 +70821,21 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSig * * Value: "LSU_V1" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV1; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV1 GTLR_DEPRECATED; /** Value: "LSU_V2_ANNOTATION_WITH_PATTERN_BYLINE_TAG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2AnnotationWithPatternBylineTag; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2AnnotationWithPatternBylineTag GTLR_DEPRECATED; /** Value: "LSU_V2_ANNOTATION_WITH_UPDATE_TAG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2AnnotationWithUpdateTag; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2AnnotationWithUpdateTag GTLR_DEPRECATED; /** Value: "LSU_V2_PUBLICATION_MARKUP_SUPPORTED_BY_ANNOTATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2PublicationMarkupSupportedByAnnotation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2PublicationMarkupSupportedByAnnotation GTLR_DEPRECATED; /** Value: "LSU_V2_PUBLICATION_MARKUP_SUPPORTED_BY_CONTENTAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2PublicationMarkupSupportedByContentage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2PublicationMarkupSupportedByContentage GTLR_DEPRECATED; /** Value: "LSU_V2_RELIABLE_CONTENT_AGE_SUPPORTED_BY_ANNOTATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2ReliableContentAgeSupportedByAnnotation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2ReliableContentAgeSupportedByAnnotation GTLR_DEPRECATED; /** Value: "LSU_V2_UPDATE_MARKUP_SUPPORTED_BY_ANNOTATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2UpdateMarkupSupportedByAnnotation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2UpdateMarkupSupportedByAnnotation GTLR_DEPRECATED; /** Value: "LSU_V2_UPDATE_MARKUP_SUPPORTED_BY_CONTENTAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2UpdateMarkupSupportedByContentage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_LsuV2UpdateMarkupSupportedByContentage GTLR_DEPRECATED; /** Value: "UNSET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_QualityTimebasedLastSignificantUpdateAdjustments_UnboundedTimestampSource_Unset; @@ -71820,21 +71820,21 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotat */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_ContextQuery; /** Value: "DEPRECATED_EMBEDDED_CONTENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedEmbeddedContent; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedEmbeddedContent GTLR_DEPRECATED; /** Value: "DEPRECATED_ENTITY_CONTEXT_TOKENS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedEntityContextTokens; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedEntityContextTokens GTLR_DEPRECATED; /** * Unused. * * Value: "DEPRECATED_ENTITY_METADATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedEntityMetadata; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedEntityMetadata GTLR_DEPRECATED; /** Value: "DEPRECATED_INJECTED_NAME_CANDIDATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedInjectedNameCandidate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedInjectedNameCandidate GTLR_DEPRECATED; /** Value: "DEPRECATED_NAME_BLACKLIST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedNameBlacklist; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedNameBlacklist GTLR_DEPRECATED; /** Value: "DEPRECATED_PRINCIPAL_NAME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedPrincipalName; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_DeprecatedPrincipalName GTLR_DEPRECATED; /** Value: "GEO_LINK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefAnnotationStatsPerType_TokenType_GeoLink; /** Value: "IMAGE_OCR" */ @@ -73046,7 +73046,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefEntityN * * Value: "PRODUCT_TITLE_VARIATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefEntityNameSource_Type_ProductTitleVariation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefEntityNameSource_Type_ProductTitleVariation GTLR_DEPRECATED; /** * Scores from the query name aggregated scores. * @@ -73448,21 +73448,21 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintM */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_ContextQuery; /** Value: "DEPRECATED_EMBEDDED_CONTENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedEmbeddedContent; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedEmbeddedContent GTLR_DEPRECATED; /** Value: "DEPRECATED_ENTITY_CONTEXT_TOKENS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedEntityContextTokens; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedEntityContextTokens GTLR_DEPRECATED; /** * Unused. * * Value: "DEPRECATED_ENTITY_METADATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedEntityMetadata; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedEntityMetadata GTLR_DEPRECATED; /** Value: "DEPRECATED_INJECTED_NAME_CANDIDATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedInjectedNameCandidate; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedInjectedNameCandidate GTLR_DEPRECATED; /** Value: "DEPRECATED_NAME_BLACKLIST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedNameBlacklist; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedNameBlacklist GTLR_DEPRECATED; /** Value: "DEPRECATED_PRINCIPAL_NAME" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedPrincipalName; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_DeprecatedPrincipalName GTLR_DEPRECATED; /** Value: "GEO_LINK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefFprintModifierProto_TokenType_GeoLink; /** Value: "IMAGE_OCR" */ @@ -74360,7 +74360,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefLinkKin * * Value: "LATENT_ENTITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefLinkKindFlags_LatentEntity_LatentEntity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefLinkKindFlags_LatentEntity_LatentEntity GTLR_DEPRECATED; /** * Links pointing to latent entities according to the new hierarchy. See * go/refx-latent-entities. @@ -74373,7 +74373,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefLinkKin * * Value: "MANIFEST_ENTITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefLinkKindFlags_LatentEntity_ManifestEntity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefLinkKindFlags_LatentEntity_ManifestEntity GTLR_DEPRECATED; /** * Links pointing to manifest entities according to the new hierarchy. * @@ -74853,13 +74853,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreproc * * Value: "BOOK_REF_PAGES_MINING_PIPELINE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_BookRefPagesMiningPipeline; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_BookRefPagesMiningPipeline GTLR_DEPRECATED; /** Value: "DEPRECATED_OLD_SCHEMA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_DeprecatedOldSchema; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_DeprecatedOldSchema GTLR_DEPRECATED; /** Value: "EXPERIMENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_Experiment; /** Value: "EXTRACTED_REFPAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_ExtractedRefpage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_ExtractedRefpage GTLR_DEPRECATED; /** Value: "KG" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_Kg; /** @@ -74899,7 +74899,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreproc /** Value: "OYSTER_FEATURE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_OysterFeature; /** Value: "PRODUCT_OFFER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_ProductOffer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfo_Source_ProductOffer GTLR_DEPRECATED; /** * The URL of a webpage related to this entity. The page should contain * information about this entity, but this entity does not need to be central @@ -75461,37 +75461,37 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_AIRPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirport GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_CIVIL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirportCivil; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirportCivil GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirportGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirportGrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_MILITARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirportMilitary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirportMilitary GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRPORT_MIXED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirportMixed; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirportMixed GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_AIRSTRIP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirstrip; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeAirstrip GTLR_DEPRECATED; /** * Subtype within a zoo - a cage or fenced-off or otherwise delineated area * containing animals. @@ -75518,13 +75518,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_BANK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBank; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBank GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_BAR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBar; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBar GTLR_DEPRECATED; /** * An ocean subdivision formed by a coastal indentation. Includes coves and * gulfs. @@ -75552,7 +75552,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_BIRD_WATCHING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBirdWatching; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBirdWatching GTLR_DEPRECATED; /** * A line representing the boundary between two features. See border.proto for * details. @@ -75565,7 +75565,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_BORDER_CROSSING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBorderCrossing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBorderCrossing GTLR_DEPRECATED; /** Value: "TYPE_BROAD_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBroadTrack; /** @@ -75573,13 +75573,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_BUILDING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBuilding; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBuilding GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_BUILDING_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBuildingGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBuildingGrounds GTLR_DEPRECATED; /** * Terrain that looks populated. * @@ -75591,7 +75591,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_BUSINESS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBusiness; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBusiness GTLR_DEPRECATED; /** * A business chain feature is used to represent a chain, e.g. Starbucks, * McDonald's, etc. Other features representing specific stores/franchises of @@ -75618,13 +75618,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_BUS_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBusStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeBusStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CABLE_CAR_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCableCarStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCableCarStation GTLR_DEPRECATED; /** Value: "TYPE_CAMPFIRE_PIT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCampfirePit; /** @@ -75632,13 +75632,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_CAMPGROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCampgrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCampgrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CAMPING_SITE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCampingSite; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCampingSite GTLR_DEPRECATED; /** * A narrow passage used by boats. Normally artificial. * @@ -75650,13 +75650,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_CAR_RENTAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCarRental; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCarRental GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CAR_REPAIR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCarRepair; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCarRepair GTLR_DEPRECATED; /** * Cartographic features are used to capture real-world objects for which there * is no current desire to model any specific attributes. These are only useful @@ -75677,7 +75677,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_CASH_MACHINE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCashMachine; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCashMachine GTLR_DEPRECATED; /** * Don't use 0xA7. Use 8 bits for additional types under TYPE_NATURAL_FEATURE, * so we don't run out of space. The following are miscellaneous natural @@ -75704,7 +75704,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_CEMETERY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCemetery; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCemetery GTLR_DEPRECATED; /** * A deep part in a body of water that is suitable for navigation. Includes * narrows. @@ -75717,13 +75717,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_CHURCH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeChurch; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeChurch GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_CITY_HALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCityHall; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCityHall GTLR_DEPRECATED; /** * A vertical or nearly vertical slope. Includes escarpments. * @@ -75735,7 +75735,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_COFFEE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCoffee; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCoffee GTLR_DEPRECATED; /** * e.g. Silicon Valley * @@ -75790,7 +75790,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_CONSTITUENCY_FUTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeConstituencyFuture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeConstituencyFuture GTLR_DEPRECATED; /** Value: "TYPE_CONTINENT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeContinent; /** @@ -75806,7 +75806,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_COURTHOUSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCourthouse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeCourthouse GTLR_DEPRECATED; /** * Depressions causes by impact, explosion, and sometimes sink-holes. * @@ -75824,7 +75824,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_DAM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDam; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDam GTLR_DEPRECATED; /** * Every data source used in constructing a data repository has a corresponding * feature that provides more information about that data source. The extra @@ -75838,25 +75838,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_DENTIST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDentist; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDentist GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_GOLF_SHOP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDeprecatedGolfShop; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDeprecatedGolfShop GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_HIGHWAY_DO_NOT_USE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDeprecatedHighwayDoNotUse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDeprecatedHighwayDoNotUse GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DEPRECATED_TARMAC" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDeprecatedTarmac; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDeprecatedTarmac GTLR_DEPRECATED; /** Value: "TYPE_DESERT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDesert; /** Value: "TYPE_DESIGNATED_BARBECUE_PIT" */ @@ -75900,19 +75900,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_DOCTOR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDoctor; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDoctor GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DO_NOT_USE_RESERVED_TO_CATCH_GENERATED_FILES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDoNotUseReservedToCatchGeneratedFiles; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDoNotUseReservedToCatchGeneratedFiles GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_DOODLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDoodle; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDoodle GTLR_DEPRECATED; /** Value: "TYPE_DRINKING_WATER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeDrinkingWater; /** Value: "TYPE_DUNE" */ @@ -75922,13 +75922,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_EARTHQUAKE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEarthquake; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEarthquake GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_ECO_TOURIST_DESTINATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEcoTouristDestination; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEcoTouristDestination GTLR_DEPRECATED; /** * Features that are notable for being high (or low), or for having sudden * changes in elevation. These features might have an "elevation" extension to @@ -75942,19 +75942,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_EMBASSY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEmbassy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEmbassy GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_EMERGENCY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEmergency; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEmergency GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_ENCLOSED_TRAFFIC_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEnclosedTrafficArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEnclosedTrafficArea GTLR_DEPRECATED; /** * A portal of entry or exit to another feature. Examples: - Subway station * entrance. - Parking lot entrance. @@ -75974,14 +75974,14 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_ESTABLISHMENT_BUILDING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEstablishmentBuilding; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEstablishmentBuilding GTLR_DEPRECATED; /** * DEPRECATED This type has been replaced by TYPE_COMPOUND_BUILDING. For * further details, see go/oyster-compounds * * Value: "TYPE_ESTABLISHMENT_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEstablishmentGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEstablishmentGrounds GTLR_DEPRECATED; /** * An establishment which has a address (a.k.a. location or storefront). Note * that it *may* also have a service area (e.g. a restaurant that offers both @@ -76017,7 +76017,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_EVENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEvent; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeEvent GTLR_DEPRECATED; /** Value: "TYPE_FAULT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFault; /** @@ -76037,7 +76037,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_FERRY_TERMINAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFerryTerminal; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFerryTerminal GTLR_DEPRECATED; /** * Also called a "car transport", a ferry train is a rail service that carries * passengers and their vehicles across undrivable terrain. The Channel Tunnel @@ -76053,13 +76053,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_FIRE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFire; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFire GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_FISHING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFishing; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFishing GTLR_DEPRECATED; /** Value: "TYPE_FISSURE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFissure; /** Value: "TYPE_FJORD" */ @@ -76075,7 +76075,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_FUNICULAR_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFunicularStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeFunicularStation GTLR_DEPRECATED; /** * A feature whose geometry is planned to replace the geometry on another * feature. @@ -76088,43 +76088,43 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_GAS_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGasStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGasStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_COUNTRY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbCountry; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbCountry GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_DEPENDENT_LOCALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbDependentLocality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbDependentLocality GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_DOUBLE_DEPENDENT_LOCALITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbDoubleDependentLocality; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbDoubleDependentLocality GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_FORMER_POSTAL_COUNTY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbFormerPostalCounty; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbFormerPostalCounty GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_POST_TOWN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbPostTown; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbPostTown GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GB_TRADITIONAL_COUNTY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbTraditionalCounty; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGbTraditionalCounty GTLR_DEPRECATED; /** * An association of a point with an address, with no other information. * @@ -76140,13 +76140,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_GOLF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGolf; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGolf GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GOLF_COURSE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGolfCourse; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGolfCourse GTLR_DEPRECATED; /** Value: "TYPE_GOLF_FAIRWAY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGolfFairway; /** @@ -76172,13 +76172,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_GONDOLA_LIFT_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGondolaLiftStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGondolaLiftStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GOVERNMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGovernment; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGovernment GTLR_DEPRECATED; /** Value: "TYPE_GRASSLAND" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGrassland; /** @@ -76186,19 +76186,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_GROCERY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGrocery; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGrocery GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGrounds GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_GURUDWARA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGurudwara; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeGurudwara GTLR_DEPRECATED; /** * A deep place near a shore where ships commonly drop anchor. * @@ -76210,7 +76210,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_HELIPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHeliport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHeliport GTLR_DEPRECATED; /** Value: "TYPE_HIGH_SPEED_RAIL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHighSpeedRail; /** @@ -76218,7 +76218,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_HIGH_TENSION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHighTension; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHighTension GTLR_DEPRECATED; /** * ABSTRACT * @@ -76248,31 +76248,31 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_HIKING_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHikingArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHikingArea GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HINDU_TEMPLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHinduTemple; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHinduTemple GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HORSE_CARRIAGE_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHorseCarriageStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHorseCarriageStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HOSPITAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHospital; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHospital GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HOSPITAL_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHospitalGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHospitalGrounds GTLR_DEPRECATED; /** Value: "TYPE_HOT_SPRING" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHotSpring; /** @@ -76280,13 +76280,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_HUNTING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHunting; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHunting GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_HURRICANE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHurricane; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeHurricane GTLR_DEPRECATED; /** Value: "TYPE_ICE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeIce; /** @@ -76294,7 +76294,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_INDUSTRIAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeIndustrial; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeIndustrial GTLR_DEPRECATED; /** Value: "TYPE_INLET" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeInlet; /** @@ -76342,55 +76342,55 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_JP_CHIBAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpChiban; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpChiban GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_EDABAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpEdaban; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpEdaban GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_GAIKU" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpGaiku; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpGaiku GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_GUN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpGun; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpGun GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_KOAZA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpKoaza; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpKoaza GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_OOAZA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpOoaza; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpOoaza GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_SHIKUCHOUSON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpShikuchouson; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpShikuchouson GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_SUB_SHIKUCHOUSON" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpSubShikuchouson; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpSubShikuchouson GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_JP_TODOUFUKEN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpTodoufuken; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJpTodoufuken GTLR_DEPRECATED; /** Value: "TYPE_JR_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeJrTrack; /** @@ -76425,7 +76425,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_LIBRARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeLibrary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeLibrary GTLR_DEPRECATED; /** Value: "TYPE_LIGHT_RAIL_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeLightRailTrack; /** Value: "TYPE_LITTER_RECEPTACLE" */ @@ -76446,7 +76446,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_LOCAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeLocalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeLocalPark GTLR_DEPRECATED; /** Value: "TYPE_LOCKER_AREA" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeLockerArea; /** @@ -76454,7 +76454,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_LODGING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeLodging; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeLodging GTLR_DEPRECATED; /** * A grouping of TYPE_BORDER features ("border segments"), which together * represent a border between two features of the same type. @@ -76473,13 +76473,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_MILITARY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeMilitary; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeMilitary GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_MONORAIL_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeMonorailStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeMonorailStation GTLR_DEPRECATED; /** Value: "TYPE_MONORAIL_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeMonorailTrack; /** @@ -76487,7 +76487,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_MOSQUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeMosque; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeMosque GTLR_DEPRECATED; /** * A series of mountains or hills ranged in a line and connected by high * ground. Mountain ranges usually consist of many smaller ridges. For example, @@ -76501,7 +76501,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_MOVIE_RENTAL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeMovieRental; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeMovieRental GTLR_DEPRECATED; /** Value: "TYPE_NARROW_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeNarrowTrack; /** @@ -76509,13 +76509,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_NATIONAL_FOREST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeNationalForest; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeNationalForest GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_NATIONAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeNationalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeNationalPark GTLR_DEPRECATED; /** * ABSTRACT * @@ -76527,7 +76527,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_NATURE_RESERVE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeNatureReserve; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeNatureReserve GTLR_DEPRECATED; /** Value: "TYPE_NEIGHBORHOOD" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeNeighborhood; /** @@ -76553,7 +76553,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_OFF_ROAD_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeOffRoadArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeOffRoadArea GTLR_DEPRECATED; /** * A near-level shallow, natural depression or basin, usually containing an * intermittent lake, pond, or pool. @@ -76566,25 +76566,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePark GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeParking; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeParking GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING_GARAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeParkingGarage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeParkingGarage GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PARKING_LOT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeParkingLot; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeParkingLot GTLR_DEPRECATED; /** * A route over an otherwise difficult to traverse feature. Includes saddle. * @@ -76614,7 +76614,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_PHARMACY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePharmacy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePharmacy GTLR_DEPRECATED; /** * A phone number area code is a prefix which also coincides with the area * code, or national destination code, of a particular region. @@ -76636,7 +76636,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_PICNIC_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePicnicArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePicnicArea GTLR_DEPRECATED; /** * Elevations that are flat on top. Includes mesas and buttes. * @@ -76648,13 +76648,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_PLAY_GROUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePlayGround; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePlayGround GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_POLICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePolice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePolice GTLR_DEPRECATED; /** * Boundaries representing the jurisdiction of a particular police station. * @@ -76701,13 +76701,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_POSTAL_ROUND" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePostalRound; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePostalRound GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_POST_OFFICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePostOffice; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePostOffice GTLR_DEPRECATED; /** * The term "post town" is used for a locality-like-entity that is only used * for postal addresses. @@ -76720,19 +76720,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_PREMISE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePremise; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypePremise GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PROVINCIAL_FOREST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeProvincialForest; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeProvincialForest GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_PROVINCIAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeProvincialPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeProvincialPark GTLR_DEPRECATED; /** * ABSTRACT * @@ -76824,13 +76824,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_REST_AREA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeRestArea; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeRestArea GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_RESTAURANT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeRestaurant; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeRestaurant GTLR_DEPRECATED; /** * A restriction group describes a set of segment restrictions that belong * together and have a name or an associated event. See also @@ -76899,7 +76899,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_SCHOOL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSchool; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSchool GTLR_DEPRECATED; /** Value: "TYPE_SCHOOL_DISTRICT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSchoolDistrict; /** @@ -76913,13 +76913,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_SEAPLANE_BASE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSeaplaneBase; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSeaplaneBase GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SEAPORT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSeaport; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSeaport GTLR_DEPRECATED; /** * A lake that dries up part of the year. * @@ -76949,13 +76949,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_SHOPPING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeShopping; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeShopping GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SHOPPING_CENTER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeShoppingCenter; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeShoppingCenter GTLR_DEPRECATED; /** Value: "TYPE_SHRUBBERY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeShrubbery; /** @@ -76987,13 +76987,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_SPECIAL_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSpecialStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSpecialStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SPORTS_COMPLEX" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSportsComplex; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSportsComplex GTLR_DEPRECATED; /** * A place where ground water flows naturally out of the ground. * @@ -77011,7 +77011,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_STADIUM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeStadium; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeStadium GTLR_DEPRECATED; /** Value: "TYPE_STANDARD_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeStandardTrack; /** @@ -77092,13 +77092,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_SUB_PREMISE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSubPremise; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSubPremise GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SUBWAY_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSubwayStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSubwayStation GTLR_DEPRECATED; /** Value: "TYPE_SUBWAY_TRACK" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSubwayTrack; /** @@ -77106,13 +77106,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_SUITE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSuite; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSuite GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_SYNAGOGUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSynagogue; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeSynagogue GTLR_DEPRECATED; /** * Starting with TYPE_TARMAC, we use longer IDs, so that we can expand the * number of feature types under TYPE_CARTOGRAPHIC. @@ -77133,7 +77133,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_TEMPLE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTemple; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTemple GTLR_DEPRECATED; /** * A terminal point represents a good location for a user to meet a taxi, * ridesharing vehicle, or general driver. @@ -77186,7 +77186,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_TOURIST_DESTINATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTouristDestination; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTouristDestination GTLR_DEPRECATED; /** * Open space used for events, gathering, or as market-place. * @@ -77207,13 +77207,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_TRAIN_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTrainStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTrainStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRAMWAY_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTramwayStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTramwayStation GTLR_DEPRECATED; /** * RESERVED * @@ -77239,19 +77239,19 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_TRANSIT_AGENCY_DEPRECATED_VALUE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitAgencyDeprecatedValue; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitAgencyDeprecatedValue GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_DEPARTURE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitDeparture; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitDeparture GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_LEG" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitLeg; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitLeg GTLR_DEPRECATED; /** * A transit line is a collection of transit legs, associated with some * invariant properties of the trips that run over the legs. See also @@ -77265,25 +77265,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_TRANSIT_STATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitStation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitStation GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_STOP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitStop; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitStop GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_TRANSFER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitTransfer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitTransfer GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_TRANSIT_TRIP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitTrip; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTransitTrip GTLR_DEPRECATED; /** * ABSTRACT * @@ -77295,7 +77295,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_TRAVEL_SERVICE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTravelService; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeTravelService GTLR_DEPRECATED; /** * Tracks for streetcars, cable-cars, etc. Ferries are services that are part * of the road network but are not roads. They typically involve fares and @@ -77319,13 +77319,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_UNIVERSITY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUniversity; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUniversity GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_UNIVERSITY_GROUNDS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUniversityGrounds; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUniversityGrounds GTLR_DEPRECATED; /** * A feature of completely unknown type. This should only be used when * absolutely necessary. One example in which this type is useful is in the @@ -77350,25 +77350,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_US_BOROUGH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUsBorough; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUsBorough GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_NATIONAL_MONUMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUsNationalMonument; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUsNationalMonument GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_NATIONAL_PARK" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUsNationalPark; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUsNationalPark GTLR_DEPRECATED; /** * DEPRECATED * * Value: "TYPE_US_STATE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUsState; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeUsState GTLR_DEPRECATED; /** * Terrain that is covered in vegetation. * @@ -77380,7 +77380,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_VETERINARIAN" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeVeterinarian; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeVeterinarian GTLR_DEPRECATED; /** * Any plausible 1-dimensional path through a 2+ dimensional space, for the * purposes of making graph-search-based routing possible. Such segments can be @@ -77435,7 +77435,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_WATERING_HOLE_DEPRECATED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeWateringHoleDeprecated; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeWateringHoleDeprecated GTLR_DEPRECATED; /** Value: "TYPE_WATER_NAVIGATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeWaterNavigation; /** Value: "TYPE_WATERSHED_BOUNDARY" */ @@ -77445,7 +77445,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefA * * Value: "TYPE_WEATHER_CONDITION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeWeatherCondition; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_RepositoryWebrefWebrefAttachmentMetadata_FeatureType_TypeWeatherCondition GTLR_DEPRECATED; /** * Land that is usually flooded. Includes bogs, marshes, flats, moors, and * swamps. @@ -77818,7 +77818,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ResearchScienceSearchRe * * Value: "DENYLIST_REGEX_MATCH" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ResearchScienceSearchReconciledMetadata_DenylistStatus_DenylistRegexMatch; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_ResearchScienceSearchReconciledMetadata_DenylistStatus_DenylistRegexMatch GTLR_DEPRECATED; /** * Dataset description is too short. * @@ -78981,16 +78981,16 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SearchPolicyRankableSen * * Value: "DEPRECATED_READ_CALENDAR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SearchPolicyRankableSensitivity_SensitivityMode_DeprecatedReadCalendar; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SearchPolicyRankableSensitivity_SensitivityMode_DeprecatedReadCalendar GTLR_DEPRECATED; /** * The following enum values have been deprecated and removed. Replaced by * HEALTH_AND_FITNESS (b/147649824) * * Value: "DEPRECATED_SENSITIVE_HEALTH_CONVERSATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SearchPolicyRankableSensitivity_SensitivityMode_DeprecatedSensitiveHealthConversation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SearchPolicyRankableSensitivity_SensitivityMode_DeprecatedSensitiveHealthConversation GTLR_DEPRECATED; /** Value: "DEPRECATED_WRITE_CALENDAR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SearchPolicyRankableSensitivity_SensitivityMode_DeprecatedWriteCalendar; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SearchPolicyRankableSensitivity_SensitivityMode_DeprecatedWriteCalendar GTLR_DEPRECATED; /** * Indicates that we are in designed for family sensistivity mode (i.e. the * query relates to kids content). @@ -79189,7 +79189,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SecurityCredentialsPrin /** Value: "SQUARE" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SecurityCredentialsPrincipalProto_Scope_Square; /** Value: "UNUSED_ZWIEBACK_SESSION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SecurityCredentialsPrincipalProto_Scope_UnusedZwiebackSession; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SecurityCredentialsPrincipalProto_Scope_UnusedZwiebackSession GTLR_DEPRECATED; /** Value: "YOUTUBE_USER" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SecurityCredentialsPrincipalProto_Scope_YoutubeUser; /** Value: "ZWIEBACK_SESSION" */ @@ -80152,7 +80152,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SocialGraphApiProtoDisp * * Value: "LIMITED_PROFILE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SocialGraphApiProtoDisplayNameSource_Source_LimitedProfile; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SocialGraphApiProtoDisplayNameSource_Source_LimitedProfile GTLR_DEPRECATED; /** * The source is the limited profile, and the full name is visible. * @@ -80465,7 +80465,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SocialGraphApiProtoSear * * Value: "PINTERIST" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SocialGraphApiProtoSearchProfileSocialLink_Type_Pinterist; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SocialGraphApiProtoSearchProfileSocialLink_Type_Pinterist GTLR_DEPRECATED; /** Value: "SNAPCHAT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_SocialGraphApiProtoSearchProfileSocialLink_Type_Snapchat; /** Value: "SOCIAL_LINK_TYPE_UNKNOWN" */ @@ -81330,7 +81330,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTriplePr * * Value: "CREATOR_PRESENCE_DATA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_AccessRequired_CreatorPresenceData; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_AccessRequired_CreatorPresenceData GTLR_DEPRECATED; /** Value: "DICTIONARY_DATA_LE_ROBERT" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_AccessRequired_DictionaryDataLeRobert; /** Value: "DICTIONARY_DATA_OXFORD" */ @@ -81387,7 +81387,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTriplePr * * Value: "ISOLATION_G4C" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_AccessRequired_IsolationG4c; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_AccessRequired_IsolationG4c GTLR_DEPRECATED; /** * **DO NOT USE** This is an access restriction to be used by KE internally to * specially treat OnRamp client's access requirements. It is asserted @@ -81794,7 +81794,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTriplePr * * Value: "LEGAL_GEO_NOT_SERVABLE_IN_CHINA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_AccessRequired_LegalGeoNotServableInChina; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_AccessRequired_LegalGeoNotServableInChina GTLR_DEPRECATED; /** * WARNING! Data subject to nuanced legal rules. DO NOT use without permission * and understanding of usage constraints. This data is subject to @@ -82077,7 +82077,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTriplePr * * Value: "TECHNICAL_DEBT_SIRIUS_MIGRATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_AccessRequired_TechnicalDebtSiriusMigration; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_AccessRequired_TechnicalDebtSiriusMigration GTLR_DEPRECATED; /** * Access controls for data being injected by Geo's KG UGC pipe while it is * being fleshed out (allow Geo to onboard his data to Livegraph but filtering @@ -82159,7 +82159,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTriplePr * * Value: "REQUIRES_ACCESS_CONTROL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_Restrictions_RequiresAccessControl; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_Restrictions_RequiresAccessControl GTLR_DEPRECATED; /** Value: "REQUIRES_CITATION" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_StorageGraphBfgTripleProvenance_Restrictions_RequiresCitation; /** @@ -82972,7 +82972,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_TrawlerFetchReplyDataPr * * Value: "CONTENT_APPLICATION_XPROTOBUFFER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_TrawlerFetchReplyDataProtocolResponse_ContentType_ContentApplicationXprotobuffer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_TrawlerFetchReplyDataProtocolResponse_ContentType_ContentApplicationXprotobuffer GTLR_DEPRECATED; /** Value: "CONTENT_APPLICATION_XSHOCKWAVEFLASH" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_TrawlerFetchReplyDataProtocolResponse_ContentType_ContentApplicationXshockwaveflash; /** Value: "CONTENT_APPLICATION_XTAR_ARCHIVE" */ @@ -83881,15 +83881,15 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_TrawlerTrawlerPrivateFe // GTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport.source /** Value: "CLIR_GSR" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_ClirGsr; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_ClirGsr GTLR_DEPRECATED; /** Value: "CONTEXTBOOST_RESULT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_ContextboostResult; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_ContextboostResult GTLR_DEPRECATED; /** * DEPRECATED * * Value: "LIVE_RESULT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_LiveResult; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_LiveResult GTLR_DEPRECATED; /** * MAIN_GSR is the generic search response specified in * AddKnowledgePackerPreprocessors. This will normally be @@ -83900,11 +83900,11 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPacke */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_MainGsr; /** Value: "NEWS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_News; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_News GTLR_DEPRECATED; /** Value: "PERSONALIZED_RESULT" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_PersonalizedResult; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_PersonalizedResult GTLR_DEPRECATED; /** Value: "SUPPORT_FROM_KSCORER" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_SupportFromKscorer; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupport_Source_SupportFromKscorer GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRContentwarehouse_UniversalsearchNewPackerKnowledgeResultSupportProvenance.entityGroupType @@ -88003,7 +88003,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTru /** Value: "SHOULD_SEE_HOME_LIVE_OPS_CLUSTER_K1" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_ShouldSeeHomeLiveOpsClusterK1; /** Value: "SHOULD_SEE_HOME_LIVE_OPS_CLUSTER_K1_2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_ShouldSeeHomeLiveOpsClusterK12; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_ShouldSeeHomeLiveOpsClusterK12 GTLR_DEPRECATED; /** Value: "SHOULD_SEE_HOME_LIVE_OPS_CLUSTER_K2" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_ShouldSeeHomeLiveOpsClusterK2; /** Value: "SHOULD_SEE_HOME_LIVE_OPS_CLUSTER_K3_4" */ @@ -88422,13 +88422,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTru * * Value: "SKIP_CHECK_MARK_SCREEN_FOR_BACKUP_FLOW_SESSION_LEVEL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SkipCheckMarkScreenForBackupFlowSessionLevel; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SkipCheckMarkScreenForBackupFlowSessionLevel GTLR_DEPRECATED; /** * User level test code for skipping ckechmark screen with backup flow. * * Value: "SKIP_CHECK_MARK_SCREEN_WITH_BACKUP_FLOW_USER_LEVEL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SkipCheckMarkScreenWithBackupFlowUserLevel; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SkipCheckMarkScreenWithBackupFlowUserLevel GTLR_DEPRECATED; /** Value: "SMART_FOP_AT_EVENT_LEVEL" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SmartFopAtEventLevel; /** Value: "SMART_FOP_AT_SESSION_LEVEL" */ @@ -88658,7 +88658,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTru * * Value: "SUBS_HIGH_CHURN_FOP_OPTIONS_AVAILABLE_SESSION_LEVEL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SubsHighChurnFopOptionsAvailableSessionLevel; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SubsHighChurnFopOptionsAvailableSessionLevel GTLR_DEPRECATED; /** Value: "SUBS_HIGH_CHURN_FOP_OPTIONS_AVAILABLE_SESSION_LEVEL_V2" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SubsHighChurnFopOptionsAvailableSessionLevelV2; /** @@ -88668,7 +88668,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTru * * Value: "SUBS_HIGH_CHURN_FOP_OPTIONS_AVAILABLE_USER_LEVEL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SubsHighChurnFopOptionsAvailableUserLevel; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SubsHighChurnFopOptionsAvailableUserLevel GTLR_DEPRECATED; /** Value: "SUBS_HIGH_CHURN_FOP_OPTIONS_AVAILABLE_USER_LEVEL_V2" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VendingConsumerProtoTrustedGenomeAnnotation_TestCode_SubsHighChurnFopOptionsAvailableUserLevelV2; /** @@ -89428,7 +89428,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoAssetsVenomTransit * * Value: "OBJECTIVE_CLAIM_DONE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoAssetsVenomTransition_Objective_ObjectiveClaimDone; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoAssetsVenomTransition_Objective_ObjectiveClaimDone GTLR_DEPRECATED; /** * All requested crawl assets for Amarna are complete. This is only needed for * genus which is shared by Amarna and other clients. As of 10/2020, YT UGC is @@ -89516,7 +89516,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoAssetsVenomTransit * * Value: "OBJECTIVE_PRIMARY_8K_TRANSCODES_DONE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoAssetsVenomTransition_Objective_ObjectivePrimary8kTranscodesDone; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoAssetsVenomTransition_Objective_ObjectivePrimary8kTranscodesDone GTLR_DEPRECATED; /** * The most important transcodes and other assets have been completed. Drives * "is_fully_processed" in VAPI. Limited to UGC and Reels. Also used to @@ -89642,7 +89642,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoAssetsVenomTransit // GTLRContentwarehouse_VideoAssetsVenomVideoId.ns /** Value: "NS_ADORA" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoAssetsVenomVideoId_Ns_NsAdora; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoAssetsVenomVideoId_Ns_NsAdora GTLR_DEPRECATED; /** * Namespace for Geo Aerial View * @@ -89938,7 +89938,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrame */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrameStarburstData_SbVersion_BarcodeV1; /** Value: "BARCODE_V2" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrameStarburstData_SbVersion_BarcodeV2; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrameStarburstData_SbVersion_BarcodeV2 GTLR_DEPRECATED; /** Value: "BARCODE_V3" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrameStarburstData_SbVersion_BarcodeV3; /** @@ -90058,7 +90058,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrame * * Value: "LOGO_V1" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrameStarburstData_SbVersion_LogoV1; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrameStarburstData_SbVersion_LogoV1 GTLR_DEPRECATED; /** * LogoMNet V1 * @@ -90220,7 +90220,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrame * * Value: "SCREENAI_V1" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrameStarburstData_SbVersion_ScreenaiV1; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchFrameStarburstData_SbVersion_ScreenaiV1 GTLR_DEPRECATED; /** * IconNet, any image size. * @@ -90527,7 +90527,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchSaftE * * Value: "PRE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchSaftEntityInfo_MentionType_Pre; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoContentSearchSaftEntityInfo_MentionType_Pre GTLR_DEPRECATED; /** * pronominal mention * @@ -92046,13 +92046,13 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnai * * Value: "MODEL_RACY_THUMB_2019_04_02_ABLATE_ALL" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190402AblateAll; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190402AblateAll GTLR_DEPRECATED; /** * Historical: Used before 03/11/2020. * * Value: "MODEL_RACY_THUMB_2019_04_02_ABLATE_V3" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190402AblateV3; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190402AblateV3 GTLR_DEPRECATED; /** * Racy thumb model V3 based on cotraining. * https://mldash.corp.google.com/experiments/2626243069925683800 @@ -92066,54 +92066,54 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnai * * Value: "MODEL_RACY_THUMB_2019_08_12_4A" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb201908124a; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb201908124a GTLR_DEPRECATED; /** * Historical: Used before 05/06/2020. Racy thumb model V3 based on cotraining. * Variant 4B. https://mldash.corp.google.com/experiments/2626243069925683800 * * Value: "MODEL_RACY_THUMB_2019_08_12_4B" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb201908124b; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb201908124b GTLR_DEPRECATED; /** * Historical: Used before 05/06/2020. Racy thumb model V3 based on cotraining. * Variant 4C. https://mldash.corp.google.com/experiments/2626243069925683800 * * Value: "MODEL_RACY_THUMB_2019_08_12_4C" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb201908124c; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb201908124c GTLR_DEPRECATED; /** * Historical: Used before 05/06/2020. Racy thumb model V3 based on cotraining. * Variant 1. https://mldash.corp.google.com/experiments/2626243069925683800 * * Value: "MODEL_RACY_THUMB_2019_08_12A" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812a; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812a GTLR_DEPRECATED; /** * Historical: Used before 03/11/2020. * * Value: "MODEL_RACY_THUMB_2019_08_12_ABLATE_HUMAN_RATING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812AblateHumanRating; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812AblateHumanRating GTLR_DEPRECATED; /** * Historical: Used before 03/11/2020. * * Value: "MODEL_RACY_THUMB_2019_08_12_ABLATE_USER_FLAGGING" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812AblateUserFlagging; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812AblateUserFlagging GTLR_DEPRECATED; /** * Historical: Used before 05/06/2020. Racy thumb model V3 based on cotraining. * Variant 2. https://mldash.corp.google.com/experiments/2626243069925683800 * * Value: "MODEL_RACY_THUMB_2019_08_12B" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812b; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812b GTLR_DEPRECATED; /** * Historical: Used before 05/06/2020. Racy thumb model V3 based on cotraining. * Variant 3. https://mldash.corp.google.com/experiments/2626243069925683800 * * Value: "MODEL_RACY_THUMB_2019_08_12C" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812c; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812c GTLR_DEPRECATED; /** * Racy thumb model V3 after calibration. * @@ -92126,14 +92126,14 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnai * * Value: "MODEL_RACY_THUMB_2019_08_12D" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812d; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812d GTLR_DEPRECATED; /** * Historical: Used before 05/06/2020. Racy thumb model V3 based on cotraining. * Variant 5. https://mldash.corp.google.com/experiments/2626243069925683800 * * Value: "MODEL_RACY_THUMB_2019_08_12E" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812e; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812e GTLR_DEPRECATED; /** * Flagged racy watchpage model using racy thumbnail V3 score. * @@ -92146,7 +92146,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnai * * Value: "MODEL_RACY_THUMB_2019_08_12_UPDATEDSS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812Updatedss; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20190812Updatedss GTLR_DEPRECATED; /** * Racy thumb model V4 based on unified training. * @@ -92165,7 +92165,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnai * * Value: "MODEL_RACY_THUMB_2020_02_24_EFF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20200224Eff; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyThumb20200224Eff GTLR_DEPRECATED; /** * Flagged racy watchpage model using racy thumbnail V4 score. * @@ -92189,7 +92189,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnai * * Value: "MODEL_RACY_WATCHPAGE_2018_01_15" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyWatchpage20180115; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyWatchpage20180115 GTLR_DEPRECATED; /** * Racy watchpage score v5 using racy watchpage model v2 * (go/racy-watchpage-v2). @@ -92203,7 +92203,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnai * * Value: "MODEL_RACY_WATCHPAGE_2020_04_20A" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyWatchpage20200420a; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_ModelVersion_ModelRacyWatchpage20200420a GTLR_DEPRECATED; /** * Flagged racy watchpage score v5 using racy watchpage model v2. * @@ -92428,7 +92428,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnai /** Value: "TYPE_RACY" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_Type_TypeRacy; /** Value: "TYPE_RACY_LOCKUP" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_Type_TypeRacyLockup; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_Type_TypeRacyLockup GTLR_DEPRECATED; /** * go/thumb-safety-continuous-racy-model ("Signal Export"). * @@ -92442,7 +92442,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnai * * Value: "TYPE_RACY_WATCHPAGE_FLAGGED" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_Type_TypeRacyWatchpageFlagged; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_Type_TypeRacyWatchpageFlagged GTLR_DEPRECATED; /** Value: "TYPE_SAFESEARCH" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_VideoThumbnailsThumbnailScore_Type_TypeSafesearch; /** Value: "TYPE_SAFESEARCH_PINKY" */ @@ -102140,7 +102140,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeBackstageSuperVo * * Value: "V1_DEFAULT_MESSAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeBackstageSuperVodCommentInfo_Version_V1DefaultMessage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeBackstageSuperVodCommentInfo_Version_V1DefaultMessage GTLR_DEPRECATED; /** * Decorated Comment. When user buys a Super Thanks, a comment with default * message and a special decoration will be automatically posted on behalf of @@ -102738,7 +102738,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeCommentsClusteri * * Value: "ADDED_DURING_GEO_ENTITIES_PROMOTION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_AddedDuringGeoEntitiesPromotion; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_AddedDuringGeoEntitiesPromotion GTLR_DEPRECATED; /** * Deprecated context, do not use. * @@ -102865,25 +102865,25 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLe * * Value: "GAMING_IS_ALLIED_CHARACTER_OF" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GamingIsAlliedCharacterOf; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GamingIsAlliedCharacterOf GTLR_DEPRECATED; /** * Deprecated. The experiment on top of this has not launched. * * Value: "GAMING_IS_CHARACTER_CONTROLLED_BY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GamingIsCharacterControlledBy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GamingIsCharacterControlledBy GTLR_DEPRECATED; /** * Deprecated. The experiment on top of this has not launched. * * Value: "GAMING_IS_ITEM_EQUIPPED_BY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GamingIsItemEquippedBy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GamingIsItemEquippedBy GTLR_DEPRECATED; /** * Deprecated. The experiment on top of this has not launched. * * Value: "GAMING_IS_ITEM_USED_BY" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GamingIsItemUsedBy; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GamingIsItemUsedBy GTLR_DEPRECATED; /** * The entity refers to the top scored game title(s) for a particular gaming * related video. @@ -102916,49 +102916,49 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLe * * Value: "GEO_TYPE_ENTERTAINMENT_AND_RECREATION" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypeEntertainmentAndRecreation; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypeEntertainmentAndRecreation GTLR_DEPRECATED; /** * Deprecated. See b/244583433. Instead, consider relying on GEO_TYPE and * looking up individual KG types in YTKS. * * Value: "GEO_TYPE_ESTABLISHMENT_POI" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypeEstablishmentPoi; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypeEstablishmentPoi GTLR_DEPRECATED; /** * Deprecated. See b/244583433. Instead, consider relying on GEO_TYPE and * looking up individual KG types in YTKS. * * Value: "GEO_TYPE_RESTAURANT_OR_CAFE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypeRestaurantOrCafe; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypeRestaurantOrCafe GTLR_DEPRECATED; /** * Deprecated. See b/244583433. Instead, consider relying on GEO_TYPE and * looking up individual KG types in YTKS. * * Value: "GEO_TYPES_COLLECTION_BUSINESSES" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypesCollectionBusinesses; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypesCollectionBusinesses GTLR_DEPRECATED; /** * Deprecated. See b/244583433. Instead, consider relying on GEO_TYPE and * looking up individual KG types in YTKS. * * Value: "GEO_TYPES_COLLECTION_POTENTIALLY_SENSITIVE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypesCollectionPotentiallySensitive; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypesCollectionPotentiallySensitive GTLR_DEPRECATED; /** * Deprecated. See b/244583433. Instead, consider relying on GEO_TYPE and * looking up individual KG types in YTKS. * * Value: "GEO_TYPES_COLLECTION_SMALL_POLITICALS" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypesCollectionSmallPoliticals; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypesCollectionSmallPoliticals GTLR_DEPRECATED; /** * Deprecated. See b/244583433. Instead, consider relying on GEO_TYPE and * looking up individual KG types in YTKS. * * Value: "GEO_TYPES_COLLECTION_TRAVEL_AND_TOURISM" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypesCollectionTravelAndTourism; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_GeoTypesCollectionTravelAndTourism GTLR_DEPRECATED; /** Value: "HAS_A_VOTING_MID" */ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_HasAVotingMid; /** @@ -103319,7 +103319,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLe * * Value: "TV_SHOW_FOOTAGE" */ -FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_TvShowFootage; +FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDiscoveryLegosLegosSemanticRelationshipContext_Type_TvShowFootage GTLR_DEPRECATED; /** * The entity refers to a TV show genre added from a TV show annotated on this * video. Note that this does not imply that TV_SHOW_FOOTAGE is present on any diff --git a/Sources/GeneratedServices/DeploymentManager/Public/GoogleAPIClientForREST/GTLRDeploymentManagerObjects.h b/Sources/GeneratedServices/DeploymentManager/Public/GoogleAPIClientForREST/GTLRDeploymentManagerObjects.h index 66e103d41..0c04af03c 100644 --- a/Sources/GeneratedServices/DeploymentManager/Public/GoogleAPIClientForREST/GTLRDeploymentManagerObjects.h +++ b/Sources/GeneratedServices/DeploymentManager/Public/GoogleAPIClientForREST/GTLRDeploymentManagerObjects.h @@ -172,7 +172,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDeploymentManager_Operation_Warnings_Ite * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRDeploymentManager_Operation_Warnings_Item_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRDeploymentManager_Operation_Warnings_Item_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -356,7 +356,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDeploymentManager_Resource_Warnings_Item * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRDeploymentManager_Resource_Warnings_Item_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRDeploymentManager_Resource_Warnings_Item_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * @@ -614,7 +614,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDeploymentManager_ResourceUpdate_Warning * * Value: "FIELD_VALUE_OVERRIDEN" */ -FOUNDATION_EXTERN NSString * const kGTLRDeploymentManager_ResourceUpdate_Warnings_Item_Code_FieldValueOverriden; +FOUNDATION_EXTERN NSString * const kGTLRDeploymentManager_ResourceUpdate_Warnings_Item_Code_FieldValueOverriden GTLR_DEPRECATED; /** * The operation involved use of an injected kernel, which is deprecated. * diff --git a/Sources/GeneratedServices/Dialogflow/Public/GoogleAPIClientForREST/GTLRDialogflowObjects.h b/Sources/GeneratedServices/Dialogflow/Public/GoogleAPIClientForREST/GTLRDialogflowObjects.h index 127feaad8..e32524cd3 100644 --- a/Sources/GeneratedServices/Dialogflow/Public/GoogleAPIClientForREST/GTLRDialogflowObjects.h +++ b/Sources/GeneratedServices/Dialogflow/Public/GoogleAPIClientForREST/GTLRDialogflowObjects.h @@ -2569,7 +2569,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDialogflow_GoogleCloudDialogflowV2beta1I * * Value: "TEMPLATE" */ -FOUNDATION_EXTERN NSString * const kGTLRDialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrase_Type_Template; +FOUNDATION_EXTERN NSString * const kGTLRDialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrase_Type_Template GTLR_DEPRECATED; /** * Not specified. This value should never be used. * @@ -3338,7 +3338,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDialogflow_GoogleCloudDialogflowV2Intent * * Value: "TEMPLATE" */ -FOUNDATION_EXTERN NSString * const kGTLRDialogflow_GoogleCloudDialogflowV2IntentTrainingPhrase_Type_Template; +FOUNDATION_EXTERN NSString * const kGTLRDialogflow_GoogleCloudDialogflowV2IntentTrainingPhrase_Type_Template GTLR_DEPRECATED; /** * Not specified. This value should never be used. * diff --git a/Sources/GeneratedServices/Directory/Public/GoogleAPIClientForREST/GTLRDirectoryObjects.h b/Sources/GeneratedServices/Directory/Public/GoogleAPIClientForREST/GTLRDirectoryObjects.h index 9e094595a..6010306e0 100644 --- a/Sources/GeneratedServices/Directory/Public/GoogleAPIClientForREST/GTLRDirectoryObjects.h +++ b/Sources/GeneratedServices/Directory/Public/GoogleAPIClientForREST/GTLRDirectoryObjects.h @@ -123,7 +123,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReas * * Value: "DEPROVISION_REASON_DOMAIN_MOVE" */ -FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReason_DeprovisionReasonDomainMove; +FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReason_DeprovisionReasonDomainMove GTLR_DEPRECATED; /** * A reason was not required. For example, the licenses were returned to the * customer's license pool. @@ -137,7 +137,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReas * * Value: "DEPROVISION_REASON_OTHER" */ -FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReason_DeprovisionReasonOther; +FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReason_DeprovisionReasonOther GTLR_DEPRECATED; /** * The device was deprovisioned by the Repair Service Center. Can only be set * by Repair Service Center during RMA. @@ -165,7 +165,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReas * * Value: "DEPROVISION_REASON_SERVICE_EXPIRATION" */ -FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReason_DeprovisionReasonServiceExpiration; +FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReason_DeprovisionReasonServiceExpiration GTLR_DEPRECATED; /** * The deprovision reason is unknown. * @@ -177,7 +177,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReas * * Value: "DEPROVISION_REASON_UPGRADE" */ -FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReason_DeprovisionReasonUpgrade; +FOUNDATION_EXTERN NSString * const kGTLRDirectory_ChromeOsDevice_DeprovisionReason_DeprovisionReasonUpgrade GTLR_DEPRECATED; /** * ChromeOS Flex upgrade transfer. This is a ChromeOS Flex device that you are * replacing with a Chromebook within a year. diff --git a/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoObjects.h b/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoObjects.h index 364f28857..7f5dc715c 100644 --- a/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoObjects.h +++ b/Sources/GeneratedServices/DisplayVideo/Public/GoogleAPIClientForREST/GTLRDisplayVideoObjects.h @@ -2723,49 +2723,49 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateAssignedTargetingOpti * * Value: "SDF_VERSION_3_1" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion31; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion31 GTLR_DEPRECATED; /** * SDF version 4 * * Value: "SDF_VERSION_4" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion4; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion4 GTLR_DEPRECATED; /** * SDF version 4.1 * * Value: "SDF_VERSION_4_1" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion41; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion41 GTLR_DEPRECATED; /** * SDF version 4.2 * * Value: "SDF_VERSION_4_2" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion42; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion42 GTLR_DEPRECATED; /** * SDF version 5. * * Value: "SDF_VERSION_5" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion5; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion5 GTLR_DEPRECATED; /** * SDF version 5.1 * * Value: "SDF_VERSION_5_1" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion51; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion51 GTLR_DEPRECATED; /** * SDF version 5.2 * * Value: "SDF_VERSION_5_2" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion52; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion52 GTLR_DEPRECATED; /** * SDF version 5.3 * * Value: "SDF_VERSION_5_3" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion53; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_CreateSdfDownloadTaskRequest_Version_SdfVersion53 GTLR_DEPRECATED; /** * SDF version 5.4 * @@ -6555,7 +6555,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_FirstAndThirdPartyAudience_ * * Value: "ACTIVITY_BASED" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_FirstAndThirdPartyAudience_AudienceType_ActivityBased; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_FirstAndThirdPartyAudience_AudienceType_ActivityBased GTLR_DEPRECATED; /** * Default value when type is not specified or is unknown. * @@ -6588,7 +6588,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_FirstAndThirdPartyAudience_ * * Value: "FREQUENCY_CAP" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_FirstAndThirdPartyAudience_AudienceType_FrequencyCap; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_FirstAndThirdPartyAudience_AudienceType_FrequencyCap GTLR_DEPRECATED; /** * Subtype of third party audience type. * @@ -7470,7 +7470,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_GoogleAudience_GoogleAudien * * Value: "GOOGLE_AUDIENCE_TYPE_INSTALLED_APPS" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_GoogleAudience_GoogleAudienceType_GoogleAudienceTypeInstalledApps; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_GoogleAudience_GoogleAudienceType_GoogleAudienceTypeInstalledApps GTLR_DEPRECATED; /** * Life-Event type Google audience. * @@ -7482,7 +7482,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_GoogleAudience_GoogleAudien * * Value: "GOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICES" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_GoogleAudience_GoogleAudienceType_GoogleAudienceTypeNewMobileDevices; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_GoogleAudience_GoogleAudienceType_GoogleAudienceTypeNewMobileDevices GTLR_DEPRECATED; /** * Default value when type is not specified or is unknown. * @@ -8124,7 +8124,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_HouseholdIncomeTargetingOpt * * Value: "BILLABLE_OUTCOME_PAY_PER_CLICK" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_InsertionOrder_BillableOutcome_BillableOutcomePayPerClick; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_InsertionOrder_BillableOutcome_BillableOutcomePayPerClick GTLR_DEPRECATED; /** * Pay per impressions. * @@ -8136,7 +8136,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_InsertionOrder_BillableOutc * * Value: "BILLABLE_OUTCOME_PAY_PER_VIEWABLE_IMPRESSION" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_InsertionOrder_BillableOutcome_BillableOutcomePayPerViewableImpression; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_InsertionOrder_BillableOutcome_BillableOutcomePayPerViewableImpression GTLR_DEPRECATED; /** * Unspecified billable outcome. * @@ -10626,7 +10626,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_PartnerRevenueModel_MarkupT * * Value: "PARTNER_REVENUE_MODEL_MARKUP_TYPE_MEDIA_COST_MARKUP" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_PartnerRevenueModel_MarkupType_PartnerRevenueModelMarkupTypeMediaCostMarkup; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_PartnerRevenueModel_MarkupType_PartnerRevenueModelMarkupTypeMediaCostMarkup GTLR_DEPRECATED; /** * Calculate the partner revenue based on a percentage surcharge of its total * media cost, which includes all partner costs and data costs. @@ -11104,49 +11104,49 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_ScriptError_ErrorCode_Synta * * Value: "SDF_VERSION_3_1" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion31; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion31 GTLR_DEPRECATED; /** * SDF version 4 * * Value: "SDF_VERSION_4" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion4; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion4 GTLR_DEPRECATED; /** * SDF version 4.1 * * Value: "SDF_VERSION_4_1" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion41; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion41 GTLR_DEPRECATED; /** * SDF version 4.2 * * Value: "SDF_VERSION_4_2" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion42; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion42 GTLR_DEPRECATED; /** * SDF version 5. * * Value: "SDF_VERSION_5" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion5; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion5 GTLR_DEPRECATED; /** * SDF version 5.1 * * Value: "SDF_VERSION_5_1" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion51; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion51 GTLR_DEPRECATED; /** * SDF version 5.2 * * Value: "SDF_VERSION_5_2" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion52; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion52 GTLR_DEPRECATED; /** * SDF version 5.3 * * Value: "SDF_VERSION_5_3" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion53; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersion53 GTLR_DEPRECATED; /** * SDF version 5.4 * @@ -11180,49 +11180,49 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfConfig_Version_SdfVersio * * Value: "SDF_VERSION_3_1" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion31; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion31 GTLR_DEPRECATED; /** * SDF version 4 * * Value: "SDF_VERSION_4" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion4; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion4 GTLR_DEPRECATED; /** * SDF version 4.1 * * Value: "SDF_VERSION_4_1" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion41; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion41 GTLR_DEPRECATED; /** * SDF version 4.2 * * Value: "SDF_VERSION_4_2" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion42; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion42 GTLR_DEPRECATED; /** * SDF version 5. * * Value: "SDF_VERSION_5" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion5; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion5 GTLR_DEPRECATED; /** * SDF version 5.1 * * Value: "SDF_VERSION_5_1" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion51; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion51 GTLR_DEPRECATED; /** * SDF version 5.2 * * Value: "SDF_VERSION_5_2" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion52; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion52 GTLR_DEPRECATED; /** * SDF version 5.3 * * Value: "SDF_VERSION_5_3" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion53; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_SdfDownloadTaskMetadata_Version_SdfVersion53 GTLR_DEPRECATED; /** * SDF version 5.4 * @@ -11614,7 +11614,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetFrequency_TimeUnit_Ti * * Value: "BALANCED_EXPANSION" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_TargetingExpansionLevel_BalancedExpansion; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_TargetingExpansionLevel_BalancedExpansion GTLR_DEPRECATED; /** * Optimized targeting is on. * @@ -11626,13 +11626,13 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_Ta * * Value: "MORE_EXPANSION" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_TargetingExpansionLevel_MoreExpansion; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_TargetingExpansionLevel_MoreExpansion GTLR_DEPRECATED; /** * If used, will automatically be set to `LEAST_EXPANSION`. * * Value: "MOST_EXPANSION" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_TargetingExpansionLevel_MostExpansion; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_TargetingExpansionLevel_MostExpansion GTLR_DEPRECATED; /** * Optimized targeting is off. * @@ -11644,7 +11644,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_Ta * * Value: "SOME_EXPANSION" */ -FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_TargetingExpansionLevel_SomeExpansion; +FOUNDATION_EXTERN NSString * const kGTLRDisplayVideo_TargetingExpansionConfig_TargetingExpansionLevel_SomeExpansion GTLR_DEPRECATED; /** * The optimized targeting setting is not specified or is unknown in this * version. diff --git a/Sources/GeneratedServices/Document/Public/GoogleAPIClientForREST/GTLRDocumentObjects.h b/Sources/GeneratedServices/Document/Public/GoogleAPIClientForREST/GTLRDocumentObjects.h index aca6eacdc..a47f69843 100644 --- a/Sources/GeneratedServices/Document/Public/GoogleAPIClientForREST/GTLRDocumentObjects.h +++ b/Sources/GeneratedServices/Document/Public/GoogleAPIClientForREST/GTLRDocumentObjects.h @@ -615,19 +615,19 @@ FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta1Doc * * Value: "EVAL_APPROVED" */ -FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta1DocumentProvenance_Type_EvalApproved; +FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta1DocumentProvenance_Type_EvalApproved GTLR_DEPRECATED; /** * Deprecated. Request human review for the element identified by `parent`. * * Value: "EVAL_REQUESTED" */ -FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta1DocumentProvenance_Type_EvalRequested; +FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta1DocumentProvenance_Type_EvalRequested GTLR_DEPRECATED; /** * Deprecated. Element is skipped in the validation process. * * Value: "EVAL_SKIPPED" */ -FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta1DocumentProvenance_Type_EvalSkipped; +FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta1DocumentProvenance_Type_EvalSkipped GTLR_DEPRECATED; /** * Operation type unspecified. If no operation is specified a provenance entry * is simply used to match against a `parent`. @@ -835,19 +835,19 @@ FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta2Doc * * Value: "EVAL_APPROVED" */ -FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta2DocumentProvenance_Type_EvalApproved; +FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta2DocumentProvenance_Type_EvalApproved GTLR_DEPRECATED; /** * Deprecated. Request human review for the element identified by `parent`. * * Value: "EVAL_REQUESTED" */ -FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta2DocumentProvenance_Type_EvalRequested; +FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta2DocumentProvenance_Type_EvalRequested GTLR_DEPRECATED; /** * Deprecated. Element is skipped in the validation process. * * Value: "EVAL_SKIPPED" */ -FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta2DocumentProvenance_Type_EvalSkipped; +FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1beta2DocumentProvenance_Type_EvalSkipped GTLR_DEPRECATED; /** * Operation type unspecified. If no operation is specified a provenance entry * is simply used to match against a `parent`. @@ -1336,19 +1336,19 @@ FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1Document * * Value: "EVAL_APPROVED" */ -FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalApproved; +FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalApproved GTLR_DEPRECATED; /** * Deprecated. Request human review for the element identified by `parent`. * * Value: "EVAL_REQUESTED" */ -FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalRequested; +FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalRequested GTLR_DEPRECATED; /** * Deprecated. Element is skipped in the validation process. * * Value: "EVAL_SKIPPED" */ -FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalSkipped; +FOUNDATION_EXTERN NSString * const kGTLRDocument_GoogleCloudDocumentaiV1DocumentProvenance_Type_EvalSkipped GTLR_DEPRECATED; /** * Operation type unspecified. If no operation is specified a provenance entry * is simply used to match against a `parent`. diff --git a/Sources/GeneratedServices/DoubleClickBidManager/Public/GoogleAPIClientForREST/GTLRDoubleClickBidManagerObjects.h b/Sources/GeneratedServices/DoubleClickBidManager/Public/GoogleAPIClientForREST/GTLRDoubleClickBidManagerObjects.h index c55164cb6..24ad88291 100644 --- a/Sources/GeneratedServices/DoubleClickBidManager/Public/GoogleAPIClientForREST/GTLRDoubleClickBidManagerObjects.h +++ b/Sources/GeneratedServices/DoubleClickBidManager/Public/GoogleAPIClientForREST/GTLRDoubleClickBidManagerObjects.h @@ -172,7 +172,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDoubleClickBidManager_DataRange_Range_Ye * * Value: "AUDIENCE_COMPOSITION" */ -FOUNDATION_EXTERN NSString * const kGTLRDoubleClickBidManager_Parameters_Type_AudienceComposition; +FOUNDATION_EXTERN NSString * const kGTLRDoubleClickBidManager_Parameters_Type_AudienceComposition GTLR_DEPRECATED; /** * Floodlight report. * diff --git a/Sources/GeneratedServices/FirebaseDynamicLinks/Public/GoogleAPIClientForREST/GTLRFirebaseDynamicLinksObjects.h b/Sources/GeneratedServices/FirebaseDynamicLinks/Public/GoogleAPIClientForREST/GTLRFirebaseDynamicLinksObjects.h index 6951fcb09..67dc8c31e 100644 --- a/Sources/GeneratedServices/FirebaseDynamicLinks/Public/GoogleAPIClientForREST/GTLRFirebaseDynamicLinksObjects.h +++ b/Sources/GeneratedServices/FirebaseDynamicLinks/Public/GoogleAPIClientForREST/GTLRFirebaseDynamicLinksObjects.h @@ -96,7 +96,7 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_DynamicLinkEventSta * * Value: "DESKTOP" */ -FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_DynamicLinkEventStat_Platform_Desktop; +FOUNDATION_EXTERN NSString * const kGTLRFirebaseDynamicLinks_DynamicLinkEventStat_Platform_Desktop GTLR_DEPRECATED; /** * Unspecified platform. * diff --git a/Sources/GeneratedServices/MyBusinessNotificationSettings/Public/GoogleAPIClientForREST/GTLRMyBusinessNotificationSettingsObjects.h b/Sources/GeneratedServices/MyBusinessNotificationSettings/Public/GoogleAPIClientForREST/GTLRMyBusinessNotificationSettingsObjects.h index ff41d73ec..d428acf89 100644 --- a/Sources/GeneratedServices/MyBusinessNotificationSettings/Public/GoogleAPIClientForREST/GTLRMyBusinessNotificationSettingsObjects.h +++ b/Sources/GeneratedServices/MyBusinessNotificationSettings/Public/GoogleAPIClientForREST/GTLRMyBusinessNotificationSettingsObjects.h @@ -50,7 +50,7 @@ FOUNDATION_EXTERN NSString * const kGTLRMyBusinessNotificationSettings_Notificat * * Value: "LOSS_OF_VOICE_OF_MERCHANT" */ -FOUNDATION_EXTERN NSString * const kGTLRMyBusinessNotificationSettings_NotificationSetting_NotificationTypes_LossOfVoiceOfMerchant; +FOUNDATION_EXTERN NSString * const kGTLRMyBusinessNotificationSettings_NotificationSetting_NotificationTypes_LossOfVoiceOfMerchant GTLR_DEPRECATED; /** * A new answer is added to the location. The notification will provide the * resource name of question and answer. diff --git a/Sources/GeneratedServices/PeopleService/Public/GoogleAPIClientForREST/GTLRPeopleServiceObjects.h b/Sources/GeneratedServices/PeopleService/Public/GoogleAPIClientForREST/GTLRPeopleServiceObjects.h index 95788ca88..747077d8f 100644 --- a/Sources/GeneratedServices/PeopleService/Public/GoogleAPIClientForREST/GTLRPeopleServiceObjects.h +++ b/Sources/GeneratedServices/PeopleService/Public/GoogleAPIClientForREST/GTLRPeopleServiceObjects.h @@ -333,32 +333,32 @@ FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_Default; * * Value: "GPLUS" */ -FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_Gplus; +FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_Gplus GTLR_DEPRECATED; /** * Initials. * * Value: "INITIALS" */ -FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_Initials; +FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_Initials GTLR_DEPRECATED; /** * Maiden name or birth family name. Used when the person's family name has * changed as a result of marriage. * * Value: "MAIDEN_NAME" */ -FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_MaidenName; +FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_MaidenName GTLR_DEPRECATED; /** * A professional affiliation or other name; for example, `Dr. Smith.` * * Value: "OTHER_NAME" */ -FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_OtherName; +FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_OtherName GTLR_DEPRECATED; /** * A shorter version of the person's name. * * Value: "SHORT_NAME" */ -FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_ShortName; +FOUNDATION_EXTERN NSString * const kGTLRPeopleService_Nickname_Type_ShortName GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRPeopleService_Person.ageRange diff --git a/Sources/GeneratedServices/RecaptchaEnterprise/Public/GoogleAPIClientForREST/GTLRRecaptchaEnterpriseObjects.h b/Sources/GeneratedServices/RecaptchaEnterprise/Public/GoogleAPIClientForREST/GTLRRecaptchaEnterpriseObjects.h index 0831b6d5a..5680e7674 100644 --- a/Sources/GeneratedServices/RecaptchaEnterprise/Public/GoogleAPIClientForREST/GTLRRecaptchaEnterpriseObjects.h +++ b/Sources/GeneratedServices/RecaptchaEnterprise/Public/GoogleAPIClientForREST/GTLRRecaptchaEnterpriseObjects.h @@ -206,7 +206,7 @@ FOUNDATION_EXTERN NSString * const kGTLRRecaptchaEnterprise_GoogleCloudRecaptcha * * Value: "PASSWORD_CORRECT" */ -FOUNDATION_EXTERN NSString * const kGTLRRecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest_Annotation_PasswordCorrect; +FOUNDATION_EXTERN NSString * const kGTLRRecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest_Annotation_PasswordCorrect GTLR_DEPRECATED; /** * Provides information that the event was related to a login event in which * the user typed the incorrect password. Deprecated, prefer indicating @@ -214,7 +214,7 @@ FOUNDATION_EXTERN NSString * const kGTLRRecaptchaEnterprise_GoogleCloudRecaptcha * * Value: "PASSWORD_INCORRECT" */ -FOUNDATION_EXTERN NSString * const kGTLRRecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest_Annotation_PasswordIncorrect; +FOUNDATION_EXTERN NSString * const kGTLRRecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest_Annotation_PasswordIncorrect GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRRecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest.reasons diff --git a/Sources/GeneratedServices/SA360/Public/GoogleAPIClientForREST/GTLRSA360Objects.h b/Sources/GeneratedServices/SA360/Public/GoogleAPIClientForREST/GTLRSA360Objects.h index 76e70c723..6d8046f47 100644 --- a/Sources/GeneratedServices/SA360/Public/GoogleAPIClientForREST/GTLRSA360Objects.h +++ b/Sources/GeneratedServices/SA360/Public/GoogleAPIClientForREST/GTLRSA360Objects.h @@ -2606,7 +2606,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAd * * Value: "AD_GROUP_ELIGIBLE" */ -FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroup_EngineStatus_AdGroupEligible; +FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroup_EngineStatus_AdGroupEligible GTLR_DEPRECATED; /** * No ads are running for this ad group, because the ad group's end date has * passed. @@ -2856,7 +2856,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAd * * Value: "AD_GROUP_AD_ELIGIBLE" */ -FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroupAd_EngineStatus_AdGroupAdEligible; +FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroupAd_EngineStatus_AdGroupAdEligible GTLR_DEPRECATED; /** * Baidu: Creative was not approved. * @@ -2880,7 +2880,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAd * * Value: "AD_GROUP_AD_ON_HOLD" */ -FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroupAd_EngineStatus_AdGroupAdOnHold; +FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroupAd_EngineStatus_AdGroupAdOnHold GTLR_DEPRECATED; /** * Baidu: Creative is invalid on mobile device but valid on desktop. * @@ -3060,7 +3060,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAd * * Value: "AD_GROUP_CRITERION_ELIGIBLE" */ -FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroupCriterion_EngineStatus_AdGroupCriterionEligible; +FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroupCriterion_EngineStatus_AdGroupCriterionEligible GTLR_DEPRECATED; /** * Baidu: Bid or quality too low to be displayed. * @@ -3110,7 +3110,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAd * * Value: "AD_GROUP_CRITERION_ON_HOLD" */ -FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroupCriterion_EngineStatus_AdGroupCriterionOnHold; +FOUNDATION_EXTERN NSString * const kGTLRSA360_GoogleAdsSearchads360V0ResourcesAdGroupCriterion_EngineStatus_AdGroupCriterionOnHold GTLR_DEPRECATED; /** * Baidu: The landing page for one device is invalid, while the landing page * for the other device is valid. diff --git a/Sources/GeneratedServices/SQLAdmin/Public/GoogleAPIClientForREST/GTLRSQLAdminObjects.h b/Sources/GeneratedServices/SQLAdmin/Public/GoogleAPIClientForREST/GTLRSQLAdminObjects.h index 075025ce2..cc0d8731c 100644 --- a/Sources/GeneratedServices/SQLAdmin/Public/GoogleAPIClientForREST/GTLRSQLAdminObjects.h +++ b/Sources/GeneratedServices/SQLAdmin/Public/GoogleAPIClientForREST/GTLRSQLAdminObjects.h @@ -278,7 +278,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_BackendType_Ext * * Value: "FIRST_GEN" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_BackendType_FirstGen; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_BackendType_FirstGen GTLR_DEPRECATED; /** * V2 speckle instance. * @@ -300,13 +300,13 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_BackendType_Sql * * Value: "MYSQL_5_1" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_DatabaseVersion_Mysql51; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_DatabaseVersion_Mysql51 GTLR_DEPRECATED; /** * The database version is MySQL 5.5. * * Value: "MYSQL_5_5" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_DatabaseVersion_Mysql55; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_DatabaseVersion_Mysql55 GTLR_DEPRECATED; /** * The database version is MySQL 5.6. * @@ -354,7 +354,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_DatabaseVersion * * Value: "MYSQL_8_0_29" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_DatabaseVersion_Mysql8029; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ConnectSettings_DatabaseVersion_Mysql8029 GTLR_DEPRECATED; /** * The database major version is MySQL 8.0 and the minor version is 30. * @@ -532,7 +532,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_BackendType_Ex * * Value: "FIRST_GEN" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_BackendType_FirstGen; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_BackendType_FirstGen GTLR_DEPRECATED; /** * V2 speckle instance. * @@ -554,13 +554,13 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_BackendType_Sq * * Value: "MYSQL_5_1" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_DatabaseVersion_Mysql51; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_DatabaseVersion_Mysql51 GTLR_DEPRECATED; /** * The database version is MySQL 5.5. * * Value: "MYSQL_5_5" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_DatabaseVersion_Mysql55; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_DatabaseVersion_Mysql55 GTLR_DEPRECATED; /** * The database version is MySQL 5.6. * @@ -608,7 +608,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_DatabaseVersio * * Value: "MYSQL_8_0_29" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_DatabaseVersion_Mysql8029; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_DatabaseVersion_Mysql8029 GTLR_DEPRECATED; /** * The database major version is MySQL 8.0 and the minor version is 30. * @@ -823,7 +823,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_State_Maintena * * Value: "ONLINE_MAINTENANCE" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_State_OnlineMaintenance; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_DatabaseInstance_State_OnlineMaintenance GTLR_DEPRECATED; /** * The instance is being created. * @@ -952,13 +952,13 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_ExportContext_BakExportOptions_ * * Value: "MYSQL_5_1" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Flag_AppliesTo_Mysql51; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Flag_AppliesTo_Mysql51 GTLR_DEPRECATED; /** * The database version is MySQL 5.5. * * Value: "MYSQL_5_5" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Flag_AppliesTo_Mysql55; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Flag_AppliesTo_Mysql55 GTLR_DEPRECATED; /** * The database version is MySQL 5.6. * @@ -1006,7 +1006,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Flag_AppliesTo_Mysql8028; * * Value: "MYSQL_8_0_29" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Flag_AppliesTo_Mysql8029; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Flag_AppliesTo_Mysql8029 GTLR_DEPRECATED; /** * The database major version is MySQL 8.0 and the minor version is 30. * @@ -1350,7 +1350,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_MaintenanceWindow_UpdateTrack_S */ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_AutoRestart; /** Value: "BACKUP" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_Backup; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_Backup GTLR_DEPRECATED; /** * Performs instance backup. * @@ -1374,7 +1374,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_Create; * * Value: "CREATE_CLONE" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_CreateClone; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_CreateClone GTLR_DEPRECATED; /** * Creates a database in the Cloud SQL instance. * @@ -1394,7 +1394,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_CreateR */ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_CreateUser; /** Value: "DEFER_MAINTENANCE" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_DeferMaintenance; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_DeferMaintenance GTLR_DEPRECATED; /** * Deletes a Cloud SQL instance. * @@ -1437,7 +1437,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_DemoteM * * Value: "ENABLE_PRIVATE_IP" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_EnablePrivateIp; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_EnablePrivateIp GTLR_DEPRECATED; /** * Exports data from a Cloud SQL instance to a Cloud Storage bucket. * @@ -1508,7 +1508,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_Restart */ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_RestoreVolume; /** Value: "SNAPSHOT" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_Snapshot; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Operation_OperationType_Snapshot GTLR_DEPRECATED; /** * Unknown operation type. * @@ -1655,7 +1655,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Settings_ActivationPolicy_Never * * Value: "ON_DEMAND" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Settings_ActivationPolicy_OnDemand; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Settings_ActivationPolicy_OnDemand GTLR_DEPRECATED; /** * Unknown activation plan. * @@ -1718,7 +1718,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Settings_ConnectorEnforcement_R * * Value: "OBSOLETE_LOCAL_SSD" */ -FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Settings_DataDiskType_ObsoleteLocalSsd; +FOUNDATION_EXTERN NSString * const kGTLRSQLAdmin_Settings_DataDiskType_ObsoleteLocalSsd GTLR_DEPRECATED; /** * An HDD data disk. * diff --git a/Sources/GeneratedServices/SearchConsole/Public/GoogleAPIClientForREST/GTLRSearchConsoleObjects.h b/Sources/GeneratedServices/SearchConsole/Public/GoogleAPIClientForREST/GTLRSearchConsoleObjects.h index ff97b006f..73dbc6236 100644 --- a/Sources/GeneratedServices/SearchConsole/Public/GoogleAPIClientForREST/GTLRSearchConsoleObjects.h +++ b/Sources/GeneratedServices/SearchConsole/Public/GoogleAPIClientForREST/GTLRSearchConsoleObjects.h @@ -912,13 +912,13 @@ FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemap_Type_AtomFeed; /** Value: "NOT_SITEMAP" */ FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemap_Type_NotSitemap; /** Value: "OCEANFRONT" */ -FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemap_Type_Oceanfront; +FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemap_Type_Oceanfront GTLR_DEPRECATED; /** * Unsupported sitemap types. * * Value: "PATTERN_SITEMAP" */ -FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemap_Type_PatternSitemap; +FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemap_Type_PatternSitemap GTLR_DEPRECATED; /** Value: "RSS_FEED" */ FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemap_Type_RssFeed; /** Value: "SITEMAP" */ @@ -936,7 +936,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemapContent_Type_And * * Value: "DATA_FEED_ELEMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemapContent_Type_DataFeedElement; +FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemapContent_Type_DataFeedElement GTLR_DEPRECATED; /** Value: "IMAGE" */ FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemapContent_Type_Image; /** Value: "IOS_APP" */ @@ -950,7 +950,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemapContent_Type_New * * Value: "PATTERN" */ -FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemapContent_Type_Pattern; +FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemapContent_Type_Pattern GTLR_DEPRECATED; /** Value: "VIDEO" */ FOUNDATION_EXTERN NSString * const kGTLRSearchConsole_WmxSitemapContent_Type_Video; /** Value: "WEB" */ diff --git a/Sources/GeneratedServices/ShoppingContent/Public/GoogleAPIClientForREST/GTLRShoppingContentObjects.h b/Sources/GeneratedServices/ShoppingContent/Public/GoogleAPIClientForREST/GTLRShoppingContentObjects.h index d0a4f50bd..b176f23b7 100644 --- a/Sources/GeneratedServices/ShoppingContent/Public/GoogleAPIClientForREST/GTLRShoppingContentObjects.h +++ b/Sources/GeneratedServices/ShoppingContent/Public/GoogleAPIClientForREST/GTLRShoppingContentObjects.h @@ -344,7 +344,7 @@ FOUNDATION_EXTERN NSString * const kGTLRShoppingContent_AccountCredentials_Purpo * * Value: "SHOPIFY_ORDER_MANAGEMENT" */ -FOUNDATION_EXTERN NSString * const kGTLRShoppingContent_AccountCredentials_Purpose_ShopifyOrderManagement; +FOUNDATION_EXTERN NSString * const kGTLRShoppingContent_AccountCredentials_Purpose_ShopifyOrderManagement GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRShoppingContent_AccountIssueImpact.severity diff --git a/Sources/GeneratedServices/Testing/Public/GoogleAPIClientForREST/GTLRTestingObjects.h b/Sources/GeneratedServices/Testing/Public/GoogleAPIClientForREST/GTLRTestingObjects.h index d179c53e2..438111d7c 100644 --- a/Sources/GeneratedServices/Testing/Public/GoogleAPIClientForREST/GTLRTestingObjects.h +++ b/Sources/GeneratedServices/Testing/Public/GoogleAPIClientForREST/GTLRTestingObjects.h @@ -782,7 +782,7 @@ FOUNDATION_EXTERN NSString * const kGTLRTesting_TestMatrix_InvalidMatrixDetails_ * * Value: "TEST_ONLY_APK" */ -FOUNDATION_EXTERN NSString * const kGTLRTesting_TestMatrix_InvalidMatrixDetails_TestOnlyApk; +FOUNDATION_EXTERN NSString * const kGTLRTesting_TestMatrix_InvalidMatrixDetails_TestOnlyApk GTLR_DEPRECATED; /** * Not enough test quota to run the executions in this matrix. * diff --git a/Sources/GeneratedServices/Vault/Public/GoogleAPIClientForREST/GTLRVaultObjects.h b/Sources/GeneratedServices/Vault/Public/GoogleAPIClientForREST/GTLRVaultObjects.h index 68e206943..84298d366 100644 --- a/Sources/GeneratedServices/Vault/Public/GoogleAPIClientForREST/GTLRVaultObjects.h +++ b/Sources/GeneratedServices/Vault/Public/GoogleAPIClientForREST/GTLRVaultObjects.h @@ -566,7 +566,7 @@ FOUNDATION_EXTERN NSString * const kGTLRVault_Query_Method_SitesUrl; * * Value: "TEAM_DRIVE" */ -FOUNDATION_EXTERN NSString * const kGTLRVault_Query_Method_TeamDrive; +FOUNDATION_EXTERN NSString * const kGTLRVault_Query_Method_TeamDrive GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRVault_Query.searchMethod @@ -625,7 +625,7 @@ FOUNDATION_EXTERN NSString * const kGTLRVault_Query_SearchMethod_SitesUrl; * * Value: "TEAM_DRIVE" */ -FOUNDATION_EXTERN NSString * const kGTLRVault_Query_SearchMethod_TeamDrive; +FOUNDATION_EXTERN NSString * const kGTLRVault_Query_SearchMethod_TeamDrive GTLR_DEPRECATED; // ---------------------------------------------------------------------------- // GTLRVault_VoiceExportOptions.exportFormat diff --git a/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeObjects.h b/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeObjects.h index 49123c64e..e068de16c 100644 --- a/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeObjects.h +++ b/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeObjects.h @@ -361,9 +361,9 @@ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_Chann /** Value: "completedEvents" */ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_CompletedEvents; /** Value: "likedPlaylists" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_LikedPlaylists; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_LikedPlaylists GTLR_DEPRECATED; /** Value: "likes" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_Likes; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_Likes GTLR_DEPRECATED; /** Value: "liveEvents" */ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_LiveEvents; /** Value: "multipleChannels" */ @@ -373,13 +373,13 @@ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_Multi /** Value: "popularUploads" */ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_PopularUploads; /** Value: "postedPlaylists" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_PostedPlaylists; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_PostedPlaylists GTLR_DEPRECATED; /** Value: "postedVideos" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_PostedVideos; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_PostedVideos GTLR_DEPRECATED; /** Value: "recentActivity" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_RecentActivity; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_RecentActivity GTLR_DEPRECATED; /** Value: "recentPosts" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_RecentPosts; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_RecentPosts GTLR_DEPRECATED; /** Value: "recentUploads" */ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ChannelSectionSnippet_Type_RecentUploads; /** Value: "singlePlaylist" */ @@ -2256,19 +2256,19 @@ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfA; * * Value: "lsfBo" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfBo; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfBo GTLR_DEPRECATED; /** * D * * Value: "lsfD" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfD; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfD GTLR_DEPRECATED; /** * R * * Value: "lsfR" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfR; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfR GTLR_DEPRECATED; /** * SU * @@ -2276,7 +2276,7 @@ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfR; */ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfSu; /** Value: "lsfUnrated" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfUnrated; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfUnrated GTLR_DEPRECATED; /** Value: "lsfUnspecified" */ FOUNDATION_EXTERN NSString * const kGTLRYouTube_ContentRating_LsfRating_LsfUnspecified; @@ -3536,11 +3536,11 @@ FOUNDATION_EXTERN NSString * const kGTLRYouTube_CuepointSchedule_ScheduleStrateg // GTLRYouTube_InvideoPosition.cornerPosition /** Value: "bottomLeft" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_InvideoPosition_CornerPosition_BottomLeft; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_InvideoPosition_CornerPosition_BottomLeft GTLR_DEPRECATED; /** Value: "bottomRight" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_InvideoPosition_CornerPosition_BottomRight; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_InvideoPosition_CornerPosition_BottomRight GTLR_DEPRECATED; /** Value: "topLeft" */ -FOUNDATION_EXTERN NSString * const kGTLRYouTube_InvideoPosition_CornerPosition_TopLeft; +FOUNDATION_EXTERN NSString * const kGTLRYouTube_InvideoPosition_CornerPosition_TopLeft GTLR_DEPRECATED; /** Value: "topRight" */ FOUNDATION_EXTERN NSString * const kGTLRYouTube_InvideoPosition_CornerPosition_TopRight;