Interface CallEventOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface CallEventOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasRequestKey() optional string request_key = 1;
      abstract String getRequestKey() optional string request_key = 1;
      abstract ByteString getRequestKeyBytes() optional string request_key = 1;
      abstract String getDeploymentKey() string deployment_key = 2;
      abstract ByteString getDeploymentKeyBytes() string deployment_key = 2;
      abstract boolean hasTimeStamp() .google.protobuf.Timestamp time_stamp = 3;
      abstract Timestamp getTimeStamp() .google.protobuf.Timestamp time_stamp = 3;
      abstract TimestampOrBuilder getTimeStampOrBuilder() .google.protobuf.Timestamp time_stamp = 3;
      abstract boolean hasSourceVerbRef() optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;
      abstract Ref getSourceVerbRef() optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;
      abstract RefOrBuilder getSourceVerbRefOrBuilder() optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;
      abstract boolean hasDestinationVerbRef() .xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;
      abstract Ref getDestinationVerbRef() .xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;
      abstract RefOrBuilder getDestinationVerbRefOrBuilder() .xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;
      abstract boolean hasDuration() .google.protobuf.Duration duration = 6;
      abstract Duration getDuration() .google.protobuf.Duration duration = 6;
      abstract DurationOrBuilder getDurationOrBuilder() .google.protobuf.Duration duration = 6;
      abstract String getRequest() string request = 7;
      abstract ByteString getRequestBytes() string request = 7;
      abstract String getResponse() string response = 8;
      abstract ByteString getResponseBytes() string response = 8;
      abstract boolean hasError() optional string error = 9;
      abstract String getError() optional string error = 9;
      abstract ByteString getErrorBytes() optional string error = 9;
      abstract boolean hasStack() optional string stack = 10;
      abstract String getStack() optional string stack = 10;
      abstract ByteString getStackBytes() 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
    • Constructor Detail

    • 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.

      • getDeploymentKeyBytes

         abstract ByteString getDeploymentKeyBytes()

        string deployment_key = 2;

        Returns:

        The bytes for deploymentKey.

      • hasTimeStamp

         abstract boolean hasTimeStamp()

        .google.protobuf.Timestamp time_stamp = 3;

        Returns:

        Whether the timeStamp field is set.

      • getTimeStamp

         abstract Timestamp getTimeStamp()

        .google.protobuf.Timestamp time_stamp = 3;

        Returns:

        The timeStamp.

      • getTimeStampOrBuilder

         abstract TimestampOrBuilder getTimeStampOrBuilder()

        .google.protobuf.Timestamp time_stamp = 3;

      • hasSourceVerbRef

         abstract boolean hasSourceVerbRef()

        optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;

        Returns:

        Whether the sourceVerbRef field is set.

      • getSourceVerbRef

         abstract Ref getSourceVerbRef()

        optional .xyz.block.ftl.v1.schema.Ref source_verb_ref = 11;

        Returns:

        The sourceVerbRef.

      • hasDestinationVerbRef

         abstract boolean hasDestinationVerbRef()

        .xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;

        Returns:

        Whether the destinationVerbRef field is set.

      • getDestinationVerbRef

         abstract Ref getDestinationVerbRef()

        .xyz.block.ftl.v1.schema.Ref destination_verb_ref = 12;

        Returns:

        The destinationVerbRef.

      • 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.

      • getError

         abstract String getError()

        optional string error = 9;

        Returns:

        The error.

      • 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.

      • getStack

         abstract String getStack()

        optional string stack = 10;

        Returns:

        The stack.

      • getStackBytes

         abstract ByteString getStackBytes()

        optional string stack = 10;

        Returns:

        The bytes for stack.