Uses of Class
com.google.cloud.automl.v1beta1.Row.Builder
-
Packages that use Row.Builder Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of Row.Builder in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return Row.Builder Modifier and Type Method Description Row.BuilderRow.Builder. addAllColumnSpecIds(Iterable<String> values)The resource IDs of the column specs describing the columns of the row.Row.BuilderRow.Builder. addAllValues(Iterable<? extends com.google.protobuf.Value> values)Required.Row.BuilderRow.Builder. addColumnSpecIds(String value)The resource IDs of the column specs describing the columns of the row.Row.BuilderRow.Builder. addColumnSpecIdsBytes(com.google.protobuf.ByteString value)The resource IDs of the column specs describing the columns of the row.Row.BuilderRow.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Row.BuilderRow.Builder. addValues(int index, com.google.protobuf.Value value)Required.Row.BuilderRow.Builder. addValues(int index, com.google.protobuf.Value.Builder builderForValue)Required.Row.BuilderRow.Builder. addValues(com.google.protobuf.Value value)Required.Row.BuilderRow.Builder. addValues(com.google.protobuf.Value.Builder builderForValue)Required.Row.BuilderRow.Builder. clear()Row.BuilderRow.Builder. clearColumnSpecIds()The resource IDs of the column specs describing the columns of the row.Row.BuilderRow.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Row.BuilderRow.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Row.BuilderRow.Builder. clearValues()Required.Row.BuilderRow.Builder. clone()Row.BuilderExamplePayload.Builder. getRowBuilder()Example relational table row.Row.BuilderRow.Builder. mergeFrom(Row other)Row.BuilderRow.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Row.BuilderRow.Builder. mergeFrom(com.google.protobuf.Message other)Row.BuilderRow.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Row.BuilderRow. newBuilder()static Row.BuilderRow. newBuilder(Row prototype)Row.BuilderRow. newBuilderForType()protected Row.BuilderRow. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Row.BuilderRow.Builder. removeValues(int index)Required.Row.BuilderRow.Builder. setColumnSpecIds(int index, String value)The resource IDs of the column specs describing the columns of the row.Row.BuilderRow.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Row.BuilderRow.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Row.BuilderRow.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Row.BuilderRow.Builder. setValues(int index, com.google.protobuf.Value value)Required.Row.BuilderRow.Builder. setValues(int index, com.google.protobuf.Value.Builder builderForValue)Required.Row.BuilderRow. toBuilder()Methods in com.google.cloud.automl.v1beta1 with parameters of type Row.Builder Modifier and Type Method Description ExamplePayload.BuilderExamplePayload.Builder. setRow(Row.Builder builderForValue)Example relational table row.
-