Interface GrpcService.GoogleGrpc.ChannelArgsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.GoogleGrpc.ChannelArgs,GrpcService.GoogleGrpc.ChannelArgs.Builder
- Enclosing class:
- GrpcService.GoogleGrpc
public static interface GrpcService.GoogleGrpc.ChannelArgsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsArgs(String key)See grpc_types.h GRPC_ARG #defines for keys that work here.Map<String,GrpcService.GoogleGrpc.ChannelArgs.Value>getArgs()Deprecated.intgetArgsCount()See grpc_types.h GRPC_ARG #defines for keys that work here.Map<String,GrpcService.GoogleGrpc.ChannelArgs.Value>getArgsMap()See grpc_types.h GRPC_ARG #defines for keys that work here.GrpcService.GoogleGrpc.ChannelArgs.ValuegetArgsOrDefault(String key, GrpcService.GoogleGrpc.ChannelArgs.Value defaultValue)See grpc_types.h GRPC_ARG #defines for keys that work here.GrpcService.GoogleGrpc.ChannelArgs.ValuegetArgsOrThrow(String key)See grpc_types.h GRPC_ARG #defines for keys that work here.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getArgsCount
int getArgsCount()
See grpc_types.h GRPC_ARG #defines for keys that work here.
map<string, .envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelArgs.Value> args = 1;
-
containsArgs
boolean containsArgs(String key)
See grpc_types.h GRPC_ARG #defines for keys that work here.
map<string, .envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelArgs.Value> args = 1;
-
getArgs
@Deprecated Map<String,GrpcService.GoogleGrpc.ChannelArgs.Value> getArgs()
Deprecated.UsegetArgsMap()instead.
-
getArgsMap
Map<String,GrpcService.GoogleGrpc.ChannelArgs.Value> getArgsMap()
See grpc_types.h GRPC_ARG #defines for keys that work here.
map<string, .envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelArgs.Value> args = 1;
-
getArgsOrDefault
GrpcService.GoogleGrpc.ChannelArgs.Value getArgsOrDefault(String key, GrpcService.GoogleGrpc.ChannelArgs.Value defaultValue)
See grpc_types.h GRPC_ARG #defines for keys that work here.
map<string, .envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelArgs.Value> args = 1;
-
getArgsOrThrow
GrpcService.GoogleGrpc.ChannelArgs.Value getArgsOrThrow(String key)
See grpc_types.h GRPC_ARG #defines for keys that work here.
map<string, .envoy.config.core.v3.GrpcService.GoogleGrpc.ChannelArgs.Value> args = 1;
-
-