diff --git a/Sources/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.m b/Sources/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.m index 985c02d25..5492a5d99 100644 --- a/Sources/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.m +++ b/Sources/GeneratedServices/AdExchangeBuyerII/GTLRAdExchangeBuyerIIObjects.m @@ -482,6 +482,10 @@ NSString * const kGTLRAdExchangeBuyerII_VideoTargeting_TargetedPositionTypes_Postroll = @"POSTROLL"; NSString * const kGTLRAdExchangeBuyerII_VideoTargeting_TargetedPositionTypes_Preroll = @"PREROLL"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRAdExchangeBuyerII_AbsoluteDateRange @@ -2125,3 +2129,5 @@ @implementation GTLRAdExchangeBuyerII_VideoTargeting @implementation GTLRAdExchangeBuyerII_WatchCreativeRequest @dynamic topic; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/AdExchangeBuyerII/Public/GoogleAPIClientForREST/GTLRAdExchangeBuyerIIObjects.h b/Sources/GeneratedServices/AdExchangeBuyerII/Public/GoogleAPIClientForREST/GTLRAdExchangeBuyerIIObjects.h index d6e1ce89f..da0bbc18f 100644 --- a/Sources/GeneratedServices/AdExchangeBuyerII/Public/GoogleAPIClientForREST/GTLRAdExchangeBuyerIIObjects.h +++ b/Sources/GeneratedServices/AdExchangeBuyerII/Public/GoogleAPIClientForREST/GTLRAdExchangeBuyerIIObjects.h @@ -97,6 +97,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -6270,6 +6271,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAdExchangeBuyerII_VideoTargeting_Targete /** * Output only. A security context. */ +GTLR_DEPRECATED @interface GTLRAdExchangeBuyerII_SecurityContext : GTLRObject /** The security types in this context. */ diff --git a/Sources/GeneratedServices/Aiplatform/GTLRAiplatformObjects.m b/Sources/GeneratedServices/Aiplatform/GTLRAiplatformObjects.m index 9f11e9d2f..2bf487996 100644 --- a/Sources/GeneratedServices/Aiplatform/GTLRAiplatformObjects.m +++ b/Sources/GeneratedServices/Aiplatform/GTLRAiplatformObjects.m @@ -565,6 +565,10 @@ NSString * const kGTLRAiplatform_GoogleCloudAiplatformV1Trial_State_Stopping = @"STOPPING"; NSString * const kGTLRAiplatform_GoogleCloudAiplatformV1Trial_State_Succeeded = @"SUCCEEDED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRAiplatform_GoogleApiHttpBody @@ -10178,3 +10182,5 @@ @implementation GTLRAiplatform_GoogleTypeInterval @implementation GTLRAiplatform_GoogleTypeMoney @dynamic currencyCode, nanos, units; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformObjects.h b/Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformObjects.h index 05cce9b7b..e49403b8a 100644 --- a/Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformObjects.h +++ b/Sources/GeneratedServices/Aiplatform/Public/GoogleAPIClientForREST/GTLRAiplatformObjects.h @@ -451,6 +451,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -14407,6 +14408,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAiplatform_GoogleCloudAiplatformV1Trial_ * of properties and then fetch them; or @c -additionalProperties to * fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRAiplatform_GoogleCloudAiplatformV1PipelineJobRuntimeConfig_Parameters : GTLRObject @end diff --git a/Sources/GeneratedServices/AndroidManagement/GTLRAndroidManagementObjects.m b/Sources/GeneratedServices/AndroidManagement/GTLRAndroidManagementObjects.m index ecfb905e9..5d0aebeaa 100644 --- a/Sources/GeneratedServices/AndroidManagement/GTLRAndroidManagementObjects.m +++ b/Sources/GeneratedServices/AndroidManagement/GTLRAndroidManagementObjects.m @@ -657,6 +657,10 @@ NSString * const kGTLRAndroidManagement_WebToken_Permissions_ApproveApps = @"APPROVE_APPS"; NSString * const kGTLRAndroidManagement_WebToken_Permissions_WebTokenPermissionUnspecified = @"WEB_TOKEN_PERMISSION_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRAndroidManagement_AdbShellCommandEvent @@ -2549,3 +2553,5 @@ @implementation GTLRAndroidManagement_WipeAction @implementation GTLRAndroidManagement_WipeFailureEvent @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementObjects.h b/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementObjects.h index a9128c67a..5b4377505 100644 --- a/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementObjects.h +++ b/Sources/GeneratedServices/AndroidManagement/Public/GoogleAPIClientForREST/GTLRAndroidManagementObjects.h @@ -143,6 +143,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -3718,6 +3719,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_WebToken_Permissions_W * level on the device doesn't meet a minimum requirement. There can only be * one rule with this type of condition per policy. */ +GTLR_DEPRECATED @interface GTLRAndroidManagement_ApiLevelCondition : GTLRObject /** @@ -4807,6 +4809,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_WebToken_Permissions_W * compliant with its policy. Other mitigating actions may optionally be taken * as well, depending on the field values in the rule. */ +GTLR_DEPRECATED @interface GTLRAndroidManagement_ComplianceRule : GTLRObject /** @@ -7092,6 +7095,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_WebToken_Permissions_W * NonComplianceDetailCondition match the corresponding NonComplianceDetail * fields. */ +GTLR_DEPRECATED @interface GTLRAndroidManagement_NonComplianceDetailCondition : GTLRObject /** diff --git a/Sources/GeneratedServices/Assuredworkloads/GTLRAssuredworkloadsObjects.m b/Sources/GeneratedServices/Assuredworkloads/GTLRAssuredworkloadsObjects.m index 90ae147ff..f751e6434 100644 --- a/Sources/GeneratedServices/Assuredworkloads/GTLRAssuredworkloadsObjects.m +++ b/Sources/GeneratedServices/Assuredworkloads/GTLRAssuredworkloadsObjects.m @@ -129,6 +129,10 @@ NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse_SetupStatus_StatusComplete = @"STATUS_COMPLETE"; NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse_SetupStatus_StatusPending = @"STATUS_PENDING"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRAssuredworkloads_GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest @@ -560,3 +564,5 @@ + (Class)classForAdditionalProperties { } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Assuredworkloads/Public/GoogleAPIClientForREST/GTLRAssuredworkloadsObjects.h b/Sources/GeneratedServices/Assuredworkloads/Public/GoogleAPIClientForREST/GTLRAssuredworkloadsObjects.h index 1da490f08..cfbb46e93 100644 --- a/Sources/GeneratedServices/Assuredworkloads/Public/GoogleAPIClientForREST/GTLRAssuredworkloadsObjects.h +++ b/Sources/GeneratedServices/Assuredworkloads/Public/GoogleAPIClientForREST/GTLRAssuredworkloadsObjects.h @@ -37,6 +37,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -1398,6 +1399,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkl /** * Settings specific to the Key Management Service. */ +GTLR_DEPRECATED @interface GTLRAssuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadKMSSettings : GTLRObject /** diff --git a/Sources/GeneratedServices/CloudAsset/GTLRCloudAssetObjects.m b/Sources/GeneratedServices/CloudAsset/GTLRCloudAssetObjects.m index cf3a3aab7..821a273e3 100644 --- a/Sources/GeneratedServices/CloudAsset/GTLRCloudAssetObjects.m +++ b/Sources/GeneratedServices/CloudAsset/GTLRCloudAssetObjects.m @@ -150,6 +150,10 @@ NSString * const kGTLRCloudAsset_TemporalAsset_PriorAssetState_Present = @"PRESENT"; NSString * const kGTLRCloudAsset_TemporalAsset_PriorAssetState_PriorAssetStateUnspecified = @"PRIOR_ASSET_STATE_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRCloudAsset_AccessSelector @@ -2308,3 +2312,5 @@ @implementation GTLRCloudAsset_WindowsUpdatePackage @implementation GTLRCloudAsset_ZypperPatch @dynamic category, patchName, severity, summary; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/CloudAsset/Public/GoogleAPIClientForREST/GTLRCloudAssetObjects.h b/Sources/GeneratedServices/CloudAsset/Public/GoogleAPIClientForREST/GTLRCloudAssetObjects.h index 1d0b9ead7..1557ba5a0 100644 --- a/Sources/GeneratedServices/CloudAsset/Public/GoogleAPIClientForREST/GTLRCloudAssetObjects.h +++ b/Sources/GeneratedServices/CloudAsset/Public/GoogleAPIClientForREST/GTLRCloudAssetObjects.h @@ -143,6 +143,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -4999,6 +5000,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudAsset_TemporalAsset_PriorAssetState * backward-compatibility. The server will never populate this message in * responses. The detailed related assets with the `relationship_type`. */ +GTLR_DEPRECATED @interface GTLRCloudAsset_RelatedAssets : GTLRObject /** The peer resources of the relationship. */ @@ -5044,6 +5046,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudAsset_TemporalAsset_PriorAssetState * responses. The relationship attributes which include `type`, * `source_resource_type`, `target_resource_type` and `action`. */ +GTLR_DEPRECATED @interface GTLRCloudAsset_RelationshipAttributes : GTLRObject /** The detail of the relationship, e.g. `contains`, `attaches` */ diff --git a/Sources/GeneratedServices/CloudBatch/GTLRCloudBatchObjects.m b/Sources/GeneratedServices/CloudBatch/GTLRCloudBatchObjects.m index f0930e3ae..a47b2597b 100644 --- a/Sources/GeneratedServices/CloudBatch/GTLRCloudBatchObjects.m +++ b/Sources/GeneratedServices/CloudBatch/GTLRCloudBatchObjects.m @@ -107,6 +107,10 @@ NSString * const kGTLRCloudBatch_TaskStatus_State_Succeeded = @"SUCCEEDED"; NSString * const kGTLRCloudBatch_TaskStatus_State_Unexecuted = @"UNEXECUTED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRCloudBatch_Accelerator @@ -1145,3 +1149,5 @@ @implementation GTLRCloudBatch_Volume } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/CloudBatch/Public/GoogleAPIClientForREST/GTLRCloudBatchObjects.h b/Sources/GeneratedServices/CloudBatch/Public/GoogleAPIClientForREST/GTLRCloudBatchObjects.h index f9699b70a..4eda3bd32 100644 --- a/Sources/GeneratedServices/CloudBatch/Public/GoogleAPIClientForREST/GTLRCloudBatchObjects.h +++ b/Sources/GeneratedServices/CloudBatch/Public/GoogleAPIClientForREST/GTLRCloudBatchObjects.h @@ -85,6 +85,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -2656,6 +2657,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudBatch_TaskStatus_State_Unexecuted; * of properties and then fetch them; or @c -additionalProperties to * fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRCloudBatch_TaskSpec_Environments : GTLRObject @end diff --git a/Sources/GeneratedServices/CloudRetail/GTLRCloudRetailObjects.m b/Sources/GeneratedServices/CloudRetail/GTLRCloudRetailObjects.m index bddb2069b..b4d155b23 100644 --- a/Sources/GeneratedServices/CloudRetail/GTLRCloudRetailObjects.m +++ b/Sources/GeneratedServices/CloudRetail/GTLRCloudRetailObjects.m @@ -238,6 +238,10 @@ NSString * const kGTLRCloudRetail_GoogleCloudRetailV2ServingConfig_SolutionTypes_SolutionTypeSearch = @"SOLUTION_TYPE_SEARCH"; NSString * const kGTLRCloudRetail_GoogleCloudRetailV2ServingConfig_SolutionTypes_SolutionTypeUnspecified = @"SOLUTION_TYPE_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRCloudRetail_GoogleApiHttpBody @@ -3279,3 +3283,5 @@ + (Class)classForAdditionalProperties { @implementation GTLRCloudRetail_GoogleTypeDate @dynamic day, month, year; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/CloudRetail/Public/GoogleAPIClientForREST/GTLRCloudRetailObjects.h b/Sources/GeneratedServices/CloudRetail/Public/GoogleAPIClientForREST/GTLRCloudRetailObjects.h index a61e8a364..a4d404662 100644 --- a/Sources/GeneratedServices/CloudRetail/Public/GoogleAPIClientForREST/GTLRCloudRetailObjects.h +++ b/Sources/GeneratedServices/CloudRetail/Public/GoogleAPIClientForREST/GTLRCloudRetailObjects.h @@ -134,6 +134,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -3923,6 +3924,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudRetail_GoogleCloudRetailV2ServingCo /** * Recent search of this user. */ +GTLR_DEPRECATED @interface GTLRCloudRetail_GoogleCloudRetailV2CompleteQueryResponseRecentSearchResult : GTLRObject /** The recent search query. */ diff --git a/Sources/GeneratedServices/CloudVideoIntelligence/GTLRCloudVideoIntelligenceObjects.m b/Sources/GeneratedServices/CloudVideoIntelligence/GTLRCloudVideoIntelligenceObjects.m index 11d991a4a..dc6b7cc23 100644 --- a/Sources/GeneratedServices/CloudVideoIntelligence/GTLRCloudVideoIntelligenceObjects.m +++ b/Sources/GeneratedServices/CloudVideoIntelligence/GTLRCloudVideoIntelligenceObjects.m @@ -134,6 +134,10 @@ NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoAnnotationProgress_Feature_SpeechTranscription = @"SPEECH_TRANSCRIPTION"; NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoAnnotationProgress_Feature_TextDetection = @"TEXT_DETECTION"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1AnnotateVideoProgress @@ -2951,3 +2955,5 @@ + (Class)classForAdditionalProperties { } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/CloudVideoIntelligence/Public/GoogleAPIClientForREST/GTLRCloudVideoIntelligenceObjects.h b/Sources/GeneratedServices/CloudVideoIntelligence/Public/GoogleAPIClientForREST/GTLRCloudVideoIntelligenceObjects.h index 5d6dd63e7..4ab475fce 100644 --- a/Sources/GeneratedServices/CloudVideoIntelligence/Public/GoogleAPIClientForREST/GTLRCloudVideoIntelligenceObjects.h +++ b/Sources/GeneratedServices/CloudVideoIntelligence/Public/GoogleAPIClientForREST/GTLRCloudVideoIntelligenceObjects.h @@ -191,6 +191,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -1049,6 +1050,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceAnnotation : GTLRObject /** All video frames where a face was detected. */ @@ -1093,6 +1095,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceFrame : GTLRObject /** @@ -1892,6 +1895,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceAnnotation : GTLRObject /** All video frames where a face was detected. */ @@ -1965,6 +1969,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceFrame : GTLRObject /** @@ -2457,6 +2462,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceAnnotation : GTLRObject /** All video frames where a face was detected. */ @@ -2501,6 +2507,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceFrame : GTLRObject /** @@ -3312,6 +3319,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceAnnotation : GTLRObject /** All video frames where a face was detected. */ @@ -3356,6 +3364,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceFrame : GTLRObject /** @@ -4226,6 +4235,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceAnnotation : GTLRObject /** All video frames where a face was detected. */ @@ -4270,6 +4280,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi /** * Deprecated. No effect. */ +GTLR_DEPRECATED @interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceFrame : GTLRObject /** diff --git a/Sources/GeneratedServices/Contactcenterinsights/GTLRContactcenterinsightsObjects.m b/Sources/GeneratedServices/Contactcenterinsights/GTLRContactcenterinsightsObjects.m index 094ea5021..8bd83655f 100644 --- a/Sources/GeneratedServices/Contactcenterinsights/GTLRContactcenterinsightsObjects.m +++ b/Sources/GeneratedServices/Contactcenterinsights/GTLRContactcenterinsightsObjects.m @@ -168,6 +168,10 @@ NSString * const kGTLRContactcenterinsights_GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup_Type_AnyOf = @"ANY_OF"; NSString * const kGTLRContactcenterinsights_GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup_Type_PhraseMatchRuleGroupTypeUnspecified = @"PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRContactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1Analysis @@ -2615,3 +2619,5 @@ + (Class)classForAdditionalProperties { } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Contactcenterinsights/Public/GoogleAPIClientForREST/GTLRContactcenterinsightsObjects.h b/Sources/GeneratedServices/Contactcenterinsights/Public/GoogleAPIClientForREST/GTLRContactcenterinsightsObjects.h index a62a052db..e49d10433 100644 --- a/Sources/GeneratedServices/Contactcenterinsights/Public/GoogleAPIClientForREST/GTLRContactcenterinsightsObjects.h +++ b/Sources/GeneratedServices/Contactcenterinsights/Public/GoogleAPIClientForREST/GTLRContactcenterinsightsObjects.h @@ -177,6 +177,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -3585,6 +3586,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContactcenterinsights_GoogleCloudContact * -additionalPropertyForName: to get the list of properties and then * fetch them; or @c -additionalProperties to fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRContactcenterinsights_GoogleCloudContactcenterinsightsV1CalculateStatsResponse_IssueMatches : GTLRObject @end diff --git a/Sources/GeneratedServices/Contentwarehouse/GTLRContentwarehouseObjects.m b/Sources/GeneratedServices/Contentwarehouse/GTLRContentwarehouseObjects.m index 9937c8beb..9f7967ab4 100644 --- a/Sources/GeneratedServices/Contentwarehouse/GTLRContentwarehouseObjects.m +++ b/Sources/GeneratedServices/Contentwarehouse/GTLRContentwarehouseObjects.m @@ -27539,6 +27539,10 @@ NSString * const kGTLRContentwarehouse_YoutubeDistillerModelScore_Model_SevereHateHarassment = @"SEVERE_HATE_HARASSMENT"; NSString * const kGTLRContentwarehouse_YoutubeDistillerModelScore_Model_Unknown = @"UNKNOWN"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRContentwarehouse_AbuseiamAbuseType @@ -64575,3 +64579,5 @@ @implementation GTLRContentwarehouse_YoutubeDistillerBlarneyStoneScores @implementation GTLRContentwarehouse_YoutubeDistillerModelScore @dynamic classifier, model, score; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Contentwarehouse/Public/GoogleAPIClientForREST/GTLRContentwarehouseObjects.h b/Sources/GeneratedServices/Contentwarehouse/Public/GoogleAPIClientForREST/GTLRContentwarehouseObjects.h index 303cf01bb..931749f87 100644 --- a/Sources/GeneratedServices/Contentwarehouse/Public/GoogleAPIClientForREST/GTLRContentwarehouseObjects.h +++ b/Sources/GeneratedServices/Contentwarehouse/Public/GoogleAPIClientForREST/GTLRContentwarehouseObjects.h @@ -2592,6 +2592,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -107120,6 +107121,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc /** * GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiBraggingRights */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiBraggingRights : GTLRObject @property(nonatomic, strong, nullable) GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata *metadata; @@ -108910,6 +108912,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc /** * Defines interactions that are allowed or disallowed with this person. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiInteractionSettings : GTLRObject /** @@ -109275,6 +109278,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * adding a person to a circle by person-id or by email. A contact-group * membership is created by adding a contact to a contact-group. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiMembership : GTLRObject /** A circle that the person belongs to. */ @@ -111022,6 +111026,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc /** * Information about a plus page and the entity it represents. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiPlusPageInfo : GTLRObject /** @@ -111541,6 +111546,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc /** * DEPRECATED. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo : GTLRObject /** @@ -111628,6 +111634,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc /** * Deprecated in b/122464133. No data returned for this field. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiRelationshipInterest : GTLRObject /** @@ -111647,6 +111654,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc /** * Deprecated in b/122464133. No data returned for this field. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiRelationshipStatus : GTLRObject /** @@ -112152,6 +112160,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc /** * GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiTagline */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiTagline : GTLRObject @property(nonatomic, strong, nullable) GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata *metadata; @@ -112163,6 +112172,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc /** * *UNSUPPORTED*. This message is never populated and is no longer used. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiTeamsExtendedData : GTLRObject @property(nonatomic, strong, nullable) NSArray *admins; @@ -112193,6 +112203,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * views, visible to the requester (with acls applied). Related to, but not * equal to, com.google.focus.proto.Storage.UserVisibleStats. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AppsPeopleOzExternalMergedpeopleapiUserVisibleStats : GTLRObject /** @@ -113369,6 +113380,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * references will be updated to point to the new location. If you are adding a * reference, use the new one instead. LINT.IfChange(CalendarEvent) NEXT_ID: 26 */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiCoreTypesCalendarEvent : GTLRObject /** Attendees invited to the event, usually includes also the organizer. */ @@ -113734,6 +113746,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * references will be updated to point to the new location. If you are adding a * reference, use the new one instead. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiCoreTypesCalendarEventWrapper : GTLRObject @end @@ -113867,6 +113880,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * the assistant. All of these fields will be populated by the third party when * the query is sent from the third party device. Next Id: 5 */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiCoreTypesDeviceConfig : GTLRObject /** @@ -113897,6 +113911,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * http://google3/java/com/google/assistant/assistantserver/utils/DeviceIdHelper.java;l=9;rcl=390378522 * See http://go/deviceid-equality for more details. Next ID: 14 */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiCoreTypesDeviceId : GTLRObject /** @@ -114010,6 +114025,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * reference, use the new DeviceUserIdentity instead of this one. // * LINT.IfChange */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiCoreTypesDeviceUserIdentity : GTLRObject /** The identifier of the device. */ @@ -115006,6 +115022,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * reference, use the new Image message instead of this one. LINT.IfChange * NextId: 13 */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiCoreTypesImage : GTLRObject /** @@ -115517,6 +115534,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * reference, use the new SurfaceIdentity and SurfaceVersion protos instead of * the protos defined here. LINT.IfChange */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiCoreTypesSurfaceIdentity : GTLRObject /** The identifier of the device. */ @@ -115726,6 +115744,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * message in * http://google3/personalization/footprints/boq/uservisible/events/intl/smh_frontend_messages.h. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiCoreTypesSurfaceType : GTLRObject /** @@ -115916,6 +115935,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * used for surfaces that rely on both the “major” and “minor” fields to define * their version. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiCoreTypesSurfaceVersion : GTLRObject /** @@ -116015,6 +116035,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * existing references will be updated to point to the new location. If you are * adding a reference, use the new one instead. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiDate : GTLRObject /** @@ -116048,6 +116069,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * references will be updated to point to the new location. If you are adding a * reference, use the new one instead. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiDateTime : GTLRObject /** A Gregorian calendar date. */ @@ -117694,6 +117716,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * existing references will be updated to point to the new location. If you are * adding a reference, use the new one instead. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiRecurrence : GTLRObject /** @@ -121389,6 +121412,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * references will be updated to point to the new location. If you are adding a * reference, use the new one instead. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiTimeOfDay : GTLRObject /** @@ -121435,6 +121459,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * google.protobuf.Timestamp should be preferred. In fact, google.protobuf.* * protos in general are now recommended to be used in new APIs. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiTimestamp : GTLRObject /** @@ -121463,6 +121488,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * references will be updated to point to the new location. If you are adding a * reference, use the new one instead. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantApiTimeZone : GTLRObject /** @@ -121591,6 +121617,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * IMPORTANT: This proto is being migrated to ProviderId. If you are adding new * field, please add to ProviderId as well. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantContextMediaProviderId : GTLRObject /** Unique package name that identifies a Android app of the provider. */ @@ -127500,6 +127527,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * get the list of properties and then fetch them; or @c * -additionalProperties to fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_AssistantVerticalsHomeautomationProtoCommonStructureBasedRoutine_Payload : GTLRObject @end @@ -196508,6 +196536,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * DEPRECATED: PLEASE USE dependency_head AND dependency_label FIELDS. One edge * of the dependency parse. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_NlxDataSchemaTokenDependencyEdge : GTLRObject /** @@ -212612,6 +212641,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * shopping related signals, e.g., product review score, are also served from * this attachment. DEPRECATED: Please use UDR (go/udr) instead. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_QualityShoppingShoppingAttachment : GTLRObject /** @@ -216371,6 +216401,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * that any display names included in this proto are merely a pass-through from * KG and have no freshness guarantees. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_RepositoryWebrefDisplayName : GTLRObject /** @@ -226506,6 +226537,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * -additionalPropertyForName: to get the list of properties and then * fetch them; or @c -additionalProperties to fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_SafesearchVideoContentSignals_Scores : GTLRObject @end @@ -232790,6 +232822,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc /** * GTLRContentwarehouse_SocialGraphWireProtoPeopleapiExtensionPeopleStackExtendedData */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_SocialGraphWireProtoPeopleapiExtensionPeopleStackExtendedData : GTLRObject /** @@ -235888,6 +235921,7 @@ FOUNDATION_EXTERN NSString * const kGTLRContentwarehouse_YoutubeDistillerModelSc * the list of properties and then fetch them; or @c * -additionalProperties to fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRContentwarehouse_TrawlerClientServiceInfoClientLabels_LabelsDeprecated : GTLRObject @end diff --git a/Sources/GeneratedServices/Dataproc/GTLRDataprocObjects.m b/Sources/GeneratedServices/Dataproc/GTLRDataprocObjects.m index e4b5add0d..d604ad69c 100644 --- a/Sources/GeneratedServices/Dataproc/GTLRDataprocObjects.m +++ b/Sources/GeneratedServices/Dataproc/GTLRDataprocObjects.m @@ -208,6 +208,10 @@ NSString * const kGTLRDataproc_YarnApplication_State_StateUnspecified = @"STATE_UNSPECIFIED"; NSString * const kGTLRDataproc_YarnApplication_State_Submitted = @"SUBMITTED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRDataproc_AcceleratorConfig @@ -2821,3 +2825,5 @@ @implementation GTLRDataproc_WorkflowTemplatePlacement @implementation GTLRDataproc_YarnApplication @dynamic name, progress, state, trackingUrl; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Dataproc/Public/GoogleAPIClientForREST/GTLRDataprocObjects.h b/Sources/GeneratedServices/Dataproc/Public/GoogleAPIClientForREST/GTLRDataprocObjects.h index 7a14833ed..57c300e35 100644 --- a/Sources/GeneratedServices/Dataproc/Public/GoogleAPIClientForREST/GTLRDataprocObjects.h +++ b/Sources/GeneratedServices/Dataproc/Public/GoogleAPIClientForREST/GTLRDataprocObjects.h @@ -167,6 +167,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -4320,6 +4321,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDataproc_YarnApplication_State_Submitted * Deprecated. Used only for the deprecated beta. A full, namespace-isolated * deployment target for an existing GKE cluster. */ +GTLR_DEPRECATED @interface GTLRDataproc_NamespacedGkeDeploymentTarget : GTLRObject /** Optional. A namespace within the GKE cluster to deploy into. */ diff --git a/Sources/GeneratedServices/DiscoveryEngine/GTLRDiscoveryEngineObjects.m b/Sources/GeneratedServices/DiscoveryEngine/GTLRDiscoveryEngineObjects.m index 5483d2467..a27dc75eb 100644 --- a/Sources/GeneratedServices/DiscoveryEngine/GTLRDiscoveryEngineObjects.m +++ b/Sources/GeneratedServices/DiscoveryEngine/GTLRDiscoveryEngineObjects.m @@ -97,6 +97,10 @@ NSString * const kGTLRDiscoveryEngine_GoogleCloudDiscoveryengineV1betaSearchResponseSummary_SummarySkippedReasons_PotentialPolicyViolation = @"POTENTIAL_POLICY_VIOLATION"; NSString * const kGTLRDiscoveryEngine_GoogleCloudDiscoveryengineV1betaSearchResponseSummary_SummarySkippedReasons_SummarySkippedReasonUnspecified = @"SUMMARY_SKIPPED_REASON_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRDiscoveryEngine_GoogleApiHttpBody @@ -1872,3 +1876,5 @@ + (Class)classForAdditionalProperties { @implementation GTLRDiscoveryEngine_GoogleTypeDate @dynamic day, month, year; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/DiscoveryEngine/Public/GoogleAPIClientForREST/GTLRDiscoveryEngineObjects.h b/Sources/GeneratedServices/DiscoveryEngine/Public/GoogleAPIClientForREST/GTLRDiscoveryEngineObjects.h index 90c3d77d5..8077eebf1 100644 --- a/Sources/GeneratedServices/DiscoveryEngine/Public/GoogleAPIClientForREST/GTLRDiscoveryEngineObjects.h +++ b/Sources/GeneratedServices/DiscoveryEngine/Public/GoogleAPIClientForREST/GTLRDiscoveryEngineObjects.h @@ -101,6 +101,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -2714,6 +2715,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDiscoveryEngine_GoogleCloudDiscoveryengi /** * Defines reference in reply. */ +GTLR_DEPRECATED @interface GTLRDiscoveryEngine_GoogleCloudDiscoveryengineV1betaReplyReference : GTLRObject /** Anchor text. */ diff --git a/Sources/GeneratedServices/DriveActivity/GTLRDriveActivityObjects.m b/Sources/GeneratedServices/DriveActivity/GTLRDriveActivityObjects.m index b1dbb44ce..fbf577d81 100644 --- a/Sources/GeneratedServices/DriveActivity/GTLRDriveActivityObjects.m +++ b/Sources/GeneratedServices/DriveActivity/GTLRDriveActivityObjects.m @@ -109,6 +109,10 @@ NSString * const kGTLRDriveActivity_SystemEvent_Type_TypeUnspecified = @"TYPE_UNSPECIFIED"; NSString * const kGTLRDriveActivity_SystemEvent_Type_UserDeletion = @"USER_DELETION"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRDriveActivity_Action @@ -869,3 +873,5 @@ @implementation GTLRDriveActivity_UserList } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/DriveActivity/Public/GoogleAPIClientForREST/GTLRDriveActivityObjects.h b/Sources/GeneratedServices/DriveActivity/Public/GoogleAPIClientForREST/GTLRDriveActivityObjects.h index f83d82ecf..4982622d9 100644 --- a/Sources/GeneratedServices/DriveActivity/Public/GoogleAPIClientForREST/GTLRDriveActivityObjects.h +++ b/Sources/GeneratedServices/DriveActivity/Public/GoogleAPIClientForREST/GTLRDriveActivityObjects.h @@ -83,6 +83,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -1168,6 +1169,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveActivity_SystemEvent_Type_UserDelet /** * This item is deprecated; please see `DriveFile` instead. */ +GTLR_DEPRECATED @interface GTLRDriveActivity_File : GTLRObject @end @@ -1207,6 +1209,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveActivity_SystemEvent_Type_UserDelet /** * This item is deprecated; please see `DriveFolder` instead. */ +GTLR_DEPRECATED @interface GTLRDriveActivity_Folder : GTLRObject /** @@ -1766,6 +1769,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveActivity_SystemEvent_Type_UserDelet /** * This item is deprecated; please see `Drive` instead. */ +GTLR_DEPRECATED @interface GTLRDriveActivity_TeamDrive : GTLRObject /** This field is deprecated; please see `Drive.name` instead. */ @@ -1783,6 +1787,7 @@ FOUNDATION_EXTERN NSString * const kGTLRDriveActivity_SystemEvent_Type_UserDelet /** * This item is deprecated; please see `DriveReference` instead. */ +GTLR_DEPRECATED @interface GTLRDriveActivity_TeamDriveReference : GTLRObject /** This field is deprecated; please see `DriveReference.name` instead. */ diff --git a/Sources/GeneratedServices/Firebaseappcheck/GTLRFirebaseappcheckObjects.m b/Sources/GeneratedServices/Firebaseappcheck/GTLRFirebaseappcheckObjects.m index b5e44483e..5e8ee9072 100644 --- a/Sources/GeneratedServices/Firebaseappcheck/GTLRFirebaseappcheckObjects.m +++ b/Sources/GeneratedServices/Firebaseappcheck/GTLRFirebaseappcheckObjects.m @@ -19,6 +19,10 @@ NSString * const kGTLRFirebaseappcheck_GoogleFirebaseAppcheckV1Service_EnforcementMode_Off = @"OFF"; NSString * const kGTLRFirebaseappcheck_GoogleFirebaseAppcheckV1Service_EnforcementMode_Unenforced = @"UNENFORCED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRFirebaseappcheck_GoogleFirebaseAppcheckV1AppAttestConfig @@ -480,3 +484,5 @@ @implementation GTLRFirebaseappcheck_GoogleFirebaseAppcheckV1UpdateServiceReques @implementation GTLRFirebaseappcheck_GoogleProtobufEmpty @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckObjects.h b/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckObjects.h index 9c00cc113..48a2489f2 100644 --- a/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckObjects.h +++ b/Sources/GeneratedServices/Firebaseappcheck/Public/GoogleAPIClientForREST/GTLRFirebaseappcheckObjects.h @@ -31,6 +31,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -205,6 +206,7 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseappcheck_GoogleFirebaseAppcheckV /** * Response message for the BatchGetSafetyNetConfigs method. */ +GTLR_DEPRECATED @interface GTLRFirebaseappcheck_GoogleFirebaseAppcheckV1BatchGetSafetyNetConfigsResponse : GTLRObject /** SafetyNetConfigs retrieved. */ @@ -580,6 +582,7 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseappcheck_GoogleFirebaseAppcheckV /** * Request message for the ExchangeSafetyNetToken method. */ +GTLR_DEPRECATED @interface GTLRFirebaseappcheck_GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest : GTLRObject /** @@ -888,6 +891,7 @@ FOUNDATION_EXTERN NSString * const kGTLRFirebaseappcheck_GoogleFirebaseAppcheckV * Firebase Console or programmatically via the [Firebase Management * Service](https://firebase.google.com/docs/projects/api/reference/rest/v11/projects.androidApps.sha/create). */ +GTLR_DEPRECATED @interface GTLRFirebaseappcheck_GoogleFirebaseAppcheckV1SafetyNetConfig : GTLRObject /** diff --git a/Sources/GeneratedServices/Monitoring/GTLRMonitoringObjects.m b/Sources/GeneratedServices/Monitoring/GTLRMonitoringObjects.m index ccefabe7b..29d4638cc 100644 --- a/Sources/GeneratedServices/Monitoring/GTLRMonitoringObjects.m +++ b/Sources/GeneratedServices/Monitoring/GTLRMonitoringObjects.m @@ -301,6 +301,10 @@ NSString * const kGTLRMonitoring_ValueDescriptor_ValueType_String = @"STRING"; NSString * const kGTLRMonitoring_ValueDescriptor_ValueType_ValueTypeUnspecified = @"VALUE_TYPE_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRMonitoring_Aggregation @@ -2204,3 +2208,5 @@ @implementation GTLRMonitoring_WindowsBasedSli @dynamic goodBadMetricFilter, goodTotalRatioThreshold, metricMeanInRange, metricSumInRange, windowPeriod; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Monitoring/Public/GoogleAPIClientForREST/GTLRMonitoringObjects.h b/Sources/GeneratedServices/Monitoring/Public/GoogleAPIClientForREST/GTLRMonitoringObjects.h index d91d6ed6c..3985cd92d 100644 --- a/Sources/GeneratedServices/Monitoring/Public/GoogleAPIClientForREST/GTLRMonitoringObjects.h +++ b/Sources/GeneratedServices/Monitoring/Public/GoogleAPIClientForREST/GTLRMonitoringObjects.h @@ -129,6 +129,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -3749,6 +3750,7 @@ FOUNDATION_EXTERN NSString * const kGTLRMonitoring_ValueDescriptor_ValueType_Val * An internal checker allows Uptime checks to run on private/internal GCP * resources. */ +GTLR_DEPRECATED @interface GTLRMonitoring_InternalChecker : GTLRObject /** diff --git a/Sources/GeneratedServices/PeopleService/GTLRPeopleServiceObjects.m b/Sources/GeneratedServices/PeopleService/GTLRPeopleServiceObjects.m index 09136f38f..bd309a1d2 100644 --- a/Sources/GeneratedServices/PeopleService/GTLRPeopleServiceObjects.m +++ b/Sources/GeneratedServices/PeopleService/GTLRPeopleServiceObjects.m @@ -107,6 +107,10 @@ NSString * const kGTLRPeopleService_UpdateContactPhotoRequest_Sources_ReadSourceTypeProfile = @"READ_SOURCE_TYPE_PROFILE"; NSString * const kGTLRPeopleService_UpdateContactPhotoRequest_Sources_ReadSourceTypeUnspecified = @"READ_SOURCE_TYPE_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRPeopleService_Address @@ -1137,3 +1141,5 @@ @implementation GTLRPeopleService_Url @implementation GTLRPeopleService_UserDefined @dynamic key, metadata, value; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/PeopleService/Public/GoogleAPIClientForREST/GTLRPeopleServiceObjects.h b/Sources/GeneratedServices/PeopleService/Public/GoogleAPIClientForREST/GTLRPeopleServiceObjects.h index 064d7498c..1009b2925 100644 --- a/Sources/GeneratedServices/PeopleService/Public/GoogleAPIClientForREST/GTLRPeopleServiceObjects.h +++ b/Sources/GeneratedServices/PeopleService/Public/GoogleAPIClientForREST/GTLRPeopleServiceObjects.h @@ -72,6 +72,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -844,6 +845,7 @@ FOUNDATION_EXTERN NSString * const kGTLRPeopleService_UpdateContactPhotoRequest_ /** * **DEPRECATED**: No data will be returned A person's bragging rights. */ +GTLR_DEPRECATED @interface GTLRPeopleService_BraggingRights : GTLRObject /** Metadata about the bragging rights. */ @@ -2323,6 +2325,7 @@ FOUNDATION_EXTERN NSString * const kGTLRPeopleService_UpdateContactPhotoRequest_ /** * **DEPRECATED**: No data will be returned A person's relationship interest . */ +GTLR_DEPRECATED @interface GTLRPeopleService_RelationshipInterest : GTLRObject /** @@ -2348,6 +2351,7 @@ FOUNDATION_EXTERN NSString * const kGTLRPeopleService_UpdateContactPhotoRequest_ /** * **DEPRECATED**: No data will be returned A person's relationship status. */ +GTLR_DEPRECATED @interface GTLRPeopleService_RelationshipStatus : GTLRObject /** @@ -2374,6 +2378,7 @@ FOUNDATION_EXTERN NSString * const kGTLRPeopleService_UpdateContactPhotoRequest_ * **DEPRECATED**: Please use `person.locations` instead. A person's past or * current residence. */ +GTLR_DEPRECATED @interface GTLRPeopleService_Residence : GTLRObject /** @@ -2604,6 +2609,7 @@ FOUNDATION_EXTERN NSString * const kGTLRPeopleService_UpdateContactPhotoRequest_ * **DEPRECATED**: No data will be returned A brief one-line description of the * person. */ +GTLR_DEPRECATED @interface GTLRPeopleService_Tagline : GTLRObject /** Metadata about the tagline. */ diff --git a/Sources/GeneratedServices/ServiceControl/GTLRServiceControlObjects.m b/Sources/GeneratedServices/ServiceControl/GTLRServiceControlObjects.m index 3b309ef53..9ecb05ba5 100644 --- a/Sources/GeneratedServices/ServiceControl/GTLRServiceControlObjects.m +++ b/Sources/GeneratedServices/ServiceControl/GTLRServiceControlObjects.m @@ -31,6 +31,10 @@ NSString * const kGTLRServiceControl_ViolationInfo_PolicyType_ListConstraint = @"LIST_CONSTRAINT"; NSString * const kGTLRServiceControl_ViolationInfo_PolicyType_PolicyTypeUnspecified = @"POLICY_TYPE_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRServiceControl_Api @@ -784,3 +788,5 @@ @implementation GTLRServiceControl_V2LogEntrySourceLocation @implementation GTLRServiceControl_ViolationInfo @dynamic checkedValue, constraint, errorMessage, policyType; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/ServiceControl/Public/GoogleAPIClientForREST/GTLRServiceControlObjects.h b/Sources/GeneratedServices/ServiceControl/Public/GoogleAPIClientForREST/GTLRServiceControlObjects.h index 723d73a97..87b4d0043 100644 --- a/Sources/GeneratedServices/ServiceControl/Public/GoogleAPIClientForREST/GTLRServiceControlObjects.h +++ b/Sources/GeneratedServices/ServiceControl/Public/GoogleAPIClientForREST/GTLRServiceControlObjects.h @@ -68,6 +68,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -441,6 +442,7 @@ FOUNDATION_EXTERN NSString * const kGTLRServiceControl_ViolationInfo_PolicyType_ * get the list of properties and then fetch them; or @c * -additionalProperties to fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRServiceControl_AuditLog_ServiceData : GTLRObject @end diff --git a/Sources/GeneratedServices/Sheets/GTLRSheetsObjects.m b/Sources/GeneratedServices/Sheets/GTLRSheetsObjects.m index c89b71ab5..5f4644407 100644 --- a/Sources/GeneratedServices/Sheets/GTLRSheetsObjects.m +++ b/Sources/GeneratedServices/Sheets/GTLRSheetsObjects.m @@ -615,6 +615,10 @@ NSString * const kGTLRSheets_WaterfallChartSpec_StackedType_Stacked = @"STACKED"; NSString * const kGTLRSheets_WaterfallChartSpec_StackedType_WaterfallStackedTypeUnspecified = @"WATERFALL_STACKED_TYPE_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRSheets_AddBandingRequest @@ -3749,3 +3753,5 @@ @implementation GTLRSheets_WaterfallChartSpec } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Sheets/Public/GoogleAPIClientForREST/GTLRSheetsObjects.h b/Sources/GeneratedServices/Sheets/Public/GoogleAPIClientForREST/GTLRSheetsObjects.h index a41d8fba7..eeabbc29e 100644 --- a/Sources/GeneratedServices/Sheets/Public/GoogleAPIClientForREST/GTLRSheetsObjects.h +++ b/Sources/GeneratedServices/Sheets/Public/GoogleAPIClientForREST/GTLRSheetsObjects.h @@ -247,6 +247,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -4363,6 +4364,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSheets_WaterfallChartSpec_StackedType_Wa * -additionalPropertyForName: to get the list of properties and then * fetch them; or @c -additionalProperties to fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRSheets_BasicFilter_Criteria : GTLRObject @end @@ -7985,6 +7987,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSheets_WaterfallChartSpec_StackedType_Wa * -additionalPropertyForName: to get the list of properties and then * fetch them; or @c -additionalProperties to fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRSheets_FilterView_Criteria : GTLRObject @end @@ -9436,6 +9439,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSheets_WaterfallChartSpec_StackedType_Wa * -additionalPropertyForName: to get the list of properties and then * fetch them; or @c -additionalProperties to fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRSheets_PivotTable_Criteria : GTLRObject @end diff --git a/Sources/GeneratedServices/Speech/GTLRSpeechObjects.m b/Sources/GeneratedServices/Speech/GTLRSpeechObjects.m index 593a81cc4..400b776b9 100644 --- a/Sources/GeneratedServices/Speech/GTLRSpeechObjects.m +++ b/Sources/GeneratedServices/Speech/GTLRSpeechObjects.m @@ -55,6 +55,10 @@ NSString * const kGTLRSpeech_RecognitionMetadata_RecordingDeviceType_Smartphone = @"SMARTPHONE"; NSString * const kGTLRSpeech_RecognitionMetadata_RecordingDeviceType_Vehicle = @"VEHICLE"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRSpeech_ABNFGrammar @@ -519,3 +523,5 @@ @implementation GTLRSpeech_TranscriptOutputConfig @implementation GTLRSpeech_WordInfo @dynamic confidence, endTime, speakerLabel, speakerTag, startTime, word; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Speech/Public/GoogleAPIClientForREST/GTLRSpeechObjects.h b/Sources/GeneratedServices/Speech/Public/GoogleAPIClientForREST/GTLRSpeechObjects.h index f52ebc689..b44bb5bb2 100644 --- a/Sources/GeneratedServices/Speech/Public/GoogleAPIClientForREST/GTLRSpeechObjects.h +++ b/Sources/GeneratedServices/Speech/Public/GoogleAPIClientForREST/GTLRSpeechObjects.h @@ -40,6 +40,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -1156,6 +1157,7 @@ FOUNDATION_EXTERN NSString * const kGTLRSpeech_RecognitionMetadata_RecordingDevi /** * Description of audio data to be recognized. */ +GTLR_DEPRECATED @interface GTLRSpeech_RecognitionMetadata : GTLRObject /** diff --git a/Sources/GeneratedServices/Vault/GTLRVaultObjects.m b/Sources/GeneratedServices/Vault/GTLRVaultObjects.m index f5bddbd15..1a61d198e 100644 --- a/Sources/GeneratedServices/Vault/GTLRVaultObjects.m +++ b/Sources/GeneratedServices/Vault/GTLRVaultObjects.m @@ -141,6 +141,10 @@ NSString * const kGTLRVault_VoiceOptions_CoveredData_TextMessages = @"TEXT_MESSAGES"; NSString * const kGTLRVault_VoiceOptions_CoveredData_Voicemails = @"VOICEMAILS"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRVault_AccountCount @@ -1032,3 +1036,5 @@ @implementation GTLRVault_VoiceOptions } @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/Vault/Public/GoogleAPIClientForREST/GTLRVaultObjects.h b/Sources/GeneratedServices/Vault/Public/GoogleAPIClientForREST/GTLRVaultObjects.h index 2247b3ef3..358b3e7bc 100644 --- a/Sources/GeneratedServices/Vault/Public/GoogleAPIClientForREST/GTLRVaultObjects.h +++ b/Sources/GeneratedServices/Vault/Public/GoogleAPIClientForREST/GTLRVaultObjects.h @@ -69,6 +69,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -2278,6 +2279,7 @@ FOUNDATION_EXTERN NSString * const kGTLRVault_VoiceOptions_CoveredData_Voicemail /** * Team Drives to search */ +GTLR_DEPRECATED @interface GTLRVault_TeamDriveInfo : GTLRObject /** diff --git a/Sources/GeneratedServices/WebSecurityScanner/GTLRWebSecurityScannerObjects.m b/Sources/GeneratedServices/WebSecurityScanner/GTLRWebSecurityScannerObjects.m index 5c8f9a212..d4a6c9aa9 100644 --- a/Sources/GeneratedServices/WebSecurityScanner/GTLRWebSecurityScannerObjects.m +++ b/Sources/GeneratedServices/WebSecurityScanner/GTLRWebSecurityScannerObjects.m @@ -132,6 +132,10 @@ NSString * const kGTLRWebSecurityScanner_Xxe_PayloadLocation_CompleteRequestBody = @"COMPLETE_REQUEST_BODY"; NSString * const kGTLRWebSecurityScanner_Xxe_PayloadLocation_LocationUnspecified = @"LOCATION_UNSPECIFIED"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRWebSecurityScanner_Authentication @@ -554,3 +558,5 @@ @implementation GTLRWebSecurityScanner_Xss @implementation GTLRWebSecurityScanner_Xxe @dynamic payloadLocation, payloadValue; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/WebSecurityScanner/Public/GoogleAPIClientForREST/GTLRWebSecurityScannerObjects.h b/Sources/GeneratedServices/WebSecurityScanner/Public/GoogleAPIClientForREST/GTLRWebSecurityScannerObjects.h index 2b15a83ac..8fc330366 100644 --- a/Sources/GeneratedServices/WebSecurityScanner/Public/GoogleAPIClientForREST/GTLRWebSecurityScannerObjects.h +++ b/Sources/GeneratedServices/WebSecurityScanner/Public/GoogleAPIClientForREST/GTLRWebSecurityScannerObjects.h @@ -41,6 +41,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -933,6 +934,7 @@ FOUNDATION_EXTERN NSString * const kGTLRWebSecurityScanner_Xxe_PayloadLocation_L /** * Describes authentication configuration that uses a Google account. */ +GTLR_DEPRECATED @interface GTLRWebSecurityScanner_GoogleAccount : GTLRObject /** diff --git a/Sources/GeneratedServices/YouTube/GTLRYouTubeObjects.m b/Sources/GeneratedServices/YouTube/GTLRYouTubeObjects.m index bfa52e43a..51483b3ee 100644 --- a/Sources/GeneratedServices/YouTube/GTLRYouTubeObjects.m +++ b/Sources/GeneratedServices/YouTube/GTLRYouTubeObjects.m @@ -1180,6 +1180,10 @@ NSString * const kGTLRYouTube_VideoSuggestions_ProcessingWarnings_UnsupportedSphericalProjectionType = @"unsupportedSphericalProjectionType"; NSString * const kGTLRYouTube_VideoSuggestions_ProcessingWarnings_UnsupportedVrStereoMode = @"unsupportedVrStereoMode"; +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#pragma clang diagnostic ignored "-Wdeprecated-implementations" + // ---------------------------------------------------------------------------- // // GTLRYouTube_AbuseReport @@ -4048,3 +4052,5 @@ @implementation GTLRYouTube_VideoTopicDetails @implementation GTLRYouTube_WatchSettings @dynamic backgroundColor, featuredPlaylistId, textColor; @end + +#pragma clang diagnostic pop diff --git a/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeObjects.h b/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeObjects.h index ff41cdb26..cbe2c2944 100644 --- a/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeObjects.h +++ b/Sources/GeneratedServices/YouTube/Public/GoogleAPIClientForREST/GTLRYouTubeObjects.h @@ -181,6 +181,7 @@ // causing warnings since clang's checks are some what arbitrary. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdocumentation" +#pragma clang diagnostic ignored "-Wdeprecated-declarations" NS_ASSUME_NONNULL_BEGIN @@ -5731,6 +5732,7 @@ FOUNDATION_EXTERN NSString * const kGTLRYouTube_VideoSuggestions_ProcessingWarni * @c -additionalPropertyForName: to get the list of properties and then * fetch them; or @c -additionalProperties to fetch them all at once. */ +GTLR_DEPRECATED @interface GTLRYouTube_ChannelSection_Localizations : GTLRObject @end