Interface RowOrBuilder (3.48.0)

public interface RowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPartitionKey() (deprecated)

public abstract 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() (deprecated)

public abstract 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) (deprecated)

public abstract 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

getValuesCount() (deprecated)

public abstract int getValuesCount()

The list of values in the row.

repeated .google.cloud.channel.v1.ReportValue values = 1;

Returns
Type Description
int

getValuesList() (deprecated)

public abstract 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) (deprecated)

public abstract 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() (deprecated)

public abstract 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>