Uses of Class
org.tensorflow.proto.Struct.ListValue.Builder
Packages that use Struct.ListValue.Builder
-
Uses of Struct.ListValue.Builder in org.tensorflow.proto
Subclasses with type arguments of type Struct.ListValue.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classRepresents a Python list.Methods in org.tensorflow.proto that return Struct.ListValue.BuilderModifier and TypeMethodDescriptionStruct.ListValue.Builder.addAllValues(Iterable<? extends Struct.StructuredValue> values) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Struct.ListValue.Builder.addValues(int index, Struct.StructuredValue value) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.addValues(int index, Struct.StructuredValue.Builder builderForValue) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.addValues(Struct.StructuredValue value) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.addValues(Struct.StructuredValue.Builder builderForValue) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.clear()Struct.ListValue.Builder.clearField(Descriptors.FieldDescriptor field) Struct.ListValue.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Struct.ListValue.Builder.clearValues()repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.clone()Struct.StructuredValue.Builder.getListValueBuilder()Represents a list of `Value`.Struct.ListValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Struct.ListValue.Builder.mergeFrom(Struct.ListValue other) final Struct.ListValue.BuilderStruct.ListValue.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Struct.ListValue.BuilderStruct.ListValue.newBuilder()static Struct.ListValue.BuilderStruct.ListValue.newBuilder(Struct.ListValue prototype) Struct.ListValue.newBuilderForType()protected Struct.ListValue.BuilderStruct.ListValue.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Struct.ListValue.Builder.removeValues(int index) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.setField(Descriptors.FieldDescriptor field, Object value) Struct.ListValue.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final Struct.ListValue.BuilderStruct.ListValue.Builder.setUnknownFields(UnknownFieldSet unknownFields) Struct.ListValue.Builder.setValues(int index, Struct.StructuredValue value) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.setValues(int index, Struct.StructuredValue.Builder builderForValue) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.toBuilder()Methods in org.tensorflow.proto with parameters of type Struct.ListValue.BuilderModifier and TypeMethodDescriptionStruct.StructuredValue.Builder.setListValue(Struct.ListValue.Builder builderForValue) Represents a list of `Value`.