Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/CloudNaturalLanguage/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/CloudNaturalLanguage/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'CloudNumberRegistry' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/CloudNumberRegistry/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/CloudNumberRegistry/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'CloudObservability' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/CloudObservability/**/*.{h,m}'
Expand Down Expand Up @@ -1275,6 +1280,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/Reseller/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Reseller/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'SA360' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/SA360/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/SA360/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'SaaSServiceManagement' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/SaaSServiceManagement/**/*.{h,m}'
Expand Down Expand Up @@ -1515,6 +1525,11 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/GeneratedServices/Walletobjects/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/Walletobjects/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'WebContentPublisher' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/WebContentPublisher/**/*.{h,m}'
sp.public_header_files = 'Sources/GeneratedServices/WebContentPublisher/Public/GoogleAPIClientForREST/*.h'
end
s.subspec 'Webfonts' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Sources/GeneratedServices/Webfonts/**/*.{h,m}'
Expand Down
30 changes: 30 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ let package = Package(
name: "GoogleAPIClientForREST_CloudNaturalLanguage",
targets: ["GoogleAPIClientForREST_CloudNaturalLanguage"]
),
.library(
name: "GoogleAPIClientForREST_CloudNumberRegistry",
targets: ["GoogleAPIClientForREST_CloudNumberRegistry"]
),
.library(
name: "GoogleAPIClientForREST_CloudObservability",
targets: ["GoogleAPIClientForREST_CloudObservability"]
Expand Down Expand Up @@ -989,6 +993,10 @@ let package = Package(
name: "GoogleAPIClientForREST_Reseller",
targets: ["GoogleAPIClientForREST_Reseller"]
),
.library(
name: "GoogleAPIClientForREST_SA360",
targets: ["GoogleAPIClientForREST_SA360"]
),
.library(
name: "GoogleAPIClientForREST_SaaSServiceManagement",
targets: ["GoogleAPIClientForREST_SaaSServiceManagement"]
Expand Down Expand Up @@ -1181,6 +1189,10 @@ let package = Package(
name: "GoogleAPIClientForREST_Walletobjects",
targets: ["GoogleAPIClientForREST_Walletobjects"]
),
.library(
name: "GoogleAPIClientForREST_WebContentPublisher",
targets: ["GoogleAPIClientForREST_WebContentPublisher"]
),
.library(
name: "GoogleAPIClientForREST_Webfonts",
targets: ["GoogleAPIClientForREST_Webfonts"]
Expand Down Expand Up @@ -1771,6 +1783,12 @@ let package = Package(
path: "Sources/GeneratedServices/CloudNaturalLanguage",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_CloudNumberRegistry",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/CloudNumberRegistry",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_CloudObservability",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -2713,6 +2731,12 @@ let package = Package(
path: "Sources/GeneratedServices/Reseller",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_SA360",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/SA360",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_SaaSServiceManagement",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down Expand Up @@ -3001,6 +3025,12 @@ let package = Package(
path: "Sources/GeneratedServices/Walletobjects",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_WebContentPublisher",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Sources/GeneratedServices/WebContentPublisher",
publicHeadersPath: "Public"
),
.target(
name: "GoogleAPIClientForREST_Webfonts",
dependencies: ["GoogleAPIClientForRESTCore"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH100Mega80gb = @"NVIDIA_H100_MEGA_80GB";
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH200141gb = @"NVIDIA_H200_141GB";
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaL4 = @"NVIDIA_L4";
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaRtx6000 = @"NVIDIA_RTX6000";
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaA100 = @"NVIDIA_TESLA_A100";
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaP100 = @"NVIDIA_TESLA_P100";
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaP100Vws = @"NVIDIA_TESLA_P100_VWS";
Expand Down Expand Up @@ -446,7 +447,12 @@ @implementation GTLRAIPlatformNotebooks_GPUDriverConfig
//

@implementation GTLRAIPlatformNotebooks_ImageRelease
@dynamic imageName, releaseName;
@dynamic descriptionProperty, imageFamily, imageName, releaseName;

+ (NSDictionary<NSString *, NSString *> *)propertyToJSONKeyMap {
return @{ @"descriptionProperty" : @"description" };
}

@end


Expand Down Expand Up @@ -937,6 +943,7 @@ @implementation GTLRAIPlatformNotebooks_UpgradeHistoryEntry
//

@implementation GTLRAIPlatformNotebooks_UpgradeInstanceRequest
@dynamic imageFamily;
@end


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Ty
* Value: "NVIDIA_L4"
*/
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaL4;
/**
* NVIDIA RTX 6000.
*
* Value: "NVIDIA_RTX6000"
*/
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaRtx6000;
/**
* Accelerator type is Nvidia Tesla A100 - 40GB.
*
Expand Down Expand Up @@ -648,6 +654,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
* "NVIDIA_H200_141GB")
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaL4
* Accelerator type is Nvidia Tesla L4. (Value: "NVIDIA_L4")
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaRtx6000
* NVIDIA RTX 6000. (Value: "NVIDIA_RTX6000")
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaA100
* Accelerator type is Nvidia Tesla A100 - 40GB. (Value:
* "NVIDIA_TESLA_A100")
Expand Down Expand Up @@ -1461,6 +1469,19 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
*/
@interface GTLRAIPlatformNotebooks_ImageRelease : GTLRObject

/**
* Output only. The description of the image.
*
* Remapped to 'descriptionProperty' to avoid NSObject's 'description'.
*/
@property(nonatomic, copy, nullable) NSString *descriptionProperty;

/**
* Output only. The image family of the image. (ex: workbench-instances or
* workbench-2603)
*/
@property(nonatomic, copy, nullable) NSString *imageFamily;

/**
* Output only. The name of the image of the form
* workbench-instances-vYYYYmmdd--
Expand Down Expand Up @@ -2435,6 +2456,17 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
* Request for upgrading a notebook instance
*/
@interface GTLRAIPlatformNotebooks_UpgradeInstanceRequest : GTLRObject

/**
* Optional. The Compute Engine image family resource name to upgrade to.
* Format: `projects/{project_id}/global/images/family/{image_family}` If
* specified, the instance will be upgraded to the latest image in the
* specified image family, allowing upgrades across image families. If not
* specified, the instance will be upgraded to the latest image in its current
* image family.
*/
@property(nonatomic, copy, nullable) NSString *imageFamily;

@end


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,8 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Lists information about the supported locations for this service. This
* method lists locations based on the resource scope provided in the
* [ListLocationsRequest.name] field: * **Global locations**: If `name` is
* empty, the method lists the public locations available to all projects. *
* ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
* the method lists the public locations available to all projects. *
* **Project-specific locations**: If `name` follows the format
* `projects/{project}`, the method lists locations visible to that specific
* project. This includes public, private, or other project-specific locations
Expand All @@ -891,8 +891,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface GTLRAIPlatformNotebooksQuery_ProjectsLocationsList : GTLRAIPlatformNotebooksQuery

/**
* Optional. Do not use this field. It is unsupported and is ignored unless
* explicitly documented otherwise. This is primarily for internal usage.
* Optional. Do not use this field unless explicitly documented otherwise. This
* is primarily for internal usage.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *extraLocationTypes;

Expand Down Expand Up @@ -923,8 +923,8 @@ NS_ASSUME_NONNULL_BEGIN
*
* Lists information about the supported locations for this service. This
* method lists locations based on the resource scope provided in the
* [ListLocationsRequest.name] field: * **Global locations**: If `name` is
* empty, the method lists the public locations available to all projects. *
* ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
* the method lists the public locations available to all projects. *
* **Project-specific locations**: If `name` follows the format
* `projects/{project}`, the method lists locations visible to that specific
* project. This includes public, private, or other project-specific locations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,15 @@ @implementation GTLRAdExchangeBuyerII_ClientUserInvitation
//

@implementation GTLRAdExchangeBuyerII_CompleteSetupRequest
@dynamic externalDealIds;

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

@end


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3091,6 +3091,13 @@ FOUNDATION_EXTERN NSString * const kGTLRAdExchangeBuyerII_VideoTargeting_Targete
* Request message for indicating that the proposal's setup step is complete.
*/
@interface GTLRAdExchangeBuyerII_CompleteSetupRequest : GTLRObject

/**
* The external deal ids of the deals to mark as setup completed. If empty, all
* the deals in the proposal will be marked as setup completed.
*/
@property(nonatomic, strong, nullable) NSArray<NSString *> *externalDealIds;

@end


Expand Down
Loading
Loading