Interface ApiConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ApiConfig, ApiConfig.Builder

public interface ApiConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasChannelPool

      @Deprecated boolean hasChannelPool()
      Deprecated.
      grpc.gcp.ApiConfig.channel_pool is deprecated. See google/grpc/gcp/proto/grpc_gcp.proto;l=25
       Deprecated. Use GcpManagedChannelOptions.GcpChannelPoolOptions class.
       The channel pool configurations.
       
      .grpc.gcp.ChannelPoolConfig channel_pool = 2 [deprecated = true];
      Returns:
      Whether the channelPool field is set.
    • getChannelPool

      @Deprecated ChannelPoolConfig getChannelPool()
      Deprecated.
      grpc.gcp.ApiConfig.channel_pool is deprecated. See google/grpc/gcp/proto/grpc_gcp.proto;l=25
       Deprecated. Use GcpManagedChannelOptions.GcpChannelPoolOptions class.
       The channel pool configurations.
       
      .grpc.gcp.ChannelPoolConfig channel_pool = 2 [deprecated = true];
      Returns:
      The channelPool.
    • getChannelPoolOrBuilder

      @Deprecated ChannelPoolConfigOrBuilder getChannelPoolOrBuilder()
      Deprecated.
       Deprecated. Use GcpManagedChannelOptions.GcpChannelPoolOptions class.
       The channel pool configurations.
       
      .grpc.gcp.ChannelPoolConfig channel_pool = 2 [deprecated = true];
    • getMethodList

      List<MethodConfig> getMethodList()
       The method configurations.
       
      repeated .grpc.gcp.MethodConfig method = 1001;
    • getMethod

      MethodConfig getMethod(int index)
       The method configurations.
       
      repeated .grpc.gcp.MethodConfig method = 1001;
    • getMethodCount

      int getMethodCount()
       The method configurations.
       
      repeated .grpc.gcp.MethodConfig method = 1001;
    • getMethodOrBuilderList

      List<? extends MethodConfigOrBuilder> getMethodOrBuilderList()
       The method configurations.
       
      repeated .grpc.gcp.MethodConfig method = 1001;
    • getMethodOrBuilder

      MethodConfigOrBuilder getMethodOrBuilder(int index)
       The method configurations.
       
      repeated .grpc.gcp.MethodConfig method = 1001;