public final class ExistingDisk extends GeneratedMessageV3 implements ExistingDiskOrBuilder
Configuration for an existing disk to be attached to the VM.
Protobuf type google.cloud.lifesciences.v2beta.ExistingDisk
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExistingDiskImplements
ExistingDiskOrBuilderStatic Fields
DISK_FIELD_NUMBER
public static final int DISK_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ExistingDisk getDefaultInstance()
Type | Description |
ExistingDisk |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ExistingDisk.Builder newBuilder()
Type | Description |
ExistingDisk.Builder |
newBuilder(ExistingDisk prototype)
public static ExistingDisk.Builder newBuilder(ExistingDisk prototype)
Name | Description |
prototype | ExistingDisk |
Type | Description |
ExistingDisk.Builder |
parseDelimitedFrom(InputStream input)
public static ExistingDisk parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ExistingDisk |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExistingDisk parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExistingDisk |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ExistingDisk parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ExistingDisk |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExistingDisk parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExistingDisk |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ExistingDisk parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ExistingDisk |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExistingDisk parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExistingDisk |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ExistingDisk parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ExistingDisk |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExistingDisk parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExistingDisk |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ExistingDisk parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ExistingDisk |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExistingDisk parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExistingDisk |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ExistingDisk parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ExistingDisk |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExistingDisk parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExistingDisk |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ExistingDisk> parser()
Type | Description |
Parser<ExistingDisk> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ExistingDisk getDefaultInstanceForType()
Type | Description |
ExistingDisk |
getDisk()
public String getDisk()
If disk
contains slashes, the Cloud Life Sciences API assumes that it is
a complete URL for the disk. If disk
does not contain slashes, the Cloud
Life Sciences API assumes that the disk is a zonal disk and a URL will be
generated of the form zones/<zone>/disks/<disk>
, where <zone>
is the
zone in which the instance is allocated. The disk must be ext4 formatted.
If all Mount
references to this disk have the read_only
flag set to
true, the disk will be attached in read-only
mode and can be shared with
other instances. Otherwise, the disk will be available for writing but
cannot be shared.
string disk = 1;
Type | Description |
String | The disk. |
getDiskBytes()
public ByteString getDiskBytes()
If disk
contains slashes, the Cloud Life Sciences API assumes that it is
a complete URL for the disk. If disk
does not contain slashes, the Cloud
Life Sciences API assumes that the disk is a zonal disk and a URL will be
generated of the form zones/<zone>/disks/<disk>
, where <zone>
is the
zone in which the instance is allocated. The disk must be ext4 formatted.
If all Mount
references to this disk have the read_only
flag set to
true, the disk will be attached in read-only
mode and can be shared with
other instances. Otherwise, the disk will be available for writing but
cannot be shared.
string disk = 1;
Type | Description |
ByteString | The bytes for disk. |
getParserForType()
public Parser<ExistingDisk> getParserForType()
Type | Description |
Parser<ExistingDisk> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ExistingDisk.Builder newBuilderForType()
Type | Description |
ExistingDisk.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExistingDisk.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ExistingDisk.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ExistingDisk.Builder toBuilder()
Type | Description |
ExistingDisk.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |