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

io.temporal.api.operatorservice.v1.ClusterMetadataOrBuilder Maven / Gradle / Ivy

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

package io.temporal.api.operatorservice.v1;

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

  /**
   * 
   * Name of the cluster name.
   * 
* * string cluster_name = 1; * @return The clusterName. */ java.lang.String getClusterName(); /** *
   * Name of the cluster name.
   * 
* * string cluster_name = 1; * @return The bytes for clusterName. */ com.google.protobuf.ByteString getClusterNameBytes(); /** *
   * Id of the cluster.
   * 
* * string cluster_id = 2; * @return The clusterId. */ java.lang.String getClusterId(); /** *
   * Id of the cluster.
   * 
* * string cluster_id = 2; * @return The bytes for clusterId. */ com.google.protobuf.ByteString getClusterIdBytes(); /** *
   * Cluster accessible address.
   * 
* * string address = 3; * @return The address. */ java.lang.String getAddress(); /** *
   * Cluster accessible address.
   * 
* * string address = 3; * @return The bytes for address. */ com.google.protobuf.ByteString getAddressBytes(); /** *
   * A unique failover version across all connected clusters.
   * 
* * int64 initial_failover_version = 4; * @return The initialFailoverVersion. */ long getInitialFailoverVersion(); /** *
   * History service shard number.
   * 
* * int32 history_shard_count = 5; * @return The historyShardCount. */ int getHistoryShardCount(); /** *
   * A flag to indicate if a connection is active.
   * 
* * bool is_connection_enabled = 6; * @return The isConnectionEnabled. */ boolean getIsConnectionEnabled(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy