Interface IngressEventOrBuilder

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

    
    public interface IngressEventOrBuilder
     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 String getDeploymentKey() string deployment_key = 1;
      abstract ByteString getDeploymentKeyBytes() string deployment_key = 1;
      abstract boolean hasRequestKey() optional string request_key = 2;
      abstract String getRequestKey() optional string request_key = 2;
      abstract ByteString getRequestKeyBytes() optional string request_key = 2;
      abstract boolean hasVerbRef() .xyz.block.ftl.v1.schema.Ref verb_ref = 3;
      abstract Ref getVerbRef() .xyz.block.ftl.v1.schema.Ref verb_ref = 3;
      abstract RefOrBuilder getVerbRefOrBuilder() .xyz.block.ftl.v1.schema.Ref verb_ref = 3;
      abstract String getMethod() string method = 4;
      abstract ByteString getMethodBytes() string method = 4;
      abstract String getPath() string path = 5;
      abstract ByteString getPathBytes() string path = 5;
      abstract int getStatusCode() int32 status_code = 7;
      abstract boolean hasTimeStamp() .google.protobuf.Timestamp time_stamp = 8;
      abstract Timestamp getTimeStamp() .google.protobuf.Timestamp time_stamp = 8;
      abstract TimestampOrBuilder getTimeStampOrBuilder() .google.protobuf.Timestamp time_stamp = 8;
      abstract boolean hasDuration() .google.protobuf.Duration duration = 9;
      abstract Duration getDuration() .google.protobuf.Duration duration = 9;
      abstract DurationOrBuilder getDurationOrBuilder() .google.protobuf.Duration duration = 9;
      abstract String getRequest() string request = 10;
      abstract ByteString getRequestBytes() string request = 10;
      abstract String getRequestHeader() string request_header = 11;
      abstract ByteString getRequestHeaderBytes() string request_header = 11;
      abstract String getResponse() string response = 12;
      abstract ByteString getResponseBytes() string response = 12;
      abstract String getResponseHeader() string response_header = 13;
      abstract ByteString getResponseHeaderBytes() string response_header = 13;
      abstract boolean hasError() optional string error = 14;
      abstract String getError() optional string error = 14;
      abstract ByteString getErrorBytes() optional string error = 14;
      • 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

      • getDeploymentKeyBytes

         abstract ByteString getDeploymentKeyBytes()

        string deployment_key = 1;

        Returns:

        The bytes for deploymentKey.

      • hasRequestKey

         abstract boolean hasRequestKey()

        optional string request_key = 2;

        Returns:

        Whether the requestKey field is set.

      • getRequestKey

         abstract String getRequestKey()

        optional string request_key = 2;

        Returns:

        The requestKey.

      • getRequestKeyBytes

         abstract ByteString getRequestKeyBytes()

        optional string request_key = 2;

        Returns:

        The bytes for requestKey.

      • hasVerbRef

         abstract boolean hasVerbRef()

        .xyz.block.ftl.v1.schema.Ref verb_ref = 3;

        Returns:

        Whether the verbRef field is set.

      • getVerbRef

         abstract Ref getVerbRef()

        .xyz.block.ftl.v1.schema.Ref verb_ref = 3;

        Returns:

        The verbRef.

      • getMethod

         abstract String getMethod()

        string method = 4;

        Returns:

        The method.

      • getMethodBytes

         abstract ByteString getMethodBytes()

        string method = 4;

        Returns:

        The bytes for method.

      • getPath

         abstract String getPath()

        string path = 5;

        Returns:

        The path.

      • getPathBytes

         abstract ByteString getPathBytes()

        string path = 5;

        Returns:

        The bytes for path.

      • getStatusCode

         abstract int getStatusCode()

        int32 status_code = 7;

        Returns:

        The statusCode.

      • hasTimeStamp

         abstract boolean hasTimeStamp()

        .google.protobuf.Timestamp time_stamp = 8;

        Returns:

        Whether the timeStamp field is set.

      • getTimeStamp

         abstract Timestamp getTimeStamp()

        .google.protobuf.Timestamp time_stamp = 8;

        Returns:

        The timeStamp.

      • getTimeStampOrBuilder

         abstract TimestampOrBuilder getTimeStampOrBuilder()

        .google.protobuf.Timestamp time_stamp = 8;

      • hasDuration

         abstract boolean hasDuration()

        .google.protobuf.Duration duration = 9;

        Returns:

        Whether the duration field is set.

      • getDuration

         abstract Duration getDuration()

        .google.protobuf.Duration duration = 9;

        Returns:

        The duration.

      • getDurationOrBuilder

         abstract DurationOrBuilder getDurationOrBuilder()

        .google.protobuf.Duration duration = 9;

      • getRequest

         abstract String getRequest()

        string request = 10;

        Returns:

        The request.

      • getRequestBytes

         abstract ByteString getRequestBytes()

        string request = 10;

        Returns:

        The bytes for request.

      • getRequestHeaderBytes

         abstract ByteString getRequestHeaderBytes()

        string request_header = 11;

        Returns:

        The bytes for requestHeader.

      • getResponse

         abstract String getResponse()

        string response = 12;

        Returns:

        The response.

      • getResponseBytes

         abstract ByteString getResponseBytes()

        string response = 12;

        Returns:

        The bytes for response.

      • getResponseHeaderBytes

         abstract ByteString getResponseHeaderBytes()

        string response_header = 13;

        Returns:

        The bytes for responseHeader.

      • hasError

         abstract boolean hasError()

        optional string error = 14;

        Returns:

        Whether the error field is set.

      • getError

         abstract String getError()

        optional string error = 14;

        Returns:

        The error.

      • getErrorBytes

         abstract ByteString getErrorBytes()

        optional string error = 14;

        Returns:

        The bytes for error.