Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2125,3 +2129,5 @@ @implementation GTLRAdExchangeBuyerII_VideoTargeting
@implementation GTLRAdExchangeBuyerII_WatchCreativeRequest
@dynamic topic;
@end

#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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. */
Expand Down
6 changes: 6 additions & 0 deletions Sources/GeneratedServices/Aiplatform/GTLRAiplatformObjects.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -10178,3 +10182,5 @@ @implementation GTLRAiplatform_GoogleTypeInterval
@implementation GTLRAiplatform_GoogleTypeMoney
@dynamic currencyCode, nanos, units;
@end

#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2549,3 +2553,5 @@ @implementation GTLRAndroidManagement_WipeAction

@implementation GTLRAndroidManagement_WipeFailureEvent
@end

#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

/**
Expand Down Expand Up @@ -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

/**
Expand Down Expand Up @@ -7092,6 +7095,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAndroidManagement_WebToken_Permissions_W
* NonComplianceDetailCondition match the corresponding NonComplianceDetail
* fields.
*/
GTLR_DEPRECATED
@interface GTLRAndroidManagement_NonComplianceDetailCondition : GTLRObject

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -560,3 +564,5 @@ + (Class)classForAdditionalProperties {
}

@end

#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -1398,6 +1399,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAssuredworkloads_GoogleCloudAssuredworkl
/**
* Settings specific to the Key Management Service.
*/
GTLR_DEPRECATED
@interface GTLRAssuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadKMSSettings : GTLRObject

/**
Expand Down
6 changes: 6 additions & 0 deletions Sources/GeneratedServices/CloudAsset/GTLRCloudAssetObjects.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2308,3 +2312,5 @@ @implementation GTLRCloudAsset_WindowsUpdatePackage
@implementation GTLRCloudAsset_ZypperPatch
@dynamic category, patchName, severity, summary;
@end

#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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. */
Expand Down Expand Up @@ -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` */
Expand Down
6 changes: 6 additions & 0 deletions Sources/GeneratedServices/CloudBatch/GTLRCloudBatchObjects.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1145,3 +1149,5 @@ @implementation GTLRCloudBatch_Volume
}

@end

#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -3279,3 +3283,5 @@ + (Class)classForAdditionalProperties {
@implementation GTLRCloudRetail_GoogleTypeDate
@dynamic day, month, year;
@end

#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2951,3 +2955,5 @@ + (Class)classForAdditionalProperties {
}

@end

#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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. */
Expand Down Expand Up @@ -1093,6 +1095,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi
/**
* Deprecated. No effect.
*/
GTLR_DEPRECATED
@interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2FaceFrame : GTLRObject

/**
Expand Down Expand Up @@ -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. */
Expand Down Expand Up @@ -1965,6 +1969,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi
/**
* Deprecated. No effect.
*/
GTLR_DEPRECATED
@interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceFrame : GTLRObject

/**
Expand Down Expand Up @@ -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. */
Expand Down Expand Up @@ -2501,6 +2507,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi
/**
* Deprecated. No effect.
*/
GTLR_DEPRECATED
@interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1FaceFrame : GTLRObject

/**
Expand Down Expand Up @@ -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. */
Expand Down Expand Up @@ -3356,6 +3364,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi
/**
* Deprecated. No effect.
*/
GTLR_DEPRECATED
@interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceFrame : GTLRObject

/**
Expand Down Expand Up @@ -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. */
Expand Down Expand Up @@ -4270,6 +4280,7 @@ FOUNDATION_EXTERN NSString * const kGTLRCloudVideoIntelligence_GoogleCloudVideoi
/**
* Deprecated. No effect.
*/
GTLR_DEPRECATED
@interface GTLRCloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1FaceFrame : GTLRObject

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2615,3 +2619,5 @@ + (Class)classForAdditionalProperties {
}

@end

#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
Loading