Skip to content

Commit a8c1e0b

Browse files
committed
Generate current versions of the services.
1 parent dc24cc5 commit a8c1e0b

File tree

264 files changed

+34427
-6542
lines changed

Some content is hidden

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

264 files changed

+34427
-6542
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ Pod::Spec.new do |s|
129129
sp.source_files = 'Sources/GeneratedServices/AIPlatformNotebooks/**/*.{h,m}'
130130
sp.public_header_files = 'Sources/GeneratedServices/AIPlatformNotebooks/Public/GoogleAPIClientForREST/*.h'
131131
end
132+
s.subspec 'AirQuality' do |sp|
133+
sp.dependency 'GoogleAPIClientForREST/Core'
134+
sp.source_files = 'Sources/GeneratedServices/AirQuality/**/*.{h,m}'
135+
sp.public_header_files = 'Sources/GeneratedServices/AirQuality/Public/GoogleAPIClientForREST/*.h'
136+
end
132137
s.subspec 'AlertCenter' do |sp|
133138
sp.dependency 'GoogleAPIClientForREST/Core'
134139
sp.source_files = 'Sources/GeneratedServices/AlertCenter/**/*.{h,m}'
@@ -194,6 +199,11 @@ Pod::Spec.new do |s|
194199
sp.source_files = 'Sources/GeneratedServices/ApiKeysService/**/*.{h,m}'
195200
sp.public_header_files = 'Sources/GeneratedServices/ApiKeysService/Public/GoogleAPIClientForREST/*.h'
196201
end
202+
s.subspec 'APIManagement' do |sp|
203+
sp.dependency 'GoogleAPIClientForREST/Core'
204+
sp.source_files = 'Sources/GeneratedServices/APIManagement/**/*.{h,m}'
205+
sp.public_header_files = 'Sources/GeneratedServices/APIManagement/Public/GoogleAPIClientForREST/*.h'
206+
end
197207
s.subspec 'Appengine' do |sp|
198208
sp.dependency 'GoogleAPIClientForREST/Core'
199209
sp.source_files = 'Sources/GeneratedServices/Appengine/**/*.{h,m}'
@@ -994,6 +1004,16 @@ Pod::Spec.new do |s|
9941004
sp.source_files = 'Sources/GeneratedServices/MapsPlaces/**/*.{h,m}'
9951005
sp.public_header_files = 'Sources/GeneratedServices/MapsPlaces/Public/GoogleAPIClientForREST/*.h'
9961006
end
1007+
s.subspec 'Meet' do |sp|
1008+
sp.dependency 'GoogleAPIClientForREST/Core'
1009+
sp.source_files = 'Sources/GeneratedServices/Meet/**/*.{h,m}'
1010+
sp.public_header_files = 'Sources/GeneratedServices/Meet/Public/GoogleAPIClientForREST/*.h'
1011+
end
1012+
s.subspec 'Merchant' do |sp|
1013+
sp.dependency 'GoogleAPIClientForREST/Core'
1014+
sp.source_files = 'Sources/GeneratedServices/Merchant/**/*.{h,m}'
1015+
sp.public_header_files = 'Sources/GeneratedServices/Merchant/Public/GoogleAPIClientForREST/*.h'
1016+
end
9971017
s.subspec 'MigrationCenterAPI' do |sp|
9981018
sp.dependency 'GoogleAPIClientForREST/Core'
9991019
sp.source_files = 'Sources/GeneratedServices/MigrationCenterAPI/**/*.{h,m}'
@@ -1129,6 +1149,11 @@ Pod::Spec.new do |s|
11291149
sp.source_files = 'Sources/GeneratedServices/PolicyTroubleshooter/**/*.{h,m}'
11301150
sp.public_header_files = 'Sources/GeneratedServices/PolicyTroubleshooter/Public/GoogleAPIClientForREST/*.h'
11311151
end
1152+
s.subspec 'Pollen' do |sp|
1153+
sp.dependency 'GoogleAPIClientForREST/Core'
1154+
sp.source_files = 'Sources/GeneratedServices/Pollen/**/*.{h,m}'
1155+
sp.public_header_files = 'Sources/GeneratedServices/Pollen/Public/GoogleAPIClientForREST/*.h'
1156+
end
11321157
s.subspec 'PolyService' do |sp|
11331158
sp.dependency 'GoogleAPIClientForREST/Core'
11341159
sp.source_files = 'Sources/GeneratedServices/PolyService/**/*.{h,m}'

