Uses of Class
tech.justen.concord.goodwill.grpc.ContextProto.Value.Builder
Packages that use ContextProto.Value.Builder
-
Uses of ContextProto.Value.Builder in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return ContextProto.Value.BuilderModifier and TypeMethodDescriptionContextProto.Value.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ContextProto.ListValue.Builder.addValueBuilder()repeated .context.Value value = 1;ContextProto.ListValue.Builder.addValueBuilder(int index) repeated .context.Value value = 1;ContextProto.Value.Builder.clear()ContextProto.Value.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ContextProto.Value.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ContextProto.Value.Builder.clearValue().google.protobuf.Any value = 1;ContextProto.Value.Builder.clone()ContextProto.ListValue.Builder.getValueBuilder(int index) repeated .context.Value value = 1;ContextProto.Variable.Builder.getValueBuilder().context.Value value = 2;ContextProto.Value.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.Value.Builder.mergeFrom(com.google.protobuf.Message other) ContextProto.Value.Builder.mergeFrom(ContextProto.Value other) ContextProto.Value.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ContextProto.Value.Builder.mergeValue(com.google.protobuf.Any value) .google.protobuf.Any value = 1;static ContextProto.Value.BuilderContextProto.Value.newBuilder()static ContextProto.Value.BuilderContextProto.Value.newBuilder(ContextProto.Value prototype) ContextProto.Value.newBuilderForType()protected ContextProto.Value.BuilderContextProto.Value.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ContextProto.MapValue.Builder.putValueBuilderIfAbsent(String key) map<string, .context.Value> value = 1;ContextProto.Value.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ContextProto.Value.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ContextProto.Value.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ContextProto.Value.Builder.setValue(com.google.protobuf.Any value) .google.protobuf.Any value = 1;ContextProto.Value.Builder.setValue(com.google.protobuf.Any.Builder builderForValue) .google.protobuf.Any value = 1;ContextProto.Value.toBuilder()Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type ContextProto.Value.BuilderModifier and TypeMethodDescriptionContextProto.ListValue.Builder.getValueBuilderList()repeated .context.Value value = 1;Methods in tech.justen.concord.goodwill.grpc with parameters of type ContextProto.Value.BuilderModifier and TypeMethodDescriptionContextProto.ListValue.Builder.addValue(int index, ContextProto.Value.Builder builderForValue) repeated .context.Value value = 1;ContextProto.ListValue.Builder.addValue(ContextProto.Value.Builder builderForValue) repeated .context.Value value = 1;ContextProto.ListValue.Builder.setValue(int index, ContextProto.Value.Builder builderForValue) repeated .context.Value value = 1;ContextProto.Variable.Builder.setValue(ContextProto.Value.Builder builderForValue) .context.Value value = 2;