Class SourceParallelstore.Builder (0.46.0)

public static final class SourceParallelstore.Builder extends GeneratedMessage.Builder<SourceParallelstore.Builder> implements SourceParallelstoreOrBuilder

Parallelstore as the source of a data transfer.

Protobuf type google.cloud.parallelstore.v1beta.SourceParallelstore

Static Methods

getDescriptor()

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

Methods

build()

public SourceParallelstore build()
Returns
Type Description
SourceParallelstore

buildPartial()

public SourceParallelstore buildPartial()
Returns
Type Description
SourceParallelstore

clear()

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

clearPath()

public SourceParallelstore.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
SourceParallelstore.Builder

This builder for chaining.

getDefaultInstanceForType()

public SourceParallelstore getDefaultInstanceForType()
Returns
Type Description
SourceParallelstore

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(SourceParallelstore other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPath(String value)

public SourceParallelstore.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
SourceParallelstore.Builder

This builder for chaining.

setPathBytes(ByteString value)

public SourceParallelstore.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
SourceParallelstore.Builder

This builder for chaining.