Skip to content

Commit 8205a63

Browse files
committed
Update generate services.
Also update the message filter.
1 parent 33b86c2 commit 8205a63

File tree

417 files changed

+75935
-23083
lines changed

Some content is hidden

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

417 files changed

+75935
-23083
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ Pod::Spec.new do |s|
8484
sp.source_files = 'Sources/GeneratedServices/ACMEDNS/**/*.{h,m}'
8585
sp.public_header_files = 'Sources/GeneratedServices/ACMEDNS/Public/GoogleAPIClientForREST/*.h'
8686
end
87+
s.subspec 'AddressValidation' do |sp|
88+
sp.dependency 'GoogleAPIClientForREST/Core'
89+
sp.source_files = 'Sources/GeneratedServices/AddressValidation/**/*.{h,m}'
90+
sp.public_header_files = 'Sources/GeneratedServices/AddressValidation/Public/GoogleAPIClientForREST/*.h'
91+
end
8792
s.subspec 'AdExchangeBuyerII' do |sp|
8893
sp.dependency 'GoogleAPIClientForREST/Core'
8994
sp.source_files = 'Sources/GeneratedServices/AdExchangeBuyerII/**/*.{h,m}'
@@ -389,6 +394,11 @@ Pod::Spec.new do |s|
389394
sp.source_files = 'Sources/GeneratedServices/CloudComposer/**/*.{h,m}'
390395
sp.public_header_files = 'Sources/GeneratedServices/CloudComposer/Public/GoogleAPIClientForREST/*.h'
391396
end
397+
s.subspec 'CloudControlsPartnerService' do |sp|
398+
sp.dependency 'GoogleAPIClientForREST/Core'
399+
sp.source_files = 'Sources/GeneratedServices/CloudControlsPartnerService/**/*.{h,m}'
400+
sp.public_header_files = 'Sources/GeneratedServices/CloudControlsPartnerService/Public/GoogleAPIClientForREST/*.h'
401+
end
392402
s.subspec 'CloudDataplex' do |sp|
393403
sp.dependency 'GoogleAPIClientForREST/Core'
394404
sp.source_files = 'Sources/GeneratedServices/CloudDataplex/**/*.{h,m}'
@@ -864,6 +874,11 @@ Pod::Spec.new do |s|
864874
sp.source_files = 'Sources/GeneratedServices/GoogleAnalyticsAdmin/**/*.{h,m}'
865875
sp.public_header_files = 'Sources/GeneratedServices/GoogleAnalyticsAdmin/Public/GoogleAPIClientForREST/*.h'
866876
end
877+
s.subspec 'GoogleMarketingPlatformAdminAPI' do |sp|
878+
sp.dependency 'GoogleAPIClientForREST/Core'
879+
sp.source_files = 'Sources/GeneratedServices/GoogleMarketingPlatformAdminAPI/**/*.{h,m}'
880+
sp.public_header_files = 'Sources/GeneratedServices/GoogleMarketingPlatformAdminAPI/Public/GoogleAPIClientForREST/*.h'
881+
end
867882
s.subspec 'GroupsMigration' do |sp|
868883
sp.dependency 'GoogleAPIClientForREST/Core'
869884
sp.source_files = 'Sources/GeneratedServices/GroupsMigration/**/*.{h,m}'
@@ -1264,6 +1279,11 @@ Pod::Spec.new do |s|
12641279
sp.source_files = 'Sources/GeneratedServices/SmartDeviceManagement/**/*.{h,m}'
12651280
sp.public_header_files = 'Sources/GeneratedServices/SmartDeviceManagement/Public/GoogleAPIClientForREST/*.h'
12661281
end
1282+
s.subspec 'Solar' do |sp|
1283+
sp.dependency 'GoogleAPIClientForREST/Core'
1284+
sp.source_files = 'Sources/GeneratedServices/Solar/**/*.{h,m}'
1285+
sp.public_header_files = 'Sources/GeneratedServices/Solar/Public/GoogleAPIClientForREST/*.h'
1286+
end
12671287
s.subspec 'Spanner' do |sp|
12681288
sp.dependency 'GoogleAPIClientForREST/Core'
12691289
sp.source_files = 'Sources/GeneratedServices/Spanner/**/*.{h,m}'

