public static final class DestinationParallelstore.Builder extends GeneratedMessageV3.Builder<DestinationParallelstore.Builder> implements DestinationParallelstoreOrBuilder
Parallelstore as a destination.
Protobuf type google.cloud.parallelstore.v1beta.DestinationParallelstore
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DestinationParallelstore.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DestinationParallelstore build()
buildPartial()
public DestinationParallelstore buildPartial()
clear()
public DestinationParallelstore.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public DestinationParallelstore.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DestinationParallelstore.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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];
clone()
public DestinationParallelstore.Builder clone()
Overrides
getDefaultInstanceForType()
public DestinationParallelstore getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DestinationParallelstore other)
public DestinationParallelstore.Builder mergeFrom(DestinationParallelstore other)
public DestinationParallelstore.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DestinationParallelstore.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DestinationParallelstore.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DestinationParallelstore.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DestinationParallelstore.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DestinationParallelstore.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides