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

io.temporal.api.version.v1.VersionInfoOrBuilder 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:VersionInfoOrBuilder.java.pb.meta")
public interface VersionInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.version.v1.VersionInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .temporal.api.version.v1.ReleaseInfo current = 1;
   * @return Whether the current field is set.
   */
  boolean hasCurrent();
  /**
   * .temporal.api.version.v1.ReleaseInfo current = 1;
   * @return The current.
   */
  io.temporal.api.version.v1.ReleaseInfo getCurrent();
  /**
   * .temporal.api.version.v1.ReleaseInfo current = 1;
   */
  io.temporal.api.version.v1.ReleaseInfoOrBuilder getCurrentOrBuilder();

  /**
   * .temporal.api.version.v1.ReleaseInfo recommended = 2;
   * @return Whether the recommended field is set.
   */
  boolean hasRecommended();
  /**
   * .temporal.api.version.v1.ReleaseInfo recommended = 2;
   * @return The recommended.
   */
  io.temporal.api.version.v1.ReleaseInfo getRecommended();
  /**
   * .temporal.api.version.v1.ReleaseInfo recommended = 2;
   */
  io.temporal.api.version.v1.ReleaseInfoOrBuilder getRecommendedOrBuilder();

  /**
   * string instructions = 3;
   * @return The instructions.
   */
  java.lang.String getInstructions();
  /**
   * string instructions = 3;
   * @return The bytes for instructions.
   */
  com.google.protobuf.ByteString
      getInstructionsBytes();

  /**
   * repeated .temporal.api.version.v1.Alert alerts = 4;
   */
  java.util.List 
      getAlertsList();
  /**
   * repeated .temporal.api.version.v1.Alert alerts = 4;
   */
  io.temporal.api.version.v1.Alert getAlerts(int index);
  /**
   * repeated .temporal.api.version.v1.Alert alerts = 4;
   */
  int getAlertsCount();
  /**
   * repeated .temporal.api.version.v1.Alert alerts = 4;
   */
  java.util.List 
      getAlertsOrBuilderList();
  /**
   * repeated .temporal.api.version.v1.Alert alerts = 4;
   */
  io.temporal.api.version.v1.AlertOrBuilder getAlertsOrBuilder(
      int index);

  /**
   * .google.protobuf.Timestamp last_update_time = 5 [(.gogoproto.stdtime) = true];
   * @return Whether the lastUpdateTime field is set.
   */
  boolean hasLastUpdateTime();
  /**
   * .google.protobuf.Timestamp last_update_time = 5 [(.gogoproto.stdtime) = true];
   * @return The lastUpdateTime.
   */
  com.google.protobuf.Timestamp getLastUpdateTime();
  /**
   * .google.protobuf.Timestamp last_update_time = 5 [(.gogoproto.stdtime) = true];
   */
  com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy