Skip to content

Commit 3bce616

Browse files
committed
Generate current service sources.
1 parent 08c9d93 commit 3bce616

File tree

371 files changed

+45049
-12763
lines changed

Some content is hidden

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

371 files changed

+45049
-12763
lines changed

Sources/GeneratedServices/AIPlatformNotebooks/GTLRAIPlatformNotebooksObjects.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
// GTLRAIPlatformNotebooks_AcceleratorConfig.type
1717
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_AcceleratorTypeUnspecified = @"ACCELERATOR_TYPE_UNSPECIFIED";
1818
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaA10080gb = @"NVIDIA_A100_80GB";
19+
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaB200 = @"NVIDIA_B200";
1920
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH10080gb = @"NVIDIA_H100_80GB";
2021
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH100Mega80gb = @"NVIDIA_H100_MEGA_80GB";
22+
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH200141gb = @"NVIDIA_H200_141GB";
2123
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaL4 = @"NVIDIA_L4";
2224
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaA100 = @"NVIDIA_TESLA_A100";
2325
NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaP100 = @"NVIDIA_TESLA_P100";
@@ -35,6 +37,7 @@
3537

3638
// GTLRAIPlatformNotebooks_BootDisk.diskType
3739
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_DiskTypeUnspecified = @"DISK_TYPE_UNSPECIFIED";
40+
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskBalanced = @"HYPERDISK_BALANCED";
3841
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdBalanced = @"PD_BALANCED";
3942
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdExtreme = @"PD_EXTREME";
4043
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdSsd = @"PD_SSD";
@@ -51,6 +54,7 @@
5154

5255
// GTLRAIPlatformNotebooks_DataDisk.diskType
5356
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_DiskTypeUnspecified = @"DISK_TYPE_UNSPECIFIED";
57+
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskBalanced = @"HYPERDISK_BALANCED";
5458
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdBalanced = @"PD_BALANCED";
5559
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdExtreme = @"PD_EXTREME";
5660
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdSsd = @"PD_SSD";

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

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Ty
7777
* Value: "NVIDIA_A100_80GB"
7878
*/
7979
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaA10080gb;
80+
/**
81+
* Accelerator type is NVIDIA B200.
82+
*
83+
* Value: "NVIDIA_B200"
84+
*/
85+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaB200;
8086
/**
8187
* Accelerator type is Nvidia Tesla H100 - 80GB.
8288
*
@@ -89,6 +95,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Ty
8995
* Value: "NVIDIA_H100_MEGA_80GB"
9096
*/
9197
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH100Mega80gb;
98+
/**
99+
* Accelerator type is Nvidia Tesla H200 - 141GB.
100+
*
101+
* Value: "NVIDIA_H200_141GB"
102+
*/
103+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH200141gb;
92104
/**
93105
* Accelerator type is Nvidia Tesla L4.
94106
*
@@ -175,6 +187,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskEncrypt
175187
* Value: "DISK_TYPE_UNSPECIFIED"
176188
*/
177189
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_DiskTypeUnspecified;
190+
/**
191+
* Hyperdisk Balanced persistent disk type.
192+
*
193+
* Value: "HYPERDISK_BALANCED"
194+
*/
195+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskBalanced;
178196
/**
179197
* Balanced persistent disk type.
180198
*
@@ -247,6 +265,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskEncrypt
247265
* Value: "DISK_TYPE_UNSPECIFIED"
248266
*/
249267
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_DiskTypeUnspecified;
268+
/**
269+
* Hyperdisk Balanced persistent disk type.
270+
*
271+
* Value: "HYPERDISK_BALANCED"
272+
*/
273+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskBalanced;
250274
/**
251275
* Balanced persistent disk type.
252276
*
@@ -553,12 +577,17 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
553577
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaA10080gb
554578
* Accelerator type is Nvidia Tesla A100 - 80GB. (Value:
555579
* "NVIDIA_A100_80GB")
580+
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaB200
581+
* Accelerator type is NVIDIA B200. (Value: "NVIDIA_B200")
556582
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH10080gb
557583
* Accelerator type is Nvidia Tesla H100 - 80GB. (Value:
558584
* "NVIDIA_H100_80GB")
559585
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH100Mega80gb
560586
* Accelerator type is Nvidia Tesla H100 - MEGA 80GB. (Value:
561587
* "NVIDIA_H100_MEGA_80GB")
588+
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaH200141gb
589+
* Accelerator type is Nvidia Tesla H200 - 141GB. (Value:
590+
* "NVIDIA_H200_141GB")
562591
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaL4
563592
* Accelerator type is Nvidia Tesla L4. (Value: "NVIDIA_L4")
564593
* @arg @c kGTLRAIPlatformNotebooks_AcceleratorConfig_Type_NvidiaTeslaA100
@@ -725,6 +754,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
725754
* Likely values:
726755
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_DiskTypeUnspecified
727756
* Disk type not set. (Value: "DISK_TYPE_UNSPECIFIED")
757+
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskBalanced
758+
* Hyperdisk Balanced persistent disk type. (Value: "HYPERDISK_BALANCED")
728759
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdBalanced Balanced
729760
* persistent disk type. (Value: "PD_BALANCED")
730761
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdExtreme Extreme
@@ -937,6 +968,8 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
937968
* Likely values:
938969
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_DiskTypeUnspecified
939970
* Disk type not set. (Value: "DISK_TYPE_UNSPECIFIED")
971+
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskBalanced
972+
* Hyperdisk Balanced persistent disk type. (Value: "HYPERDISK_BALANCED")
940973
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdBalanced Balanced
941974
* persistent disk type. (Value: "PD_BALANCED")
942975
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdExtreme Extreme
@@ -1634,8 +1667,9 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
16341667

16351668
/**
16361669
* Unordered list. Unreachable resources. Populated when the request sets
1637-
* `ListOperationsRequest.return_partial_success` and reads across collections
1638-
* e.g. when attempting to list all resources across all supported locations.
1670+
* `ListOperationsRequest.return_partial_success` and reads across collections.
1671+
* For example, when attempting to list all resources across all supported
1672+
* locations.
16391673
*/
16401674
@property(nonatomic, strong, nullable) NSArray<NSString *> *unreachable;
16411675

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,8 @@ NS_ASSUME_NONNULL_BEGIN
874874
@interface GTLRAIPlatformNotebooksQuery_ProjectsLocationsList : GTLRAIPlatformNotebooksQuery
875875

876876
/**
877-
* Optional. Unless explicitly documented otherwise, don't use this unsupported
878-
* field which is primarily intended for internal usage.
877+
* Optional. Do not use this field. It is unsupported and is ignored unless
878+
* explicitly documented otherwise. This is primarily for internal usage.
879879
*/
880880
@property(nonatomic, strong, nullable) NSArray<NSString *> *extraLocationTypes;
881881

@@ -1051,9 +1051,9 @@ NS_ASSUME_NONNULL_BEGIN
10511051
/**
10521052
* When set to `true`, operations that are reachable are returned as normal,
10531053
* and those that are unreachable are returned in the
1054-
* [ListOperationsResponse.unreachable] field. This can only be `true` when
1055-
* reading across collections e.g. when `parent` is set to
1056-
* `"projects/example/locations/-"`. This field is not by default supported and
1054+
* ListOperationsResponse.unreachable field. This can only be `true` when
1055+
* reading across collections. For example, when `parent` is set to
1056+
* `"projects/example/locations/-"`. This field is not supported by default and
10571057
* will result in an `UNIMPLEMENTED` error if set unless explicitly documented
10581058
* otherwise in service or product specific documentation.
10591059
*/

Sources/GeneratedServices/APIManagement/Public/GoogleAPIClientForREST/GTLRAPIManagementObjects.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,9 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIManagement_TagAction_Action_Remove;
10171017

10181018
/**
10191019
* Unordered list. Unreachable resources. Populated when the request sets
1020-
* `ListOperationsRequest.return_partial_success` and reads across collections
1021-
* e.g. when attempting to list all resources across all supported locations.
1020+
* `ListOperationsRequest.return_partial_success` and reads across collections.
1021+
* For example, when attempting to list all resources across all supported
1022+
* locations.
10221023
*/
10231024
@property(nonatomic, strong, nullable) NSArray<NSString *> *unreachable;
10241025

Sources/GeneratedServices/APIManagement/Public/GoogleAPIClientForREST/GTLRAPIManagementQuery.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,9 +936,9 @@ NS_ASSUME_NONNULL_BEGIN
936936
/**
937937
* When set to `true`, operations that are reachable are returned as normal,
938938
* and those that are unreachable are returned in the
939-
* [ListOperationsResponse.unreachable] field. This can only be `true` when
940-
* reading across collections e.g. when `parent` is set to
941-
* `"projects/example/locations/-"`. This field is not by default supported and
939+
* ListOperationsResponse.unreachable field. This can only be `true` when
940+
* reading across collections. For example, when `parent` is set to
941+
* `"projects/example/locations/-"`. This field is not supported by default and
942942
* will result in an `UNIMPLEMENTED` error if set unless explicitly documented
943943
* otherwise in service or product specific documentation.
944944
*/

0 commit comments

Comments
 (0)