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

io.temporal.api.version.v1.AlertOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.27.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/version/v1/message.proto

package io.temporal.api.version.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:AlertOrBuilder.java.pb.meta")
public interface AlertOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.version.v1.Alert)
    com.google.protobuf.MessageOrBuilder {

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

  /**
   * .temporal.api.enums.v1.Severity severity = 2;
   * @return The enum numeric value on the wire for severity.
   */
  int getSeverityValue();
  /**
   * .temporal.api.enums.v1.Severity severity = 2;
   * @return The severity.
   */
  io.temporal.api.enums.v1.Severity getSeverity();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy