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

io.temporal.api.errordetails.v1.NotFoundFailureOrBuilder Maven / Gradle / Ivy

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

package io.temporal.api.errordetails.v1;

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

  /**
   * string current_cluster = 1;
   * @return The currentCluster.
   */
  java.lang.String getCurrentCluster();
  /**
   * string current_cluster = 1;
   * @return The bytes for currentCluster.
   */
  com.google.protobuf.ByteString
      getCurrentClusterBytes();

  /**
   * string active_cluster = 2;
   * @return The activeCluster.
   */
  java.lang.String getActiveCluster();
  /**
   * string active_cluster = 2;
   * @return The bytes for activeCluster.
   */
  com.google.protobuf.ByteString
      getActiveClusterBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy