Uses of Class
tech.justen.concord.goodwill.grpc.ContextProto.Value
Packages that use ContextProto.Value
-
Uses of ContextProto.Value in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return ContextProto.ValueModifier and TypeMethodDescriptionContextProto.Value.Builder.build()ContextProto.Value.Builder.buildPartial()ContextServiceGrpc.ContextServiceBlockingStub.evaluate(ContextProto.EvaluateRequest request) static ContextProto.ValueContextProto.Value.getDefaultInstance()ContextProto.Value.Builder.getDefaultInstanceForType()ContextProto.Value.getDefaultInstanceForType()ContextProto.ListValue.Builder.getValue(int index) repeated .context.Value value = 1;ContextProto.ListValue.getValue(int index) repeated .context.Value value = 1;ContextProto.ListValueOrBuilder.getValue(int index) repeated .context.Value value = 1;ContextProto.Variable.Builder.getValue().context.Value value = 2;ContextProto.Variable.getValue().context.Value value = 2;ContextProto.VariableOrBuilder.getValue().context.Value value = 2;ContextProto.MapValue.Builder.getValueOrDefault(String key, ContextProto.Value defaultValue) map<string, .context.Value> value = 1;ContextProto.MapValue.getValueOrDefault(String key, ContextProto.Value defaultValue) map<string, .context.Value> value = 1;ContextProto.MapValueOrBuilder.getValueOrDefault(String key, ContextProto.Value defaultValue) map<string, .context.Value> value = 1;ContextProto.MapValue.Builder.getValueOrThrow(String key) map<string, .context.Value> value = 1;ContextProto.MapValue.getValueOrThrow(String key) map<string, .context.Value> value = 1;ContextProto.MapValueOrBuilder.getValueOrThrow(String key) map<string, .context.Value> value = 1;ContextServiceGrpc.ContextServiceBlockingStub.getVariable(ContextProto.VariableName request) static ContextProto.ValueContextProto.Value.parseDelimitedFrom(InputStream input) static ContextProto.ValueContextProto.Value.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.ValueContextProto.Value.parseFrom(byte[] data) static ContextProto.ValueContextProto.Value.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.ValueContextProto.Value.parseFrom(com.google.protobuf.ByteString data) static ContextProto.ValueContextProto.Value.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.ValueContextProto.Value.parseFrom(com.google.protobuf.CodedInputStream input) static ContextProto.ValueContextProto.Value.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.ValueContextProto.Value.parseFrom(InputStream input) static ContextProto.ValueContextProto.Value.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContextProto.ValueContextProto.Value.parseFrom(ByteBuffer data) static ContextProto.ValueContextProto.Value.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type ContextProto.ValueModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<ContextProto.Value> ContextServiceGrpc.ContextServiceFutureStub.evaluate(ContextProto.EvaluateRequest request) static io.grpc.MethodDescriptor<ContextProto.EvaluateRequest, ContextProto.Value> ContextServiceGrpc.getEvaluateMethod()static io.grpc.MethodDescriptor<ContextProto.VariableName, ContextProto.Value> ContextServiceGrpc.getGetVariableMethod()ContextProto.MapValue.Builder.getMutableValue()Deprecated.com.google.protobuf.Parser<ContextProto.Value> ContextProto.Value.getParserForType()ContextProto.MapValue.Builder.getValue()Deprecated.ContextProto.MapValue.getValue()Deprecated.ContextProto.MapValueOrBuilder.getValue()Deprecated.ContextProto.ListValue.Builder.getValueList()repeated .context.Value value = 1;ContextProto.ListValue.getValueList()repeated .context.Value value = 1;ContextProto.ListValueOrBuilder.getValueList()repeated .context.Value value = 1;ContextProto.MapValue.Builder.getValueMap()map<string, .context.Value> value = 1;ContextProto.MapValue.getValueMap()map<string, .context.Value> value = 1;ContextProto.MapValueOrBuilder.getValueMap()map<string, .context.Value> value = 1;com.google.common.util.concurrent.ListenableFuture<ContextProto.Value> ContextServiceGrpc.ContextServiceFutureStub.getVariable(ContextProto.VariableName request) static com.google.protobuf.Parser<ContextProto.Value> ContextProto.Value.parser()Methods in tech.justen.concord.goodwill.grpc with parameters of type ContextProto.ValueModifier and TypeMethodDescriptionContextProto.ListValue.Builder.addValue(int index, ContextProto.Value value) repeated .context.Value value = 1;ContextProto.ListValue.Builder.addValue(ContextProto.Value value) repeated .context.Value value = 1;ContextProto.MapValue.Builder.getValueOrDefault(String key, ContextProto.Value defaultValue) map<string, .context.Value> value = 1;ContextProto.MapValue.getValueOrDefault(String key, ContextProto.Value defaultValue) map<string, .context.Value> value = 1;ContextProto.MapValueOrBuilder.getValueOrDefault(String key, ContextProto.Value defaultValue) map<string, .context.Value> value = 1;ContextProto.Value.Builder.mergeFrom(ContextProto.Value other) ContextProto.Variable.Builder.mergeValue(ContextProto.Value value) .context.Value value = 2;static ContextProto.Value.BuilderContextProto.Value.newBuilder(ContextProto.Value prototype) ContextProto.MapValue.Builder.putValue(String key, ContextProto.Value value) map<string, .context.Value> value = 1;ContextProto.ListValue.Builder.setValue(int index, ContextProto.Value value) repeated .context.Value value = 1;ContextProto.Variable.Builder.setValue(ContextProto.Value value) .context.Value value = 2;Method parameters in tech.justen.concord.goodwill.grpc with type arguments of type ContextProto.ValueModifier and TypeMethodDescriptionContextProto.ListValue.Builder.addAllValue(Iterable<? extends ContextProto.Value> values) repeated .context.Value value = 1;default voidContextServiceGrpc.AsyncService.evaluate(ContextProto.EvaluateRequest request, io.grpc.stub.StreamObserver<ContextProto.Value> responseObserver) voidContextServiceGrpc.ContextServiceStub.evaluate(ContextProto.EvaluateRequest request, io.grpc.stub.StreamObserver<ContextProto.Value> responseObserver) default voidContextServiceGrpc.AsyncService.getVariable(ContextProto.VariableName request, io.grpc.stub.StreamObserver<ContextProto.Value> responseObserver) voidContextServiceGrpc.ContextServiceStub.getVariable(ContextProto.VariableName request, io.grpc.stub.StreamObserver<ContextProto.Value> responseObserver) ContextProto.MapValue.Builder.putAllValue(Map<String, ContextProto.Value> values) map<string, .context.Value> value = 1; -
Uses of ContextProto.Value in tech.justen.concord.goodwill.service
Methods in tech.justen.concord.goodwill.service that return ContextProto.ValueMethods in tech.justen.concord.goodwill.service with parameters of type ContextProto.ValueMethod parameters in tech.justen.concord.goodwill.service with type arguments of type ContextProto.ValueModifier and TypeMethodDescriptionvoidGrpcContextService.evaluate(ContextProto.EvaluateRequest request, io.grpc.stub.StreamObserver<ContextProto.Value> responseObserver) voidGrpcContextService.getVariable(ContextProto.VariableName request, io.grpc.stub.StreamObserver<ContextProto.Value> responseObserver)