public interface IpcStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Status Code
|
String |
getMessage()
Status Content
|
com.google.protobuf.ByteString |
getMessageBytes()
Status Content
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCode()
Status Code
int32 code = 1;String getMessage()
Status Content
string message = 2;com.google.protobuf.ByteString getMessageBytes()
Status Content
string message = 2;Copyright © 2020. All rights reserved.