public interface ComputeStorageDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getSizeGb()
Disk size in GiB.
|
PersistentDiskType |
getType()
Disk type backing the storage.
|
int |
getTypeValue()
Disk type backing the storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Disk type backing the storage.
.google.cloud.migrationcenter.v1.PersistentDiskType type = 1;PersistentDiskType getType()
Disk type backing the storage.
.google.cloud.migrationcenter.v1.PersistentDiskType type = 1;int getSizeGb()
Disk size in GiB.
int32 size_gb = 2;Copyright © 2024 Google LLC. All rights reserved.