Package.swift

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ let package = Package(
3737
name: "GoogleAPIClientForREST_ACMEDNS",
3838
targets: ["GoogleAPIClientForREST_ACMEDNS"]
3939
),
40+
.library(
41+
name: "GoogleAPIClientForREST_AddressValidation",
42+
targets: ["GoogleAPIClientForREST_AddressValidation"]
43+
),
4044
.library(
4145
name: "GoogleAPIClientForREST_AdExchangeBuyerII",
4246
targets: ["GoogleAPIClientForREST_AdExchangeBuyerII"]
@@ -281,6 +285,10 @@ let package = Package(
281285
name: "GoogleAPIClientForREST_CloudComposer",
282286
targets: ["GoogleAPIClientForREST_CloudComposer"]
283287
),
288+
.library(
289+
name: "GoogleAPIClientForREST_CloudControlsPartnerService",
290+
targets: ["GoogleAPIClientForREST_CloudControlsPartnerService"]
291+
),
284292
.library(
285293
name: "GoogleAPIClientForREST_CloudDataplex",
286294
targets: ["GoogleAPIClientForREST_CloudDataplex"]
@@ -661,6 +669,10 @@ let package = Package(
661669
name: "GoogleAPIClientForREST_GoogleAnalyticsAdmin",
662670
targets: ["GoogleAPIClientForREST_GoogleAnalyticsAdmin"]
663671
),
672+
.library(
673+
name: "GoogleAPIClientForREST_GoogleMarketingPlatformAdminAPI",
674+
targets: ["GoogleAPIClientForREST_GoogleMarketingPlatformAdminAPI"]
675+
),
664676
.library(
665677
name: "GoogleAPIClientForREST_GroupsMigration",
666678
targets: ["GoogleAPIClientForREST_GroupsMigration"]
@@ -981,6 +993,10 @@ let package = Package(
981993
name: "GoogleAPIClientForREST_SmartDeviceManagement",
982994
targets: ["GoogleAPIClientForREST_SmartDeviceManagement"]
983995
),
996+
.library(
997+
name: "GoogleAPIClientForREST_Solar",
998+
targets: ["GoogleAPIClientForREST_Solar"]
999+
),
9841000
.library(
9851001
name: "GoogleAPIClientForREST_Spanner",
9861002
targets: ["GoogleAPIClientForREST_Spanner"]
@@ -1181,6 +1197,12 @@ let package = Package(
11811197
path: "Sources/GeneratedServices/ACMEDNS",
11821198
publicHeadersPath: "Public"
11831199
),
1200+
.target(
1201+
name: "GoogleAPIClientForREST_AddressValidation",
1202+
dependencies: ["GoogleAPIClientForRESTCore"],
1203+
path: "Sources/GeneratedServices/AddressValidation",
1204+
publicHeadersPath: "Public"
1205+
),
11841206
.target(
11851207
name: "GoogleAPIClientForREST_AdExchangeBuyerII",
11861208
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -1547,6 +1569,12 @@ let package = Package(
15471569
path: "Sources/GeneratedServices/CloudComposer",
15481570
publicHeadersPath: "Public"
15491571
),
1572+
.target(
1573+
name: "GoogleAPIClientForREST_CloudControlsPartnerService",
1574+
dependencies: ["GoogleAPIClientForRESTCore"],
1575+
path: "Sources/GeneratedServices/CloudControlsPartnerService",
1576+
publicHeadersPath: "Public"
1577+
),
15501578
.target(
15511579
name: "GoogleAPIClientForREST_CloudDataplex",
15521580
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2117,6 +2145,12 @@ let package = Package(
21172145
path: "Sources/GeneratedServices/GoogleAnalyticsAdmin",
21182146
publicHeadersPath: "Public"
21192147
),
2148+
.target(
2149+
name: "GoogleAPIClientForREST_GoogleMarketingPlatformAdminAPI",
2150+
dependencies: ["GoogleAPIClientForRESTCore"],
2151+
path: "Sources/GeneratedServices/GoogleMarketingPlatformAdminAPI",
2152+
publicHeadersPath: "Public"
2153+
),
21202154
.target(
21212155
name: "GoogleAPIClientForREST_GroupsMigration",
21222156
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2597,6 +2631,12 @@ let package = Package(
25972631
path: "Sources/GeneratedServices/SmartDeviceManagement",
25982632
publicHeadersPath: "Public"
25992633
),
2634+
.target(
2635+
name: "GoogleAPIClientForREST_Solar",
2636+
dependencies: ["GoogleAPIClientForRESTCore"],
2637+
path: "Sources/GeneratedServices/Solar",
2638+
publicHeadersPath: "Public"
2639+
),
26002640
.target(
26012641
name: "GoogleAPIClientForREST_Spanner",
26022642
dependencies: ["GoogleAPIClientForRESTCore"],

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,11 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
594594

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

Sources/GeneratedServices/AccessContextManager/GTLRAccessContextManagerObjects.m

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
// Access Context Manager API (accesscontextmanager/v1)
66
// Description:
77
// An API for setting attribute based access control to requests to Google
8-
// Cloud services.
8+
// Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the
9+
// same access policy. The v1alpha API supports new Access Context Manager
10+
// features, which may have different attributes or behaviors that are not
11+
// supported by v1. The practice of mixed API usage within a policy may result
12+
// in the inability to update that policy, including any access levels or
13+
// service perimeters belonging to it. It is not recommended to use both v1
14+
// and v1alpha for modifying policies with critical service perimeters.
15+
// Modifications using v1alpha should be limited to policies with
16+
// non-production/non-critical service perimeters.
917
// Documentation:
1018
// https://cloud.google.com/access-context-manager/docs/reference/rest/
1119

Sources/GeneratedServices/AccessContextManager/GTLRAccessContextManagerQuery.m

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
// Access Context Manager API (accesscontextmanager/v1)
66
// Description:
77
// An API for setting attribute based access control to requests to Google
8-
// Cloud services.
8+
// Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the
9+
// same access policy. The v1alpha API supports new Access Context Manager
10+
// features, which may have different attributes or behaviors that are not
11+
// supported by v1. The practice of mixed API usage within a policy may result
12+
// in the inability to update that policy, including any access levels or
13+
// service perimeters belonging to it. It is not recommended to use both v1
14+
// and v1alpha for modifying policies with critical service perimeters.
15+
// Modifications using v1alpha should be limited to policies with
16+
// non-production/non-critical service perimeters.
917
// Documentation:
1018
// https://cloud.google.com/access-context-manager/docs/reference/rest/
1119

Sources/GeneratedServices/AccessContextManager/GTLRAccessContextManagerService.m

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
// Access Context Manager API (accesscontextmanager/v1)
66
// Description:
77
// An API for setting attribute based access control to requests to Google
8-
// Cloud services.
8+
// Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the
9+
// same access policy. The v1alpha API supports new Access Context Manager
10+
// features, which may have different attributes or behaviors that are not
11+
// supported by v1. The practice of mixed API usage within a policy may result
12+
// in the inability to update that policy, including any access levels or
13+
// service perimeters belonging to it. It is not recommended to use both v1
14+
// and v1alpha for modifying policies with critical service perimeters.
15+
// Modifications using v1alpha should be limited to policies with
16+
// non-production/non-critical service perimeters.
917
// Documentation:
1018
// https://cloud.google.com/access-context-manager/docs/reference/rest/
1119

Sources/GeneratedServices/AccessContextManager/Public/GoogleAPIClientForREST/GTLRAccessContextManager.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
// Access Context Manager API (accesscontextmanager/v1)
66
// Description:
77
// An API for setting attribute based access control to requests to Google
8-
// Cloud services.
8+
// Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the
9+
// same access policy. The v1alpha API supports new Access Context Manager
10+
// features, which may have different attributes or behaviors that are not
11+
// supported by v1. The practice of mixed API usage within a policy may result
12+
// in the inability to update that policy, including any access levels or
13+
// service perimeters belonging to it. It is not recommended to use both v1
14+
// and v1alpha for modifying policies with critical service perimeters.
15+
// Modifications using v1alpha should be limited to policies with
16+
// non-production/non-critical service perimeters.
917
// Documentation:
1018
// https://cloud.google.com/access-context-manager/docs/reference/rest/
1119

Sources/GeneratedServices/AccessContextManager/Public/GoogleAPIClientForREST/GTLRAccessContextManagerObjects.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
// Access Context Manager API (accesscontextmanager/v1)
66
// Description:
77
// An API for setting attribute based access control to requests to Google
8-
// Cloud services.
8+
// Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the
9+
// same access policy. The v1alpha API supports new Access Context Manager
10+
// features, which may have different attributes or behaviors that are not
11+
// supported by v1. The practice of mixed API usage within a policy may result
12+
// in the inability to update that policy, including any access levels or
13+
// service perimeters belonging to it. It is not recommended to use both v1
14+
// and v1alpha for modifying policies with critical service perimeters.
15+
// Modifications using v1alpha should be limited to policies with
16+
// non-production/non-critical service perimeters.
917
// Documentation:
1018
// https://cloud.google.com/access-context-manager/docs/reference/rest/
1119

Sources/GeneratedServices/AccessContextManager/Public/GoogleAPIClientForREST/GTLRAccessContextManagerQuery.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
// Access Context Manager API (accesscontextmanager/v1)
66
// Description:
77
// An API for setting attribute based access control to requests to Google
8-
// Cloud services.
8+
// Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the
9+
// same access policy. The v1alpha API supports new Access Context Manager
10+
// features, which may have different attributes or behaviors that are not
11+
// supported by v1. The practice of mixed API usage within a policy may result
12+
// in the inability to update that policy, including any access levels or
13+
// service perimeters belonging to it. It is not recommended to use both v1
14+
// and v1alpha for modifying policies with critical service perimeters.
15+
// Modifications using v1alpha should be limited to policies with
16+
// non-production/non-critical service perimeters.
917
// Documentation:
1018
// https://cloud.google.com/access-context-manager/docs/reference/rest/
1119

Sources/GeneratedServices/AccessContextManager/Public/GoogleAPIClientForREST/GTLRAccessContextManagerService.h

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
// Access Context Manager API (accesscontextmanager/v1)
66
// Description:
77
// An API for setting attribute based access control to requests to Google
8-
// Cloud services.
8+
// Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the
9+
// same access policy. The v1alpha API supports new Access Context Manager
10+
// features, which may have different attributes or behaviors that are not
11+
// supported by v1. The practice of mixed API usage within a policy may result
12+
// in the inability to update that policy, including any access levels or
13+
// service perimeters belonging to it. It is not recommended to use both v1
14+
// and v1alpha for modifying policies with critical service perimeters.
15+
// Modifications using v1alpha should be limited to policies with
16+
// non-production/non-critical service perimeters.
917
// Documentation:
1018
// https://cloud.google.com/access-context-manager/docs/reference/rest/
1119

@@ -41,7 +49,15 @@ FOUNDATION_EXTERN NSString * const kGTLRAuthScopeAccessContextManagerCloudPlatfo
4149
* Service for executing Access Context Manager API queries.
4250
*
4351
* An API for setting attribute based access control to requests to Google
44-
* Cloud services.
52+
* Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the
53+
* same access policy. The v1alpha API supports new Access Context Manager
54+
* features, which may have different attributes or behaviors that are not
55+
* supported by v1. The practice of mixed API usage within a policy may result
56+
* in the inability to update that policy, including any access levels or
57+
* service perimeters belonging to it. It is not recommended to use both v1 and
58+
* v1alpha for modifying policies with critical service perimeters.
59+
* Modifications using v1alpha should be limited to policies with
60+
* non-production/non-critical service perimeters.
4561
*/
4662
@interface GTLRAccessContextManagerService : GTLRService
4763

0 commit comments

Comments
 (0)