Skip to content

Commit 1e895b3

Browse files
committed
Update services.
1 parent 7017bbd commit 1e895b3

File tree

214 files changed

+23024
-11012
lines changed

Some content is hidden

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

214 files changed

+23024
-11012
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,11 @@ Pod::Spec.new do |s|
10991099
sp.source_files = 'Sources/GeneratedServices/OnDemandScanning/**/*.{h,m}'
11001100
sp.public_header_files = 'Sources/GeneratedServices/OnDemandScanning/Public/GoogleAPIClientForREST/*.h'
11011101
end
1102+
s.subspec 'OracleDatabase' do |sp|
1103+
sp.dependency 'GoogleAPIClientForREST/Core'
1104+
sp.source_files = 'Sources/GeneratedServices/OracleDatabase/**/*.{h,m}'
1105+
sp.public_header_files = 'Sources/GeneratedServices/OracleDatabase/Public/GoogleAPIClientForREST/*.h'
1106+
end
11021107
s.subspec 'OrgPolicyAPI' do |sp|
11031108
sp.dependency 'GoogleAPIClientForREST/Core'
11041109
sp.source_files = 'Sources/GeneratedServices/OrgPolicyAPI/**/*.{h,m}'

Package.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,10 @@ let package = Package(
849849
name: "GoogleAPIClientForREST_OnDemandScanning",
850850
targets: ["GoogleAPIClientForREST_OnDemandScanning"]
851851
),
852+
.library(
853+
name: "GoogleAPIClientForREST_OracleDatabase",
854+
targets: ["GoogleAPIClientForREST_OracleDatabase"]
855+
),
852856
.library(
853857
name: "GoogleAPIClientForREST_OrgPolicyAPI",
854858
targets: ["GoogleAPIClientForREST_OrgPolicyAPI"]
@@ -2451,6 +2455,12 @@ let package = Package(
24512455
path: "Sources/GeneratedServices/OnDemandScanning",
24522456
publicHeadersPath: "Public"
24532457
),
2458+
.target(
2459+
name: "GoogleAPIClientForREST_OracleDatabase",
2460+
dependencies: ["GoogleAPIClientForRESTCore"],
2461+
path: "Sources/GeneratedServices/OracleDatabase",
2462+
publicHeadersPath: "Public"
2463+
),
24542464
.target(
24552465
name: "GoogleAPIClientForREST_OrgPolicyAPI",
24562466
dependencies: ["GoogleAPIClientForRESTCore"],

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,8 +1083,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
10831083
@property(nonatomic, strong, nullable) GTLRAIPlatformNotebooks_ShieldedInstanceConfig *shieldedInstanceConfig;
10841084

10851085
/**
1086-
* Optional. The Compute Engine tags to add to runtime (see [Tagging
1087-
* instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
1086+
* Optional. The Compute Engine network tags to add to runtime (see [Add
1087+
* network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
10881088
*/
10891089
@property(nonatomic, strong, nullable) NSArray *tags;
10901090

Sources/GeneratedServices/AccessContextManager/GTLRAccessContextManagerObjects.m

Lines changed: 69 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@
8484
NSString * const kGTLRAccessContextManager_OsConstraint_OsType_Ios = @"IOS";
8585
NSString * const kGTLRAccessContextManager_OsConstraint_OsType_OsUnspecified = @"OS_UNSPECIFIED";
8686

87+
// GTLRAccessContextManager_ReauthSettings.reauthMethod
88+
NSString * const kGTLRAccessContextManager_ReauthSettings_ReauthMethod_Login = @"LOGIN";
89+
NSString * const kGTLRAccessContextManager_ReauthSettings_ReauthMethod_Password = @"PASSWORD";
90+
NSString * const kGTLRAccessContextManager_ReauthSettings_ReauthMethod_ReauthMethodUnspecified = @"REAUTH_METHOD_UNSPECIFIED";
91+
NSString * const kGTLRAccessContextManager_ReauthSettings_ReauthMethod_SecurityKey = @"SECURITY_KEY";
92+
8793
// GTLRAccessContextManager_ServicePerimeter.perimeterType
8894
NSString * const kGTLRAccessContextManager_ServicePerimeter_PerimeterType_PerimeterTypeBridge = @"PERIMETER_TYPE_BRIDGE";
8995
NSString * const kGTLRAccessContextManager_ServicePerimeter_PerimeterType_PerimeterTypeRegular = @"PERIMETER_TYPE_REGULAR";
@@ -141,6 +147,34 @@ @implementation GTLRAccessContextManager_AccessPolicy
141147
@end
142148

143149

150+
// ----------------------------------------------------------------------------
151+
//
152+
// GTLRAccessContextManager_AccessScope
153+
//
154+
155+
@implementation GTLRAccessContextManager_AccessScope
156+
@dynamic clientScope;
157+
@end
158+
159+
160+
// ----------------------------------------------------------------------------
161+
//
162+
// GTLRAccessContextManager_AccessSettings
163+
//
164+
165+
@implementation GTLRAccessContextManager_AccessSettings
166+
@dynamic accessLevels, reauthSettings;
167+
168+
+ (NSDictionary *)arrayPropertyToClassMap {
169+
NSDictionary<NSString *, Class> *map = @{
170+
@"accessLevels" : [NSString class]
171+
};
172+
return map;
173+
}
174+
175+
@end
176+
177+
144178
// ----------------------------------------------------------------------------
145179
//
146180
// GTLRAccessContextManager_ApiOperation
@@ -268,6 +302,16 @@ @implementation GTLRAccessContextManager_CancelOperationRequest
268302
@end
269303

270304

305+
// ----------------------------------------------------------------------------
306+
//
307+
// GTLRAccessContextManager_ClientScope
308+
//
309+
310+
@implementation GTLRAccessContextManager_ClientScope
311+
@dynamic restrictedClientApplication;
312+
@end
313+
314+
271315
// ----------------------------------------------------------------------------
272316
//
273317
// GTLRAccessContextManager_CommitServicePerimetersRequest
@@ -445,14 +489,15 @@ @implementation GTLRAccessContextManager_Expr
445489
//
446490

447491
@implementation GTLRAccessContextManager_GcpUserAccessBinding
448-
@dynamic accessLevels, dryRunAccessLevels, groupKey, name,
449-
restrictedClientApplications;
492+
@dynamic accessLevels, dryRunAccessLevels, groupKey, name, reauthSettings,
493+
restrictedClientApplications, scopedAccessSettings;
450494

451495
+ (NSDictionary *)arrayPropertyToClassMap {
452496
NSDictionary<NSString *, Class> *map = @{
453497
@"accessLevels" : [NSString class],
454498
@"dryRunAccessLevels" : [NSString class],
455-
@"restrictedClientApplications" : [GTLRAccessContextManager_Application class]
499+
@"restrictedClientApplications" : [GTLRAccessContextManager_Application class],
500+
@"scopedAccessSettings" : [GTLRAccessContextManager_ScopedAccessSettings class]
456501
};
457502
return map;
458503
}
@@ -791,6 +836,17 @@ @implementation GTLRAccessContextManager_Policy
791836
@end
792837

793838

839+
// ----------------------------------------------------------------------------
840+
//
841+
// GTLRAccessContextManager_ReauthSettings
842+
//
843+
844+
@implementation GTLRAccessContextManager_ReauthSettings
845+
@dynamic maxInactivity, reauthMethod, sessionLength, sessionLengthEnabled,
846+
useOidcMaxAge;
847+
@end
848+
849+
794850
// ----------------------------------------------------------------------------
795851
//
796852
// GTLRAccessContextManager_ReplaceAccessLevelsRequest
@@ -871,6 +927,16 @@ @implementation GTLRAccessContextManager_ReplaceServicePerimetersResponse
871927
@end
872928

873929

930+
// ----------------------------------------------------------------------------
931+
//
932+
// GTLRAccessContextManager_ScopedAccessSettings
933+
//
934+
935+
@implementation GTLRAccessContextManager_ScopedAccessSettings
936+
@dynamic activeSettings, dryRunSettings, scope;
937+
@end
938+
939+
874940
// ----------------------------------------------------------------------------
875941
//
876942
// GTLRAccessContextManager_ServicePerimeter

0 commit comments

Comments
 (0)