public static final class Row.Builder extends GeneratedMessageV3.Builder<Row.Builder> implements RowOrBuilder
Include a list of cells.
Protobuf type google.shopping.merchant.accounts.v1beta.Row
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public Row.Builder addAllCells(Iterable<? extends Value> values)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.shopping.merchant.accounts.v1beta.Value>
|
public Row.Builder addCells(Value value)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
Value
|
public Row.Builder addCells(Value.Builder builderForValue)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
public Row.Builder addCells(int index, Value value)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameters |
Name |
Description |
index |
int
|
value |
Value
|
public Row.Builder addCells(int index, Value.Builder builderForValue)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
public Value.Builder addCellsBuilder()
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
public Value.Builder addCellsBuilder(int index)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public Row.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
Returns |
Type |
Description |
Row |
|
public Row buildPartial()
Returns |
Type |
Description |
Row |
|
public Row.Builder clear()
Overrides
public Row.Builder clearCells()
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
public Row.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public Row.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public Row.Builder clone()
Overrides
public Value getCells(int index)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Value |
|
public Value.Builder getCellsBuilder(int index)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public List<Value.Builder> getCellsBuilderList()
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
public int getCellsCount()
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
|
public List<Value> getCellsList()
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
public ValueOrBuilder getCellsOrBuilder(int index)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public List<? extends ValueOrBuilder> getCellsOrBuilderList()
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.ValueOrBuilder> |
|
public Row getDefaultInstanceForType()
Returns |
Type |
Description |
Row |
|
public Descriptors.Descriptor getDescriptorForType()
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Row.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public Row.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public Row.Builder mergeFrom(Row other)
Parameter |
Name |
Description |
other |
Row
|
public final Row.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public Row.Builder removeCells(int index)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
public Row.Builder setCells(int index, Value value)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
Parameters |
Name |
Description |
index |
int
|
value |
Value
|
public Row.Builder setCells(int index, Value.Builder builderForValue)
Required. The list of cells that constitute the row. Must have the same
length as columnHeaders
for two-dimensional tables, a length of 1 for
one-dimensional tables.
repeated .google.shopping.merchant.accounts.v1beta.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
public Row.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public Row.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final Row.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides