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