Skip to content

Commit 21470b5

Browse files
committed
Generate current service sources.
1 parent 4fe2314 commit 21470b5

File tree

235 files changed

+19875
-3650
lines changed

Some content is hidden

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

235 files changed

+19875
-3650
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,11 @@ Pod::Spec.new do |s|
415415
sp.source_files = 'Sources/GeneratedServices/Cloudchannel/**/*.{h,m}'
416416
sp.public_header_files = 'Sources/GeneratedServices/Cloudchannel/Public/GoogleAPIClientForREST/*.h'
417417
end
418+
s.subspec 'CloudCommercePartnerProcurementService' do |sp|
419+
sp.dependency 'GoogleAPIClientForREST/Core'
420+
sp.source_files = 'Sources/GeneratedServices/CloudCommercePartnerProcurementService/**/*.{h,m}'
421+
sp.public_header_files = 'Sources/GeneratedServices/CloudCommercePartnerProcurementService/Public/GoogleAPIClientForREST/*.h'
422+
end
418423
s.subspec 'CloudComposer' do |sp|
419424
sp.dependency 'GoogleAPIClientForREST/Core'
420425
sp.source_files = 'Sources/GeneratedServices/CloudComposer/**/*.{h,m}'

Package.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ let package = Package(
301301
name: "GoogleAPIClientForREST_Cloudchannel",
302302
targets: ["GoogleAPIClientForREST_Cloudchannel"]
303303
),
304+
.library(
305+
name: "GoogleAPIClientForREST_CloudCommercePartnerProcurementService",
306+
targets: ["GoogleAPIClientForREST_CloudCommercePartnerProcurementService"]
307+
),
304308
.library(
305309
name: "GoogleAPIClientForREST_CloudComposer",
306310
targets: ["GoogleAPIClientForREST_CloudComposer"]
@@ -1689,6 +1693,12 @@ let package = Package(
16891693
path: "Sources/GeneratedServices/Cloudchannel",
16901694
publicHeadersPath: "Public"
16911695
),
1696+
.target(
1697+
name: "GoogleAPIClientForREST_CloudCommercePartnerProcurementService",
1698+
dependencies: ["GoogleAPIClientForRESTCore"],
1699+
path: "Sources/GeneratedServices/CloudCommercePartnerProcurementService",
1700+
publicHeadersPath: "Public"
1701+
),
16921702
.target(
16931703
name: "GoogleAPIClientForREST_CloudComposer",
16941704
dependencies: ["GoogleAPIClientForRESTCore"],

Sources/GeneratedServices/APIGateway/Public/GoogleAPIClientForREST/GTLRAPIGatewayQuery.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,8 +1065,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIGatewayViewFull;
10651065
@interface GTLRAPIGatewayQuery_ProjectsLocationsList : GTLRAPIGatewayQuery
10661066

10671067
/**
1068-
* Optional. A list of extra location types that should be used as conditions
1069-
* for controlling the visibility of the locations.
1068+
* Optional. Do not use this field. It is unsupported and is ignored unless
1069+
* explicitly documented otherwise. This is primarily for internal usage.
10701070
*/
10711071
@property(nonatomic, strong, nullable) NSArray<NSString *> *extraLocationTypes;
10721072

Sources/GeneratedServices/APIhub/Public/GoogleAPIClientForREST/GTLRAPIhubQuery.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3026,8 +3026,8 @@ NS_ASSUME_NONNULL_BEGIN
30263026
@interface GTLRAPIhubQuery_ProjectsLocationsList : GTLRAPIhubQuery
30273027

30283028
/**
3029-
* Optional. A list of extra location types that should be used as conditions
3030-
* for controlling the visibility of the locations.
3029+
* Optional. Do not use this field. It is unsupported and is ignored unless
3030+
* explicitly documented otherwise. This is primarily for internal usage.
30313031
*/
30323032
@property(nonatomic, strong, nullable) NSArray<NSString *> *extraLocationTypes;
30333033

0 commit comments

Comments
 (0)