Skip to content

Commit e41f525

Browse files
committed
Generate current service sources.
1 parent 40930b2 commit e41f525

File tree

414 files changed

+84792
-30020
lines changed

Some content is hidden

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

414 files changed

+84792
-30020
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ Pod::Spec.new do |s|
204204
sp.source_files = 'Sources/GeneratedServices/AuthorizedBuyersMarketplace/**/*.{h,m}'
205205
sp.public_header_files = 'Sources/GeneratedServices/AuthorizedBuyersMarketplace/Public/GoogleAPIClientForREST/*.h'
206206
end
207+
s.subspec 'Backupdr' do |sp|
208+
sp.dependency 'GoogleAPIClientForREST/Core'
209+
sp.source_files = 'Sources/GeneratedServices/Backupdr/**/*.{h,m}'
210+
sp.public_header_files = 'Sources/GeneratedServices/Backupdr/Public/GoogleAPIClientForREST/*.h'
211+
end
207212
s.subspec 'BackupforGKE' do |sp|
208213
sp.dependency 'GoogleAPIClientForREST/Core'
209214
sp.source_files = 'Sources/GeneratedServices/BackupforGKE/**/*.{h,m}'
@@ -219,6 +224,11 @@ Pod::Spec.new do |s|
219224
sp.source_files = 'Sources/GeneratedServices/BeyondCorp/**/*.{h,m}'
220225
sp.public_header_files = 'Sources/GeneratedServices/BeyondCorp/Public/GoogleAPIClientForREST/*.h'
221226
end
227+
s.subspec 'BigLakeService' do |sp|
228+
sp.dependency 'GoogleAPIClientForREST/Core'
229+
sp.source_files = 'Sources/GeneratedServices/BigLakeService/**/*.{h,m}'
230+
sp.public_header_files = 'Sources/GeneratedServices/BigLakeService/Public/GoogleAPIClientForREST/*.h'
231+
end
222232
s.subspec 'Bigquery' do |sp|
223233
sp.dependency 'GoogleAPIClientForREST/Core'
224234
sp.source_files = 'Sources/GeneratedServices/Bigquery/**/*.{h,m}'
@@ -319,6 +329,11 @@ Pod::Spec.new do |s|
319329
sp.source_files = 'Sources/GeneratedServices/Classroom/**/*.{h,m}'
320330
sp.public_header_files = 'Sources/GeneratedServices/Classroom/Public/GoogleAPIClientForREST/*.h'
321331
end
332+
s.subspec 'CloudAlloyDBAdmin' do |sp|
333+
sp.dependency 'GoogleAPIClientForREST/Core'
334+
sp.source_files = 'Sources/GeneratedServices/CloudAlloyDBAdmin/**/*.{h,m}'
335+
sp.public_header_files = 'Sources/GeneratedServices/CloudAlloyDBAdmin/Public/GoogleAPIClientForREST/*.h'
336+
end
322337
s.subspec 'CloudAsset' do |sp|
323338
sp.dependency 'GoogleAPIClientForREST/Core'
324339
sp.source_files = 'Sources/GeneratedServices/CloudAsset/**/*.{h,m}'
@@ -1084,6 +1099,11 @@ Pod::Spec.new do |s|
10841099
sp.source_files = 'Sources/GeneratedServices/PubsubLite/**/*.{h,m}'
10851100
sp.public_header_files = 'Sources/GeneratedServices/PubsubLite/Public/GoogleAPIClientForREST/*.h'
10861101
end
1102+
s.subspec 'RapidMigrationAssessment' do |sp|
1103+
sp.dependency 'GoogleAPIClientForREST/Core'
1104+
sp.source_files = 'Sources/GeneratedServices/RapidMigrationAssessment/**/*.{h,m}'
1105+
sp.public_header_files = 'Sources/GeneratedServices/RapidMigrationAssessment/Public/GoogleAPIClientForREST/*.h'
1106+
end
10871107
s.subspec 'RealTimeBidding' do |sp|
10881108
sp.dependency 'GoogleAPIClientForREST/Core'
10891109
sp.source_files = 'Sources/GeneratedServices/RealTimeBidding/**/*.{h,m}'
@@ -1324,6 +1344,11 @@ Pod::Spec.new do |s|
13241344
sp.source_files = 'Sources/GeneratedServices/VMMigrationService/**/*.{h,m}'
13251345
sp.public_header_files = 'Sources/GeneratedServices/VMMigrationService/Public/GoogleAPIClientForREST/*.h'
13261346
end
1347+
s.subspec 'VMwareEngine' do |sp|
1348+
sp.dependency 'GoogleAPIClientForREST/Core'
1349+
sp.source_files = 'Sources/GeneratedServices/VMwareEngine/**/*.{h,m}'
1350+
sp.public_header_files = 'Sources/GeneratedServices/VMwareEngine/Public/GoogleAPIClientForREST/*.h'
1351+
end
13271352
s.subspec 'Webfonts' do |sp|
13281353
sp.dependency 'GoogleAPIClientForREST/Core'
13291354
sp.source_files = 'Sources/GeneratedServices/Webfonts/**/*.{h,m}'

