public static final class MountPointInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MountPointInfo.Builder> implements MountPointInfoOrBuilder
alluxio.grpc.file.MountPointInfo
Modifier and Type | Method and Description |
---|---|
MountPointInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MountPointInfo |
build() |
MountPointInfo |
buildPartial() |
MountPointInfo.Builder |
clear() |
MountPointInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MountPointInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MountPointInfo.Builder |
clearProperties() |
MountPointInfo.Builder |
clearReadOnly()
optional bool readOnly = 5; |
MountPointInfo.Builder |
clearShared()
optional bool shared = 7; |
MountPointInfo.Builder |
clearUfsCapacityBytes()
optional int64 ufsCapacityBytes = 3 [default = -1]; |
MountPointInfo.Builder |
clearUfsType()
optional string ufsType = 2; |
MountPointInfo.Builder |
clearUfsUri()
optional string ufsUri = 1; |
MountPointInfo.Builder |
clearUfsUsedBytes()
optional int64 ufsUsedBytes = 4 [default = -1]; |
MountPointInfo.Builder |
clone() |
boolean |
containsProperties(String key)
map<string, string> properties = 6; |
MountPointInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,String> |
getMutableProperties()
Deprecated.
|
Map<String,String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
map<string, string> properties = 6; |
Map<String,String> |
getPropertiesMap()
map<string, string> properties = 6; |
String |
getPropertiesOrDefault(String key,
String defaultValue)
map<string, string> properties = 6; |
String |
getPropertiesOrThrow(String key)
map<string, string> properties = 6; |
boolean |
getReadOnly()
optional bool readOnly = 5; |
boolean |
getShared()
optional bool shared = 7; |
long |
getUfsCapacityBytes()
optional int64 ufsCapacityBytes = 3 [default = -1]; |
String |
getUfsType()
optional string ufsType = 2; |
com.google.protobuf.ByteString |
getUfsTypeBytes()
optional string ufsType = 2; |
String |
getUfsUri()
optional string ufsUri = 1; |
com.google.protobuf.ByteString |
getUfsUriBytes()
optional string ufsUri = 1; |
long |
getUfsUsedBytes()
optional int64 ufsUsedBytes = 4 [default = -1]; |
boolean |
hasReadOnly()
optional bool readOnly = 5; |
boolean |
hasShared()
optional bool shared = 7; |
boolean |
hasUfsCapacityBytes()
optional int64 ufsCapacityBytes = 3 [default = -1]; |
boolean |
hasUfsType()
optional string ufsType = 2; |
boolean |
hasUfsUri()
optional string ufsUri = 1; |
boolean |
hasUfsUsedBytes()
optional int64 ufsUsedBytes = 4 [default = -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() |
MountPointInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MountPointInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
MountPointInfo.Builder |
mergeFrom(MountPointInfo other) |
MountPointInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MountPointInfo.Builder |
putAllProperties(Map<String,String> values)
map<string, string> properties = 6; |
MountPointInfo.Builder |
putProperties(String key,
String value)
map<string, string> properties = 6; |
MountPointInfo.Builder |
removeProperties(String key)
map<string, string> properties = 6; |
MountPointInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MountPointInfo.Builder |
setReadOnly(boolean value)
optional bool readOnly = 5; |
MountPointInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MountPointInfo.Builder |
setShared(boolean value)
optional bool shared = 7; |
MountPointInfo.Builder |
setUfsCapacityBytes(long value)
optional int64 ufsCapacityBytes = 3 [default = -1]; |
MountPointInfo.Builder |
setUfsType(String value)
optional string ufsType = 2; |
MountPointInfo.Builder |
setUfsTypeBytes(com.google.protobuf.ByteString value)
optional string ufsType = 2; |
MountPointInfo.Builder |
setUfsUri(String value)
optional string ufsUri = 1; |
MountPointInfo.Builder |
setUfsUriBytes(com.google.protobuf.ByteString value)
optional string ufsUri = 1; |
MountPointInfo.Builder |
setUfsUsedBytes(long value)
optional int64 ufsUsedBytes = 4 [default = -1]; |
MountPointInfo.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<MountPointInfo.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<MountPointInfo.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<MountPointInfo.Builder>
public MountPointInfo.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<MountPointInfo.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<MountPointInfo.Builder>
public MountPointInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public MountPointInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public MountPointInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public MountPointInfo.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<MountPointInfo.Builder>
public MountPointInfo.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<MountPointInfo.Builder>
public MountPointInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<MountPointInfo.Builder>
public MountPointInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<MountPointInfo.Builder>
public MountPointInfo.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<MountPointInfo.Builder>
public MountPointInfo.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<MountPointInfo.Builder>
public MountPointInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<MountPointInfo.Builder>
public MountPointInfo.Builder mergeFrom(MountPointInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<MountPointInfo.Builder>
public MountPointInfo.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<MountPointInfo.Builder>
IOException
public boolean hasUfsUri()
optional string ufsUri = 1;
hasUfsUri
in interface MountPointInfoOrBuilder
public String getUfsUri()
optional string ufsUri = 1;
getUfsUri
in interface MountPointInfoOrBuilder
public com.google.protobuf.ByteString getUfsUriBytes()
optional string ufsUri = 1;
getUfsUriBytes
in interface MountPointInfoOrBuilder
public MountPointInfo.Builder setUfsUri(String value)
optional string ufsUri = 1;
value
- The ufsUri to set.public MountPointInfo.Builder clearUfsUri()
optional string ufsUri = 1;
public MountPointInfo.Builder setUfsUriBytes(com.google.protobuf.ByteString value)
optional string ufsUri = 1;
value
- The bytes for ufsUri to set.public boolean hasUfsType()
optional string ufsType = 2;
hasUfsType
in interface MountPointInfoOrBuilder
public String getUfsType()
optional string ufsType = 2;
getUfsType
in interface MountPointInfoOrBuilder
public com.google.protobuf.ByteString getUfsTypeBytes()
optional string ufsType = 2;
getUfsTypeBytes
in interface MountPointInfoOrBuilder
public MountPointInfo.Builder setUfsType(String value)
optional string ufsType = 2;
value
- The ufsType to set.public MountPointInfo.Builder clearUfsType()
optional string ufsType = 2;
public MountPointInfo.Builder setUfsTypeBytes(com.google.protobuf.ByteString value)
optional string ufsType = 2;
value
- The bytes for ufsType to set.public boolean hasUfsCapacityBytes()
optional int64 ufsCapacityBytes = 3 [default = -1];
hasUfsCapacityBytes
in interface MountPointInfoOrBuilder
public long getUfsCapacityBytes()
optional int64 ufsCapacityBytes = 3 [default = -1];
getUfsCapacityBytes
in interface MountPointInfoOrBuilder
public MountPointInfo.Builder setUfsCapacityBytes(long value)
optional int64 ufsCapacityBytes = 3 [default = -1];
value
- The ufsCapacityBytes to set.public MountPointInfo.Builder clearUfsCapacityBytes()
optional int64 ufsCapacityBytes = 3 [default = -1];
public boolean hasUfsUsedBytes()
optional int64 ufsUsedBytes = 4 [default = -1];
hasUfsUsedBytes
in interface MountPointInfoOrBuilder
public long getUfsUsedBytes()
optional int64 ufsUsedBytes = 4 [default = -1];
getUfsUsedBytes
in interface MountPointInfoOrBuilder
public MountPointInfo.Builder setUfsUsedBytes(long value)
optional int64 ufsUsedBytes = 4 [default = -1];
value
- The ufsUsedBytes to set.public MountPointInfo.Builder clearUfsUsedBytes()
optional int64 ufsUsedBytes = 4 [default = -1];
public boolean hasReadOnly()
optional bool readOnly = 5;
hasReadOnly
in interface MountPointInfoOrBuilder
public boolean getReadOnly()
optional bool readOnly = 5;
getReadOnly
in interface MountPointInfoOrBuilder
public MountPointInfo.Builder setReadOnly(boolean value)
optional bool readOnly = 5;
value
- The readOnly to set.public MountPointInfo.Builder clearReadOnly()
optional bool readOnly = 5;
public int getPropertiesCount()
MountPointInfoOrBuilder
map<string, string> properties = 6;
getPropertiesCount
in interface MountPointInfoOrBuilder
public boolean containsProperties(String key)
map<string, string> properties = 6;
containsProperties
in interface MountPointInfoOrBuilder
@Deprecated public Map<String,String> getProperties()
getPropertiesMap()
instead.getProperties
in interface MountPointInfoOrBuilder
public Map<String,String> getPropertiesMap()
map<string, string> properties = 6;
getPropertiesMap
in interface MountPointInfoOrBuilder
public String getPropertiesOrDefault(String key, String defaultValue)
map<string, string> properties = 6;
getPropertiesOrDefault
in interface MountPointInfoOrBuilder
public String getPropertiesOrThrow(String key)
map<string, string> properties = 6;
getPropertiesOrThrow
in interface MountPointInfoOrBuilder
public MountPointInfo.Builder clearProperties()
public MountPointInfo.Builder removeProperties(String key)
map<string, string> properties = 6;
@Deprecated public Map<String,String> getMutableProperties()
public MountPointInfo.Builder putProperties(String key, String value)
map<string, string> properties = 6;
public MountPointInfo.Builder putAllProperties(Map<String,String> values)
map<string, string> properties = 6;
public boolean hasShared()
optional bool shared = 7;
hasShared
in interface MountPointInfoOrBuilder
public boolean getShared()
optional bool shared = 7;
getShared
in interface MountPointInfoOrBuilder
public MountPointInfo.Builder setShared(boolean value)
optional bool shared = 7;
value
- The shared to set.public MountPointInfo.Builder clearShared()
optional bool shared = 7;
public final MountPointInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<MountPointInfo.Builder>
public final MountPointInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<MountPointInfo.Builder>
Copyright © 2023. All Rights Reserved.