public interface SignedSnapshotRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getRequest()
The bytes of SnapshotRequest or SnapshotQuery
|
com.google.protobuf.ByteString |
getSignature()
Signaure over request bytes; this signature is to be verified against the client identity
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getRequest()
The bytes of SnapshotRequest or SnapshotQuery
bytes request = 1 [json_name = "request"];
com.google.protobuf.ByteString getSignature()
Signaure over request bytes; this signature is to be verified against the client identity
bytes signature = 2 [json_name = "signature"];
Copyright © 2022. All rights reserved.