Package.swift

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ let package = Package(
7373
name: "GoogleAPIClientForREST_AIPlatformNotebooks",
7474
targets: ["GoogleAPIClientForREST_AIPlatformNotebooks"]
7575
),
76+
.library(
77+
name: "GoogleAPIClientForREST_AirQuality",
78+
targets: ["GoogleAPIClientForREST_AirQuality"]
79+
),
7680
.library(
7781
name: "GoogleAPIClientForREST_AlertCenter",
7882
targets: ["GoogleAPIClientForREST_AlertCenter"]
@@ -125,6 +129,10 @@ let package = Package(
125129
name: "GoogleAPIClientForREST_ApiKeysService",
126130
targets: ["GoogleAPIClientForREST_ApiKeysService"]
127131
),
132+
.library(
133+
name: "GoogleAPIClientForREST_APIManagement",
134+
targets: ["GoogleAPIClientForREST_APIManagement"]
135+
),
128136
.library(
129137
name: "GoogleAPIClientForREST_Appengine",
130138
targets: ["GoogleAPIClientForREST_Appengine"]
@@ -765,6 +773,14 @@ let package = Package(
765773
name: "GoogleAPIClientForREST_MapsPlaces",
766774
targets: ["GoogleAPIClientForREST_MapsPlaces"]
767775
),
776+
.library(
777+
name: "GoogleAPIClientForREST_Meet",
778+
targets: ["GoogleAPIClientForREST_Meet"]
779+
),
780+
.library(
781+
name: "GoogleAPIClientForREST_Merchant",
782+
targets: ["GoogleAPIClientForREST_Merchant"]
783+
),
768784
.library(
769785
name: "GoogleAPIClientForREST_MigrationCenterAPI",
770786
targets: ["GoogleAPIClientForREST_MigrationCenterAPI"]
@@ -873,6 +889,10 @@ let package = Package(
873889
name: "GoogleAPIClientForREST_PolicyTroubleshooter",
874890
targets: ["GoogleAPIClientForREST_PolicyTroubleshooter"]
875891
),
892+
.library(
893+
name: "GoogleAPIClientForREST_Pollen",
894+
targets: ["GoogleAPIClientForREST_Pollen"]
895+
),
876896
.library(
877897
name: "GoogleAPIClientForREST_PolyService",
878898
targets: ["GoogleAPIClientForREST_PolyService"]
@@ -1259,6 +1279,12 @@ let package = Package(
12591279
path: "Sources/GeneratedServices/AIPlatformNotebooks",
12601280
publicHeadersPath: "Public"
12611281
),
1282+
.target(
1283+
name: "GoogleAPIClientForREST_AirQuality",
1284+
dependencies: ["GoogleAPIClientForRESTCore"],
1285+
path: "Sources/GeneratedServices/AirQuality",
1286+
publicHeadersPath: "Public"
1287+
),
12621288
.target(
12631289
name: "GoogleAPIClientForREST_AlertCenter",
12641290
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -1337,6 +1363,12 @@ let package = Package(
13371363
path: "Sources/GeneratedServices/ApiKeysService",
13381364
publicHeadersPath: "Public"
13391365
),
1366+
.target(
1367+
name: "GoogleAPIClientForREST_APIManagement",
1368+
dependencies: ["GoogleAPIClientForRESTCore"],
1369+
path: "Sources/GeneratedServices/APIManagement",
1370+
publicHeadersPath: "Public"
1371+
),
13401372
.target(
13411373
name: "GoogleAPIClientForREST_Appengine",
13421374
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2297,6 +2329,18 @@ let package = Package(
22972329
path: "Sources/GeneratedServices/MapsPlaces",
22982330
publicHeadersPath: "Public"
22992331
),
2332+
.target(
2333+
name: "GoogleAPIClientForREST_Meet",
2334+
dependencies: ["GoogleAPIClientForRESTCore"],
2335+
path: "Sources/GeneratedServices/Meet",
2336+
publicHeadersPath: "Public"
2337+
),
2338+
.target(
2339+
name: "GoogleAPIClientForREST_Merchant",
2340+
dependencies: ["GoogleAPIClientForRESTCore"],
2341+
path: "Sources/GeneratedServices/Merchant",
2342+
publicHeadersPath: "Public"
2343+
),
23002344
.target(
23012345
name: "GoogleAPIClientForREST_MigrationCenterAPI",
23022346
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2459,6 +2503,12 @@ let package = Package(
24592503
path: "Sources/GeneratedServices/PolicyTroubleshooter",
24602504
publicHeadersPath: "Public"
24612505
),
2506+
.target(
2507+
name: "GoogleAPIClientForREST_Pollen",
2508+
dependencies: ["GoogleAPIClientForRESTCore"],
2509+
path: "Sources/GeneratedServices/Pollen",
2510+
publicHeadersPath: "Public"
2511+
),
24622512
.target(
24632513
name: "GoogleAPIClientForREST_PolyService",
24642514
dependencies: ["GoogleAPIClientForRESTCore"],

Sources/GeneratedServices/AIPlatformNotebooks/GTLRAIPlatformNotebooksObjects.m

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ @implementation GTLRAIPlatformNotebooks_AcceleratorConfig
104104
@end
105105

106106

107+
// ----------------------------------------------------------------------------
108+
//
109+
// GTLRAIPlatformNotebooks_AccessConfig
110+
//
111+
112+
@implementation GTLRAIPlatformNotebooks_AccessConfig
113+
@dynamic externalIp;
114+
@end
115+
116+
107117
// ----------------------------------------------------------------------------
108118
//
109119
// GTLRAIPlatformNotebooks_Binding
@@ -334,8 +344,9 @@ @implementation GTLRAIPlatformNotebooks_ImageRelease
334344

335345
@implementation GTLRAIPlatformNotebooks_Instance
336346
@dynamic createTime, creator, disableProxyAccess, gceSetup, healthInfo,
337-
healthState, identifier, instanceOwners, labels, name, proxyUri, state,
338-
thirdPartyProxyUrl, updateTime, upgradeHistory;
347+
healthState, identifier, instanceOwners, labels, name, proxyUri,
348+
satisfiesPzi, satisfiesPzs, state, thirdPartyProxyUrl, updateTime,
349+
upgradeHistory;
339350

340351
+ (NSDictionary<NSString *, NSString *> *)propertyToJSONKeyMap {
341352
return @{ @"identifier" : @"id" };
@@ -491,7 +502,15 @@ + (Class)classForAdditionalProperties {
491502
//
492503

493504
@implementation GTLRAIPlatformNotebooks_NetworkInterface
494-
@dynamic network, nicType, subnet;
505+
@dynamic accessConfigs, network, nicType, subnet;
506+
507+
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
508+
NSDictionary<NSString *, Class> *map = @{
509+
@"accessConfigs" : [GTLRAIPlatformNotebooks_AccessConfig class]
510+
};
511+
return map;
512+
}
513+
495514
@end
496515

497516

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#endif
1616

1717
@class GTLRAIPlatformNotebooks_AcceleratorConfig;
18+
@class GTLRAIPlatformNotebooks_AccessConfig;
1819
@class GTLRAIPlatformNotebooks_Binding;
1920
@class GTLRAIPlatformNotebooks_BootDisk;
2021
@class GTLRAIPlatformNotebooks_ContainerImage;
@@ -519,6 +520,23 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
519520
@end
520521

521522

523+
/**
524+
* An access configuration attached to an instance's network interface.
525+
*/
526+
@interface GTLRAIPlatformNotebooks_AccessConfig : GTLRObject
527+
528+
/**
529+
* An external IP address associated with this instance. Specify an unused
530+
* static external IP address available to the project or leave this field
531+
* undefined to use an IP from a shared ephemeral IP address pool. If you
532+
* specify a static external IP address, it must live in the same region as the
533+
* zone of the instance.
534+
*/
535+
@property(nonatomic, copy, nullable) NSString *externalIp;
536+
537+
@end
538+
539+
522540
/**
523541
* Associates `members`, or principals, with a `role`.
524542
*/
@@ -1209,6 +1227,20 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
12091227
*/
12101228
@property(nonatomic, copy, nullable) NSString *proxyUri;
12111229

1230+
/**
1231+
* Output only. Reserved for future use for Zone Isolation.
1232+
*
1233+
* Uses NSNumber of boolValue.
1234+
*/
1235+
@property(nonatomic, strong, nullable) NSNumber *satisfiesPzi;
1236+
1237+
/**
1238+
* Output only. Reserved for future use for Zone Separation.
1239+
*
1240+
* Uses NSNumber of boolValue.
1241+
*/
1242+
@property(nonatomic, strong, nullable) NSNumber *satisfiesPzs;
1243+
12121244
/**
12131245
* Output only. The state of this instance.
12141246
*
@@ -1430,6 +1462,14 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
14301462
*/
14311463
@interface GTLRAIPlatformNotebooks_NetworkInterface : GTLRObject
14321464

1465+
/**
1466+
* Optional. An array of configurations for this interface. Currently, only one
1467+
* access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified,
1468+
* the instance will have an external internet access through an ephemeral
1469+
* external IP address.
1470+
*/
1471+
@property(nonatomic, strong, nullable) NSArray<GTLRAIPlatformNotebooks_AccessConfig *> *accessConfigs;
1472+
14331473
/**
14341474
* Optional. The name of the VPC that this VM instance is in. Format:
14351475
* `projects/{project_id}/global/networks/{network_id}`

0 commit comments

Comments
 (0)