Skip to content

Commit 708fb13

Browse files
committed
Generate current services.
1 parent ed92731 commit 708fb13

File tree

433 files changed

+47356
-15060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

433 files changed

+47356
-15060
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,11 @@ Pod::Spec.new do |s|
10091009
sp.source_files = 'Sources/GeneratedServices/Looker/**/*.{h,m}'
10101010
sp.public_header_files = 'Sources/GeneratedServices/Looker/Public/GoogleAPIClientForREST/*.h'
10111011
end
1012+
s.subspec 'ManagedKafka' do |sp|
1013+
sp.dependency 'GoogleAPIClientForREST/Core'
1014+
sp.source_files = 'Sources/GeneratedServices/ManagedKafka/**/*.{h,m}'
1015+
sp.public_header_files = 'Sources/GeneratedServices/ManagedKafka/Public/GoogleAPIClientForREST/*.h'
1016+
end
10121017
s.subspec 'ManagedServiceforMicrosoftActiveDirectoryConsumerAPI' do |sp|
10131018
sp.dependency 'GoogleAPIClientForREST/Core'
10141019
sp.source_files = 'Sources/GeneratedServices/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/**/*.{h,m}'

Package.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,10 @@ let package = Package(
777777
name: "GoogleAPIClientForREST_Looker",
778778
targets: ["GoogleAPIClientForREST_Looker"]
779779
),
780+
.library(
781+
name: "GoogleAPIClientForREST_ManagedKafka",
782+
targets: ["GoogleAPIClientForREST_ManagedKafka"]
783+
),
780784
.library(
781785
name: "GoogleAPIClientForREST_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI",
782786
targets: ["GoogleAPIClientForREST_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI"]
@@ -2367,6 +2371,12 @@ let package = Package(
23672371
path: "Sources/GeneratedServices/Looker",
23682372
publicHeadersPath: "Public"
23692373
),
2374+
.target(
2375+
name: "GoogleAPIClientForREST_ManagedKafka",
2376+
dependencies: ["GoogleAPIClientForRESTCore"],
2377+
path: "Sources/GeneratedServices/ManagedKafka",
2378+
publicHeadersPath: "Public"
2379+
),
23702380
.target(
23712381
name: "GoogleAPIClientForREST_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI",
23722382
dependencies: ["GoogleAPIClientForRESTCore"],

Sources/GeneratedServices/AIPlatformNotebooks/GTLRAIPlatformNotebooksObjects.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// GTLRAIPlatformNotebooks_AcceleratorConfig.type
1717
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_AcceleratorTypeUnspecified = @"ACCELERATOR_TYPE_UNSPECIFIED";
1818
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaA10080gb = @"NVIDIA_A100_80GB";
19+
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH10080gb = @"NVIDIA_H100_80GB";
20+
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH100Mega80gb = @"NVIDIA_H100_MEGA_80GB";
1921
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaL4 = @"NVIDIA_L4";
2022
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaA100 = @"NVIDIA_TESLA_A100";
2123
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaP100 = @"NVIDIA_TESLA_P100";

Sources/GeneratedServices/AIPlatformNotebooks/Public/GoogleAPIClientForREST/GTLRAIPlatformNotebooksObjects.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,18 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Ty
7474
* Value: "NVIDIA_A100_80GB"
7575
*/
7676
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaA10080gb;
77+
/**
78+
* Accelerator type is Nvidia Tesla H100 - 80GB.
79+
*
80+
* Value: "NVIDIA_H100_80GB"
81+
*/
82+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH10080gb;
83+
/**
84+
* Accelerator type is Nvidia Tesla H100 - MEGA 80GB.
85+
*
86+
* Value: "NVIDIA_H100_MEGA_80GB"
87+
*/
88+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH100Mega80gb;
7789
/**
7890
* Accelerator type is Nvidia Tesla L4.
7991
*
@@ -493,6 +505,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
493505
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaA10080gb
494506
* Accelerator type is Nvidia Tesla A100 - 80GB. (Value:
495507
* "NVIDIA_A100_80GB")
508+
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH10080gb
509+
* Accelerator type is Nvidia Tesla H100 - 80GB. (Value:
510+
* "NVIDIA_H100_80GB")
511+
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH100Mega80gb
512+
* Accelerator type is Nvidia Tesla H100 - MEGA 80GB. (Value:
513+
* "NVIDIA_H100_MEGA_80GB")
496514
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaL4
497515
* Accelerator type is Nvidia Tesla L4. (Value: "NVIDIA_L4")
498516
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaA100

Sources/GeneratedServices/AccessApproval/GTLRAccessApprovalObjects.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_HmacSha256 = @"HMAC_SHA256";
5252
NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_HmacSha384 = @"HMAC_SHA384";
5353
NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_HmacSha512 = @"HMAC_SHA512";
54+
NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_PqSignMlDsa65 = @"PQ_SIGN_ML_DSA_65";
55+
NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_PqSignSlhDsaSha2128s = @"PQ_SIGN_SLH_DSA_SHA2_128S";
5456
NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_RsaDecryptOaep2048Sha1 = @"RSA_DECRYPT_OAEP_2048_SHA1";
5557
NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_RsaDecryptOaep2048Sha256 = @"RSA_DECRYPT_OAEP_2048_SHA256";
5658
NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_RsaDecryptOaep3072Sha1 = @"RSA_DECRYPT_OAEP_3072_SHA1";

Sources/GeneratedServices/AccessApproval/Public/GoogleAPIClientForREST/GTLRAccessApprovalObjects.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,20 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAl
256256
* Value: "HMAC_SHA512"
257257
*/
258258
FOUNDATION_EXTERN NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_HmacSha512;
259+
/**
260+
* The post-quantum Module-Lattice-Based Digital Signature Algorithm, at
261+
* security level 3. Randomized version.
262+
*
263+
* Value: "PQ_SIGN_ML_DSA_65"
264+
*/
265+
FOUNDATION_EXTERN NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_PqSignMlDsa65;
266+
/**
267+
* The post-quantum stateless hash-based digital signature algorithm, at
268+
* security level 1. Randomized version.
269+
*
270+
* Value: "PQ_SIGN_SLH_DSA_SHA2_128S"
271+
*/
272+
FOUNDATION_EXTERN NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_PqSignSlhDsaSha2128s;
259273
/**
260274
* RSAES-OAEP 2048 bit key with a SHA1 digest.
261275
*
@@ -903,6 +917,13 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessApproval_SignatureInfo_GoogleKeyAl
903917
* HMAC-SHA384 signing with a 384 bit key. (Value: "HMAC_SHA384")
904918
* @arg @c kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_HmacSha512
905919
* HMAC-SHA512 signing with a 512 bit key. (Value: "HMAC_SHA512")
920+
* @arg @c kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_PqSignMlDsa65
921+
* The post-quantum Module-Lattice-Based Digital Signature Algorithm, at
922+
* security level 3. Randomized version. (Value: "PQ_SIGN_ML_DSA_65")
923+
* @arg @c kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_PqSignSlhDsaSha2128s
924+
* The post-quantum stateless hash-based digital signature algorithm, at
925+
* security level 1. Randomized version. (Value:
926+
* "PQ_SIGN_SLH_DSA_SHA2_128S")
906927
* @arg @c kGTLRAccessApproval_SignatureInfo_GoogleKeyAlgorithm_RsaDecryptOaep2048Sha1
907928
* RSAES-OAEP 2048 bit key with a SHA1 digest. (Value:
908929
* "RSA_DECRYPT_OAEP_2048_SHA1")

Sources/GeneratedServices/AccessContextManager/GTLRAccessContextManagerObjects.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ @implementation GTLRAccessContextManager_EgressPolicy
435435
//
436436

437437
@implementation GTLRAccessContextManager_EgressSource
438-
@dynamic accessLevel;
438+
@dynamic accessLevel, resource;
439439
@end
440440

441441

Sources/GeneratedServices/AccessContextManager/Public/GoogleAPIClientForREST/GTLRAccessContextManagerObjects.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,14 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_SupportedService_Su
12411241
*/
12421242
@property(nonatomic, copy, nullable) NSString *accessLevel;
12431243

1244+
/**
1245+
* A Google Cloud resource from the service perimeter that you want to allow to
1246+
* access data outside the perimeter. This field supports only projects. The
1247+
* project format is `projects/{project_number}`. You can't use `*` in this
1248+
* field to allow all Google Cloud resources.
1249+
*/
1250+
@property(nonatomic, copy, nullable) NSString *resource;
1251+
12441252
@end
12451253

12461254

Sources/GeneratedServices/Adsense/GTLRAdsenseObjects.m

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
NSString * const kGTLRAdsense_PolicyIssue_EntityType_Site = @"SITE";
6969
NSString * const kGTLRAdsense_PolicyIssue_EntityType_SiteSection = @"SITE_SECTION";
7070

71+
// GTLRAdsense_PolicyTopic.type
72+
NSString * const kGTLRAdsense_PolicyTopic_Type_AdvertiserPreference = @"ADVERTISER_PREFERENCE";
73+
NSString * const kGTLRAdsense_PolicyTopic_Type_Policy = @"POLICY";
74+
NSString * const kGTLRAdsense_PolicyTopic_Type_PolicyTopicTypeUnspecified = @"POLICY_TOPIC_TYPE_UNSPECIFIED";
75+
NSString * const kGTLRAdsense_PolicyTopic_Type_Regulatory = @"REGULATORY";
76+
7177
// GTLRAdsense_Site.state
7278
NSString * const kGTLRAdsense_Site_State_GettingReady = @"GETTING_READY";
7379
NSString * const kGTLRAdsense_Site_State_NeedsAttention = @"NEEDS_ATTENTION";
@@ -559,7 +565,7 @@ @implementation GTLRAdsense_PolicyIssue
559565
//
560566

561567
@implementation GTLRAdsense_PolicyTopic
562-
@dynamic mustFix, topic;
568+
@dynamic mustFix, topic, type;
563569
@end
564570

565571

Sources/GeneratedServices/Adsense/Public/GoogleAPIClientForREST/GTLRAdsenseObjects.h

Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,39 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsense_PolicyIssue_EntityType_Site;
316316
*/
317317
FOUNDATION_EXTERN NSString * const kGTLRAdsense_PolicyIssue_EntityType_SiteSection;
318318

319+
// ----------------------------------------------------------------------------
320+
// GTLRAdsense_PolicyTopic.type
321+
322+
/**
323+
* Topics that are related to advertiser preferences. Certain advertisers may
324+
* choose not to bid on content that are labeled with certain policies.
325+
*
326+
* Value: "ADVERTISER_PREFERENCE"
327+
*/
328+
FOUNDATION_EXTERN NSString * const kGTLRAdsense_PolicyTopic_Type_AdvertiserPreference;
329+
/**
330+
* Topics that are primarily related to the Google Publisher Policy (GPP)
331+
* https://support.google.com/publisherpolicies/answer/10502938 or the Google
332+
* Publisher Restrictions (GPR) policies
333+
* https://support.google.com/publisherpolicies/answer/10437795.
334+
*
335+
* Value: "POLICY"
336+
*/
337+
FOUNDATION_EXTERN NSString * const kGTLRAdsense_PolicyTopic_Type_Policy;
338+
/**
339+
* The type is unspecified.
340+
*
341+
* Value: "POLICY_TOPIC_TYPE_UNSPECIFIED"
342+
*/
343+
FOUNDATION_EXTERN NSString * const kGTLRAdsense_PolicyTopic_Type_PolicyTopicTypeUnspecified;
344+
/**
345+
* Any topics that are a result of a country or regional regulatory requirement
346+
* body.
347+
*
348+
* Value: "REGULATORY"
349+
*/
350+
FOUNDATION_EXTERN NSString * const kGTLRAdsense_PolicyTopic_Type_Regulatory;
351+
319352
// ----------------------------------------------------------------------------
320353
// GTLRAdsense_Site.state
321354

@@ -1318,22 +1351,43 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsense_Site_State_StateUnspecified;
13181351
@interface GTLRAdsense_PolicyTopic : GTLRObject
13191352

13201353
/**
1321-
* Required. Indicates if this is a policy violation or not. When the value is
1322-
* true, issues that are instances of this topic must be addressed to remain in
1323-
* compliance with the partner's agreements with Google. A false value
1324-
* indicates that it's not mandatory to fix the issues but advertising demand
1325-
* might be restricted.
1354+
* Required. Deprecated. Policy topics no longer have a "must-fix"
1355+
* classification.
13261356
*
13271357
* Uses NSNumber of boolValue.
13281358
*/
1329-
@property(nonatomic, strong, nullable) NSNumber *mustFix;
1359+
@property(nonatomic, strong, nullable) NSNumber *mustFix GTLR_DEPRECATED;
13301360

13311361
/**
13321362
* Required. The policy topic. For example, "sexual-content" or
13331363
* "ads-obscuring-content"."
13341364
*/
13351365
@property(nonatomic, copy, nullable) NSString *topic;
13361366

1367+
/**
1368+
* Optional. The type of policy topic. For example, "POLICY" represents all the
1369+
* policy topics that are related to the Google Publisher Policy (GPP). See
1370+
* https://support.google.com/adsense/answer/15689616.
1371+
*
1372+
* Likely values:
1373+
* @arg @c kGTLRAdsense_PolicyTopic_Type_AdvertiserPreference Topics that are
1374+
* related to advertiser preferences. Certain advertisers may choose not
1375+
* to bid on content that are labeled with certain policies. (Value:
1376+
* "ADVERTISER_PREFERENCE")
1377+
* @arg @c kGTLRAdsense_PolicyTopic_Type_Policy Topics that are primarily
1378+
* related to the Google Publisher Policy (GPP)
1379+
* https://support.google.com/publisherpolicies/answer/10502938 or the
1380+
* Google Publisher Restrictions (GPR) policies
1381+
* https://support.google.com/publisherpolicies/answer/10437795. (Value:
1382+
* "POLICY")
1383+
* @arg @c kGTLRAdsense_PolicyTopic_Type_PolicyTopicTypeUnspecified The type
1384+
* is unspecified. (Value: "POLICY_TOPIC_TYPE_UNSPECIFIED")
1385+
* @arg @c kGTLRAdsense_PolicyTopic_Type_Regulatory Any topics that are a
1386+
* result of a country or regional regulatory requirement body. (Value:
1387+
* "REGULATORY")
1388+
*/
1389+
@property(nonatomic, copy, nullable) NSString *type;
1390+
13371391
@end
13381392

13391393

Sources/GeneratedServices/Adsense/Public/GoogleAPIClientForREST/GTLRAdsenseQuery.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsenseDimensionsDomainRegistrant;
282282
*/
283283
FOUNDATION_EXTERN NSString * const kGTLRAdsenseDimensionsHostedAdClientId;
284284
/**
285-
* Unique ID of a hosted client's custom channel.
285+
* Not supported.
286286
*
287287
* Value: "HOSTED_CUSTOM_CHANNEL_ID"
288288
*/
289-
FOUNDATION_EXTERN NSString * const kGTLRAdsenseDimensionsHostedCustomChannelId;
289+
FOUNDATION_EXTERN NSString * const kGTLRAdsenseDimensionsHostedCustomChannelId GTLR_DEPRECATED;
290290
/**
291291
* Month dimension in YYYY-MM format (e.g. "2010-02").
292292
*
@@ -1821,8 +1821,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsenseReportingTimeZoneReportingTimeZon
18211821
* @arg @c kGTLRAdsenseDimensionsCustomChannelId Unique ID of a custom
18221822
* channel. The members of this dimension match the values from
18231823
* CustomChannel.reporting_dimension_id. (Value: "CUSTOM_CHANNEL_ID")
1824-
* @arg @c kGTLRAdsenseDimensionsHostedCustomChannelId Unique ID of a hosted
1825-
* client's custom channel. (Value: "HOSTED_CUSTOM_CHANNEL_ID")
1824+
* @arg @c kGTLRAdsenseDimensionsHostedCustomChannelId Not supported. (Value:
1825+
* "HOSTED_CUSTOM_CHANNEL_ID")
18261826
* @arg @c kGTLRAdsenseDimensionsOwnedSiteDomainName Domain name of a
18271827
* verified site (e.g. "example.com"). The members of this dimension
18281828
* match the values from Site.domain. (Value: "OWNED_SITE_DOMAIN_NAME")
@@ -2242,8 +2242,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAdsenseReportingTimeZoneReportingTimeZon
22422242
* @arg @c kGTLRAdsenseDimensionsCustomChannelId Unique ID of a custom
22432243
* channel. The members of this dimension match the values from
22442244
* CustomChannel.reporting_dimension_id. (Value: "CUSTOM_CHANNEL_ID")
2245-
* @arg @c kGTLRAdsenseDimensionsHostedCustomChannelId Unique ID of a hosted
2246-
* client's custom channel. (Value: "HOSTED_CUSTOM_CHANNEL_ID")
2245+
* @arg @c kGTLRAdsenseDimensionsHostedCustomChannelId Not supported. (Value:
2246+
* "HOSTED_CUSTOM_CHANNEL_ID")
22472247
* @arg @c kGTLRAdsenseDimensionsOwnedSiteDomainName Domain name of a
22482248
* verified site (e.g. "example.com"). The members of this dimension
22492249
* match the values from Site.domain. (Value: "OWNED_SITE_DOMAIN_NAME")

0 commit comments

Comments
 (0)