public static final class SetPathConfigurationPRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SetPathConfigurationPRequest.Builder> implements SetPathConfigurationPRequestOrBuilder
alluxio.grpc.meta.SetPathConfigurationPRequest
Modifier and Type | Method and Description |
---|---|
SetPathConfigurationPRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SetPathConfigurationPRequest |
build() |
SetPathConfigurationPRequest |
buildPartial() |
SetPathConfigurationPRequest.Builder |
clear() |
SetPathConfigurationPRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SetPathConfigurationPRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SetPathConfigurationPRequest.Builder |
clearOptions()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3; |
SetPathConfigurationPRequest.Builder |
clearPath()
optional string path = 1; |
SetPathConfigurationPRequest.Builder |
clearProperties() |
SetPathConfigurationPRequest.Builder |
clone() |
boolean |
containsProperties(String key)
map<string, string> properties = 2; |
SetPathConfigurationPRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,String> |
getMutableProperties()
Deprecated.
|
SetPathConfigurationPOptions |
getOptions()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3; |
SetPathConfigurationPOptions.Builder |
getOptionsBuilder()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3; |
SetPathConfigurationPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3; |
String |
getPath()
optional string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 1; |
Map<String,String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
map<string, string> properties = 2; |
Map<String,String> |
getPropertiesMap()
map<string, string> properties = 2; |
String |
getPropertiesOrDefault(String key,
String defaultValue)
map<string, string> properties = 2; |
String |
getPropertiesOrThrow(String key)
map<string, string> properties = 2; |
boolean |
hasOptions()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3; |
boolean |
hasPath()
optional string path = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
SetPathConfigurationPRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SetPathConfigurationPRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
SetPathConfigurationPRequest.Builder |
mergeFrom(SetPathConfigurationPRequest other) |
SetPathConfigurationPRequest.Builder |
mergeOptions(SetPathConfigurationPOptions value)
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3; |
SetPathConfigurationPRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SetPathConfigurationPRequest.Builder |
putAllProperties(Map<String,String> values)
map<string, string> properties = 2; |
SetPathConfigurationPRequest.Builder |
putProperties(String key,
String value)
map<string, string> properties = 2; |
SetPathConfigurationPRequest.Builder |
removeProperties(String key)
map<string, string> properties = 2; |
SetPathConfigurationPRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SetPathConfigurationPRequest.Builder |
setOptions(SetPathConfigurationPOptions.Builder builderForValue)
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3; |
SetPathConfigurationPRequest.Builder |
setOptions(SetPathConfigurationPOptions value)
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3; |
SetPathConfigurationPRequest.Builder |
setPath(String value)
optional string path = 1; |
SetPathConfigurationPRequest.Builder |
setPathBytes(com.google.protobuf.ByteString value)
optional string path = 1; |
SetPathConfigurationPRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SetPathConfigurationPRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, 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.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<SetPathConfigurationPRequest.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<SetPathConfigurationPRequest.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest.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<SetPathConfigurationPRequest.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<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public SetPathConfigurationPRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public SetPathConfigurationPRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public SetPathConfigurationPRequest.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<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest.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<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest.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<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest.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<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest.Builder mergeFrom(SetPathConfigurationPRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<SetPathConfigurationPRequest.Builder>
public SetPathConfigurationPRequest.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<SetPathConfigurationPRequest.Builder>
IOException
public boolean hasPath()
optional string path = 1;
hasPath
in interface SetPathConfigurationPRequestOrBuilder
public String getPath()
optional string path = 1;
getPath
in interface SetPathConfigurationPRequestOrBuilder
public com.google.protobuf.ByteString getPathBytes()
optional string path = 1;
getPathBytes
in interface SetPathConfigurationPRequestOrBuilder
public SetPathConfigurationPRequest.Builder setPath(String value)
optional string path = 1;
value
- The path to set.public SetPathConfigurationPRequest.Builder clearPath()
optional string path = 1;
public SetPathConfigurationPRequest.Builder setPathBytes(com.google.protobuf.ByteString value)
optional string path = 1;
value
- The bytes for path to set.public int getPropertiesCount()
SetPathConfigurationPRequestOrBuilder
map<string, string> properties = 2;
getPropertiesCount
in interface SetPathConfigurationPRequestOrBuilder
public boolean containsProperties(String key)
map<string, string> properties = 2;
containsProperties
in interface SetPathConfigurationPRequestOrBuilder
@Deprecated public Map<String,String> getProperties()
getPropertiesMap()
instead.getProperties
in interface SetPathConfigurationPRequestOrBuilder
public Map<String,String> getPropertiesMap()
map<string, string> properties = 2;
getPropertiesMap
in interface SetPathConfigurationPRequestOrBuilder
public String getPropertiesOrDefault(String key, String defaultValue)
map<string, string> properties = 2;
getPropertiesOrDefault
in interface SetPathConfigurationPRequestOrBuilder
public String getPropertiesOrThrow(String key)
map<string, string> properties = 2;
getPropertiesOrThrow
in interface SetPathConfigurationPRequestOrBuilder
public SetPathConfigurationPRequest.Builder clearProperties()
public SetPathConfigurationPRequest.Builder removeProperties(String key)
map<string, string> properties = 2;
@Deprecated public Map<String,String> getMutableProperties()
public SetPathConfigurationPRequest.Builder putProperties(String key, String value)
map<string, string> properties = 2;
public SetPathConfigurationPRequest.Builder putAllProperties(Map<String,String> values)
map<string, string> properties = 2;
public boolean hasOptions()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3;
hasOptions
in interface SetPathConfigurationPRequestOrBuilder
public SetPathConfigurationPOptions getOptions()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3;
getOptions
in interface SetPathConfigurationPRequestOrBuilder
public SetPathConfigurationPRequest.Builder setOptions(SetPathConfigurationPOptions value)
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3;
public SetPathConfigurationPRequest.Builder setOptions(SetPathConfigurationPOptions.Builder builderForValue)
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3;
public SetPathConfigurationPRequest.Builder mergeOptions(SetPathConfigurationPOptions value)
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3;
public SetPathConfigurationPRequest.Builder clearOptions()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3;
public SetPathConfigurationPOptions.Builder getOptionsBuilder()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3;
public SetPathConfigurationPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.meta.SetPathConfigurationPOptions options = 3;
getOptionsOrBuilder
in interface SetPathConfigurationPRequestOrBuilder
public final SetPathConfigurationPRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<SetPathConfigurationPRequest.Builder>
public final SetPathConfigurationPRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<SetPathConfigurationPRequest.Builder>
Copyright © 2023. All Rights Reserved.