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