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