Skip to content

Commit

Permalink
Generate current service sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Feb 4, 2024
1 parent 435757f commit 72daca5
Show file tree
Hide file tree
Showing 189 changed files with 12,456 additions and 2,532 deletions.
10 changes: 10 additions & 0 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/Datapipelines/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Datapipelines/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'DataPortability' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/DataPortability/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/DataPortability/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Dataproc' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Dataproc/**/*.{h,m}'
Expand Down Expand Up @@ -1406,6 +1411,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/WorkloadManager/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/WorkloadManager/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'WorkspaceEvents' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/WorkspaceEvents/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/WorkspaceEvents/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'YouTube' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/YouTube/**/*.{h,m}'
Expand Down
20 changes: 20 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,10 @@ let package = Package(
name: "GoogleAPIClientForREST_Datapipelines",
targets: ["GoogleAPIClientForREST_Datapipelines"]
),
.library(
name: "GoogleAPIClientForREST_DataPortability",
targets: ["GoogleAPIClientForREST_DataPortability"]
),
.library(
name: "GoogleAPIClientForREST_Dataproc",
targets: ["GoogleAPIClientForREST_Dataproc"]
Expand Down Expand Up @@ -1097,6 +1101,10 @@ let package = Package(
name: "GoogleAPIClientForREST_WorkloadManager",
targets: ["GoogleAPIClientForREST_WorkloadManager"]
),
.library(
name: "GoogleAPIClientForREST_WorkspaceEvents",
targets: ["GoogleAPIClientForREST_WorkspaceEvents"]
),
.library(
name: "GoogleAPIClientForREST_YouTube",
targets: ["GoogleAPIClientForREST_YouTube"]
Expand Down Expand Up @@ -1821,6 +1829,12 @@ let package = Package(
path: "Sources/GeneratedServices/Datapipelines",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_DataPortability",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/DataPortability",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Dataproc",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -2763,6 +2777,12 @@ let package = Package(
path: "Sources/GeneratedServices/WorkloadManager",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_WorkspaceEvents",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/WorkspaceEvents",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_YouTube",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,11 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_

/**
* Role that is assigned to the list of `members`, or principals. For example,
* `roles/viewer`, `roles/editor`, or `roles/owner`.
* `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
* roles and permissions, see the [IAM
* documentation](https://cloud.google.com/iam/docs/roles-overview). For a list
* of the available pre-defined roles, see
* [here](https://cloud.google.com/iam/docs/understanding-roles).
*/
@property(nonatomic, copy, nullable) NSString *role;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,11 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIGateway_Gateway_State_Updating;

/**
* Role that is assigned to the list of `members`, or principals. For example,
* `roles/viewer`, `roles/editor`, or `roles/owner`.
* `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
* roles and permissions, see the [IAM
* documentation](https://cloud.google.com/iam/docs/roles-overview). For a list
* of the available pre-defined roles, see
* [here](https://cloud.google.com/iam/docs/understanding-roles).
*/
@property(nonatomic, copy, nullable) NSString *role;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,11 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_SupportedService_Su

/**
* Role that is assigned to the list of `members`, or principals. For example,
* `roles/viewer`, `roles/editor`, or `roles/owner`.
* `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
* roles and permissions, see the [IAM
* documentation](https://cloud.google.com/iam/docs/roles-overview). For a list
* of the available pre-defined roles, see
* [here](https://cloud.google.com/iam/docs/understanding-roles).
*/
@property(nonatomic, copy, nullable) NSString *role;

Expand Down Expand Up @@ -983,9 +987,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_SupportedService_Su
@interface GTLRAccessContextManager_EgressFrom : GTLRObject

/**
* A list of identities that are allowed access through this [EgressPolicy].
* Should be in the format of email address. The email address should represent
* individual user or service account only.
* A list of identities that are allowed access through this [EgressPolicy], in
* the format of `user:{email_id}` or `serviceAccount:{email_id}`.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *identities;

Expand Down Expand Up @@ -1291,9 +1294,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAccessContextManager_SupportedService_Su
@interface GTLRAccessContextManager_IngressFrom : GTLRObject

/**
* A list of identities that are allowed access through this ingress policy.
* Should be in the format of email address. The email address should represent
* individual user or service account only.
* A list of identities that are allowed access through this ingress policy, in
* the format of `user:{email_id}` or `serviceAccount:{email_id}`.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *identities;

Expand Down
Loading

0 comments on commit 72daca5

Please sign in to comment.