Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate current service sources. #610

Merged
merged 1 commit into from
Oct 25, 2023
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/AuthorizedBuyersMarketplace/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/AuthorizedBuyersMarketplace/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Backupdr' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Backupdr/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Backupdr/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'BackupforGKE' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/BackupforGKE/**/*.{h,m}'
Expand All @@ -219,6 +224,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/BeyondCorp/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/BeyondCorp/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'BigLakeService' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/BigLakeService/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/BigLakeService/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Bigquery' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Bigquery/**/*.{h,m}'
Expand Down Expand Up @@ -319,6 +329,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/Classroom/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Classroom/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'CloudAlloyDBAdmin' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/CloudAlloyDBAdmin/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/CloudAlloyDBAdmin/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'CloudAsset' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/CloudAsset/**/*.{h,m}'
Expand Down Expand Up @@ -1084,6 +1099,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/PubsubLite/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/PubsubLite/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'RapidMigrationAssessment' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/RapidMigrationAssessment/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/RapidMigrationAssessment/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'RealTimeBidding' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/RealTimeBidding/**/*.{h,m}'
Expand Down Expand Up @@ -1324,6 +1344,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/VMMigrationService/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/VMMigrationService/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'VMwareEngine' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/VMwareEngine/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/VMwareEngine/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Webfonts' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Webfonts/**/*.{h,m}'
Expand Down
50 changes: 50 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ let package = Package(
name: "GoogleAPIClientForREST_AuthorizedBuyersMarketplace",
targets: ["GoogleAPIClientForREST_AuthorizedBuyersMarketplace"]
),
.library(
name: "GoogleAPIClientForREST_Backupdr",
targets: ["GoogleAPIClientForREST_Backupdr"]
),
.library(
name: "GoogleAPIClientForREST_BackupforGKE",
targets: ["GoogleAPIClientForREST_BackupforGKE"]
Expand All @@ -153,6 +157,10 @@ let package = Package(
name: "GoogleAPIClientForREST_BeyondCorp",
targets: ["GoogleAPIClientForREST_BeyondCorp"]
),
.library(
name: "GoogleAPIClientForREST_BigLakeService",
targets: ["GoogleAPIClientForREST_BigLakeService"]
),
.library(
name: "GoogleAPIClientForREST_Bigquery",
targets: ["GoogleAPIClientForREST_Bigquery"]
Expand Down Expand Up @@ -233,6 +241,10 @@ let package = Package(
name: "GoogleAPIClientForREST_Classroom",
targets: ["GoogleAPIClientForREST_Classroom"]
),
.library(
name: "GoogleAPIClientForREST_CloudAlloyDBAdmin",
targets: ["GoogleAPIClientForREST_CloudAlloyDBAdmin"]
),
.library(
name: "GoogleAPIClientForREST_CloudAsset",
targets: ["GoogleAPIClientForREST_CloudAsset"]
Expand Down Expand Up @@ -845,6 +857,10 @@ let package = Package(
name: "GoogleAPIClientForREST_PubsubLite",
targets: ["GoogleAPIClientForREST_PubsubLite"]
),
.library(
name: "GoogleAPIClientForREST_RapidMigrationAssessment",
targets: ["GoogleAPIClientForREST_RapidMigrationAssessment"]
),
.library(
name: "GoogleAPIClientForREST_RealTimeBidding",
targets: ["GoogleAPIClientForREST_RealTimeBidding"]
Expand Down Expand Up @@ -1037,6 +1053,10 @@ let package = Package(
name: "GoogleAPIClientForREST_VMMigrationService",
targets: ["GoogleAPIClientForREST_VMMigrationService"]
),
.library(
name: "GoogleAPIClientForREST_VMwareEngine",
targets: ["GoogleAPIClientForREST_VMwareEngine"]
),
.library(
name: "GoogleAPIClientForREST_Webfonts",
targets: ["GoogleAPIClientForREST_Webfonts"]
Expand Down Expand Up @@ -1288,6 +1308,12 @@ let package = Package(
path: "Sources/GeneratedServices/AuthorizedBuyersMarketplace",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Backupdr",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/Backupdr",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_BackupforGKE",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand All @@ -1306,6 +1332,12 @@ let package = Package(
path: "Sources/GeneratedServices/BeyondCorp",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_BigLakeService",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/BigLakeService",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Bigquery",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -1426,6 +1458,12 @@ let package = Package(
path: "Sources/GeneratedServices/Classroom",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_CloudAlloyDBAdmin",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/CloudAlloyDBAdmin",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_CloudAsset",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -2344,6 +2382,12 @@ let package = Package(
path: "Sources/GeneratedServices/PubsubLite",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_RapidMigrationAssessment",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/RapidMigrationAssessment",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_RealTimeBidding",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -2632,6 +2676,12 @@ let package = Package(
path: "Sources/GeneratedServices/VMMigrationService",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_VMwareEngine",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/VMwareEngine",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Webfonts",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ + (instancetype)queryWithResource:(NSString *)resource {

@implementation GTLRAIPlatformNotebooksQuery_ProjectsLocationsInstancesList

@dynamic pageSize, pageToken, parent;
@dynamic filter, orderBy, pageSize, pageToken, parent;

+ (instancetype)queryWithParent:(NSString *)parent {
NSArray *pathParams = @[ @"parent" ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1413,8 +1413,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
@property(nonatomic, copy, nullable) NSString *name;

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


/**
* The normal response of the operation in case of success. If the original
* method returns no data on success, such as `Delete`, the response is
* The normal, successful response of the operation. If the original method
* returns no data on success, such as `Delete`, the response is
* `google.protobuf.Empty`. If the original method is standard
* `Get`/`Create`/`Update`, the response should be the resource. For other
* methods, the response should have the type `XxxResponse`, where `Xxx` is the
Expand Down Expand Up @@ -1510,22 +1510,23 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
* constraints based on attributes of the request, the resource, or both. To
* learn which resources support conditions in their IAM policies, see the [IAM
* documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
* **JSON example:** { "bindings": [ { "role":
* **JSON example:** ``` { "bindings": [ { "role":
* "roles/resourcemanager.organizationAdmin", "members": [
* "user:mike\@example.com", "group:admins\@example.com", "domain:google.com",
* "serviceAccount:my-project-id\@appspot.gserviceaccount.com" ] }, { "role":
* "roles/resourcemanager.organizationViewer", "members": [
* "user:eve\@example.com" ], "condition": { "title": "expirable access",
* "description": "Does not grant access after Sep 2020", "expression":
* "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag":
* "BwWWja0YfJA=", "version": 3 } **YAML example:** bindings: - members: -
* user:mike\@example.com - group:admins\@example.com - domain:google.com -
* "BwWWja0YfJA=", "version": 3 } ``` **YAML example:** ``` bindings: -
* members: - user:mike\@example.com - group:admins\@example.com -
* domain:google.com -
* serviceAccount:my-project-id\@appspot.gserviceaccount.com role:
* roles/resourcemanager.organizationAdmin - members: - user:eve\@example.com
* role: roles/resourcemanager.organizationViewer condition: title: expirable
* access description: Does not grant access after Sep 2020 expression:
* request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA=
* version: 3 For a description of IAM and its features, see the [IAM
* version: 3 ``` For a description of IAM and its features, see the [IAM
* documentation](https://cloud.google.com/iam/docs/).
*/
@interface GTLRAIPlatformNotebooks_Policy : GTLRObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,15 @@ NS_ASSUME_NONNULL_BEGIN
*/
@interface GTLRAIPlatformNotebooksQuery_ProjectsLocationsInstancesList : GTLRAIPlatformNotebooksQuery

/** Optional. List filter. */
@property(nonatomic, copy, nullable) NSString *filter;

/**
* Optional. Sort results. Supported values are "name", "name desc" or ""
* (unsorted).
*/
@property(nonatomic, copy, nullable) NSString *orderBy;

/** Optional. Maximum return size of the list call. */
@property(nonatomic, assign) NSInteger pageSize;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ @implementation GTLRAccessApproval_ServiceAccount
@implementation GTLRAccessApproval_Settings
@dynamic activeKeyVersion, ancestorHasActiveKeyVersion, enrolledAncestor,
enrolledServices, invalidKeyVersion, name, notificationEmails,
preferNoBroadApprovalRequests, preferredRequestExpirationDays;
notificationPubsubTopic, preferNoBroadApprovalRequests,
preferredRequestExpirationDays;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessApproval_EnrolledService_Enrollmen
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *notificationEmails;

/**
* Optional. A pubsub topic to which notifications relating to approval
* requests should be sent.
*/
@property(nonatomic, copy, nullable) NSString *notificationPubsubTopic;

/**
* This preference is communicated to Google personnel when sending an approval
* request but can be overridden if necessary.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
NSString * const kGTLRAccessContextManager_EgressFrom_IdentityType_AnyUserAccount = @"ANY_USER_ACCOUNT";
NSString * const kGTLRAccessContextManager_EgressFrom_IdentityType_IdentityTypeUnspecified = @"IDENTITY_TYPE_UNSPECIFIED";

// GTLRAccessContextManager_EgressFrom.sourceRestriction
NSString * const kGTLRAccessContextManager_EgressFrom_SourceRestriction_SourceRestrictionDisabled = @"SOURCE_RESTRICTION_DISABLED";
NSString * const kGTLRAccessContextManager_EgressFrom_SourceRestriction_SourceRestrictionEnabled = @"SOURCE_RESTRICTION_ENABLED";
NSString * const kGTLRAccessContextManager_EgressFrom_SourceRestriction_SourceRestrictionUnspecified = @"SOURCE_RESTRICTION_UNSPECIFIED";

// GTLRAccessContextManager_IngressFrom.identityType
NSString * const kGTLRAccessContextManager_IngressFrom_IdentityType_AnyIdentity = @"ANY_IDENTITY";
NSString * const kGTLRAccessContextManager_IngressFrom_IdentityType_AnyServiceAccount = @"ANY_SERVICE_ACCOUNT";
Expand Down Expand Up @@ -269,14 +274,15 @@ @implementation GTLRAccessContextManager_CommitServicePerimetersResponse

@implementation GTLRAccessContextManager_Condition
@dynamic devicePolicy, ipSubnetworks, members, negate, regions,
requiredAccessLevels;
requiredAccessLevels, vpcNetworkSources;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
@"ipSubnetworks" : [NSString class],
@"members" : [NSString class],
@"regions" : [NSString class],
@"requiredAccessLevels" : [NSString class]
@"requiredAccessLevels" : [NSString class],
@"vpcNetworkSources" : [GTLRAccessContextManager_VpcNetworkSource class]
};
return map;
}
Expand Down Expand Up @@ -322,11 +328,12 @@ @implementation GTLRAccessContextManager_DevicePolicy
//

@implementation GTLRAccessContextManager_EgressFrom
@dynamic identities, identityType;
@dynamic identities, identityType, sourceRestriction, sources;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
@"identities" : [NSString class]
@"identities" : [NSString class],
@"sources" : [GTLRAccessContextManager_EgressSource class]
};
return map;
}
Expand All @@ -344,6 +351,16 @@ @implementation GTLRAccessContextManager_EgressPolicy
@end


// ----------------------------------------------------------------------------
//
// GTLRAccessContextManager_EgressSource
//

@implementation GTLRAccessContextManager_EgressSource
@dynamic accessLevel;
@end


// ----------------------------------------------------------------------------
//
// GTLRAccessContextManager_EgressTo
Expand Down Expand Up @@ -929,3 +946,31 @@ @implementation GTLRAccessContextManager_VpcAccessibleServices
}

@end


// ----------------------------------------------------------------------------
//
// GTLRAccessContextManager_VpcNetworkSource
//

@implementation GTLRAccessContextManager_VpcNetworkSource
@dynamic vpcSubnetwork;
@end


// ----------------------------------------------------------------------------
//
// GTLRAccessContextManager_VpcSubNetwork
//

@implementation GTLRAccessContextManager_VpcSubNetwork
@dynamic network, vpcIpSubnetworks;

+ (NSDictionary<NSString *, Class> *)arrayPropertyToClassMap {
NSDictionary<NSString *, Class> *map = @{
@"vpcIpSubnetworks" : [NSString class]
};
return map;
}

@end
Loading