public static final class RemovePathConfigurationPRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder> implements RemovePathConfigurationPRequestOrBuilder
alluxio.grpc.meta.RemovePathConfigurationPRequest
Modifier and Type | Method and Description |
---|---|
RemovePathConfigurationPRequest.Builder |
addAllKeys(Iterable<String> values)
repeated string keys = 2; |
RemovePathConfigurationPRequest.Builder |
addKeys(String value)
repeated string keys = 2; |
RemovePathConfigurationPRequest.Builder |
addKeysBytes(com.google.protobuf.ByteString value)
repeated string keys = 2; |
RemovePathConfigurationPRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RemovePathConfigurationPRequest |
build() |
RemovePathConfigurationPRequest |
buildPartial() |
RemovePathConfigurationPRequest.Builder |
clear() |
RemovePathConfigurationPRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RemovePathConfigurationPRequest.Builder |
clearKeys()
repeated string keys = 2; |
RemovePathConfigurationPRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RemovePathConfigurationPRequest.Builder |
clearOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
RemovePathConfigurationPRequest.Builder |
clearPath()
optional string path = 1; |
RemovePathConfigurationPRequest.Builder |
clone() |
RemovePathConfigurationPRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getKeys(int index)
repeated string keys = 2; |
com.google.protobuf.ByteString |
getKeysBytes(int index)
repeated string keys = 2; |
int |
getKeysCount()
repeated string keys = 2; |
com.google.protobuf.ProtocolStringList |
getKeysList()
repeated string keys = 2; |
RemovePathConfigurationPOptions |
getOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
RemovePathConfigurationPOptions.Builder |
getOptionsBuilder()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
RemovePathConfigurationPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
String |
getPath()
optional string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 1; |
boolean |
hasOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
boolean |
hasPath()
optional string path = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RemovePathConfigurationPRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RemovePathConfigurationPRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
RemovePathConfigurationPRequest.Builder |
mergeFrom(RemovePathConfigurationPRequest other) |
RemovePathConfigurationPRequest.Builder |
mergeOptions(RemovePathConfigurationPOptions value)
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
RemovePathConfigurationPRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RemovePathConfigurationPRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RemovePathConfigurationPRequest.Builder |
setKeys(int index,
String value)
repeated string keys = 2; |
RemovePathConfigurationPRequest.Builder |
setOptions(RemovePathConfigurationPOptions.Builder builderForValue)
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
RemovePathConfigurationPRequest.Builder |
setOptions(RemovePathConfigurationPOptions value)
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3; |
RemovePathConfigurationPRequest.Builder |
setPath(String value)
optional string path = 1; |
RemovePathConfigurationPRequest.Builder |
setPathBytes(com.google.protobuf.ByteString value)
optional string path = 1; |
RemovePathConfigurationPRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RemovePathConfigurationPRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public RemovePathConfigurationPRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public RemovePathConfigurationPRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public RemovePathConfigurationPRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest.Builder mergeFrom(RemovePathConfigurationPRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public RemovePathConfigurationPRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RemovePathConfigurationPRequest.Builder>
IOException
public boolean hasPath()
optional string path = 1;
hasPath
in interface RemovePathConfigurationPRequestOrBuilder
public String getPath()
optional string path = 1;
getPath
in interface RemovePathConfigurationPRequestOrBuilder
public com.google.protobuf.ByteString getPathBytes()
optional string path = 1;
getPathBytes
in interface RemovePathConfigurationPRequestOrBuilder
public RemovePathConfigurationPRequest.Builder setPath(String value)
optional string path = 1;
value
- The path to set.public RemovePathConfigurationPRequest.Builder clearPath()
optional string path = 1;
public RemovePathConfigurationPRequest.Builder setPathBytes(com.google.protobuf.ByteString value)
optional string path = 1;
value
- The bytes for path to set.public com.google.protobuf.ProtocolStringList getKeysList()
repeated string keys = 2;
getKeysList
in interface RemovePathConfigurationPRequestOrBuilder
public int getKeysCount()
repeated string keys = 2;
getKeysCount
in interface RemovePathConfigurationPRequestOrBuilder
public String getKeys(int index)
repeated string keys = 2;
getKeys
in interface RemovePathConfigurationPRequestOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getKeysBytes(int index)
repeated string keys = 2;
getKeysBytes
in interface RemovePathConfigurationPRequestOrBuilder
index
- The index of the value to return.public RemovePathConfigurationPRequest.Builder setKeys(int index, String value)
repeated string keys = 2;
index
- The index to set the value at.value
- The keys to set.public RemovePathConfigurationPRequest.Builder addKeys(String value)
repeated string keys = 2;
value
- The keys to add.public RemovePathConfigurationPRequest.Builder addAllKeys(Iterable<String> values)
repeated string keys = 2;
values
- The keys to add.public RemovePathConfigurationPRequest.Builder clearKeys()
repeated string keys = 2;
public RemovePathConfigurationPRequest.Builder addKeysBytes(com.google.protobuf.ByteString value)
repeated string keys = 2;
value
- The bytes of the keys to add.public boolean hasOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
hasOptions
in interface RemovePathConfigurationPRequestOrBuilder
public RemovePathConfigurationPOptions getOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
getOptions
in interface RemovePathConfigurationPRequestOrBuilder
public RemovePathConfigurationPRequest.Builder setOptions(RemovePathConfigurationPOptions value)
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
public RemovePathConfigurationPRequest.Builder setOptions(RemovePathConfigurationPOptions.Builder builderForValue)
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
public RemovePathConfigurationPRequest.Builder mergeOptions(RemovePathConfigurationPOptions value)
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
public RemovePathConfigurationPRequest.Builder clearOptions()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
public RemovePathConfigurationPOptions.Builder getOptionsBuilder()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
public RemovePathConfigurationPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.meta.RemovePathConfigurationPOptions options = 3;
getOptionsOrBuilder
in interface RemovePathConfigurationPRequestOrBuilder
public final RemovePathConfigurationPRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
public final RemovePathConfigurationPRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<RemovePathConfigurationPRequest.Builder>
Copyright © 2023. All Rights Reserved.