public static final class FilePathInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder> implements FilePathInfoOrBuilder
staros.FilePathInfo| Modifier and Type | Method and Description |
|---|---|
FilePathInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
FilePathInfo |
build() |
FilePathInfo |
buildPartial() |
FilePathInfo.Builder |
clear() |
FilePathInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FilePathInfo.Builder |
clearFsInfo()
.staros.FileStoreInfo fs_info = 1; |
FilePathInfo.Builder |
clearFullPath()
string full_path = 2; |
FilePathInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FilePathInfo.Builder |
clone() |
FilePathInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FileStoreInfo |
getFsInfo()
.staros.FileStoreInfo fs_info = 1; |
FileStoreInfo.Builder |
getFsInfoBuilder()
.staros.FileStoreInfo fs_info = 1; |
FileStoreInfoOrBuilder |
getFsInfoOrBuilder()
.staros.FileStoreInfo fs_info = 1; |
java.lang.String |
getFullPath()
string full_path = 2; |
com.google.protobuf.ByteString |
getFullPathBytes()
string full_path = 2; |
boolean |
hasFsInfo()
.staros.FileStoreInfo fs_info = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FilePathInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FilePathInfo.Builder |
mergeFrom(FilePathInfo other) |
FilePathInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
FilePathInfo.Builder |
mergeFsInfo(FileStoreInfo value)
.staros.FileStoreInfo fs_info = 1; |
FilePathInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FilePathInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
FilePathInfo.Builder |
setFsInfo(FileStoreInfo.Builder builderForValue)
.staros.FileStoreInfo fs_info = 1; |
FilePathInfo.Builder |
setFsInfo(FileStoreInfo value)
.staros.FileStoreInfo fs_info = 1; |
FilePathInfo.Builder |
setFullPath(java.lang.String value)
string full_path = 2; |
FilePathInfo.Builder |
setFullPathBytes(com.google.protobuf.ByteString value)
string full_path = 2; |
FilePathInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
FilePathInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public FilePathInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public FilePathInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FilePathInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FilePathInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FilePathInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public FilePathInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public FilePathInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public FilePathInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public FilePathInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public FilePathInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public FilePathInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FilePathInfo.Builder>public FilePathInfo.Builder mergeFrom(FilePathInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public FilePathInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FilePathInfo.Builder>java.io.IOExceptionpublic boolean hasFsInfo()
.staros.FileStoreInfo fs_info = 1;hasFsInfo in interface FilePathInfoOrBuilderpublic FileStoreInfo getFsInfo()
.staros.FileStoreInfo fs_info = 1;getFsInfo in interface FilePathInfoOrBuilderpublic FilePathInfo.Builder setFsInfo(FileStoreInfo value)
.staros.FileStoreInfo fs_info = 1;public FilePathInfo.Builder setFsInfo(FileStoreInfo.Builder builderForValue)
.staros.FileStoreInfo fs_info = 1;public FilePathInfo.Builder mergeFsInfo(FileStoreInfo value)
.staros.FileStoreInfo fs_info = 1;public FilePathInfo.Builder clearFsInfo()
.staros.FileStoreInfo fs_info = 1;public FileStoreInfo.Builder getFsInfoBuilder()
.staros.FileStoreInfo fs_info = 1;public FileStoreInfoOrBuilder getFsInfoOrBuilder()
.staros.FileStoreInfo fs_info = 1;getFsInfoOrBuilder in interface FilePathInfoOrBuilderpublic java.lang.String getFullPath()
string full_path = 2;getFullPath in interface FilePathInfoOrBuilderpublic com.google.protobuf.ByteString getFullPathBytes()
string full_path = 2;getFullPathBytes in interface FilePathInfoOrBuilderpublic FilePathInfo.Builder setFullPath(java.lang.String value)
string full_path = 2;value - The fullPath to set.public FilePathInfo.Builder clearFullPath()
string full_path = 2;public FilePathInfo.Builder setFullPathBytes(com.google.protobuf.ByteString value)
string full_path = 2;value - The bytes for fullPath to set.public final FilePathInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>public final FilePathInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FilePathInfo.Builder>Copyright © 2024. All rights reserved.