Package.swift

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ let package = Package(
141141
name: "GoogleAPIClientForREST_AuthorizedBuyersMarketplace",
142142
targets: ["GoogleAPIClientForREST_AuthorizedBuyersMarketplace"]
143143
),
144+
.library(
145+
name: "GoogleAPIClientForREST_Backupdr",
146+
targets: ["GoogleAPIClientForREST_Backupdr"]
147+
),
144148
.library(
145149
name: "GoogleAPIClientForREST_BackupforGKE",
146150
targets: ["GoogleAPIClientForREST_BackupforGKE"]
@@ -153,6 +157,10 @@ let package = Package(
153157
name: "GoogleAPIClientForREST_BeyondCorp",
154158
targets: ["GoogleAPIClientForREST_BeyondCorp"]
155159
),
160+
.library(
161+
name: "GoogleAPIClientForREST_BigLakeService",
162+
targets: ["GoogleAPIClientForREST_BigLakeService"]
163+
),
156164
.library(
157165
name: "GoogleAPIClientForREST_Bigquery",
158166
targets: ["GoogleAPIClientForREST_Bigquery"]
@@ -233,6 +241,10 @@ let package = Package(
233241
name: "GoogleAPIClientForREST_Classroom",
234242
targets: ["GoogleAPIClientForREST_Classroom"]
235243
),
244+
.library(
245+
name: "GoogleAPIClientForREST_CloudAlloyDBAdmin",
246+
targets: ["GoogleAPIClientForREST_CloudAlloyDBAdmin"]
247+
),
236248
.library(
237249
name: "GoogleAPIClientForREST_CloudAsset",
238250
targets: ["GoogleAPIClientForREST_CloudAsset"]
@@ -845,6 +857,10 @@ let package = Package(
845857
name: "GoogleAPIClientForREST_PubsubLite",
846858
targets: ["GoogleAPIClientForREST_PubsubLite"]
847859
),
860+
.library(
861+
name: "GoogleAPIClientForREST_RapidMigrationAssessment",
862+
targets: ["GoogleAPIClientForREST_RapidMigrationAssessment"]
863+
),
848864
.library(
849865
name: "GoogleAPIClientForREST_RealTimeBidding",
850866
targets: ["GoogleAPIClientForREST_RealTimeBidding"]
@@ -1037,6 +1053,10 @@ let package = Package(
10371053
name: "GoogleAPIClientForREST_VMMigrationService",
10381054
targets: ["GoogleAPIClientForREST_VMMigrationService"]
10391055
),
1056+
.library(
1057+
name: "GoogleAPIClientForREST_VMwareEngine",
1058+
targets: ["GoogleAPIClientForREST_VMwareEngine"]
1059+
),
10401060
.library(
10411061
name: "GoogleAPIClientForREST_Webfonts",
10421062
targets: ["GoogleAPIClientForREST_Webfonts"]
@@ -1288,6 +1308,12 @@ let package = Package(
12881308
path: "Sources/GeneratedServices/AuthorizedBuyersMarketplace",
12891309
publicHeadersPath: "Public"
12901310
),
1311+
.target(
1312+
name: "GoogleAPIClientForREST_Backupdr",
1313+
dependencies: ["GoogleAPIClientForRESTCore"],
1314+
path: "Sources/GeneratedServices/Backupdr",
1315+
publicHeadersPath: "Public"
1316+
),
12911317
.target(
12921318
name: "GoogleAPIClientForREST_BackupforGKE",
12931319
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -1306,6 +1332,12 @@ let package = Package(
13061332
path: "Sources/GeneratedServices/BeyondCorp",
13071333
publicHeadersPath: "Public"
13081334
),
1335+
.target(
1336+
name: "GoogleAPIClientForREST_BigLakeService",
1337+
dependencies: ["GoogleAPIClientForRESTCore"],
1338+
path: "Sources/GeneratedServices/BigLakeService",
1339+
publicHeadersPath: "Public"
1340+
),
13091341
.target(
13101342
name: "GoogleAPIClientForREST_Bigquery",
13111343
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -1426,6 +1458,12 @@ let package = Package(
14261458
path: "Sources/GeneratedServices/Classroom",
14271459
publicHeadersPath: "Public"
14281460
),
1461+
.target(
1462+
name: "GoogleAPIClientForREST_CloudAlloyDBAdmin",
1463+
dependencies: ["GoogleAPIClientForRESTCore"],
1464+
path: "Sources/GeneratedServices/CloudAlloyDBAdmin",
1465+
publicHeadersPath: "Public"
1466+
),
14291467
.target(
14301468
name: "GoogleAPIClientForREST_CloudAsset",
14311469
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2344,6 +2382,12 @@ let package = Package(
23442382
path: "Sources/GeneratedServices/PubsubLite",
23452383
publicHeadersPath: "Public"
23462384
),
2385+
.target(
2386+
name: "GoogleAPIClientForREST_RapidMigrationAssessment",
2387+
dependencies: ["GoogleAPIClientForRESTCore"],
2388+
path: "Sources/GeneratedServices/RapidMigrationAssessment",
2389+
publicHeadersPath: "Public"
2390+
),
23472391
.target(
23482392
name: "GoogleAPIClientForREST_RealTimeBidding",
23492393
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2632,6 +2676,12 @@ let package = Package(
26322676
path: "Sources/GeneratedServices/VMMigrationService",
26332677
publicHeadersPath: "Public"
26342678
),
2679+
.target(
2680+
name: "GoogleAPIClientForREST_VMwareEngine",
2681+
dependencies: ["GoogleAPIClientForRESTCore"],
2682+
path: "Sources/GeneratedServices/VMwareEngine",
2683+
publicHeadersPath: "Public"
2684+
),
26352685
.target(
26362686
name: "GoogleAPIClientForREST_Webfonts",
26372687
dependencies: ["GoogleAPIClientForRESTCore"],

Sources/GeneratedServices/AIPlatformNotebooks/GTLRAIPlatformNotebooksQuery.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ + (instancetype)queryWithResource:(NSString *)resource {
171171

172172
@implementation GTLRAIPlatformNotebooksQuery_ProjectsLocationsInstancesList
173173

174-
@dynamic pageSize, pageToken, parent;
174+
@dynamic filter, orderBy, pageSize, pageToken, parent;
175175

176176
+ (instancetype)queryWithParent:(NSString *)parent {
177177
NSArray *pathParams = @[ @"parent" ];

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,8 +1413,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
14131413
@property(nonatomic, copy, nullable) NSString *name;
14141414

14151415
/**
1416-
* The normal response of the operation in case of success. If the original
1417-
* method returns no data on success, such as `Delete`, the response is
1416+
* The normal, successful response of the operation. If the original method
1417+
* returns no data on success, such as `Delete`, the response is
14181418
* `google.protobuf.Empty`. If the original method is standard
14191419
* `Get`/`Create`/`Update`, the response should be the resource. For other
14201420
* methods, the response should have the type `XxxResponse`, where `Xxx` is the
@@ -1442,8 +1442,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
14421442

14431443

14441444
/**
1445-
* The normal response of the operation in case of success. If the original
1446-
* method returns no data on success, such as `Delete`, the response is
1445+
* The normal, successful response of the operation. If the original method
1446+
* returns no data on success, such as `Delete`, the response is
14471447
* `google.protobuf.Empty`. If the original method is standard
14481448
* `Get`/`Create`/`Update`, the response should be the resource. For other
14491449
* methods, the response should have the type `XxxResponse`, where `Xxx` is the
@@ -1510,22 +1510,23 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
15101510
* constraints based on attributes of the request, the resource, or both. To
15111511
* learn which resources support conditions in their IAM policies, see the [IAM
15121512
* documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
1513-
* **JSON example:** { "bindings": [ { "role":
1513+
* **JSON example:** ``` { "bindings": [ { "role":
15141514
* "roles/resourcemanager.organizationAdmin", "members": [
15151515
* "user:mike\@example.com", "group:admins\@example.com", "domain:google.com",
15161516
* "serviceAccount:my-project-id\@appspot.gserviceaccount.com" ] }, { "role":
15171517
* "roles/resourcemanager.organizationViewer", "members": [
15181518
* "user:eve\@example.com" ], "condition": { "title": "expirable access",
15191519
* "description": "Does not grant access after Sep 2020", "expression":
15201520
* "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag":
1521-
* "BwWWja0YfJA=", "version": 3 } **YAML example:** bindings: - members: -
1522-
* user:mike\@example.com - group:admins\@example.com - domain:google.com -
1521+
* "BwWWja0YfJA=", "version": 3 } ``` **YAML example:** ``` bindings: -
1522+
* members: - user:mike\@example.com - group:admins\@example.com -
1523+
* domain:google.com -
15231524
* serviceAccount:my-project-id\@appspot.gserviceaccount.com role:
15241525
* roles/resourcemanager.organizationAdmin - members: - user:eve\@example.com
15251526
* role: roles/resourcemanager.organizationViewer condition: title: expirable
15261527
* access description: Does not grant access after Sep 2020 expression:
15271528
* request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA=
1528-
* version: 3 For a description of IAM and its features, see the [IAM
1529+
* version: 3 ``` For a description of IAM and its features, see the [IAM
15291530
* documentation](https://cloud.google.com/iam/docs/).
15301531
*/
15311532
@interface GTLRAIPlatformNotebooks_Policy : GTLRObject

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,15 @@ NS_ASSUME_NONNULL_BEGIN
280280
*/
281281
@interface GTLRAIPlatformNotebooksQuery_ProjectsLocationsInstancesList : GTLRAIPlatformNotebooksQuery
282282

283+
/** Optional. List filter. */
284+
@property(nonatomic, copy, nullable) NSString *filter;
285+
286+
/**
287+
* Optional. Sort results. Supported values are "name", "name desc" or ""
288+
* (unsorted).
289+
*/
290+
@property(nonatomic, copy, nullable) NSString *orderBy;
291+
283292
/** Optional. Maximum return size of the list call. */
284293
@property(nonatomic, assign) NSInteger pageSize;
285294

Sources/GeneratedServices/AccessApproval/GTLRAccessApprovalObjects.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ @implementation GTLRAccessApproval_ServiceAccount
174174
@implementation GTLRAccessApproval_Settings
175175
@dynamic activeKeyVersion, ancestorHasActiveKeyVersion, enrolledAncestor,
176176
enrolledServices, invalidKeyVersion, name, notificationEmails,
177-
preferNoBroadApprovalRequests, preferredRequestExpirationDays;
177+
notificationPubsubTopic, preferNoBroadApprovalRequests,
178+
preferredRequestExpirationDays;
178179

179180
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
180181
NSDictionary<NSString *, Class> *map = @{

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessApproval_EnrolledService_Enrollmen
490490
*/
491491
@property(nonatomic, strong, nullable) NSArray<NSString *> *notificationEmails;
492492

493+
/**
494+
* Optional. A pubsub topic to which notifications relating to approval
495+
* requests should be sent.
496+
*/
497+
@property(nonatomic, copy, nullable) NSString *notificationPubsubTopic;
498+
493499
/**
494500
* This preference is communicated to Google personnel when sending an approval
495501
* request but can be overridden if necessary.

Sources/GeneratedServices/AccessContextManager/GTLRAccessContextManagerObjects.m

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
NSString * const kGTLRAccessContextManager_EgressFrom_IdentityType_AnyUserAccount = @"ANY_USER_ACCOUNT";
5757
NSString * const kGTLRAccessContextManager_EgressFrom_IdentityType_IdentityTypeUnspecified = @"IDENTITY_TYPE_UNSPECIFIED";
5858

59+
// GTLRAccessContextManager_EgressFrom.sourceRestriction
60+
NSString * const kGTLRAccessContextManager_EgressFrom_SourceRestriction_SourceRestrictionDisabled = @"SOURCE_RESTRICTION_DISABLED";
61+
NSString * const kGTLRAccessContextManager_EgressFrom_SourceRestriction_SourceRestrictionEnabled = @"SOURCE_RESTRICTION_ENABLED";
62+
NSString * const kGTLRAccessContextManager_EgressFrom_SourceRestriction_SourceRestrictionUnspecified = @"SOURCE_RESTRICTION_UNSPECIFIED";
63+
5964
// GTLRAccessContextManager_IngressFrom.identityType
6065
NSString * const kGTLRAccessContextManager_IngressFrom_IdentityType_AnyIdentity = @"ANY_IDENTITY";
6166
NSString * const kGTLRAccessContextManager_IngressFrom_IdentityType_AnyServiceAccount = @"ANY_SERVICE_ACCOUNT";
@@ -269,14 +274,15 @@ @implementation GTLRAccessContextManager_CommitServicePerimetersResponse
269274

270275
@implementation GTLRAccessContextManager_Condition
271276
@dynamic devicePolicy, ipSubnetworks, members, negate, regions,
272-
requiredAccessLevels;
277+
requiredAccessLevels, vpcNetworkSources;
273278

274279
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
275280
NSDictionary<NSString *, Class> *map = @{
276281
@"ipSubnetworks" : [NSString class],
277282
@"members" : [NSString class],
278283
@"regions" : [NSString class],
279-
@"requiredAccessLevels" : [NSString class]
284+
@"requiredAccessLevels" : [NSString class],
285+
@"vpcNetworkSources" : [GTLRAccessContextManager_VpcNetworkSource class]
280286
};
281287
return map;
282288
}
@@ -322,11 +328,12 @@ @implementation GTLRAccessContextManager_DevicePolicy
322328
//
323329

324330
@implementation GTLRAccessContextManager_EgressFrom
325-
@dynamic identities, identityType;
331+
@dynamic identities, identityType, sourceRestriction, sources;
326332

327333
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
328334
NSDictionary<NSString *, Class> *map = @{
329-
@"identities" : [NSString class]
335+
@"identities" : [NSString class],
336+
@"sources" : [GTLRAccessContextManager_EgressSource class]
330337
};
331338
return map;
332339
}
@@ -344,6 +351,16 @@ @implementation GTLRAccessContextManager_EgressPolicy
344351
@end
345352

346353

354+
// ----------------------------------------------------------------------------
355+
//
356+
// GTLRAccessContextManager_EgressSource
357+
//
358+
359+
@implementation GTLRAccessContextManager_EgressSource
360+
@dynamic accessLevel;
361+
@end
362+
363+
347364
// ----------------------------------------------------------------------------
348365
//
349366
// GTLRAccessContextManager_EgressTo
@@ -929,3 +946,31 @@ @implementation GTLRAccessContextManager_VpcAccessibleServices
929946
}
930947

931948
@end
949+
950+
951+
// ----------------------------------------------------------------------------
952+
//
953+
// GTLRAccessContextManager_VpcNetworkSource
954+
//
955+
956+
@implementation GTLRAccessContextManager_VpcNetworkSource
957+
@dynamic vpcSubnetwork;
958+
@end
959+
960+
961+
// ----------------------------------------------------------------------------
962+
//
963+
// GTLRAccessContextManager_VpcSubNetwork
964+
//
965+
966+
@implementation GTLRAccessContextManager_VpcSubNetwork
967+
@dynamic network, vpcIpSubnetworks;
968+
969+
+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
970+
NSDictionary<NSString *, Class> *map = @{
971+
@"vpcIpSubnetworks" : [NSString class]
972+
};
973+
return map;
974+
}
975+
976+
@end

0 commit comments

Comments
 (0)