Class NFSMount.Builder (0.85.0)

public static final class NFSMount.Builder extends GeneratedMessage.Builder<NFSMount.Builder> implements NFSMountOrBuilder

Configuration for an NFSMount to be attached to the VM.

Protobuf type google.cloud.lifesciences.v2beta.NFSMount

Implements

NFSMountOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public NFSMount build()
Returns
Type Description
NFSMount

buildPartial()

public NFSMount buildPartial()
Returns
Type Description
NFSMount

clear()

public NFSMount.Builder clear()
Returns
Type Description
NFSMount.Builder
Overrides

clearTarget()

public NFSMount.Builder clearTarget()

A target NFS mount. The target must be specified as `address:/mount".

string target = 1;

Returns
Type Description
NFSMount.Builder

This builder for chaining.

getDefaultInstanceForType()

public NFSMount getDefaultInstanceForType()
Returns
Type Description
NFSMount

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTarget()

public String getTarget()

A target NFS mount. The target must be specified as `address:/mount".

string target = 1;

Returns
Type Description
String

The target.

getTargetBytes()

public ByteString getTargetBytes()

A target NFS mount. The target must be specified as `address:/mount".

string target = 1;

Returns
Type Description
ByteString

The bytes for target.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(NFSMount other)

public NFSMount.Builder mergeFrom(NFSMount other)
Parameter
Name Description
other NFSMount
Returns
Type Description
NFSMount.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NFSMount.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NFSMount.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public NFSMount.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
NFSMount.Builder
Overrides

setTarget(String value)

public NFSMount.Builder setTarget(String value)

A target NFS mount. The target must be specified as `address:/mount".

string target = 1;

Parameter
Name Description
value String

The target to set.

Returns
Type Description
NFSMount.Builder

This builder for chaining.

setTargetBytes(ByteString value)

public NFSMount.Builder setTargetBytes(ByteString value)

A target NFS mount. The target must be specified as `address:/mount".

string target = 1;

Parameter
Name Description
value ByteString

The bytes for target to set.

Returns
Type Description
NFSMount.Builder

This builder for chaining.