All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.block.ftl.v1.console.IngressEventOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/console/console.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1.console;

public interface IngressEventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.console.IngressEvent)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string deployment_key = 1;
   * @return The deploymentKey.
   */
  java.lang.String getDeploymentKey();
  /**
   * string deployment_key = 1;
   * @return The bytes for deploymentKey.
   */
  com.google.protobuf.ByteString
      getDeploymentKeyBytes();

  /**
   * optional string request_key = 2;
   * @return Whether the requestKey field is set.
   */
  boolean hasRequestKey();
  /**
   * optional string request_key = 2;
   * @return The requestKey.
   */
  java.lang.String getRequestKey();
  /**
   * optional string request_key = 2;
   * @return The bytes for requestKey.
   */
  com.google.protobuf.ByteString
      getRequestKeyBytes();

  /**
   * .xyz.block.ftl.v1.schema.Ref verb_ref = 3;
   * @return Whether the verbRef field is set.
   */
  boolean hasVerbRef();
  /**
   * .xyz.block.ftl.v1.schema.Ref verb_ref = 3;
   * @return The verbRef.
   */
  xyz.block.ftl.v1.schema.Ref getVerbRef();
  /**
   * .xyz.block.ftl.v1.schema.Ref verb_ref = 3;
   */
  xyz.block.ftl.v1.schema.RefOrBuilder getVerbRefOrBuilder();

  /**
   * string method = 4;
   * @return The method.
   */
  java.lang.String getMethod();
  /**
   * string method = 4;
   * @return The bytes for method.
   */
  com.google.protobuf.ByteString
      getMethodBytes();

  /**
   * string path = 5;
   * @return The path.
   */
  java.lang.String getPath();
  /**
   * string path = 5;
   * @return The bytes for path.
   */
  com.google.protobuf.ByteString
      getPathBytes();

  /**
   * int32 status_code = 7;
   * @return The statusCode.
   */
  int getStatusCode();

  /**
   * .google.protobuf.Timestamp time_stamp = 8;
   * @return Whether the timeStamp field is set.
   */
  boolean hasTimeStamp();
  /**
   * .google.protobuf.Timestamp time_stamp = 8;
   * @return The timeStamp.
   */
  com.google.protobuf.Timestamp getTimeStamp();
  /**
   * .google.protobuf.Timestamp time_stamp = 8;
   */
  com.google.protobuf.TimestampOrBuilder getTimeStampOrBuilder();

  /**
   * .google.protobuf.Duration duration = 9;
   * @return Whether the duration field is set.
   */
  boolean hasDuration();
  /**
   * .google.protobuf.Duration duration = 9;
   * @return The duration.
   */
  com.google.protobuf.Duration getDuration();
  /**
   * .google.protobuf.Duration duration = 9;
   */
  com.google.protobuf.DurationOrBuilder getDurationOrBuilder();

  /**
   * string request = 10;
   * @return The request.
   */
  java.lang.String getRequest();
  /**
   * string request = 10;
   * @return The bytes for request.
   */
  com.google.protobuf.ByteString
      getRequestBytes();

  /**
   * string request_header = 11;
   * @return The requestHeader.
   */
  java.lang.String getRequestHeader();
  /**
   * string request_header = 11;
   * @return The bytes for requestHeader.
   */
  com.google.protobuf.ByteString
      getRequestHeaderBytes();

  /**
   * string response = 12;
   * @return The response.
   */
  java.lang.String getResponse();
  /**
   * string response = 12;
   * @return The bytes for response.
   */
  com.google.protobuf.ByteString
      getResponseBytes();

  /**
   * string response_header = 13;
   * @return The responseHeader.
   */
  java.lang.String getResponseHeader();
  /**
   * string response_header = 13;
   * @return The bytes for responseHeader.
   */
  com.google.protobuf.ByteString
      getResponseHeaderBytes();

  /**
   * optional string error = 14;
   * @return Whether the error field is set.
   */
  boolean hasError();
  /**
   * optional string error = 14;
   * @return The error.
   */
  java.lang.String getError();
  /**
   * optional string error = 14;
   * @return The bytes for error.
   */
  com.google.protobuf.ByteString
      getErrorBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy