Skip to content

Commit

Permalink
Regenerate to pick up the Object Param Enum annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Sep 1, 2023
1 parent a68e577 commit 472b8ed
Show file tree
Hide file tree
Showing 39 changed files with 1,885 additions and 1,885 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -2720,15 +2720,15 @@ 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
* equivalent to LOCATION_ENFORCED.
*
* 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.
*
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -705,30 +705,30 @@ 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
* state.
*
* 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
* is a reason to put the project in a EXTERNAL_OFF state.
*
* 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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`.
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 472b8ed

Please sign in to comment.