Interface ResizeVolumeRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResizeVolumeRequest
,ResizeVolumeRequest.Builder
public interface ResizeVolumeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getSizeGib()
New Volume size, in GiB.String
getVolume()
Required.com.google.protobuf.ByteString
getVolumeBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVolume
String getVolume()
Required. Volume to resize.
string volume = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The volume.
-
getVolumeBytes
com.google.protobuf.ByteString getVolumeBytes()
Required. Volume to resize.
string volume = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for volume.
-
getSizeGib
long getSizeGib()
New Volume size, in GiB.
int64 size_gib = 2;
- Returns:
- The sizeGib.
-
-