public final class Mount extends GeneratedMessageV3 implements MountOrBuilder
Carries information about a particular disk mount inside a container.
Protobuf type google.cloud.lifesciences.v2beta.Mount
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MountImplements
MountOrBuilderStatic Fields
DISK_FIELD_NUMBER
public static final int DISK_FIELD_NUMBER
Type | Description |
int |
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Type | Description |
int |
READ_ONLY_FIELD_NUMBER
public static final int READ_ONLY_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Mount getDefaultInstance()
Type | Description |
Mount |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Mount.Builder newBuilder()
Type | Description |
Mount.Builder |
newBuilder(Mount prototype)
public static Mount.Builder newBuilder(Mount prototype)
Name | Description |
prototype | Mount |
Type | Description |
Mount.Builder |
parseDelimitedFrom(InputStream input)
public static Mount parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Mount |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Mount parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mount |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Mount parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Mount |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Mount parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mount |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Mount parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Mount |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Mount parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mount |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Mount parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Mount |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Mount parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mount |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Mount parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Mount |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Mount parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mount |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Mount parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Mount |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Mount parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mount |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Mount> parser()
Type | Description |
Parser<Mount> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Mount getDefaultInstanceForType()
Type | Description |
Mount |
getDisk()
public String getDisk()
The name of the disk to mount, as specified in the resources section.
string disk = 1;
Type | Description |
String | The disk. |
getDiskBytes()
public ByteString getDiskBytes()
The name of the disk to mount, as specified in the resources section.
string disk = 1;
Type | Description |
ByteString | The bytes for disk. |
getParserForType()
public Parser<Mount> getParserForType()
Type | Description |
Parser<Mount> |
getPath()
public String getPath()
The path to mount the disk inside the container.
string path = 2;
Type | Description |
String | The path. |
getPathBytes()
public ByteString getPathBytes()
The path to mount the disk inside the container.
string path = 2;
Type | Description |
ByteString | The bytes for path. |
getReadOnly()
public boolean getReadOnly()
If true, the disk is mounted read-only inside the container.
bool read_only = 3;
Type | Description |
boolean | The readOnly. |
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 Mount.Builder newBuilderForType()
Type | Description |
Mount.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Mount.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Mount.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Mount.Builder toBuilder()
Type | Description |
Mount.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |