Package xyz.block.ftl.v1
Class CallResponse.Error
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.CallResponse.ErrorOrBuilder
public final class CallResponse.Error extends GeneratedMessageV3 implements CallResponse.ErrorOrBuilder
Protobuf type
xyz.block.ftl.v1.CallResponse.Error
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCallResponse.Error.BuilderProtobuf type
xyz.block.ftl.v1.CallResponse.Error
-
Field Summary
Fields Modifier and Type Field Description public final static intMESSAGE_FIELD_NUMBERpublic final static intSTACK_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetMessage()string message = 1;ByteStringgetMessageBytes()string message = 1;booleanhasStack()TODO: Richer error type.optional string stack = 2;StringgetStack()TODO: Richer error type.optional string stack = 2;ByteStringgetStackBytes()TODO: Richer error type.optional string stack = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static CallResponse.ErrorparseFrom(ByteBuffer data)static CallResponse.ErrorparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static CallResponse.ErrorparseFrom(ByteString data)static CallResponse.ErrorparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static CallResponse.ErrorparseFrom(Array<byte> data)static CallResponse.ErrorparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static CallResponse.ErrorparseFrom(InputStream input)static CallResponse.ErrorparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CallResponse.ErrorparseDelimitedFrom(InputStream input)static CallResponse.ErrorparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CallResponse.ErrorparseFrom(CodedInputStream input)static CallResponse.ErrorparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)CallResponse.Error.BuildernewBuilderForType()static CallResponse.Error.BuildernewBuilder()static CallResponse.Error.BuildernewBuilder(CallResponse.Error prototype)CallResponse.Error.BuildertoBuilder()static CallResponse.ErrorgetDefaultInstance()static Parser<CallResponse.Error>parser()Parser<CallResponse.Error>getParserForType()CallResponse.ErrorgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getMessage
String getMessage()
string message = 1;- Returns:
The message.
-
getMessageBytes
ByteString getMessageBytes()
string message = 1;- Returns:
The bytes for message.
-
hasStack
boolean hasStack()
TODO: Richer error type.optional string stack = 2;- Returns:
Whether the stack field is set.
-
getStackBytes
ByteString getStackBytes()
TODO: Richer error type.optional string stack = 2;- Returns:
The bytes for stack.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static CallResponse.Error parseFrom(ByteBuffer data)
-
parseFrom
static CallResponse.Error parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CallResponse.Error parseFrom(ByteString data)
-
parseFrom
static CallResponse.Error parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CallResponse.Error parseFrom(Array<byte> data)
-
parseFrom
static CallResponse.Error parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CallResponse.Error parseFrom(InputStream input)
-
parseFrom
static CallResponse.Error parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static CallResponse.Error parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static CallResponse.Error parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CallResponse.Error parseFrom(CodedInputStream input)
-
parseFrom
static CallResponse.Error parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
CallResponse.Error.Builder newBuilderForType()
-
newBuilder
static CallResponse.Error.Builder newBuilder()
-
newBuilder
static CallResponse.Error.Builder newBuilder(CallResponse.Error prototype)
-
toBuilder
CallResponse.Error.Builder toBuilder()
-
getDefaultInstance
static CallResponse.Error getDefaultInstance()
-
parser
static Parser<CallResponse.Error> parser()
-
getParserForType
Parser<CallResponse.Error> getParserForType()
-
getDefaultInstanceForType
CallResponse.Error getDefaultInstanceForType()
-
-
-
-