Uses of Class
tech.justen.concord.goodwill.grpc.ContextProto.Variable
Packages that use ContextProto.Variable
-
Uses of ContextProto.Variable in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return ContextProto.VariableModifier and TypeMethodDescriptionContextProto.Variable.Builder.build()ContextProto.Variable.Builder.buildPartial()static ContextProto.VariableContextProto.Variable.getDefaultInstance()ContextProto.Variable.Builder.getDefaultInstanceForType()ContextProto.Variable.getDefaultInstanceForType()ContextProto.EvaluateRequest.Builder.getParameters(int index) repeated .context.Variable parameters = 3;ContextProto.EvaluateRequest.getParameters(int index) repeated .context.Variable parameters = 3;ContextProto.EvaluateRequestOrBuilder.getParameters(int index) repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.getParameters(int index) repeated .context.Variable parameters = 1;ContextProto.Variables.getParameters(int index) repeated .context.Variable parameters = 1;ContextProto.VariablesOrBuilder.getParameters(int index) repeated .context.Variable parameters = 1;static ContextProto.VariableContextProto.Variable.parseDelimitedFrom(InputStream input) static ContextProto.VariableContextProto.Variable.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.VariableContextProto.Variable.parseFrom(byte[] data) static ContextProto.VariableContextProto.Variable.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.VariableContextProto.Variable.parseFrom(com.google.protobuf.ByteString data) static ContextProto.VariableContextProto.Variable.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.VariableContextProto.Variable.parseFrom(com.google.protobuf.CodedInputStream input) static ContextProto.VariableContextProto.Variable.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.VariableContextProto.Variable.parseFrom(InputStream input) static ContextProto.VariableContextProto.Variable.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.VariableContextProto.Variable.parseFrom(ByteBuffer data) static ContextProto.VariableContextProto.Variable.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type ContextProto.VariableModifier and TypeMethodDescriptionContextProto.EvaluateRequest.Builder.getParametersList()repeated .context.Variable parameters = 3;ContextProto.EvaluateRequest.getParametersList()repeated .context.Variable parameters = 3;ContextProto.EvaluateRequestOrBuilder.getParametersList()repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.getParametersList()repeated .context.Variable parameters = 1;ContextProto.Variables.getParametersList()repeated .context.Variable parameters = 1;ContextProto.VariablesOrBuilder.getParametersList()repeated .context.Variable parameters = 1;com.google.protobuf.Parser<ContextProto.Variable> ContextProto.Variable.getParserForType()static io.grpc.MethodDescriptor<ContextProto.Variable, ContextProto.SetVariableResult> ContextServiceGrpc.getSetVariableMethod()static com.google.protobuf.Parser<ContextProto.Variable> ContextProto.Variable.parser()Methods in tech.justen.concord.goodwill.grpc with parameters of type ContextProto.VariableModifier and TypeMethodDescriptionContextProto.EvaluateRequest.Builder.addParameters(int index, ContextProto.Variable value) repeated .context.Variable parameters = 3;ContextProto.EvaluateRequest.Builder.addParameters(ContextProto.Variable value) repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.addParameters(int index, ContextProto.Variable value) repeated .context.Variable parameters = 1;ContextProto.Variables.Builder.addParameters(ContextProto.Variable value) repeated .context.Variable parameters = 1;ContextProto.Variable.Builder.mergeFrom(ContextProto.Variable other) ContextProto.Variable.newBuilder(ContextProto.Variable prototype) ContextProto.EvaluateRequest.Builder.setParameters(int index, ContextProto.Variable value) repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.setParameters(int index, ContextProto.Variable value) repeated .context.Variable parameters = 1;default voidContextServiceGrpc.AsyncService.setVariable(ContextProto.Variable request, io.grpc.stub.StreamObserver<ContextProto.SetVariableResult> responseObserver) ContextServiceGrpc.ContextServiceBlockingStub.setVariable(ContextProto.Variable request) com.google.common.util.concurrent.ListenableFuture<ContextProto.SetVariableResult> ContextServiceGrpc.ContextServiceFutureStub.setVariable(ContextProto.Variable request) voidContextServiceGrpc.ContextServiceStub.setVariable(ContextProto.Variable request, io.grpc.stub.StreamObserver<ContextProto.SetVariableResult> responseObserver) Method parameters in tech.justen.concord.goodwill.grpc with type arguments of type ContextProto.VariableModifier and TypeMethodDescriptionContextProto.EvaluateRequest.Builder.addAllParameters(Iterable<? extends ContextProto.Variable> values) repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.addAllParameters(Iterable<? extends ContextProto.Variable> values) repeated .context.Variable parameters = 1; -
Uses of ContextProto.Variable in tech.justen.concord.goodwill.service
Methods in tech.justen.concord.goodwill.service with parameters of type ContextProto.VariableModifier and TypeMethodDescriptionvoidGrpcContextService.setVariable(ContextProto.Variable request, io.grpc.stub.StreamObserver<ContextProto.SetVariableResult> responseObserver)