Skip to content

Commit 07382d5

Browse files
committed
Update generated sources for services.
1 parent 97e7803 commit 07382d5

445 files changed

Lines changed: 77938 additions & 64555 deletions

File tree

Some content is hidden

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

GoogleAPIClientForREST.podspec

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ Pod::Spec.new do |s|
115115
sp.source_files = 'Sources/GeneratedServices/Advisorynotifications/**/*.{h,m}'
116116
sp.public_header_files = 'Sources/GeneratedServices/Advisorynotifications/Public/GoogleAPIClientForREST/*.h'
117117
end
118+
s.subspec 'AgentRegistry' do |sp|
119+
sp.dependency 'GoogleAPIClientForREST/Core'
120+
sp.source_files = 'Sources/GeneratedServices/AgentRegistry/**/*.{h,m}'
121+
sp.public_header_files = 'Sources/GeneratedServices/AgentRegistry/Public/GoogleAPIClientForREST/*.h'
122+
end
118123
s.subspec 'Aiplatform' do |sp|
119124
sp.dependency 'GoogleAPIClientForREST/Core'
120125
sp.source_files = 'Sources/GeneratedServices/Aiplatform/**/*.{h,m}'
@@ -655,11 +660,6 @@ Pod::Spec.new do |s|
655660
sp.source_files = 'Sources/GeneratedServices/DataLabeling/**/*.{h,m}'
656661
sp.public_header_files = 'Sources/GeneratedServices/DataLabeling/Public/GoogleAPIClientForREST/*.h'
657662
end
658-
s.subspec 'Datalineage' do |sp|
659-
sp.dependency 'GoogleAPIClientForREST/Core'
660-
sp.source_files = 'Sources/GeneratedServices/Datalineage/**/*.{h,m}'
661-
sp.public_header_files = 'Sources/GeneratedServices/Datalineage/Public/GoogleAPIClientForREST/*.h'
662-
end
663663
s.subspec 'DataManager' do |sp|
664664
sp.dependency 'GoogleAPIClientForREST/Core'
665665
sp.source_files = 'Sources/GeneratedServices/DataManager/**/*.{h,m}'
@@ -710,6 +710,11 @@ Pod::Spec.new do |s|
710710
sp.source_files = 'Sources/GeneratedServices/DeveloperConnect/**/*.{h,m}'
711711
sp.public_header_files = 'Sources/GeneratedServices/DeveloperConnect/Public/GoogleAPIClientForREST/*.h'
712712
end
713+
s.subspec 'DeveloperKnowledge' do |sp|
714+
sp.dependency 'GoogleAPIClientForREST/Core'
715+
sp.source_files = 'Sources/GeneratedServices/DeveloperKnowledge/**/*.{h,m}'
716+
sp.public_header_files = 'Sources/GeneratedServices/DeveloperKnowledge/Public/GoogleAPIClientForREST/*.h'
717+
end
713718
s.subspec 'Dfareporting' do |sp|
714719
sp.dependency 'GoogleAPIClientForREST/Core'
715720
sp.source_files = 'Sources/GeneratedServices/Dfareporting/**/*.{h,m}'
@@ -920,6 +925,11 @@ Pod::Spec.new do |s|
920925
sp.source_files = 'Sources/GeneratedServices/GoogleAnalyticsAdmin/**/*.{h,m}'
921926
sp.public_header_files = 'Sources/GeneratedServices/GoogleAnalyticsAdmin/Public/GoogleAPIClientForREST/*.h'
922927
end
928+
s.subspec 'GoogleHealthAPI' do |sp|
929+
sp.dependency 'GoogleAPIClientForREST/Core'
930+
sp.source_files = 'Sources/GeneratedServices/GoogleHealthAPI/**/*.{h,m}'
931+
sp.public_header_files = 'Sources/GeneratedServices/GoogleHealthAPI/Public/GoogleAPIClientForREST/*.h'
932+
end
923933
s.subspec 'GoogleMarketingPlatformAdminAPI' do |sp|
924934
sp.dependency 'GoogleAPIClientForREST/Core'
925935
sp.source_files = 'Sources/GeneratedServices/GoogleMarketingPlatformAdminAPI/**/*.{h,m}'
@@ -980,11 +990,6 @@ Pod::Spec.new do |s|
980990
sp.source_files = 'Sources/GeneratedServices/Indexing/**/*.{h,m}'
981991
sp.public_header_files = 'Sources/GeneratedServices/Indexing/Public/GoogleAPIClientForREST/*.h'
982992
end
983-
s.subspec 'Integrations' do |sp|
984-
sp.dependency 'GoogleAPIClientForREST/Core'
985-
sp.source_files = 'Sources/GeneratedServices/Integrations/**/*.{h,m}'
986-
sp.public_header_files = 'Sources/GeneratedServices/Integrations/Public/GoogleAPIClientForREST/*.h'
987-
end
988993
s.subspec 'Keep' do |sp|
989994
sp.dependency 'GoogleAPIClientForREST/Core'
990995
sp.source_files = 'Sources/GeneratedServices/Keep/**/*.{h,m}'
@@ -1270,11 +1275,6 @@ Pod::Spec.new do |s|
12701275
sp.source_files = 'Sources/GeneratedServices/Reseller/**/*.{h,m}'
12711276
sp.public_header_files = 'Sources/GeneratedServices/Reseller/Public/GoogleAPIClientForREST/*.h'
12721277
end
1273-
s.subspec 'SA360' do |sp|
1274-
sp.dependency 'GoogleAPIClientForREST/Core'
1275-
sp.source_files = 'Sources/GeneratedServices/SA360/**/*.{h,m}'
1276-
sp.public_header_files = 'Sources/GeneratedServices/SA360/Public/GoogleAPIClientForREST/*.h'
1277-
end
12781278
s.subspec 'SaaSServiceManagement' do |sp|
12791279
sp.dependency 'GoogleAPIClientForREST/Core'
12801280
sp.source_files = 'Sources/GeneratedServices/SaaSServiceManagement/**/*.{h,m}'

