Uses of Class
tensorflow.Struct.ListValue.Builder
Packages that use Struct.ListValue.Builder
-
Uses of Struct.ListValue.Builder in tensorflow
Methods in tensorflow that return Struct.ListValue.BuilderModifier and TypeMethodDescriptionStruct.ListValue.Builder.addAllValues(Iterable<? extends Struct.StructuredValue> values) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.addRepeatedField(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field) Struct.ListValue.Builder.clearOneof(com.google.protobuf.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(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Struct.ListValue.Builder.mergeFrom(com.google.protobuf.Message other) Struct.ListValue.Builder.mergeFrom(Struct.ListValue other) final Struct.ListValue.BuilderStruct.ListValue.Builder.mergeUnknownFields(com.google.protobuf.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(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Struct.ListValue.Builder.removeValues(int index) repeated .tensorflow.StructuredValue values = 1;Struct.ListValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Struct.ListValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Struct.ListValue.BuilderStruct.ListValue.Builder.setUnknownFields(com.google.protobuf.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 tensorflow with parameters of type Struct.ListValue.BuilderModifier and TypeMethodDescriptionStruct.StructuredValue.Builder.setListValue(Struct.ListValue.Builder builderForValue) Represents a list of `Value`.