Package com.google.cloud.automl.v1beta1
Class Row.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
- com.google.cloud.automl.v1beta1.Row.Builder
-
- All Implemented Interfaces:
RowOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Row
public static final class Row.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Row.Builder> implements RowOrBuilder
A representation of a row in a relational table.
Protobuf typegoogle.cloud.automl.v1beta1.Row
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Row.BuilderaddAllColumnSpecIds(Iterable<String> values)The resource IDs of the column specs describing the columns of the row.Row.BuilderaddAllValues(Iterable<? extends com.google.protobuf.Value> values)Required.Row.BuilderaddColumnSpecIds(String value)The resource IDs of the column specs describing the columns of the row.Row.BuilderaddColumnSpecIdsBytes(com.google.protobuf.ByteString value)The resource IDs of the column specs describing the columns of the row.Row.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Row.BuilderaddValues(int index, com.google.protobuf.Value value)Required.Row.BuilderaddValues(int index, com.google.protobuf.Value.Builder builderForValue)Required.Row.BuilderaddValues(com.google.protobuf.Value value)Required.Row.BuilderaddValues(com.google.protobuf.Value.Builder builderForValue)Required.com.google.protobuf.Value.BuilderaddValuesBuilder()Required.com.google.protobuf.Value.BuilderaddValuesBuilder(int index)Required.Rowbuild()RowbuildPartial()Row.Builderclear()Row.BuilderclearColumnSpecIds()The resource IDs of the column specs describing the columns of the row.Row.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Row.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Row.BuilderclearValues()Required.Row.Builderclone()StringgetColumnSpecIds(int index)The resource IDs of the column specs describing the columns of the row.com.google.protobuf.ByteStringgetColumnSpecIdsBytes(int index)The resource IDs of the column specs describing the columns of the row.intgetColumnSpecIdsCount()The resource IDs of the column specs describing the columns of the row.com.google.protobuf.ProtocolStringListgetColumnSpecIdsList()The resource IDs of the column specs describing the columns of the row.RowgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.ValuegetValues(int index)Required.com.google.protobuf.Value.BuildergetValuesBuilder(int index)Required.List<com.google.protobuf.Value.Builder>getValuesBuilderList()Required.intgetValuesCount()Required.List<com.google.protobuf.Value>getValuesList()Required.com.google.protobuf.ValueOrBuildergetValuesOrBuilder(int index)Required.List<? extends com.google.protobuf.ValueOrBuilder>getValuesOrBuilderList()Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Row.BuildermergeFrom(Row other)Row.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Row.BuildermergeFrom(com.google.protobuf.Message other)Row.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Row.BuilderremoveValues(int index)Required.Row.BuildersetColumnSpecIds(int index, String value)The resource IDs of the column specs describing the columns of the row.Row.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Row.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Row.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Row.BuildersetValues(int index, com.google.protobuf.Value value)Required.Row.BuildersetValues(int index, com.google.protobuf.Value.Builder builderForValue)Required.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
clear
public Row.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
getDefaultInstanceForType
public Row getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Row build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Row buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Row.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
setField
public Row.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
clearField
public Row.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
clearOneof
public Row.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
setRepeatedField
public Row.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
addRepeatedField
public Row.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
mergeFrom
public Row.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Row.Builder>
-
mergeFrom
public Row.Builder mergeFrom(Row other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
mergeFrom
public Row.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Row.Builder>- Throws:
IOException
-
getColumnSpecIdsList
public com.google.protobuf.ProtocolStringList getColumnSpecIdsList()
The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature [column_spec_ids][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to. Note: The below `values` field must match order of this field, if this field is set.
repeated string column_spec_ids = 2;- Specified by:
getColumnSpecIdsListin interfaceRowOrBuilder- Returns:
- A list containing the columnSpecIds.
-
getColumnSpecIdsCount
public int getColumnSpecIdsCount()
The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature [column_spec_ids][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to. Note: The below `values` field must match order of this field, if this field is set.
repeated string column_spec_ids = 2;- Specified by:
getColumnSpecIdsCountin interfaceRowOrBuilder- Returns:
- The count of columnSpecIds.
-
getColumnSpecIds
public String getColumnSpecIds(int index)
The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature [column_spec_ids][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to. Note: The below `values` field must match order of this field, if this field is set.
repeated string column_spec_ids = 2;- Specified by:
getColumnSpecIdsin interfaceRowOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The columnSpecIds at the given index.
-
getColumnSpecIdsBytes
public com.google.protobuf.ByteString getColumnSpecIdsBytes(int index)
The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature [column_spec_ids][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to. Note: The below `values` field must match order of this field, if this field is set.
repeated string column_spec_ids = 2;- Specified by:
getColumnSpecIdsBytesin interfaceRowOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the columnSpecIds at the given index.
-
setColumnSpecIds
public Row.Builder setColumnSpecIds(int index, String value)
The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature [column_spec_ids][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to. Note: The below `values` field must match order of this field, if this field is set.
repeated string column_spec_ids = 2;- Parameters:
index- The index to set the value at.value- The columnSpecIds to set.- Returns:
- This builder for chaining.
-
addColumnSpecIds
public Row.Builder addColumnSpecIds(String value)
The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature [column_spec_ids][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to. Note: The below `values` field must match order of this field, if this field is set.
repeated string column_spec_ids = 2;- Parameters:
value- The columnSpecIds to add.- Returns:
- This builder for chaining.
-
addAllColumnSpecIds
public Row.Builder addAllColumnSpecIds(Iterable<String> values)
The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature [column_spec_ids][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to. Note: The below `values` field must match order of this field, if this field is set.
repeated string column_spec_ids = 2;- Parameters:
values- The columnSpecIds to add.- Returns:
- This builder for chaining.
-
clearColumnSpecIds
public Row.Builder clearColumnSpecIds()
The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature [column_spec_ids][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to. Note: The below `values` field must match order of this field, if this field is set.
repeated string column_spec_ids = 2;- Returns:
- This builder for chaining.
-
addColumnSpecIdsBytes
public Row.Builder addColumnSpecIdsBytes(com.google.protobuf.ByteString value)
The resource IDs of the column specs describing the columns of the row. If set must contain, but possibly in a different order, all input feature [column_spec_ids][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to. Note: The below `values` field must match order of this field, if this field is set.
repeated string column_spec_ids = 2;- Parameters:
value- The bytes of the columnSpecIds to add.- Returns:
- This builder for chaining.
-
getValuesList
public List<com.google.protobuf.Value> getValuesList()
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;- Specified by:
getValuesListin interfaceRowOrBuilder
-
getValuesCount
public int getValuesCount()
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;- Specified by:
getValuesCountin interfaceRowOrBuilder
-
getValues
public com.google.protobuf.Value getValues(int index)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;- Specified by:
getValuesin interfaceRowOrBuilder
-
setValues
public Row.Builder setValues(int index, com.google.protobuf.Value value)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
setValues
public Row.Builder setValues(int index, com.google.protobuf.Value.Builder builderForValue)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
addValues
public Row.Builder addValues(com.google.protobuf.Value value)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
addValues
public Row.Builder addValues(int index, com.google.protobuf.Value value)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
addValues
public Row.Builder addValues(com.google.protobuf.Value.Builder builderForValue)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
addValues
public Row.Builder addValues(int index, com.google.protobuf.Value.Builder builderForValue)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
addAllValues
public Row.Builder addAllValues(Iterable<? extends com.google.protobuf.Value> values)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
clearValues
public Row.Builder clearValues()
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
removeValues
public Row.Builder removeValues(int index)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
getValuesBuilder
public com.google.protobuf.Value.Builder getValuesBuilder(int index)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
getValuesOrBuilder
public com.google.protobuf.ValueOrBuilder getValuesOrBuilder(int index)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;- Specified by:
getValuesOrBuilderin interfaceRowOrBuilder
-
getValuesOrBuilderList
public List<? extends com.google.protobuf.ValueOrBuilder> getValuesOrBuilderList()
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;- Specified by:
getValuesOrBuilderListin interfaceRowOrBuilder
-
addValuesBuilder
public com.google.protobuf.Value.Builder addValuesBuilder()
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
addValuesBuilder
public com.google.protobuf.Value.Builder addValuesBuilder(int index)
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
getValuesBuilderList
public List<com.google.protobuf.Value.Builder> getValuesBuilderList()
Required. The values of the row cells, given in the same order as the column_spec_ids, or, if not set, then in the same order as input feature [column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs] of the Model this row is being passed to.
repeated .google.protobuf.Value values = 3;
-
setUnknownFields
public final Row.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
mergeUnknownFields
public final Row.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Row.Builder>
-
-