Package.swift

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ let package = Package(
6161
name: "GoogleAPIClientForREST_Advisorynotifications",
6262
targets: ["GoogleAPIClientForREST_Advisorynotifications"]
6363
),
64+
.library(
65+
name: "GoogleAPIClientForREST_AgentRegistry",
66+
targets: ["GoogleAPIClientForREST_AgentRegistry"]
67+
),
6468
.library(
6569
name: "GoogleAPIClientForREST_Aiplatform",
6670
targets: ["GoogleAPIClientForREST_Aiplatform"]
@@ -493,10 +497,6 @@ let package = Package(
493497
name: "GoogleAPIClientForREST_DataLabeling",
494498
targets: ["GoogleAPIClientForREST_DataLabeling"]
495499
),
496-
.library(
497-
name: "GoogleAPIClientForREST_Datalineage",
498-
targets: ["GoogleAPIClientForREST_Datalineage"]
499-
),
500500
.library(
501501
name: "GoogleAPIClientForREST_DataManager",
502502
targets: ["GoogleAPIClientForREST_DataManager"]
@@ -537,6 +537,10 @@ let package = Package(
537537
name: "GoogleAPIClientForREST_DeveloperConnect",
538538
targets: ["GoogleAPIClientForREST_DeveloperConnect"]
539539
),
540+
.library(
541+
name: "GoogleAPIClientForREST_DeveloperKnowledge",
542+
targets: ["GoogleAPIClientForREST_DeveloperKnowledge"]
543+
),
540544
.library(
541545
name: "GoogleAPIClientForREST_Dfareporting",
542546
targets: ["GoogleAPIClientForREST_Dfareporting"]
@@ -705,6 +709,10 @@ let package = Package(
705709
name: "GoogleAPIClientForREST_GoogleAnalyticsAdmin",
706710
targets: ["GoogleAPIClientForREST_GoogleAnalyticsAdmin"]
707711
),
712+
.library(
713+
name: "GoogleAPIClientForREST_GoogleHealthAPI",
714+
targets: ["GoogleAPIClientForREST_GoogleHealthAPI"]
715+
),
708716
.library(
709717
name: "GoogleAPIClientForREST_GoogleMarketingPlatformAdminAPI",
710718
targets: ["GoogleAPIClientForREST_GoogleMarketingPlatformAdminAPI"]
@@ -753,10 +761,6 @@ let package = Package(
753761
name: "GoogleAPIClientForREST_Indexing",
754762
targets: ["GoogleAPIClientForREST_Indexing"]
755763
),
756-
.library(
757-
name: "GoogleAPIClientForREST_Integrations",
758-
targets: ["GoogleAPIClientForREST_Integrations"]
759-
),
760764
.library(
761765
name: "GoogleAPIClientForREST_Keep",
762766
targets: ["GoogleAPIClientForREST_Keep"]
@@ -985,10 +989,6 @@ let package = Package(
985989
name: "GoogleAPIClientForREST_Reseller",
986990
targets: ["GoogleAPIClientForREST_Reseller"]
987991
),
988-
.library(
989-
name: "GoogleAPIClientForREST_SA360",
990-
targets: ["GoogleAPIClientForREST_SA360"]
991-
),
992992
.library(
993993
name: "GoogleAPIClientForREST_SaaSServiceManagement",
994994
targets: ["GoogleAPIClientForREST_SaaSServiceManagement"]
@@ -1321,6 +1321,12 @@ let package = Package(
13211321
path: "Sources/GeneratedServices/Advisorynotifications",
13221322
publicHeadersPath: "Public"
13231323
),
1324+
.target(
1325+
name: "GoogleAPIClientForREST_AgentRegistry",
1326+
dependencies: ["GoogleAPIClientForRESTCore"],
1327+
path: "Sources/GeneratedServices/AgentRegistry",
1328+
publicHeadersPath: "Public"
1329+
),
13241330
.target(
13251331
name: "GoogleAPIClientForREST_Aiplatform",
13261332
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -1969,12 +1975,6 @@ let package = Package(
19691975
path: "Sources/GeneratedServices/DataLabeling",
19701976
publicHeadersPath: "Public"
19711977
),
1972-
.target(
1973-
name: "GoogleAPIClientForREST_Datalineage",
1974-
dependencies: ["GoogleAPIClientForRESTCore"],
1975-
path: "Sources/GeneratedServices/Datalineage",
1976-
publicHeadersPath: "Public"
1977-
),
19781978
.target(
19791979
name: "GoogleAPIClientForREST_DataManager",
19801980
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2035,6 +2035,12 @@ let package = Package(
20352035
path: "Sources/GeneratedServices/DeveloperConnect",
20362036
publicHeadersPath: "Public"
20372037
),
2038+
.target(
2039+
name: "GoogleAPIClientForREST_DeveloperKnowledge",
2040+
dependencies: ["GoogleAPIClientForRESTCore"],
2041+
path: "Sources/GeneratedServices/DeveloperKnowledge",
2042+
publicHeadersPath: "Public"
2043+
),
20382044
.target(
20392045
name: "GoogleAPIClientForREST_Dfareporting",
20402046
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2287,6 +2293,12 @@ let package = Package(
22872293
path: "Sources/GeneratedServices/GoogleAnalyticsAdmin",
22882294
publicHeadersPath: "Public"
22892295
),
2296+
.target(
2297+
name: "GoogleAPIClientForREST_GoogleHealthAPI",
2298+
dependencies: ["GoogleAPIClientForRESTCore"],
2299+
path: "Sources/GeneratedServices/GoogleHealthAPI",
2300+
publicHeadersPath: "Public"
2301+
),
22902302
.target(
22912303
name: "GoogleAPIClientForREST_GoogleMarketingPlatformAdminAPI",
22922304
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2359,12 +2371,6 @@ let package = Package(
23592371
path: "Sources/GeneratedServices/Indexing",
23602372
publicHeadersPath: "Public"
23612373
),
2362-
.target(
2363-
name: "GoogleAPIClientForREST_Integrations",
2364-
dependencies: ["GoogleAPIClientForRESTCore"],
2365-
path: "Sources/GeneratedServices/Integrations",
2366-
publicHeadersPath: "Public"
2367-
),
23682374
.target(
23692375
name: "GoogleAPIClientForREST_Keep",
23702376
dependencies: ["GoogleAPIClientForRESTCore"],
@@ -2707,12 +2713,6 @@ let package = Package(
27072713
path: "Sources/GeneratedServices/Reseller",
27082714
publicHeadersPath: "Public"
27092715
),
2710-
.target(
2711-
name: "GoogleAPIClientForREST_SA360",
2712-
dependencies: ["GoogleAPIClientForRESTCore"],
2713-
path: "Sources/GeneratedServices/SA360",
2714-
publicHeadersPath: "Public"
2715-
),
27162716
.target(
27172717
name: "GoogleAPIClientForREST_SaaSServiceManagement",
27182718
dependencies: ["GoogleAPIClientForRESTCore"],

Sources/GeneratedServices/AIPlatformNotebooks/GTLRAIPlatformNotebooksObjects.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
// GTLRAIPlatformNotebooks_BootDisk.diskType
3939
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_DiskTypeUnspecified = @"DISK_TYPE_UNSPECIFIED";
4040
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskBalanced = @"HYPERDISK_BALANCED";
41+
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskBalancedHighAvailability = @"HYPERDISK_BALANCED_HIGH_AVAILABILITY";
42+
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskExtreme = @"HYPERDISK_EXTREME";
43+
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskMl = @"HYPERDISK_ML";
44+
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskThroughput = @"HYPERDISK_THROUGHPUT";
4145
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdBalanced = @"PD_BALANCED";
4246
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdExtreme = @"PD_EXTREME";
4347
NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdSsd = @"PD_SSD";
@@ -55,6 +59,10 @@
5559
// GTLRAIPlatformNotebooks_DataDisk.diskType
5660
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_DiskTypeUnspecified = @"DISK_TYPE_UNSPECIFIED";
5761
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskBalanced = @"HYPERDISK_BALANCED";
62+
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskBalancedHighAvailability = @"HYPERDISK_BALANCED_HIGH_AVAILABILITY";
63+
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskExtreme = @"HYPERDISK_EXTREME";
64+
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskMl = @"HYPERDISK_ML";
65+
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskThroughput = @"HYPERDISK_THROUGHPUT";
5866
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdBalanced = @"PD_BALANCED";
5967
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdExtreme = @"PD_EXTREME";
6068
NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdSsd = @"PD_SSD";

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

Lines changed: 90 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,40 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskEncrypt
188188
*/
189189
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_DiskTypeUnspecified;
190190
/**
191-
* Hyperdisk Balanced persistent disk type.
191+
* Represents the Hyperdisk Balanced persistent disk type. Can be used as a
192+
* boot disk or data disk.
192193
*
193194
* Value: "HYPERDISK_BALANCED"
194195
*/
195196
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskBalanced;
197+
/**
198+
* Represents the Hyperdisk Balanced High Availability persistent disk type.
199+
* Can be used as a boot disk or data disk.
200+
*
201+
* Value: "HYPERDISK_BALANCED_HIGH_AVAILABILITY"
202+
*/
203+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskBalancedHighAvailability;
204+
/**
205+
* Represents the Hyperdisk Extreme persistent disk type. Can only be used as a
206+
* data disk.
207+
*
208+
* Value: "HYPERDISK_EXTREME"
209+
*/
210+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskExtreme;
211+
/**
212+
* Represents the Hyperdisk ML persistent disk type. Can be used as a boot disk
213+
* or data disk.
214+
*
215+
* Value: "HYPERDISK_ML"
216+
*/
217+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskMl;
218+
/**
219+
* Represents the Hyperdisk Throughput persistent disk type. Can only be used
220+
* as a data disk.
221+
*
222+
* Value: "HYPERDISK_THROUGHPUT"
223+
*/
224+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskThroughput;
196225
/**
197226
* Balanced persistent disk type.
198227
*
@@ -266,11 +295,40 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskEncrypt
266295
*/
267296
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_DiskTypeUnspecified;
268297
/**
269-
* Hyperdisk Balanced persistent disk type.
298+
* Represents the Hyperdisk Balanced persistent disk type. Can be used as a
299+
* boot disk or data disk.
270300
*
271301
* Value: "HYPERDISK_BALANCED"
272302
*/
273303
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskBalanced;
304+
/**
305+
* Represents the Hyperdisk Balanced High Availability persistent disk type.
306+
* Can be used as a boot disk or data disk.
307+
*
308+
* Value: "HYPERDISK_BALANCED_HIGH_AVAILABILITY"
309+
*/
310+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskBalancedHighAvailability;
311+
/**
312+
* Represents the Hyperdisk Extreme persistent disk type. Can only be used as a
313+
* data disk.
314+
*
315+
* Value: "HYPERDISK_EXTREME"
316+
*/
317+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskExtreme;
318+
/**
319+
* Represents the Hyperdisk ML persistent disk type. Can be used as a boot disk
320+
* or data disk.
321+
*
322+
* Value: "HYPERDISK_ML"
323+
*/
324+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskMl;
325+
/**
326+
* Represents the Hyperdisk Throughput persistent disk type. Can only be used
327+
* as a data disk.
328+
*
329+
* Value: "HYPERDISK_THROUGHPUT"
330+
*/
331+
FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskThroughput;
274332
/**
275333
* Balanced persistent disk type.
276334
*
@@ -755,7 +813,21 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
755813
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_DiskTypeUnspecified
756814
* Disk type not set. (Value: "DISK_TYPE_UNSPECIFIED")
757815
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskBalanced
758-
* Hyperdisk Balanced persistent disk type. (Value: "HYPERDISK_BALANCED")
816+
* Represents the Hyperdisk Balanced persistent disk type. Can be used as
817+
* a boot disk or data disk. (Value: "HYPERDISK_BALANCED")
818+
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskBalancedHighAvailability
819+
* Represents the Hyperdisk Balanced High Availability persistent disk
820+
* type. Can be used as a boot disk or data disk. (Value:
821+
* "HYPERDISK_BALANCED_HIGH_AVAILABILITY")
822+
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskExtreme
823+
* Represents the Hyperdisk Extreme persistent disk type. Can only be
824+
* used as a data disk. (Value: "HYPERDISK_EXTREME")
825+
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskMl Represents
826+
* the Hyperdisk ML persistent disk type. Can be used as a boot disk or
827+
* data disk. (Value: "HYPERDISK_ML")
828+
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_HyperdiskThroughput
829+
* Represents the Hyperdisk Throughput persistent disk type. Can only be
830+
* used as a data disk. (Value: "HYPERDISK_THROUGHPUT")
759831
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdBalanced Balanced
760832
* persistent disk type. (Value: "PD_BALANCED")
761833
* @arg @c kGTLRAIPlatformNotebooks_BootDisk_DiskType_PdExtreme Extreme
@@ -969,7 +1041,21 @@ FOUNDATION_EXTERN NSString * const kGTLRAIPlatformNotebooks_UpgradeHistoryEntry_
9691041
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_DiskTypeUnspecified
9701042
* Disk type not set. (Value: "DISK_TYPE_UNSPECIFIED")
9711043
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskBalanced
972-
* Hyperdisk Balanced persistent disk type. (Value: "HYPERDISK_BALANCED")
1044+
* Represents the Hyperdisk Balanced persistent disk type. Can be used as
1045+
* a boot disk or data disk. (Value: "HYPERDISK_BALANCED")
1046+
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskBalancedHighAvailability
1047+
* Represents the Hyperdisk Balanced High Availability persistent disk
1048+
* type. Can be used as a boot disk or data disk. (Value:
1049+
* "HYPERDISK_BALANCED_HIGH_AVAILABILITY")
1050+
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskExtreme
1051+
* Represents the Hyperdisk Extreme persistent disk type. Can only be
1052+
* used as a data disk. (Value: "HYPERDISK_EXTREME")
1053+
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskMl Represents
1054+
* the Hyperdisk ML persistent disk type. Can be used as a boot disk or
1055+
* data disk. (Value: "HYPERDISK_ML")
1056+
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_HyperdiskThroughput
1057+
* Represents the Hyperdisk Throughput persistent disk type. Can only be
1058+
* used as a data disk. (Value: "HYPERDISK_THROUGHPUT")
9731059
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdBalanced Balanced
9741060
* persistent disk type. (Value: "PD_BALANCED")
9751061
* @arg @c kGTLRAIPlatformNotebooks_DataDisk_DiskType_PdExtreme Extreme

0 commit comments

Comments
 (0)