public interface ConsensusRequestOrBuilder
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"]; |
com.google.protobuf.ByteString |
getMetadata()
bytes metadata = 3 [json_name = "metadata"]; |
com.google.protobuf.ByteString |
getPayload()
bytes payload = 2 [json_name = "payload"]; |
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"];
com.google.protobuf.ByteString getPayload()
bytes payload = 2 [json_name = "payload"];
com.google.protobuf.ByteString getMetadata()
bytes metadata = 3 [json_name = "metadata"];
Copyright © 2022. All rights reserved.