Class VolumeConfig
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.baremetalsolution.v2.VolumeConfig
-
- All Implemented Interfaces:
VolumeConfigOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class VolumeConfig extends com.google.protobuf.GeneratedMessageV3 implements VolumeConfigOrBuilder
Configuration parameters for a new volume.
Protobuf typegoogle.cloud.baremetalsolution.v2.VolumeConfig
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VolumeConfig.Builder
Configuration parameters for a new volume.static class
VolumeConfig.LunRange
A LUN(Logical Unit Number) range.static interface
VolumeConfig.LunRangeOrBuilder
static class
VolumeConfig.NfsExport
A NFS export entry.static interface
VolumeConfig.NfsExportOrBuilder
static class
VolumeConfig.Protocol
The protocol used to access the volume.static class
VolumeConfig.Type
The types of Volumes.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
GCP_SERVICE_FIELD_NUMBER
static int
ID_FIELD_NUMBER
static int
LUN_RANGES_FIELD_NUMBER
static int
MACHINE_IDS_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
NFS_EXPORTS_FIELD_NUMBER
static int
PERFORMANCE_TIER_FIELD_NUMBER
static int
PROTOCOL_FIELD_NUMBER
static int
SIZE_GB_FIELD_NUMBER
static int
SNAPSHOTS_ENABLED_FIELD_NUMBER
static int
TYPE_FIELD_NUMBER
static int
USER_NOTE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static VolumeConfig
getDefaultInstance()
VolumeConfig
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getGcpService()
The GCP service of the storage volume.com.google.protobuf.ByteString
getGcpServiceBytes()
The GCP service of the storage volume.String
getId()
A transient unique identifier to identify a volume within an ProvisioningConfig request.com.google.protobuf.ByteString
getIdBytes()
A transient unique identifier to identify a volume within an ProvisioningConfig request.VolumeConfig.LunRange
getLunRanges(int index)
LUN ranges to be configured.int
getLunRangesCount()
LUN ranges to be configured.List<VolumeConfig.LunRange>
getLunRangesList()
LUN ranges to be configured.VolumeConfig.LunRangeOrBuilder
getLunRangesOrBuilder(int index)
LUN ranges to be configured.List<? extends VolumeConfig.LunRangeOrBuilder>
getLunRangesOrBuilderList()
LUN ranges to be configured.String
getMachineIds(int index)
Machine ids connected to this volume.com.google.protobuf.ByteString
getMachineIdsBytes(int index)
Machine ids connected to this volume.int
getMachineIdsCount()
Machine ids connected to this volume.com.google.protobuf.ProtocolStringList
getMachineIdsList()
Machine ids connected to this volume.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.VolumeConfig.NfsExport
getNfsExports(int index)
NFS exports.int
getNfsExportsCount()
NFS exports.List<VolumeConfig.NfsExport>
getNfsExportsList()
NFS exports.VolumeConfig.NfsExportOrBuilder
getNfsExportsOrBuilder(int index)
NFS exports.List<? extends VolumeConfig.NfsExportOrBuilder>
getNfsExportsOrBuilderList()
NFS exports.com.google.protobuf.Parser<VolumeConfig>
getParserForType()
VolumePerformanceTier
getPerformanceTier()
Performance tier of the Volume.int
getPerformanceTierValue()
Performance tier of the Volume.VolumeConfig.Protocol
getProtocol()
Volume protocol.int
getProtocolValue()
Volume protocol.int
getSerializedSize()
int
getSizeGb()
The requested size of this volume, in GB.boolean
getSnapshotsEnabled()
Whether snapshots should be enabled.VolumeConfig.Type
getType()
The type of this Volume.int
getTypeValue()
The type of this Volume.String
getUserNote()
User note field, it can be used by customers to add additional information for the BMS Ops team .com.google.protobuf.ByteString
getUserNoteBytes()
User note field, it can be used by customers to add additional information for the BMS Ops team .int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static VolumeConfig.Builder
newBuilder()
static VolumeConfig.Builder
newBuilder(VolumeConfig prototype)
VolumeConfig.Builder
newBuilderForType()
protected VolumeConfig.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static VolumeConfig
parseDelimitedFrom(InputStream input)
static VolumeConfig
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig
parseFrom(byte[] data)
static VolumeConfig
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig
parseFrom(com.google.protobuf.ByteString data)
static VolumeConfig
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig
parseFrom(com.google.protobuf.CodedInputStream input)
static VolumeConfig
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig
parseFrom(InputStream input)
static VolumeConfig
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig
parseFrom(ByteBuffer data)
static VolumeConfig
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<VolumeConfig>
parser()
VolumeConfig.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SNAPSHOTS_ENABLED_FIELD_NUMBER
public static final int SNAPSHOTS_ENABLED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROTOCOL_FIELD_NUMBER
public static final int PROTOCOL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SIZE_GB_FIELD_NUMBER
public static final int SIZE_GB_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LUN_RANGES_FIELD_NUMBER
public static final int LUN_RANGES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MACHINE_IDS_FIELD_NUMBER
public static final int MACHINE_IDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NFS_EXPORTS_FIELD_NUMBER
public static final int NFS_EXPORTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USER_NOTE_FIELD_NUMBER
public static final int USER_NOTE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GCP_SERVICE_FIELD_NUMBER
public static final int GCP_SERVICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PERFORMANCE_TIER_FIELD_NUMBER
public static final int PERFORMANCE_TIER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
Output only. The name of the volume config.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getName
in interfaceVolumeConfigOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The name of the volume config.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getNameBytes
in interfaceVolumeConfigOrBuilder
- Returns:
- The bytes for name.
-
getId
public String getId()
A transient unique identifier to identify a volume within an ProvisioningConfig request.
string id = 2;
- Specified by:
getId
in interfaceVolumeConfigOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
A transient unique identifier to identify a volume within an ProvisioningConfig request.
string id = 2;
- Specified by:
getIdBytes
in interfaceVolumeConfigOrBuilder
- Returns:
- The bytes for id.
-
getSnapshotsEnabled
public boolean getSnapshotsEnabled()
Whether snapshots should be enabled.
bool snapshots_enabled = 3;
- Specified by:
getSnapshotsEnabled
in interfaceVolumeConfigOrBuilder
- Returns:
- The snapshotsEnabled.
-
getTypeValue
public int getTypeValue()
The type of this Volume.
.google.cloud.baremetalsolution.v2.VolumeConfig.Type type = 4;
- Specified by:
getTypeValue
in interfaceVolumeConfigOrBuilder
- Returns:
- The enum numeric value on the wire for type.
-
getType
public VolumeConfig.Type getType()
The type of this Volume.
.google.cloud.baremetalsolution.v2.VolumeConfig.Type type = 4;
- Specified by:
getType
in interfaceVolumeConfigOrBuilder
- Returns:
- The type.
-
getProtocolValue
public int getProtocolValue()
Volume protocol.
.google.cloud.baremetalsolution.v2.VolumeConfig.Protocol protocol = 5;
- Specified by:
getProtocolValue
in interfaceVolumeConfigOrBuilder
- Returns:
- The enum numeric value on the wire for protocol.
-
getProtocol
public VolumeConfig.Protocol getProtocol()
Volume protocol.
.google.cloud.baremetalsolution.v2.VolumeConfig.Protocol protocol = 5;
- Specified by:
getProtocol
in interfaceVolumeConfigOrBuilder
- Returns:
- The protocol.
-
getSizeGb
public int getSizeGb()
The requested size of this volume, in GB.
int32 size_gb = 6;
- Specified by:
getSizeGb
in interfaceVolumeConfigOrBuilder
- Returns:
- The sizeGb.
-
getLunRangesList
public List<VolumeConfig.LunRange> getLunRangesList()
LUN ranges to be configured. Set only when protocol is PROTOCOL_FC.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.LunRange lun_ranges = 7;
- Specified by:
getLunRangesList
in interfaceVolumeConfigOrBuilder
-
getLunRangesOrBuilderList
public List<? extends VolumeConfig.LunRangeOrBuilder> getLunRangesOrBuilderList()
LUN ranges to be configured. Set only when protocol is PROTOCOL_FC.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.LunRange lun_ranges = 7;
- Specified by:
getLunRangesOrBuilderList
in interfaceVolumeConfigOrBuilder
-
getLunRangesCount
public int getLunRangesCount()
LUN ranges to be configured. Set only when protocol is PROTOCOL_FC.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.LunRange lun_ranges = 7;
- Specified by:
getLunRangesCount
in interfaceVolumeConfigOrBuilder
-
getLunRanges
public VolumeConfig.LunRange getLunRanges(int index)
LUN ranges to be configured. Set only when protocol is PROTOCOL_FC.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.LunRange lun_ranges = 7;
- Specified by:
getLunRanges
in interfaceVolumeConfigOrBuilder
-
getLunRangesOrBuilder
public VolumeConfig.LunRangeOrBuilder getLunRangesOrBuilder(int index)
LUN ranges to be configured. Set only when protocol is PROTOCOL_FC.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.LunRange lun_ranges = 7;
- Specified by:
getLunRangesOrBuilder
in interfaceVolumeConfigOrBuilder
-
getMachineIdsList
public com.google.protobuf.ProtocolStringList getMachineIdsList()
Machine ids connected to this volume. Set only when protocol is PROTOCOL_FC.
repeated string machine_ids = 8;
- Specified by:
getMachineIdsList
in interfaceVolumeConfigOrBuilder
- Returns:
- A list containing the machineIds.
-
getMachineIdsCount
public int getMachineIdsCount()
Machine ids connected to this volume. Set only when protocol is PROTOCOL_FC.
repeated string machine_ids = 8;
- Specified by:
getMachineIdsCount
in interfaceVolumeConfigOrBuilder
- Returns:
- The count of machineIds.
-
getMachineIds
public String getMachineIds(int index)
Machine ids connected to this volume. Set only when protocol is PROTOCOL_FC.
repeated string machine_ids = 8;
- Specified by:
getMachineIds
in interfaceVolumeConfigOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The machineIds at the given index.
-
getMachineIdsBytes
public com.google.protobuf.ByteString getMachineIdsBytes(int index)
Machine ids connected to this volume. Set only when protocol is PROTOCOL_FC.
repeated string machine_ids = 8;
- Specified by:
getMachineIdsBytes
in interfaceVolumeConfigOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the machineIds at the given index.
-
getNfsExportsList
public List<VolumeConfig.NfsExport> getNfsExportsList()
NFS exports. Set only when protocol is PROTOCOL_NFS.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.NfsExport nfs_exports = 9;
- Specified by:
getNfsExportsList
in interfaceVolumeConfigOrBuilder
-
getNfsExportsOrBuilderList
public List<? extends VolumeConfig.NfsExportOrBuilder> getNfsExportsOrBuilderList()
NFS exports. Set only when protocol is PROTOCOL_NFS.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.NfsExport nfs_exports = 9;
- Specified by:
getNfsExportsOrBuilderList
in interfaceVolumeConfigOrBuilder
-
getNfsExportsCount
public int getNfsExportsCount()
NFS exports. Set only when protocol is PROTOCOL_NFS.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.NfsExport nfs_exports = 9;
- Specified by:
getNfsExportsCount
in interfaceVolumeConfigOrBuilder
-
getNfsExports
public VolumeConfig.NfsExport getNfsExports(int index)
NFS exports. Set only when protocol is PROTOCOL_NFS.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.NfsExport nfs_exports = 9;
- Specified by:
getNfsExports
in interfaceVolumeConfigOrBuilder
-
getNfsExportsOrBuilder
public VolumeConfig.NfsExportOrBuilder getNfsExportsOrBuilder(int index)
NFS exports. Set only when protocol is PROTOCOL_NFS.
repeated .google.cloud.baremetalsolution.v2.VolumeConfig.NfsExport nfs_exports = 9;
- Specified by:
getNfsExportsOrBuilder
in interfaceVolumeConfigOrBuilder
-
getUserNote
public String getUserNote()
User note field, it can be used by customers to add additional information for the BMS Ops team .
string user_note = 10;
- Specified by:
getUserNote
in interfaceVolumeConfigOrBuilder
- Returns:
- The userNote.
-
getUserNoteBytes
public com.google.protobuf.ByteString getUserNoteBytes()
User note field, it can be used by customers to add additional information for the BMS Ops team .
string user_note = 10;
- Specified by:
getUserNoteBytes
in interfaceVolumeConfigOrBuilder
- Returns:
- The bytes for userNote.
-
getGcpService
public String getGcpService()
The GCP service of the storage volume. Available gcp_service are in https://cloud.google.com/bare-metal/docs/bms-planning.
string gcp_service = 11;
- Specified by:
getGcpService
in interfaceVolumeConfigOrBuilder
- Returns:
- The gcpService.
-
getGcpServiceBytes
public com.google.protobuf.ByteString getGcpServiceBytes()
The GCP service of the storage volume. Available gcp_service are in https://cloud.google.com/bare-metal/docs/bms-planning.
string gcp_service = 11;
- Specified by:
getGcpServiceBytes
in interfaceVolumeConfigOrBuilder
- Returns:
- The bytes for gcpService.
-
getPerformanceTierValue
public int getPerformanceTierValue()
Performance tier of the Volume. Default is SHARED.
.google.cloud.baremetalsolution.v2.VolumePerformanceTier performance_tier = 12;
- Specified by:
getPerformanceTierValue
in interfaceVolumeConfigOrBuilder
- Returns:
- The enum numeric value on the wire for performanceTier.
-
getPerformanceTier
public VolumePerformanceTier getPerformanceTier()
Performance tier of the Volume. Default is SHARED.
.google.cloud.baremetalsolution.v2.VolumePerformanceTier performance_tier = 12;
- Specified by:
getPerformanceTier
in interfaceVolumeConfigOrBuilder
- Returns:
- The performanceTier.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static VolumeConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static VolumeConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static VolumeConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static VolumeConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static VolumeConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static VolumeConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static VolumeConfig parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static VolumeConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static VolumeConfig parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static VolumeConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static VolumeConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static VolumeConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public VolumeConfig.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static VolumeConfig.Builder newBuilder()
-
newBuilder
public static VolumeConfig.Builder newBuilder(VolumeConfig prototype)
-
toBuilder
public VolumeConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected VolumeConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static VolumeConfig getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<VolumeConfig> parser()
-
getParserForType
public com.google.protobuf.Parser<VolumeConfig> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public VolumeConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-