Class Row (3.45.0)

public final class Row extends GeneratedMessageV3 implements RowOrBuilder

A row of report values.

Protobuf type google.cloud.channel.v1.Row

Implements

RowOrBuilder

Static Fields

PARTITION_KEY_FIELD_NUMBER (deprecated)

public static final int PARTITION_KEY_FIELD_NUMBER
Field Value
TypeDescription
int

VALUES_FIELD_NUMBER (deprecated)

public static final int VALUES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance() (deprecated)

public static Row getDefaultInstance()
Returns
TypeDescription
Row

getDescriptor() (deprecated)

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder() (deprecated)

public static Row.Builder newBuilder()
Returns
TypeDescription
Row.Builder

newBuilder(Row prototype) (deprecated)

public static Row.Builder newBuilder(Row prototype)
Parameter
NameDescription
prototypeRow
Returns
TypeDescription
Row.Builder

parseDelimitedFrom(InputStream input) (deprecated)

public static Row parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Row
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static Row parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Row
Exceptions
TypeDescription
IOException

parseFrom(byte[] data) (deprecated)

public static Row parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Row
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static Row parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Row
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data) (deprecated)

public static Row parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Row
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static Row parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Row
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input) (deprecated)

public static Row parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Row
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static Row parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Row
Exceptions
TypeDescription
IOException

parseFrom(InputStream input) (deprecated)

public static Row parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Row
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static Row parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Row
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data) (deprecated)

public static Row parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Row
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static Row parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Row
Exceptions
TypeDescription
InvalidProtocolBufferException

parser() (deprecated)

public static Parser<Row> parser()
Returns
TypeDescription
Parser<Row>

Methods

equals(Object obj) (deprecated)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType() (deprecated)

public Row getDefaultInstanceForType()
Returns
TypeDescription
Row

getParserForType() (deprecated)

public Parser<Row> getParserForType()
Returns
TypeDescription
Parser<Row>
Overrides

getPartitionKey() (deprecated)

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
TypeDescription
String

The partitionKey.

getPartitionKeyBytes() (deprecated)

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
TypeDescription
ByteString

The bytes for partitionKey.

getSerializedSize() (deprecated)

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValues(int index) (deprecated)

public 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 int getValuesCount()

The list of values in the row.

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

Returns
TypeDescription
int

getValuesList() (deprecated)

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

hashCode() (deprecated)

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable() (deprecated)

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized() (deprecated)

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType() (deprecated)

public Row.Builder newBuilderForType()
Returns
TypeDescription
Row.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated)

protected Row.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Row.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder() (deprecated)

public Row.Builder toBuilder()
Returns
TypeDescription
Row.Builder

writeTo(CodedOutputStream output) (deprecated)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException