Uses of Class
org.tensorflow.proto.EntryValue.Builder
Packages that use EntryValue.Builder
-
Uses of EntryValue.Builder in org.tensorflow.proto
Subclasses with type arguments of type EntryValue.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.EntryValueMethods in org.tensorflow.proto that return EntryValue.BuilderModifier and TypeMethodDescriptionEntryValue.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) EntryValue.Builder.clear()EntryValue.Builder.clearDoubleValue()double double_value = 1;EntryValue.Builder.clearField(Descriptors.FieldDescriptor field) EntryValue.Builder.clearKind()EntryValue.Builder.clearOneof(Descriptors.OneofDescriptor oneof) EntryValue.Builder.clearStringValue()string string_value = 2;EntryValue.Builder.clone()EntryValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) EntryValue.Builder.mergeFrom(EntryValue other) final EntryValue.BuilderEntryValue.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static EntryValue.BuilderEntryValue.newBuilder()static EntryValue.BuilderEntryValue.newBuilder(EntryValue prototype) EntryValue.newBuilderForType()protected EntryValue.BuilderEntryValue.newBuilderForType(GeneratedMessageV3.BuilderParent parent) EntryValue.Builder.setDoubleValue(double value) double double_value = 1;EntryValue.Builder.setField(Descriptors.FieldDescriptor field, Object value) EntryValue.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) EntryValue.Builder.setStringValue(String value) string string_value = 2;EntryValue.Builder.setStringValueBytes(ByteString value) string string_value = 2;final EntryValue.BuilderEntryValue.Builder.setUnknownFields(UnknownFieldSet unknownFields) EntryValue.toBuilder()