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