public static final class DestinationParallelstore.Builder extends GeneratedMessageV3.Builder<DestinationParallelstore.Builder> implements DestinationParallelstoreOrBuilder
Parallelstore as the destination of a data transfer.
Protobuf type google.cloud.parallelstore.v1.DestinationParallelstore
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DestinationParallelstore.BuilderImplements
DestinationParallelstoreOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DestinationParallelstore.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DestinationParallelstore.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public DestinationParallelstore.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DestinationParallelstore.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DestinationParallelstore.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DestinationParallelstore.Builder |
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. |
clone()
public DestinationParallelstore.Builder clone()
Returns | |
---|---|
Type | Description |
DestinationParallelstore.Builder |
getDefaultInstanceForType()
public DestinationParallelstore getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DestinationParallelstore |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DestinationParallelstore.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
DestinationParallelstore.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DestinationParallelstore.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DestinationParallelstore.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DestinationParallelstore.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
DestinationParallelstore.Builder |
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DestinationParallelstore.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
DestinationParallelstore.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DestinationParallelstore.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DestinationParallelstore.Builder |