public static final class ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder> implements ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilder
State hashes of the service runtime.Protobuf type
exonum.java.runtime.ServiceRuntimeStateHashesgetAllFields, 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<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.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<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ServiceRuntimeProtos.ServiceRuntimeStateHashes build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ServiceRuntimeProtos.ServiceRuntimeStateHashes buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder mergeFrom(ServiceRuntimeProtos.ServiceRuntimeStateHashes other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public ServiceRuntimeProtos.ServiceRuntimeStateHashes.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<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>IOExceptionpublic List<com.google.protobuf.ByteString> getRuntimeStateHashesList()
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;getRuntimeStateHashesList in interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilderpublic int getRuntimeStateHashesCount()
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;getRuntimeStateHashesCount in interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilderpublic com.google.protobuf.ByteString getRuntimeStateHashes(int index)
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;getRuntimeStateHashes in interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilderindex - The index of the element to return.public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder setRuntimeStateHashes(int index, com.google.protobuf.ByteString value)
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;index - The index to set the value at.value - The runtimeStateHashes to set.public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder addRuntimeStateHashes(com.google.protobuf.ByteString value)
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;value - The runtimeStateHashes to add.public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder addAllRuntimeStateHashes(Iterable<? extends com.google.protobuf.ByteString> values)
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;values - The runtimeStateHashes to add.public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder clearRuntimeStateHashes()
Hashes representing the state of the runtime itself (e.g., its internal indexes).
repeated bytes runtime_state_hashes = 1;public List<ServiceRuntimeProtos.ServiceStateHashes> getServiceStateHashesList()
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;getServiceStateHashesList in interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilderpublic int getServiceStateHashesCount()
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;getServiceStateHashesCount in interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilderpublic ServiceRuntimeProtos.ServiceStateHashes getServiceStateHashes(int index)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;getServiceStateHashes in interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilderpublic ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder setServiceStateHashes(int index, ServiceRuntimeProtos.ServiceStateHashes value)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder setServiceStateHashes(int index, ServiceRuntimeProtos.ServiceStateHashes.Builder builderForValue)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder addServiceStateHashes(ServiceRuntimeProtos.ServiceStateHashes value)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder addServiceStateHashes(int index, ServiceRuntimeProtos.ServiceStateHashes value)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder addServiceStateHashes(ServiceRuntimeProtos.ServiceStateHashes.Builder builderForValue)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder addServiceStateHashes(int index, ServiceRuntimeProtos.ServiceStateHashes.Builder builderForValue)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder addAllServiceStateHashes(Iterable<? extends ServiceRuntimeProtos.ServiceStateHashes> values)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder clearServiceStateHashes()
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder removeServiceStateHashes(int index)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceStateHashes.Builder getServiceStateHashesBuilder(int index)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceStateHashesOrBuilder getServiceStateHashesOrBuilder(int index)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;getServiceStateHashesOrBuilder in interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilderpublic List<? extends ServiceRuntimeProtos.ServiceStateHashesOrBuilder> getServiceStateHashesOrBuilderList()
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;getServiceStateHashesOrBuilderList in interface ServiceRuntimeProtos.ServiceRuntimeStateHashesOrBuilderpublic ServiceRuntimeProtos.ServiceStateHashes.Builder addServiceStateHashesBuilder()
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public ServiceRuntimeProtos.ServiceStateHashes.Builder addServiceStateHashesBuilder(int index)
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public List<ServiceRuntimeProtos.ServiceStateHashes.Builder> getServiceStateHashesBuilderList()
State hashes of each active service in the runtime. Note that we don't use a map to preserve the order of entries.
repeated .exonum.java.runtime.ServiceStateHashes service_state_hashes = 2;public final ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>public final ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceRuntimeProtos.ServiceRuntimeStateHashes.Builder>Copyright © 2019 Exonum. All rights reserved.