public static interface ServiceRuntimeProtos.ServiceStateHashesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getInstanceId()
Service instance numeric identifier.
|
com.google.protobuf.ByteString |
getStateHashes(int index)
Service state hashes.
|
int |
getStateHashesCount()
Service state hashes.
|
List<com.google.protobuf.ByteString> |
getStateHashesList()
Service state hashes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getInstanceId()
Service instance numeric identifier.
uint32 instance_id = 1;List<com.google.protobuf.ByteString> getStateHashesList()
Service state hashes.
repeated bytes state_hashes = 2;int getStateHashesCount()
Service state hashes.
repeated bytes state_hashes = 2;com.google.protobuf.ByteString getStateHashes(int index)
Service state hashes.
repeated bytes state_hashes = 2;index - The index of the element to return.Copyright © 2019 Exonum. All rights reserved.