Interface GrpcService.GoogleGrpc.ChannelArgsOrBuilder

    • 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​(java.lang.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;
      • getArgsMap

        java.util.Map<java.lang.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;
      • getArgsOrThrow

        GrpcService.GoogleGrpc.ChannelArgs.Value getArgsOrThrow​(java.lang.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;