Class SourceParallelstore.Builder (0.9.0)

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

Pa as a source.

Protobuf type google.cloud.parallelstore.v1beta.SourceParallelstore

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SourceParallelstore.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SourceParallelstore.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public SourceParallelstore.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SourceParallelstore.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SourceParallelstore.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SourceParallelstore.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SourceParallelstore.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SourceParallelstore.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SourceParallelstore.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SourceParallelstore.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SourceParallelstore.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SourceParallelstore.Builder
Overrides