Uses of Class
org.tensorflow.proto.Struct.NoneValue.Builder
Packages that use Struct.NoneValue.Builder
-
Uses of Struct.NoneValue.Builder in org.tensorflow.proto
Subclasses with type arguments of type Struct.NoneValue.Builder in org.tensorflow.protoMethods in org.tensorflow.proto that return Struct.NoneValue.BuilderModifier and TypeMethodDescriptionStruct.NoneValue.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Struct.NoneValue.Builder.clear()Struct.NoneValue.Builder.clearField(Descriptors.FieldDescriptor field) Struct.NoneValue.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Struct.NoneValue.Builder.clone()Struct.StructuredValue.Builder.getNoneValueBuilder()Represents None.Struct.NoneValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Struct.NoneValue.Builder.mergeFrom(Struct.NoneValue other) final Struct.NoneValue.BuilderStruct.NoneValue.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Struct.NoneValue.BuilderStruct.NoneValue.newBuilder()static Struct.NoneValue.BuilderStruct.NoneValue.newBuilder(Struct.NoneValue prototype) Struct.NoneValue.newBuilderForType()protected Struct.NoneValue.BuilderStruct.NoneValue.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Struct.NoneValue.Builder.setField(Descriptors.FieldDescriptor field, Object value) Struct.NoneValue.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final Struct.NoneValue.BuilderStruct.NoneValue.Builder.setUnknownFields(UnknownFieldSet unknownFields) Struct.NoneValue.toBuilder()Methods in org.tensorflow.proto with parameters of type Struct.NoneValue.BuilderModifier and TypeMethodDescriptionStruct.StructuredValue.Builder.setNoneValue(Struct.NoneValue.Builder builderForValue) Represents None.