public interface FileStoreInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AzBlobFileStoreInfo |
getAzblobFsInfo()
.staros.AzBlobFileStoreInfo azblob_fs_info = 5; |
AzBlobFileStoreInfoOrBuilder |
getAzblobFsInfoOrBuilder()
.staros.AzBlobFileStoreInfo azblob_fs_info = 5; |
java.lang.String |
getComment()
string comment = 9; |
com.google.protobuf.ByteString |
getCommentBytes()
string comment = 9; |
boolean |
getEnabled()
bool enabled = 7; |
java.lang.String |
getFsKey()
string fs_key = 2; |
com.google.protobuf.ByteString |
getFsKeyBytes()
string fs_key = 2; |
java.lang.String |
getFsName()
string fs_name = 6; |
com.google.protobuf.ByteString |
getFsNameBytes()
string fs_name = 6; |
FileStoreType |
getFsType()
.staros.FileStoreType fs_type = 1; |
int |
getFsTypeValue()
.staros.FileStoreType fs_type = 1; |
HDFSFileStoreInfo |
getHdfsFsInfo()
.staros.HDFSFileStoreInfo hdfs_fs_info = 4; |
HDFSFileStoreInfoOrBuilder |
getHdfsFsInfoOrBuilder()
.staros.HDFSFileStoreInfo hdfs_fs_info = 4; |
boolean |
getIsDefault()
Deprecated.
|
java.lang.String |
getLocations(int index)
repeated string locations = 10; |
com.google.protobuf.ByteString |
getLocationsBytes(int index)
repeated string locations = 10; |
int |
getLocationsCount()
repeated string locations = 10; |
java.util.List<java.lang.String> |
getLocationsList()
repeated string locations = 10; |
S3FileStoreInfo |
getS3FsInfo()
.staros.S3FileStoreInfo s3_fs_info = 3; |
S3FileStoreInfoOrBuilder |
getS3FsInfoOrBuilder()
.staros.S3FileStoreInfo s3_fs_info = 3; |
long |
getVersion()
int64 version = 11; |
boolean |
hasAzblobFsInfo()
.staros.AzBlobFileStoreInfo azblob_fs_info = 5; |
boolean |
hasHdfsFsInfo()
.staros.HDFSFileStoreInfo hdfs_fs_info = 4; |
boolean |
hasS3FsInfo()
.staros.S3FileStoreInfo s3_fs_info = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFsTypeValue()
.staros.FileStoreType fs_type = 1;FileStoreType getFsType()
.staros.FileStoreType fs_type = 1;java.lang.String getFsKey()
string fs_key = 2;com.google.protobuf.ByteString getFsKeyBytes()
string fs_key = 2;boolean hasS3FsInfo()
.staros.S3FileStoreInfo s3_fs_info = 3;S3FileStoreInfo getS3FsInfo()
.staros.S3FileStoreInfo s3_fs_info = 3;S3FileStoreInfoOrBuilder getS3FsInfoOrBuilder()
.staros.S3FileStoreInfo s3_fs_info = 3;boolean hasHdfsFsInfo()
.staros.HDFSFileStoreInfo hdfs_fs_info = 4;HDFSFileStoreInfo getHdfsFsInfo()
.staros.HDFSFileStoreInfo hdfs_fs_info = 4;HDFSFileStoreInfoOrBuilder getHdfsFsInfoOrBuilder()
.staros.HDFSFileStoreInfo hdfs_fs_info = 4;boolean hasAzblobFsInfo()
.staros.AzBlobFileStoreInfo azblob_fs_info = 5;AzBlobFileStoreInfo getAzblobFsInfo()
.staros.AzBlobFileStoreInfo azblob_fs_info = 5;AzBlobFileStoreInfoOrBuilder getAzblobFsInfoOrBuilder()
.staros.AzBlobFileStoreInfo azblob_fs_info = 5;java.lang.String getFsName()
string fs_name = 6;com.google.protobuf.ByteString getFsNameBytes()
string fs_name = 6;boolean getEnabled()
bool enabled = 7;@Deprecated boolean getIsDefault()
bool is_default = 8 [deprecated = true];java.lang.String getComment()
string comment = 9;com.google.protobuf.ByteString getCommentBytes()
string comment = 9;java.util.List<java.lang.String> getLocationsList()
repeated string locations = 10;int getLocationsCount()
repeated string locations = 10;java.lang.String getLocations(int index)
repeated string locations = 10;index - The index of the element to return.com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 10;index - The index of the value to return.long getVersion()
int64 version = 11;Copyright © 2024. All rights reserved.