Class CallEvent
-
- 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.console.CallEventOrBuilder
public final class CallEvent extends GeneratedMessageV3 implements CallEventOrBuilder
Protobuf type
xyz.block.ftl.v1.console.CallEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCallEvent.BuilderProtobuf type
xyz.block.ftl.v1.console.CallEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intREQUEST_KEY_FIELD_NUMBERpublic final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intTIME_STAMP_FIELD_NUMBERpublic final static intSOURCE_VERB_REF_FIELD_NUMBERpublic final static intDESTINATION_VERB_REF_FIELD_NUMBERpublic final static intDURATION_FIELD_NUMBERpublic final static intREQUEST_FIELD_NUMBERpublic final static intRESPONSE_FIELD_NUMBERpublic final static intERROR_FIELD_NUMBERpublic final static intSTACK_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasRequestKey()optional string request_key = 1;StringgetRequestKey()optional string request_key = 1;ByteStringgetRequestKeyBytes()optional string request_key = 1;StringgetDeploymentKey()string deployment_key = 2;ByteStringgetDeploymentKeyBytes()string deployment_key = 2;booleanhasTimeStamp().google.protobuf.Timestamp time_stamp = 3;TimestampgetTimeStamp().google.protobuf.Timestamp time_stamp = 3;TimestampOrBuildergetTimeStampOrBuilder().google.protobuf.Timestamp time_stamp = 3;booleanhasSourceVerbRef()optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;RefgetSourceVerbRef()optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;RefOrBuildergetSourceVerbRefOrBuilder()optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;booleanhasDestinationVerbRef().xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;RefgetDestinationVerbRef().xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;RefOrBuildergetDestinationVerbRefOrBuilder().xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;booleanhasDuration().google.protobuf.Duration duration = 6;DurationgetDuration().google.protobuf.Duration duration = 6;DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 6;StringgetRequest()string request = 7;ByteStringgetRequestBytes()string request = 7;StringgetResponse()string response = 8;ByteStringgetResponseBytes()string response = 8;booleanhasError()optional string error = 9;StringgetError()optional string error = 9;ByteStringgetErrorBytes()optional string error = 9;booleanhasStack()optional string stack = 10;StringgetStack()optional string stack = 10;ByteStringgetStackBytes()optional string stack = 10;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static CallEventparseFrom(ByteBuffer data)static CallEventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static CallEventparseFrom(ByteString data)static CallEventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static CallEventparseFrom(Array<byte> data)static CallEventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static CallEventparseFrom(InputStream input)static CallEventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CallEventparseDelimitedFrom(InputStream input)static CallEventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CallEventparseFrom(CodedInputStream input)static CallEventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)CallEvent.BuildernewBuilderForType()static CallEvent.BuildernewBuilder()static CallEvent.BuildernewBuilder(CallEvent prototype)CallEvent.BuildertoBuilder()static CallEventgetDefaultInstance()static Parser<CallEvent>parser()Parser<CallEvent>getParserForType()CallEventgetDefaultInstanceForType()-
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()
-
hasRequestKey
boolean hasRequestKey()
optional string request_key = 1;- Returns:
Whether the requestKey field is set.
-
getRequestKey
String getRequestKey()
optional string request_key = 1;- Returns:
The requestKey.
-
getRequestKeyBytes
ByteString getRequestKeyBytes()
optional string request_key = 1;- Returns:
The bytes for requestKey.
-
getDeploymentKey
String getDeploymentKey()
string deployment_key = 2;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
ByteString getDeploymentKeyBytes()
string deployment_key = 2;- Returns:
The bytes for deploymentKey.
-
hasTimeStamp
boolean hasTimeStamp()
.google.protobuf.Timestamp time_stamp = 3;- Returns:
Whether the timeStamp field is set.
-
getTimeStamp
Timestamp getTimeStamp()
.google.protobuf.Timestamp time_stamp = 3;- Returns:
The timeStamp.
-
getTimeStampOrBuilder
TimestampOrBuilder getTimeStampOrBuilder()
.google.protobuf.Timestamp time_stamp = 3;
-
hasSourceVerbRef
boolean hasSourceVerbRef()
optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;- Returns:
Whether the sourceVerbRef field is set.
-
getSourceVerbRef
Ref getSourceVerbRef()
optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;- Returns:
The sourceVerbRef.
-
getSourceVerbRefOrBuilder
RefOrBuilder getSourceVerbRefOrBuilder()
optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;
-
hasDestinationVerbRef
boolean hasDestinationVerbRef()
.xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;- Returns:
Whether the destinationVerbRef field is set.
-
getDestinationVerbRef
Ref getDestinationVerbRef()
.xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;- Returns:
The destinationVerbRef.
-
getDestinationVerbRefOrBuilder
RefOrBuilder getDestinationVerbRefOrBuilder()
.xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;
-
hasDuration
boolean hasDuration()
.google.protobuf.Duration duration = 6;- Returns:
Whether the duration field is set.
-
getDuration
Duration getDuration()
.google.protobuf.Duration duration = 6;- Returns:
The duration.
-
getDurationOrBuilder
DurationOrBuilder getDurationOrBuilder()
.google.protobuf.Duration duration = 6;
-
getRequest
String getRequest()
string request = 7;- Returns:
The request.
-
getRequestBytes
ByteString getRequestBytes()
string request = 7;- Returns:
The bytes for request.
-
getResponse
String getResponse()
string response = 8;- Returns:
The response.
-
getResponseBytes
ByteString getResponseBytes()
string response = 8;- Returns:
The bytes for response.
-
hasError
boolean hasError()
optional string error = 9;- Returns:
Whether the error field is set.
-
getErrorBytes
ByteString getErrorBytes()
optional string error = 9;- Returns:
The bytes for error.
-
hasStack
boolean hasStack()
optional string stack = 10;- Returns:
Whether the stack field is set.
-
getStackBytes
ByteString getStackBytes()
optional string stack = 10;- Returns:
The bytes for stack.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static CallEvent parseFrom(ByteBuffer data)
-
parseFrom
static CallEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CallEvent parseFrom(InputStream input)
-
parseFrom
static CallEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static CallEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static CallEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CallEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
CallEvent.Builder newBuilderForType()
-
newBuilder
static CallEvent.Builder newBuilder()
-
newBuilder
static CallEvent.Builder newBuilder(CallEvent prototype)
-
toBuilder
CallEvent.Builder toBuilder()
-
getDefaultInstance
static CallEvent getDefaultInstance()
-
getParserForType
Parser<CallEvent> getParserForType()
-
getDefaultInstanceForType
CallEvent getDefaultInstanceForType()
-
-
-
-