Uses of Class
tech.justen.concord.goodwill.grpc.ContextProto.Variable.Builder
Packages that use ContextProto.Variable.Builder
-
Uses of ContextProto.Variable.Builder in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return ContextProto.Variable.BuilderModifier and TypeMethodDescriptionContextProto.EvaluateRequest.Builder.addParametersBuilder()repeated .context.Variable parameters = 3;ContextProto.EvaluateRequest.Builder.addParametersBuilder(int index) repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.addParametersBuilder()repeated .context.Variable parameters = 1;ContextProto.Variables.Builder.addParametersBuilder(int index) repeated .context.Variable parameters = 1;ContextProto.Variable.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ContextProto.Variable.Builder.clear()ContextProto.Variable.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ContextProto.Variable.Builder.clearName()string name = 1;ContextProto.Variable.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ContextProto.Variable.Builder.clearValue().context.Value value = 2;ContextProto.Variable.Builder.clone()ContextProto.EvaluateRequest.Builder.getParametersBuilder(int index) repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.getParametersBuilder(int index) repeated .context.Variable parameters = 1;ContextProto.Variable.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.Variable.Builder.mergeFrom(com.google.protobuf.Message other) ContextProto.Variable.Builder.mergeFrom(ContextProto.Variable other) ContextProto.Variable.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ContextProto.Variable.Builder.mergeValue(ContextProto.Value value) .context.Value value = 2;ContextProto.Variable.newBuilder()ContextProto.Variable.newBuilder(ContextProto.Variable prototype) ContextProto.Variable.newBuilderForType()protected ContextProto.Variable.BuilderContextProto.Variable.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ContextProto.Variable.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) string name = 1;ContextProto.Variable.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 1;ContextProto.Variable.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ContextProto.Variable.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ContextProto.Variable.Builder.setValue(ContextProto.Value value) .context.Value value = 2;ContextProto.Variable.Builder.setValue(ContextProto.Value.Builder builderForValue) .context.Value value = 2;ContextProto.Variable.toBuilder()Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type ContextProto.Variable.BuilderModifier and TypeMethodDescriptionContextProto.EvaluateRequest.Builder.getParametersBuilderList()repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.getParametersBuilderList()repeated .context.Variable parameters = 1;Methods in tech.justen.concord.goodwill.grpc with parameters of type ContextProto.Variable.BuilderModifier and TypeMethodDescriptionContextProto.EvaluateRequest.Builder.addParameters(int index, ContextProto.Variable.Builder builderForValue) repeated .context.Variable parameters = 3;ContextProto.EvaluateRequest.Builder.addParameters(ContextProto.Variable.Builder builderForValue) repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.addParameters(int index, ContextProto.Variable.Builder builderForValue) repeated .context.Variable parameters = 1;ContextProto.Variables.Builder.addParameters(ContextProto.Variable.Builder builderForValue) repeated .context.Variable parameters = 1;ContextProto.EvaluateRequest.Builder.setParameters(int index, ContextProto.Variable.Builder builderForValue) repeated .context.Variable parameters = 3;ContextProto.Variables.Builder.setParameters(int index, ContextProto.Variable.Builder builderForValue) repeated .context.Variable parameters = 1;