Uses of Class
tech.justen.concord.goodwill.grpc.ContextProto.ListValue.Builder
Packages that use ContextProto.ListValue.Builder
-
Uses of ContextProto.ListValue.Builder in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return ContextProto.ListValue.BuilderModifier and TypeMethodDescriptionContextProto.ListValue.Builder.addAllValue(Iterable<? extends ContextProto.Value> values) repeated .context.Value value = 1;ContextProto.ListValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ContextProto.ListValue.Builder.addValue(int index, ContextProto.Value value) repeated .context.Value value = 1;ContextProto.ListValue.Builder.addValue(int index, ContextProto.Value.Builder builderForValue) repeated .context.Value value = 1;ContextProto.ListValue.Builder.addValue(ContextProto.Value value) repeated .context.Value value = 1;ContextProto.ListValue.Builder.addValue(ContextProto.Value.Builder builderForValue) repeated .context.Value value = 1;ContextProto.ListValue.Builder.clear()ContextProto.ListValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ContextProto.ListValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ContextProto.ListValue.Builder.clearValue()repeated .context.Value value = 1;ContextProto.ListValue.Builder.clone()ContextProto.ListValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ContextProto.ListValue.Builder.mergeFrom(com.google.protobuf.Message other) ContextProto.ListValue.Builder.mergeFrom(ContextProto.ListValue other) ContextProto.ListValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ContextProto.ListValue.newBuilder()ContextProto.ListValue.newBuilder(ContextProto.ListValue prototype) ContextProto.ListValue.newBuilderForType()protected ContextProto.ListValue.BuilderContextProto.ListValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ContextProto.ListValue.Builder.removeValue(int index) repeated .context.Value value = 1;ContextProto.ListValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ContextProto.ListValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ContextProto.ListValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ContextProto.ListValue.Builder.setValue(int index, ContextProto.Value value) repeated .context.Value value = 1;ContextProto.ListValue.Builder.setValue(int index, ContextProto.Value.Builder builderForValue) repeated .context.Value value = 1;ContextProto.ListValue.toBuilder()