public static final class Row.Builder extends GeneratedMessage.Builder<Row.Builder> implements RowOrBuilder
Include a list of cells.
Protobuf type google.shopping.merchant.accounts.v1.Row
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
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.v1.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.shopping.merchant.accounts.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
| 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.v1.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
List<? extends com.google.shopping.merchant.accounts.v1.ValueOrBuilder> |
|
public Row getDefaultInstanceForType()
| Returns |
| Type |
Description |
Row |
|
public Descriptors.Descriptor getDescriptorForType()
Overrides
protected GeneratedMessage.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 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.v1.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.v1.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.v1.Value cells = 1 [(.google.api.field_behavior) = REQUIRED];