FilePathInfo.Builder |
FilePathInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
FilePathInfo.Builder |
FilePathInfo.Builder.clear() |
FilePathInfo.Builder |
FilePathInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FilePathInfo.Builder |
FilePathInfo.Builder.clearFsInfo()
.staros.FileStoreInfo fs_info = 1;
|
FilePathInfo.Builder |
FilePathInfo.Builder.clearFullPath()
string full_path = 2;
|
FilePathInfo.Builder |
FilePathInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FilePathInfo.Builder |
FilePathInfo.Builder.clone() |
FilePathInfo.Builder |
ShardInfo.Builder.getFilePathBuilder()
.staros.FilePathInfo file_path = 5;
|
FilePathInfo.Builder |
AddShardInfo.Builder.getFilePathInfoBuilder()
.staros.FilePathInfo file_path_info = 3;
|
FilePathInfo.Builder |
AllocateFilePathResponse.Builder.getPathInfoBuilder()
.staros.FilePathInfo path_info = 2;
|
FilePathInfo.Builder |
CreateShardInfo.Builder.getPathInfoBuilder()
.staros.FilePathInfo path_info = 5;
|
FilePathInfo.Builder |
FilePathInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FilePathInfo.Builder |
FilePathInfo.Builder.mergeFrom(FilePathInfo other) |
FilePathInfo.Builder |
FilePathInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
FilePathInfo.Builder |
FilePathInfo.Builder.mergeFsInfo(FileStoreInfo value)
.staros.FileStoreInfo fs_info = 1;
|
FilePathInfo.Builder |
FilePathInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FilePathInfo.Builder |
FilePathInfo.newBuilder() |
static FilePathInfo.Builder |
FilePathInfo.newBuilder(FilePathInfo prototype) |
FilePathInfo.Builder |
FilePathInfo.newBuilderForType() |
protected FilePathInfo.Builder |
FilePathInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FilePathInfo.Builder |
FilePathInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
FilePathInfo.Builder |
FilePathInfo.Builder.setFsInfo(FileStoreInfo.Builder builderForValue)
.staros.FileStoreInfo fs_info = 1;
|
FilePathInfo.Builder |
FilePathInfo.Builder.setFsInfo(FileStoreInfo value)
.staros.FileStoreInfo fs_info = 1;
|
FilePathInfo.Builder |
FilePathInfo.Builder.setFullPath(java.lang.String value)
string full_path = 2;
|
FilePathInfo.Builder |
FilePathInfo.Builder.setFullPathBytes(com.google.protobuf.ByteString value)
string full_path = 2;
|
FilePathInfo.Builder |
FilePathInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
FilePathInfo.Builder |
FilePathInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FilePathInfo.Builder |
FilePathInfo.toBuilder() |