Package com.google.cloud.grpc.proto
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 Summary
Modifier and TypeMethodDescriptionDeprecated.grpc.gcp.ApiConfig.channel_pool is deprecated.Deprecated.getMethod(int index) The method configurations.intThe method configurations.The method configurations.getMethodOrBuilder(int index) The method configurations.List<? extends MethodConfigOrBuilder>The method configurations.booleanDeprecated.grpc.gcp.ApiConfig.channel_pool is deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasChannelPool
Deprecated.grpc.gcp.ApiConfig.channel_pool is deprecated. See google/grpc/gcp/proto/grpc_gcp.proto;l=25Deprecated. 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.grpc.gcp.ApiConfig.channel_pool is deprecated. See google/grpc/gcp/proto/grpc_gcp.proto;l=25Deprecated. Use GcpManagedChannelOptions.GcpChannelPoolOptions class. The channel pool configurations.
.grpc.gcp.ChannelPoolConfig channel_pool = 2 [deprecated = true];- Returns:
- The channelPool.
-
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
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
The method configurations.
repeated .grpc.gcp.MethodConfig method = 1001;
-