public interface SubmitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
string channel = 1 [json_name = "channel"]; |
com.google.protobuf.ByteString |
getChannelBytes()
string channel = 1 [json_name = "channel"]; |
long |
getLastValidationSeq()
last_validation_seq denotes the last
configuration sequence at which the
sender validated this message.
|
Envelope |
getPayload()
content is the fabric transaction
that is forwarded to the cluster member.
|
EnvelopeOrBuilder |
getPayloadOrBuilder()
content is the fabric transaction
that is forwarded to the cluster member.
|
boolean |
hasPayload()
content is the fabric transaction
that is forwarded to the cluster member.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getChannel()
string channel = 1 [json_name = "channel"];
com.google.protobuf.ByteString getChannelBytes()
string channel = 1 [json_name = "channel"];
long getLastValidationSeq()
last_validation_seq denotes the last configuration sequence at which the sender validated this message.
uint64 last_validation_seq = 2 [json_name = "lastValidationSeq"];
boolean hasPayload()
content is the fabric transaction that is forwarded to the cluster member.
.common.Envelope payload = 3 [json_name = "payload"];
Envelope getPayload()
content is the fabric transaction that is forwarded to the cluster member.
.common.Envelope payload = 3 [json_name = "payload"];
EnvelopeOrBuilder getPayloadOrBuilder()
content is the fabric transaction that is forwarded to the cluster member.
.common.Envelope payload = 3 [json_name = "payload"];
Copyright © 2022. All rights reserved.