public interface MountPointInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperties(String key)
map<string, string> properties = 6; |
long |
getMountId()
optional int64 mountId = 8; |
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 |
hasMountId()
optional int64 mountId = 8; |
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]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUfsUri()
optional string ufsUri = 1;
String getUfsUri()
optional string ufsUri = 1;
com.google.protobuf.ByteString getUfsUriBytes()
optional string ufsUri = 1;
boolean hasUfsType()
optional string ufsType = 2;
String getUfsType()
optional string ufsType = 2;
com.google.protobuf.ByteString getUfsTypeBytes()
optional string ufsType = 2;
boolean hasUfsCapacityBytes()
optional int64 ufsCapacityBytes = 3 [default = -1];
long getUfsCapacityBytes()
optional int64 ufsCapacityBytes = 3 [default = -1];
boolean hasUfsUsedBytes()
optional int64 ufsUsedBytes = 4 [default = -1];
long getUfsUsedBytes()
optional int64 ufsUsedBytes = 4 [default = -1];
boolean hasReadOnly()
optional bool readOnly = 5;
boolean getReadOnly()
optional bool readOnly = 5;
int getPropertiesCount()
map<string, string> properties = 6;
boolean containsProperties(String key)
map<string, string> properties = 6;
@Deprecated Map<String,String> getProperties()
getPropertiesMap()
instead.String getPropertiesOrDefault(String key, String defaultValue)
map<string, string> properties = 6;
boolean hasShared()
optional bool shared = 7;
boolean getShared()
optional bool shared = 7;
boolean hasMountId()
optional int64 mountId = 8;
long getMountId()
optional int64 mountId = 8;
Copyright © 2023. All Rights Reserved.