- 3.89.0 (latest)
- 3.87.0
- 3.86.0
- 3.85.0
- 3.84.0
- 3.82.0
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class Row.Builder extends GeneratedMessage.Builder<Row.Builder> implements RowOrBuilderA row of report values.
Protobuf type google.cloud.channel.v1.Row
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Row.BuilderImplements
RowOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllValues(Iterable<? extends ReportValue> values)
public Row.Builder addAllValues(Iterable<? extends ReportValue> values)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.channel.v1.ReportValue> |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
addValues(ReportValue value)
public Row.Builder addValues(ReportValue value)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ReportValue |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
addValues(ReportValue.Builder builderForValue)
public Row.Builder addValues(ReportValue.Builder builderForValue)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ReportValue.Builder |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
addValues(int index, ReportValue value)
public Row.Builder addValues(int index, ReportValue value)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ReportValue |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
addValues(int index, ReportValue.Builder builderForValue)
public Row.Builder addValues(int index, ReportValue.Builder builderForValue)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ReportValue.Builder |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
addValuesBuilder()
public ReportValue.Builder addValuesBuilder()The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Returns | |
|---|---|
| Type | Description |
ReportValue.Builder |
|
addValuesBuilder(int index)
public ReportValue.Builder addValuesBuilder(int index)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportValue.Builder |
|
build()
public Row build()| Returns | |
|---|---|
| Type | Description |
Row |
|
buildPartial()
public Row buildPartial()| Returns | |
|---|---|
| Type | Description |
Row |
|
clear()
public Row.Builder clear()| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
clearPartitionKey()
public Row.Builder clearPartitionKey()The key for the partition this row belongs to. This field is empty if the report is not partitioned.
string partition_key = 2;
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
This builder for chaining. |
clearValues()
public Row.Builder clearValues()The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
getDefaultInstanceForType()
public Row getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Row |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPartitionKey()
public String getPartitionKey()The key for the partition this row belongs to. This field is empty if the report is not partitioned.
string partition_key = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The partitionKey. |
getPartitionKeyBytes()
public ByteString getPartitionKeyBytes()The key for the partition this row belongs to. This field is empty if the report is not partitioned.
string partition_key = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for partitionKey. |
getValues(int index)
public ReportValue getValues(int index)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportValue |
|
getValuesBuilder(int index)
public ReportValue.Builder getValuesBuilder(int index)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportValue.Builder |
|
getValuesBuilderList()
public List<ReportValue.Builder> getValuesBuilderList()The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getValuesCount()
public int getValuesCount()The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getValuesList()
public List<ReportValue> getValuesList()The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Returns | |
|---|---|
| Type | Description |
List<ReportValue> |
|
getValuesOrBuilder(int index)
public ReportValueOrBuilder getValuesOrBuilder(int index)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportValueOrBuilder |
|
getValuesOrBuilderList()
public List<? extends ReportValueOrBuilder> getValuesOrBuilderList()The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.channel.v1.ReportValueOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Row other)
public Row.Builder mergeFrom(Row other)| Parameter | |
|---|---|
| Name | Description |
other |
Row |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Row.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Row.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
removeValues(int index)
public Row.Builder removeValues(int index)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
setPartitionKey(String value)
public Row.Builder setPartitionKey(String value)The key for the partition this row belongs to. This field is empty if the report is not partitioned.
string partition_key = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe partitionKey to set. |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
This builder for chaining. |
setPartitionKeyBytes(ByteString value)
public Row.Builder setPartitionKeyBytes(ByteString value)The key for the partition this row belongs to. This field is empty if the report is not partitioned.
string partition_key = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for partitionKey to set. |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
This builder for chaining. |
setValues(int index, ReportValue value)
public Row.Builder setValues(int index, ReportValue value)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ReportValue |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
setValues(int index, ReportValue.Builder builderForValue)
public Row.Builder setValues(int index, ReportValue.Builder builderForValue)The list of values in the row.
repeated .google.cloud.channel.v1.ReportValue values = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ReportValue.Builder |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|