Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Generate current versions of the services.
  • Loading branch information
thomasvl committed Jun 27, 2024
commit 9a0b575b10c9bb60aad99f18ce64a3f744a394e7
25 changes: 25 additions & 0 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/AIPlatformNotebooks/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/AIPlatformNotebooks/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'AirQuality' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/AirQuality/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/AirQuality/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'AlertCenter' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/AlertCenter/**/*.{h,m}'
Expand Down Expand Up @@ -194,6 +199,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/ApiKeysService/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/ApiKeysService/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'APIManagement' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/APIManagement/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/APIManagement/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Appengine' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Appengine/**/*.{h,m}'
Expand Down Expand Up @@ -994,6 +1004,16 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/MapsPlaces/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/MapsPlaces/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Meet' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Meet/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Meet/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Merchant' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Merchant/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Merchant/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'MigrationCenterAPI' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/MigrationCenterAPI/**/*.{h,m}'
Expand Down Expand Up @@ -1129,6 +1149,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/PolicyTroubleshooter/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/PolicyTroubleshooter/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Pollen' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Pollen/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Pollen/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'PolyService' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/PolyService/**/*.{h,m}'
Expand Down
50 changes: 50 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ let package = Package(
name: "GoogleAPIClientForREST_AIPlatformNotebooks",
targets: ["GoogleAPIClientForREST_AIPlatformNotebooks"]
),
.library(
name: "GoogleAPIClientForREST_AirQuality",
targets: ["GoogleAPIClientForREST_AirQuality"]
),
.library(
name: "GoogleAPIClientForREST_AlertCenter",
targets: ["GoogleAPIClientForREST_AlertCenter"]
Expand Down Expand Up @@ -125,6 +129,10 @@ let package = Package(
name: "GoogleAPIClientForREST_ApiKeysService",
targets: ["GoogleAPIClientForREST_ApiKeysService"]
),
.library(
name: "GoogleAPIClientForREST_APIManagement",
targets: ["GoogleAPIClientForREST_APIManagement"]
),
.library(
name: "GoogleAPIClientForREST_Appengine",
targets: ["GoogleAPIClientForREST_Appengine"]
Expand Down Expand Up @@ -765,6 +773,14 @@ let package = Package(
name: "GoogleAPIClientForREST_MapsPlaces",
targets: ["GoogleAPIClientForREST_MapsPlaces"]
),
.library(
name: "GoogleAPIClientForREST_Meet",
targets: ["GoogleAPIClientForREST_Meet"]
),
.library(
name: "GoogleAPIClientForREST_Merchant",
targets: ["GoogleAPIClientForREST_Merchant"]
),
.library(
name: "GoogleAPIClientForREST_MigrationCenterAPI",
targets: ["GoogleAPIClientForREST_MigrationCenterAPI"]
Expand Down Expand Up @@ -873,6 +889,10 @@ let package = Package(
name: "GoogleAPIClientForREST_PolicyTroubleshooter",
targets: ["GoogleAPIClientForREST_PolicyTroubleshooter"]
),
.library(
name: "GoogleAPIClientForREST_Pollen",
targets: ["GoogleAPIClientForREST_Pollen"]
),
.library(
name: "GoogleAPIClientForREST_PolyService",
targets: ["GoogleAPIClientForREST_PolyService"]
Expand Down Expand Up @@ -1259,6 +1279,12 @@ let package = Package(
path: "Sources/GeneratedServices/AIPlatformNotebooks",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_AirQuality",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/AirQuality",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_AlertCenter",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -1337,6 +1363,12 @@ let package = Package(
path: "Sources/GeneratedServices/ApiKeysService",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_APIManagement",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/APIManagement",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Appengine",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -2297,6 +2329,18 @@ let package = Package(
path: "Sources/GeneratedServices/MapsPlaces",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Meet",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/Meet",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Merchant",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/Merchant",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_MigrationCenterAPI",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -2459,6 +2503,12 @@ let package = Package(
path: "Sources/GeneratedServices/PolicyTroubleshooter",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Pollen",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/Pollen",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_PolyService",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ @implementation GTLRAIPlatformNotebooks_AcceleratorConfig
@end


// ----------------------------------------------------------------------------
//
// GTLRAIPlatformNotebooks_AccessConfig
//

@implementation GTLRAIPlatformNotebooks_AccessConfig
@dynamic externalIp;
@end


// ----------------------------------------------------------------------------
//
// GTLRAIPlatformNotebooks_Binding
Expand Down Expand Up @@ -334,8 +344,9 @@ @implementation GTLRAIPlatformNotebooks_ImageRelease

@implementation GTLRAIPlatformNotebooks_Instance
@dynamic createTime, creator, disableProxyAccess, gceSetup, healthInfo,
healthState, identifier, instanceOwners, labels, name, proxyUri, state,
thirdPartyProxyUrl, updateTime, upgradeHistory;
healthState, identifier, instanceOwners, labels, name, proxyUri,
satisfiesPzi, satisfiesPzs, state, thirdPartyProxyUrl, updateTime,
upgradeHistory;

+ (NSDictionary<NSString *, NSString *> *)propertyToJSONKeyMap {
return @{ @"identifier" : @"id" };
Expand Down Expand Up @@ -491,7 +502,15 @@ + (Class)classForAdditionalProperties {
//

@implementation GTLRAIPlatformNotebooks_NetworkInterface
@dynamic network, nicType, subnet;
@dynamic accessConfigs, network, nicType, subnet;

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

@end


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#endif

@class GTLRAIPlatformNotebooks_AcceleratorConfig;
@class GTLRAIPlatformNotebooks_AccessConfig;
@class GTLRAIPlatformNotebooks_Binding;
@class GTLRAIPlatformNotebooks_BootDisk;
@class GTLRAIPlatformNotebooks_ContainerImage;
Expand Down Expand Up @@ -519,6 +520,23 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
@end


/**
* An access configuration attached to an instance's network interface.
*/
@interface GTLRAIPlatformNotebooks_AccessConfig : GTLRObject

/**
* An external IP address associated with this instance. Specify an unused
* static external IP address available to the project or leave this field
* undefined to use an IP from a shared ephemeral IP address pool. If you
* specify a static external IP address, it must live in the same region as the
* zone of the instance.
*/
@property(nonatomic, copy, nullable) NSString *externalIp;

@end


/**
* Associates `members`, or principals, with a `role`.
*/
Expand Down Expand Up @@ -1209,6 +1227,20 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
*/
@property(nonatomic, copy, nullable) NSString *proxyUri;

/**
* Output only. Reserved for future use for Zone Isolation.
*
* Uses NSNumber of boolValue.
*/
@property(nonatomic, strong, nullable) NSNumber *satisfiesPzi;

/**
* Output only. Reserved for future use for Zone Separation.
*
* Uses NSNumber of boolValue.
*/
@property(nonatomic, strong, nullable) NSNumber *satisfiesPzs;

/**
* Output only. The state of this instance.
*
Expand Down Expand Up @@ -1430,6 +1462,14 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
*/
@interface GTLRAIPlatformNotebooks_NetworkInterface : GTLRObject

/**
* Optional. An array of configurations for this interface. Currently, only one
* access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified,
* the instance will have an external internet access through an ephemeral
* external IP address.
*/
@property(nonatomic, strong, nullable) NSArray<GTLRAIPlatformNotebooks_AccessConfig *> *accessConfigs;

/**
* Optional. The name of the VPC that this VM instance is in. Format:
* `projects/{project_id}/global/networks/{network_id}`
Expand Down
Loading