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

grpc.global_admin._GetEndpointsForAccountResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.117.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: global_admin.proto

package grpc.global_admin;

public interface _GetEndpointsForAccountResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:global_admin._GetEndpointsForAccountResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .global_admin.Endpoint endpoints = 1;
   */
  java.util.List 
      getEndpointsList();
  /**
   * repeated .global_admin.Endpoint endpoints = 1;
   */
  grpc.global_admin.Endpoint getEndpoints(int index);
  /**
   * repeated .global_admin.Endpoint endpoints = 1;
   */
  int getEndpointsCount();
  /**
   * repeated .global_admin.Endpoint endpoints = 1;
   */
  java.util.List 
      getEndpointsOrBuilderList();
  /**
   * repeated .global_admin.Endpoint endpoints = 1;
   */
  grpc.global_admin.EndpointOrBuilder getEndpointsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy