Uses of Class
org.tensorflow.proto.Struct.DictValue.Builder
Packages that use Struct.DictValue.Builder
-
Uses of Struct.DictValue.Builder in org.tensorflow.proto
Subclasses with type arguments of type Struct.DictValue.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classRepresents a Python dict keyed by `str`.Methods in org.tensorflow.proto that return Struct.DictValue.BuilderModifier and TypeMethodDescriptionStruct.DictValue.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Struct.DictValue.Builder.clear()Struct.DictValue.Builder.clearField(Descriptors.FieldDescriptor field) Struct.DictValue.Builder.clearFields()Struct.DictValue.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Struct.DictValue.Builder.clone()Struct.StructuredValue.Builder.getDictValueBuilder()Represents a dict `Value`.Struct.DictValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Struct.DictValue.Builder.mergeFrom(Struct.DictValue other) final Struct.DictValue.BuilderStruct.DictValue.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Struct.DictValue.BuilderStruct.DictValue.newBuilder()static Struct.DictValue.BuilderStruct.DictValue.newBuilder(Struct.DictValue prototype) Struct.DictValue.newBuilderForType()protected Struct.DictValue.BuilderStruct.DictValue.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Struct.DictValue.Builder.putAllFields(Map<String, Struct.StructuredValue> values) map<string, .tensorflow.StructuredValue> fields = 1;Struct.DictValue.Builder.putFields(String key, Struct.StructuredValue value) map<string, .tensorflow.StructuredValue> fields = 1;Struct.DictValue.Builder.removeFields(String key) map<string, .tensorflow.StructuredValue> fields = 1;Struct.DictValue.Builder.setField(Descriptors.FieldDescriptor field, Object value) Struct.DictValue.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final Struct.DictValue.BuilderStruct.DictValue.Builder.setUnknownFields(UnknownFieldSet unknownFields) Struct.DictValue.toBuilder()Methods in org.tensorflow.proto with parameters of type Struct.DictValue.BuilderModifier and TypeMethodDescriptionStruct.StructuredValue.Builder.setDictValue(Struct.DictValue.Builder builderForValue) Represents a dict `Value`.