public interface SubmitResponseOrBuilder
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"]; |
String |
getInfo()
Info string which may contain additional information about the returned status.
|
com.google.protobuf.ByteString |
getInfoBytes()
Info string which may contain additional information about the returned status.
|
Status |
getStatus()
Status code, which may be used to programatically respond to success/failure.
|
int |
getStatusValue()
Status code, which may be used to programatically respond to success/failure.
|
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"];
int getStatusValue()
Status code, which may be used to programatically respond to success/failure.
.common.Status status = 2 [json_name = "status"];
Status getStatus()
Status code, which may be used to programatically respond to success/failure.
.common.Status status = 2 [json_name = "status"];
String getInfo()
Info string which may contain additional information about the returned status.
string info = 3 [json_name = "info"];
com.google.protobuf.ByteString getInfoBytes()
Info string which may contain additional information about the returned status.
string info = 3 [json_name = "info"];
Copyright © 2022. All rights reserved.