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

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

  /**
   * 
   * List of all cluster information
   * 
* * repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1; */ java.util.List getClustersList(); /** *
   * List of all cluster information
   * 
* * repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1; */ io.temporal.api.operatorservice.v1.ClusterMetadata getClusters(int index); /** *
   * List of all cluster information
   * 
* * repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1; */ int getClustersCount(); /** *
   * List of all cluster information
   * 
* * repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1; */ java.util.List getClustersOrBuilderList(); /** *
   * List of all cluster information
   * 
* * repeated .temporal.api.operatorservice.v1.ClusterMetadata clusters = 1; */ io.temporal.api.operatorservice.v1.ClusterMetadataOrBuilder getClustersOrBuilder( int index); /** * bytes next_page_token = 4; * @return The nextPageToken. */ com.google.protobuf.ByteString getNextPageToken(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy