Interface ApiConfigOrBuilder (1.11.0)

public interface ApiConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannelPool() (deprecated)

public abstract 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
Type Description
ChannelPoolConfig

The channelPool.

getChannelPoolOrBuilder() (deprecated)

public abstract ChannelPoolConfigOrBuilder getChannelPoolOrBuilder()

Deprecated. Use GcpManagedChannelOptions.GcpChannelPoolOptions class. The channel pool configurations.

.grpc.gcp.ChannelPoolConfig channel_pool = 2 [deprecated = true];

Returns
Type Description
ChannelPoolConfigOrBuilder

getMethod(int index)

public abstract MethodConfig getMethod(int index)

The method configurations.

repeated .grpc.gcp.MethodConfig method = 1001;

Parameter
Name Description
index int
Returns
Type Description
MethodConfig

getMethodCount()

public abstract int getMethodCount()

The method configurations.

repeated .grpc.gcp.MethodConfig method = 1001;

Returns
Type Description
int

getMethodList()

public abstract List<MethodConfig> getMethodList()

The method configurations.

repeated .grpc.gcp.MethodConfig method = 1001;

Returns
Type Description
List<MethodConfig>

getMethodOrBuilder(int index)

public abstract MethodConfigOrBuilder getMethodOrBuilder(int index)

The method configurations.

repeated .grpc.gcp.MethodConfig method = 1001;

Parameter
Name Description
index int
Returns
Type Description
MethodConfigOrBuilder

getMethodOrBuilderList()

public abstract List<? extends MethodConfigOrBuilder> getMethodOrBuilderList()

The method configurations.

repeated .grpc.gcp.MethodConfig method = 1001;

Returns
Type Description
List<? extends com.google.cloud.grpc.proto.MethodConfigOrBuilder>

hasChannelPool() (deprecated)

public abstract 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
Type Description
boolean

Whether the channelPool field is set.