public static final class ShardInfoList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ShardInfoList.Builder> implements ShardInfoListOrBuilder
staros.ShardInfoList| Modifier and Type | Method and Description |
|---|---|
ShardInfoList.Builder |
addAllShardInfos(java.lang.Iterable<? extends ShardInfo> values)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoList.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
ShardInfoList.Builder |
addShardInfos(int index,
ShardInfo.Builder builderForValue)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoList.Builder |
addShardInfos(int index,
ShardInfo value)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoList.Builder |
addShardInfos(ShardInfo.Builder builderForValue)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoList.Builder |
addShardInfos(ShardInfo value)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfo.Builder |
addShardInfosBuilder()
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfo.Builder |
addShardInfosBuilder(int index)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoList |
build() |
ShardInfoList |
buildPartial() |
ShardInfoList.Builder |
clear() |
ShardInfoList.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ShardInfoList.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ShardInfoList.Builder |
clearShardInfos()
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoList.Builder |
clone() |
ShardInfoList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ShardInfo |
getShardInfos(int index)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfo.Builder |
getShardInfosBuilder(int index)
repeated .staros.ShardInfo shard_infos = 1; |
java.util.List<ShardInfo.Builder> |
getShardInfosBuilderList()
repeated .staros.ShardInfo shard_infos = 1; |
int |
getShardInfosCount()
repeated .staros.ShardInfo shard_infos = 1; |
java.util.List<ShardInfo> |
getShardInfosList()
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoOrBuilder |
getShardInfosOrBuilder(int index)
repeated .staros.ShardInfo shard_infos = 1; |
java.util.List<? extends ShardInfoOrBuilder> |
getShardInfosOrBuilderList()
repeated .staros.ShardInfo shard_infos = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ShardInfoList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ShardInfoList.Builder |
mergeFrom(com.google.protobuf.Message other) |
ShardInfoList.Builder |
mergeFrom(ShardInfoList other) |
ShardInfoList.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ShardInfoList.Builder |
removeShardInfos(int index)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoList.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
ShardInfoList.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ShardInfoList.Builder |
setShardInfos(int index,
ShardInfo.Builder builderForValue)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoList.Builder |
setShardInfos(int index,
ShardInfo value)
repeated .staros.ShardInfo shard_infos = 1; |
ShardInfoList.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<ShardInfoList.Builder>public ShardInfoList.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ShardInfoList.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<ShardInfoList.Builder>public ShardInfoList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ShardInfoList build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ShardInfoList buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ShardInfoList.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ShardInfoList.Builder>public ShardInfoList.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<ShardInfoList.Builder>public ShardInfoList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ShardInfoList.Builder>public ShardInfoList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ShardInfoList.Builder>public ShardInfoList.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<ShardInfoList.Builder>public ShardInfoList.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<ShardInfoList.Builder>public ShardInfoList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ShardInfoList.Builder>public ShardInfoList.Builder mergeFrom(ShardInfoList other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ShardInfoList.Builder>public ShardInfoList.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<ShardInfoList.Builder>java.io.IOExceptionpublic java.util.List<ShardInfo> getShardInfosList()
repeated .staros.ShardInfo shard_infos = 1;getShardInfosList in interface ShardInfoListOrBuilderpublic int getShardInfosCount()
repeated .staros.ShardInfo shard_infos = 1;getShardInfosCount in interface ShardInfoListOrBuilderpublic ShardInfo getShardInfos(int index)
repeated .staros.ShardInfo shard_infos = 1;getShardInfos in interface ShardInfoListOrBuilderpublic ShardInfoList.Builder setShardInfos(int index, ShardInfo value)
repeated .staros.ShardInfo shard_infos = 1;public ShardInfoList.Builder setShardInfos(int index, ShardInfo.Builder builderForValue)
repeated .staros.ShardInfo shard_infos = 1;public ShardInfoList.Builder addShardInfos(ShardInfo value)
repeated .staros.ShardInfo shard_infos = 1;public ShardInfoList.Builder addShardInfos(int index, ShardInfo value)
repeated .staros.ShardInfo shard_infos = 1;public ShardInfoList.Builder addShardInfos(ShardInfo.Builder builderForValue)
repeated .staros.ShardInfo shard_infos = 1;public ShardInfoList.Builder addShardInfos(int index, ShardInfo.Builder builderForValue)
repeated .staros.ShardInfo shard_infos = 1;public ShardInfoList.Builder addAllShardInfos(java.lang.Iterable<? extends ShardInfo> values)
repeated .staros.ShardInfo shard_infos = 1;public ShardInfoList.Builder clearShardInfos()
repeated .staros.ShardInfo shard_infos = 1;public ShardInfoList.Builder removeShardInfos(int index)
repeated .staros.ShardInfo shard_infos = 1;public ShardInfo.Builder getShardInfosBuilder(int index)
repeated .staros.ShardInfo shard_infos = 1;public ShardInfoOrBuilder getShardInfosOrBuilder(int index)
repeated .staros.ShardInfo shard_infos = 1;getShardInfosOrBuilder in interface ShardInfoListOrBuilderpublic java.util.List<? extends ShardInfoOrBuilder> getShardInfosOrBuilderList()
repeated .staros.ShardInfo shard_infos = 1;getShardInfosOrBuilderList in interface ShardInfoListOrBuilderpublic ShardInfo.Builder addShardInfosBuilder()
repeated .staros.ShardInfo shard_infos = 1;public ShardInfo.Builder addShardInfosBuilder(int index)
repeated .staros.ShardInfo shard_infos = 1;public java.util.List<ShardInfo.Builder> getShardInfosBuilderList()
repeated .staros.ShardInfo shard_infos = 1;public final ShardInfoList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ShardInfoList.Builder>public final ShardInfoList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ShardInfoList.Builder>Copyright © 2024. All rights reserved.