public static final class WALProtos.StoreDescriptor.Builder extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.StoreDescriptor.Builder> implements WALProtos.StoreDescriptorOrBuilder
StoreDescriptor| Modifier and Type | Method and Description |
|---|---|
WALProtos.StoreDescriptor.Builder |
addAllStoreFile(Iterable<String> values)
repeated string store_file = 3; |
WALProtos.StoreDescriptor.Builder |
addStoreFile(String value)
repeated string store_file = 3; |
WALProtos.StoreDescriptor.Builder |
addStoreFileBytes(com.google.protobuf.ByteString value)
repeated string store_file = 3; |
WALProtos.StoreDescriptor |
build() |
WALProtos.StoreDescriptor |
buildPartial() |
WALProtos.StoreDescriptor.Builder |
clear() |
WALProtos.StoreDescriptor.Builder |
clearFamilyName()
required bytes family_name = 1; |
WALProtos.StoreDescriptor.Builder |
clearStoreFile()
repeated string store_file = 3; |
WALProtos.StoreDescriptor.Builder |
clearStoreHomeDir()
required string store_home_dir = 2; |
WALProtos.StoreDescriptor.Builder |
clone() |
WALProtos.StoreDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getFamilyName()
required bytes family_name = 1; |
String |
getStoreFile(int index)
repeated string store_file = 3; |
com.google.protobuf.ByteString |
getStoreFileBytes(int index)
repeated string store_file = 3; |
int |
getStoreFileCount()
repeated string store_file = 3; |
List<String> |
getStoreFileList()
repeated string store_file = 3; |
String |
getStoreHomeDir()
required string store_home_dir = 2; |
com.google.protobuf.ByteString |
getStoreHomeDirBytes()
required string store_home_dir = 2; |
boolean |
hasFamilyName()
required bytes family_name = 1; |
boolean |
hasStoreHomeDir()
required string store_home_dir = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WALProtos.StoreDescriptor.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.StoreDescriptor.Builder |
mergeFrom(com.google.protobuf.Message other) |
WALProtos.StoreDescriptor.Builder |
mergeFrom(WALProtos.StoreDescriptor other) |
WALProtos.StoreDescriptor.Builder |
setFamilyName(com.google.protobuf.ByteString value)
required bytes family_name = 1; |
WALProtos.StoreDescriptor.Builder |
setStoreFile(int index,
String value)
repeated string store_file = 3; |
WALProtos.StoreDescriptor.Builder |
setStoreHomeDir(String value)
required string store_home_dir = 2; |
WALProtos.StoreDescriptor.Builder |
setStoreHomeDirBytes(com.google.protobuf.ByteString value)
required string store_home_dir = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.StoreDescriptor.Builder>public WALProtos.StoreDescriptor.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.StoreDescriptor.Builder>public WALProtos.StoreDescriptor.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.StoreDescriptor.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.GeneratedMessage.Builder<WALProtos.StoreDescriptor.Builder>public WALProtos.StoreDescriptor getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WALProtos.StoreDescriptor build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WALProtos.StoreDescriptor buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WALProtos.StoreDescriptor.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WALProtos.StoreDescriptor.Builder>public WALProtos.StoreDescriptor.Builder mergeFrom(WALProtos.StoreDescriptor other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.StoreDescriptor.Builder>public WALProtos.StoreDescriptor.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WALProtos.StoreDescriptor.Builder>IOExceptionpublic boolean hasFamilyName()
required bytes family_name = 1;hasFamilyName in interface WALProtos.StoreDescriptorOrBuilderpublic com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;getFamilyName in interface WALProtos.StoreDescriptorOrBuilderpublic WALProtos.StoreDescriptor.Builder setFamilyName(com.google.protobuf.ByteString value)
required bytes family_name = 1;public WALProtos.StoreDescriptor.Builder clearFamilyName()
required bytes family_name = 1;public boolean hasStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
hasStoreHomeDir in interface WALProtos.StoreDescriptorOrBuilderpublic String getStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
getStoreHomeDir in interface WALProtos.StoreDescriptorOrBuilderpublic com.google.protobuf.ByteString getStoreHomeDirBytes()
required string store_home_dir = 2;
relative to region dir
getStoreHomeDirBytes in interface WALProtos.StoreDescriptorOrBuilderpublic WALProtos.StoreDescriptor.Builder setStoreHomeDir(String value)
required string store_home_dir = 2;
relative to region dir
public WALProtos.StoreDescriptor.Builder clearStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
public WALProtos.StoreDescriptor.Builder setStoreHomeDirBytes(com.google.protobuf.ByteString value)
required string store_home_dir = 2;
relative to region dir
public List<String> getStoreFileList()
repeated string store_file = 3;
relative to store dir
getStoreFileList in interface WALProtos.StoreDescriptorOrBuilderpublic int getStoreFileCount()
repeated string store_file = 3;
relative to store dir
getStoreFileCount in interface WALProtos.StoreDescriptorOrBuilderpublic String getStoreFile(int index)
repeated string store_file = 3;
relative to store dir
getStoreFile in interface WALProtos.StoreDescriptorOrBuilderpublic com.google.protobuf.ByteString getStoreFileBytes(int index)
repeated string store_file = 3;
relative to store dir
getStoreFileBytes in interface WALProtos.StoreDescriptorOrBuilderpublic WALProtos.StoreDescriptor.Builder setStoreFile(int index, String value)
repeated string store_file = 3;
relative to store dir
public WALProtos.StoreDescriptor.Builder addStoreFile(String value)
repeated string store_file = 3;
relative to store dir
public WALProtos.StoreDescriptor.Builder addAllStoreFile(Iterable<String> values)
repeated string store_file = 3;
relative to store dir
public WALProtos.StoreDescriptor.Builder clearStoreFile()
repeated string store_file = 3;
relative to store dir
public WALProtos.StoreDescriptor.Builder addStoreFileBytes(com.google.protobuf.ByteString value)
repeated string store_file = 3;
relative to store dir
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.