Interface CallEventOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface CallEventOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasRequestKey()optional string request_key = 1;abstract StringgetRequestKey()optional string request_key = 1;abstract ByteStringgetRequestKeyBytes()optional string request_key = 1;abstract StringgetDeploymentKey()string deployment_key = 2;abstract ByteStringgetDeploymentKeyBytes()string deployment_key = 2;abstract booleanhasTimestamp().google.protobuf.Timestamp timestamp = 3;abstract TimestampgetTimestamp().google.protobuf.Timestamp timestamp = 3;abstract TimestampOrBuildergetTimestampOrBuilder().google.protobuf.Timestamp timestamp = 3;abstract booleanhasSourceVerbRef()optional .xyz.block.ftl.schema.v1.Ref source_verb_ref = 11;abstract RefgetSourceVerbRef()optional .xyz.block.ftl.schema.v1.Ref source_verb_ref = 11;abstract RefOrBuildergetSourceVerbRefOrBuilder()optional .xyz.block.ftl.schema.v1.Ref source_verb_ref = 11;abstract booleanhasDestinationVerbRef().xyz.block.ftl.schema.v1.Ref destination_verb_ref = 12;abstract RefgetDestinationVerbRef().xyz.block.ftl.schema.v1.Ref destination_verb_ref = 12;abstract RefOrBuildergetDestinationVerbRefOrBuilder().xyz.block.ftl.schema.v1.Ref destination_verb_ref = 12;abstract booleanhasDuration().google.protobuf.Duration duration = 6;abstract DurationgetDuration().google.protobuf.Duration duration = 6;abstract DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 6;abstract StringgetRequest()string request = 7;abstract ByteStringgetRequestBytes()string request = 7;abstract StringgetResponse()string response = 8;abstract ByteStringgetResponseBytes()string response = 8;abstract booleanhasError()optional string error = 9;abstract StringgetError()optional string error = 9;abstract ByteStringgetErrorBytes()optional string error = 9;abstract booleanhasStack()optional string stack = 10;abstract StringgetStack()optional string stack = 10;abstract ByteStringgetStackBytes()optional string stack = 10;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasRequestKey
abstract boolean hasRequestKey()
optional string request_key = 1;- Returns:
Whether the requestKey field is set.
-
getRequestKey
abstract String getRequestKey()
optional string request_key = 1;- Returns:
The requestKey.
-
getRequestKeyBytes
abstract ByteString getRequestKeyBytes()
optional string request_key = 1;- Returns:
The bytes for requestKey.
-
getDeploymentKey
abstract String getDeploymentKey()
string deployment_key = 2;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
abstract ByteString getDeploymentKeyBytes()
string deployment_key = 2;- Returns:
The bytes for deploymentKey.
-
hasTimestamp
abstract boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 3;- Returns:
Whether the timestamp field is set.
-
getTimestamp
abstract Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 3;- Returns:
The timestamp.
-
getTimestampOrBuilder
abstract TimestampOrBuilder getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 3;
-
hasSourceVerbRef
abstract boolean hasSourceVerbRef()
optional .xyz.block.ftl.schema.v1.Ref source_verb_ref = 11;- Returns:
Whether the sourceVerbRef field is set.
-
getSourceVerbRef
abstract Ref getSourceVerbRef()
optional .xyz.block.ftl.schema.v1.Ref source_verb_ref = 11;- Returns:
The sourceVerbRef.
-
getSourceVerbRefOrBuilder
abstract RefOrBuilder getSourceVerbRefOrBuilder()
optional .xyz.block.ftl.schema.v1.Ref source_verb_ref = 11;
-
hasDestinationVerbRef
abstract boolean hasDestinationVerbRef()
.xyz.block.ftl.schema.v1.Ref destination_verb_ref = 12;- Returns:
Whether the destinationVerbRef field is set.
-
getDestinationVerbRef
abstract Ref getDestinationVerbRef()
.xyz.block.ftl.schema.v1.Ref destination_verb_ref = 12;- Returns:
The destinationVerbRef.
-
getDestinationVerbRefOrBuilder
abstract RefOrBuilder getDestinationVerbRefOrBuilder()
.xyz.block.ftl.schema.v1.Ref destination_verb_ref = 12;
-
hasDuration
abstract boolean hasDuration()
.google.protobuf.Duration duration = 6;- Returns:
Whether the duration field is set.
-
getDuration
abstract Duration getDuration()
.google.protobuf.Duration duration = 6;- Returns:
The duration.
-
getDurationOrBuilder
abstract DurationOrBuilder getDurationOrBuilder()
.google.protobuf.Duration duration = 6;
-
getRequest
abstract String getRequest()
string request = 7;- Returns:
The request.
-
getRequestBytes
abstract ByteString getRequestBytes()
string request = 7;- Returns:
The bytes for request.
-
getResponse
abstract String getResponse()
string response = 8;- Returns:
The response.
-
getResponseBytes
abstract ByteString getResponseBytes()
string response = 8;- Returns:
The bytes for response.
-
hasError
abstract boolean hasError()
optional string error = 9;- Returns:
Whether the error field is set.
-
getErrorBytes
abstract ByteString getErrorBytes()
optional string error = 9;- Returns:
The bytes for error.
-
hasStack
abstract boolean hasStack()
optional string stack = 10;- Returns:
Whether the stack field is set.
-
getStackBytes
abstract ByteString getStackBytes()
optional string stack = 10;- Returns:
The bytes for stack.
-
-
-
-