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

xyz.block.ftl.v1.StreamDeploymentLogsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.368.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/ftl.proto

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

public interface StreamDeploymentLogsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.StreamDeploymentLogsRequest)
    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();

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

  /**
   * int32 log_level = 4;
   * @return The logLevel.
   */
  int getLogLevel();

  /**
   * map<string, string> attributes = 5;
   */
  int getAttributesCount();
  /**
   * map<string, string> attributes = 5;
   */
  boolean containsAttributes(
      java.lang.String key);
  /**
   * Use {@link #getAttributesMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getAttributes();
  /**
   * map<string, string> attributes = 5;
   */
  java.util.Map
  getAttributesMap();
  /**
   * map<string, string> attributes = 5;
   */
  /* nullable */
java.lang.String getAttributesOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> attributes = 5;
   */
  java.lang.String getAttributesOrThrow(
      java.lang.String key);

  /**
   * string message = 6;
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   * string message = 6;
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString
      getMessageBytes();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy