Uses of Class
tensorflow.Struct.DictValue.Builder
Packages that use Struct.DictValue.Builder
-
Uses of Struct.DictValue.Builder in tensorflow
Methods in tensorflow that return Struct.DictValue.BuilderModifier and TypeMethodDescriptionStruct.DictValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Struct.DictValue.Builder.clear()Struct.DictValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Struct.DictValue.Builder.clearFields()Struct.DictValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Struct.DictValue.Builder.clone()Struct.StructuredValue.Builder.getDictValueBuilder()Represents a dict `Value`.Struct.DictValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Struct.DictValue.Builder.mergeFrom(com.google.protobuf.Message other) Struct.DictValue.Builder.mergeFrom(Struct.DictValue other) final Struct.DictValue.BuilderStruct.DictValue.Builder.mergeUnknownFields(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Struct.DictValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Struct.DictValue.BuilderStruct.DictValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Struct.DictValue.toBuilder()Methods in tensorflow with parameters of type Struct.DictValue.BuilderModifier and TypeMethodDescriptionStruct.StructuredValue.Builder.setDictValue(Struct.DictValue.Builder builderForValue) Represents a dict `Value`.