AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.clear() |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.clearFsKey()
string fs_key = 4;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.clearFsType()
.staros.FileStoreType fs_type = 2;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.clearServiceId()
string service_id = 1;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.clearSuffix()
string suffix = 3;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.clone() |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.mergeFrom(AllocateFilePathRequest other) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AllocateFilePathRequest.Builder |
AllocateFilePathRequest.newBuilder() |
static AllocateFilePathRequest.Builder |
AllocateFilePathRequest.newBuilder(AllocateFilePathRequest prototype) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.newBuilderForType() |
protected AllocateFilePathRequest.Builder |
AllocateFilePathRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setFsKey(java.lang.String value)
string fs_key = 4;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setFsKeyBytes(com.google.protobuf.ByteString value)
string fs_key = 4;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setFsType(FileStoreType value)
.staros.FileStoreType fs_type = 2;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setFsTypeValue(int value)
.staros.FileStoreType fs_type = 2;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setServiceId(java.lang.String value)
string service_id = 1;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setServiceIdBytes(com.google.protobuf.ByteString value)
string service_id = 1;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setSuffix(java.lang.String value)
string suffix = 3;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setSuffixBytes(com.google.protobuf.ByteString value)
string suffix = 3;
|
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AllocateFilePathRequest.Builder |
AllocateFilePathRequest.toBuilder() |