Interface RowOrBuilder (3.45.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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ReportValue

getValuesCount() (deprecated)

public abstract int getValuesCount()

The list of values in the row.

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

Returns
TypeDescription
int

getValuesList() (deprecated)

public abstract List<ReportValue> getValuesList()

The list of values in the row.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.channel.v1.ReportValueOrBuilder>