Class DestinationParallelstore.Builder (0.46.0)

public static final class DestinationParallelstore.Builder extends GeneratedMessage.Builder<DestinationParallelstore.Builder> implements DestinationParallelstoreOrBuilder

Parallelstore as the destination of a data transfer.

Protobuf type google.cloud.parallelstore.v1beta.DestinationParallelstore

Static Methods

getDescriptor()

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

Methods

build()

public DestinationParallelstore build()
Returns
Type Description
DestinationParallelstore

buildPartial()

public DestinationParallelstore buildPartial()
Returns
Type Description
DestinationParallelstore

clear()

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

clearPath()

public DestinationParallelstore.Builder clearPath()

Optional. Root directory path to the Paralellstore filesystem, starting with /. Defaults to / if unset.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DestinationParallelstore.Builder

This builder for chaining.

getDefaultInstanceForType()

public DestinationParallelstore getDefaultInstanceForType()
Returns
Type Description
DestinationParallelstore

getDescriptorForType()

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

getPath()

public String getPath()

Optional. Root directory path to the Paralellstore filesystem, starting with /. Defaults to / if unset.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The path.

getPathBytes()

public ByteString getPathBytes()

Optional. Root directory path to the Paralellstore filesystem, starting with /. Defaults to / if unset.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for path.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DestinationParallelstore other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPath(String value)

public DestinationParallelstore.Builder setPath(String value)

Optional. Root directory path to the Paralellstore filesystem, starting with /. Defaults to / if unset.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The path to set.

Returns
Type Description
DestinationParallelstore.Builder

This builder for chaining.

setPathBytes(ByteString value)

public DestinationParallelstore.Builder setPathBytes(ByteString value)

Optional. Root directory path to the Paralellstore filesystem, starting with /. Defaults to / if unset.

string path = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for path to set.

Returns
Type Description
DestinationParallelstore.Builder

This builder for chaining.