Uses of Class
tech.justen.concord.goodwill.grpc.ContextProto.GetVariablesRequest
Packages that use ContextProto.GetVariablesRequest
-
Uses of ContextProto.GetVariablesRequest in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return ContextProto.GetVariablesRequestModifier and TypeMethodDescriptionContextProto.GetVariablesRequest.Builder.build()ContextProto.GetVariablesRequest.Builder.buildPartial()ContextProto.GetVariablesRequest.getDefaultInstance()ContextProto.GetVariablesRequest.Builder.getDefaultInstanceForType()ContextProto.GetVariablesRequest.getDefaultInstanceForType()ContextProto.GetVariablesRequest.parseDelimitedFrom(InputStream input) ContextProto.GetVariablesRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.GetVariablesRequest.parseFrom(byte[] data) ContextProto.GetVariablesRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.GetVariablesRequest.parseFrom(com.google.protobuf.ByteString data) ContextProto.GetVariablesRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.GetVariablesRequest.parseFrom(com.google.protobuf.CodedInputStream input) ContextProto.GetVariablesRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.GetVariablesRequest.parseFrom(InputStream input) ContextProto.GetVariablesRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.GetVariablesRequest.parseFrom(ByteBuffer data) ContextProto.GetVariablesRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type ContextProto.GetVariablesRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ContextProto.GetVariablesRequest, ContextProto.MapValue> ContextServiceGrpc.getGetVariablesMethod()com.google.protobuf.Parser<ContextProto.GetVariablesRequest> ContextProto.GetVariablesRequest.getParserForType()static com.google.protobuf.Parser<ContextProto.GetVariablesRequest> ContextProto.GetVariablesRequest.parser()Methods in tech.justen.concord.goodwill.grpc with parameters of type ContextProto.GetVariablesRequestModifier and TypeMethodDescriptiondefault voidContextServiceGrpc.AsyncService.getVariables(ContextProto.GetVariablesRequest request, io.grpc.stub.StreamObserver<ContextProto.MapValue> responseObserver) ContextServiceGrpc.ContextServiceBlockingStub.getVariables(ContextProto.GetVariablesRequest request) com.google.common.util.concurrent.ListenableFuture<ContextProto.MapValue> ContextServiceGrpc.ContextServiceFutureStub.getVariables(ContextProto.GetVariablesRequest request) voidContextServiceGrpc.ContextServiceStub.getVariables(ContextProto.GetVariablesRequest request, io.grpc.stub.StreamObserver<ContextProto.MapValue> responseObserver) ContextProto.GetVariablesRequest.Builder.mergeFrom(ContextProto.GetVariablesRequest other) ContextProto.GetVariablesRequest.newBuilder(ContextProto.GetVariablesRequest prototype) -
Uses of ContextProto.GetVariablesRequest in tech.justen.concord.goodwill.service
Methods in tech.justen.concord.goodwill.service with parameters of type ContextProto.GetVariablesRequestModifier and TypeMethodDescriptionvoidGrpcContextService.getVariables(ContextProto.GetVariablesRequest request, io.grpc.stub.StreamObserver<ContextProto.MapValue> responseObserver)