UpdateShardInfo.Builder |
UpdateShardInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
UpdateShardInfo.Builder |
UpdateShardRequest.Builder.addUpdateShardInfosBuilder()
repeated .staros.UpdateShardInfo update_shard_infos = 2;
|
UpdateShardInfo.Builder |
UpdateShardRequest.Builder.addUpdateShardInfosBuilder(int index)
repeated .staros.UpdateShardInfo update_shard_infos = 2;
|
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.clear() |
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.clearEnableCache()
.staros.CacheEnableState enable_cache = 2;
|
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.clearShardId()
uint64 shard_id = 1;
|
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.clone() |
UpdateShardInfo.Builder |
UpdateShardRequest.Builder.getUpdateShardInfosBuilder(int index)
repeated .staros.UpdateShardInfo update_shard_infos = 2;
|
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.mergeFrom(UpdateShardInfo other) |
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static UpdateShardInfo.Builder |
UpdateShardInfo.newBuilder() |
static UpdateShardInfo.Builder |
UpdateShardInfo.newBuilder(UpdateShardInfo prototype) |
UpdateShardInfo.Builder |
UpdateShardInfo.newBuilderForType() |
protected UpdateShardInfo.Builder |
UpdateShardInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.setEnableCache(CacheEnableState value)
.staros.CacheEnableState enable_cache = 2;
|
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.setEnableCacheValue(int value)
.staros.CacheEnableState enable_cache = 2;
|
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.setShardId(long value)
uint64 shard_id = 1;
|
UpdateShardInfo.Builder |
UpdateShardInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UpdateShardInfo.Builder |
UpdateShardInfo.toBuilder() |