Interface ReportOrBuilder (3.45.0)

public interface ReportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumns(int index) (deprecated)

public abstract Column getColumns(int index)

The list of columns included in the report. This defines the schema of the report results.

repeated .google.cloud.channel.v1.Column columns = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Column

getColumnsCount() (deprecated)

public abstract int getColumnsCount()

The list of columns included in the report. This defines the schema of the report results.

repeated .google.cloud.channel.v1.Column columns = 3;

Returns
TypeDescription
int

getColumnsList() (deprecated)

public abstract List<Column> getColumnsList()

The list of columns included in the report. This defines the schema of the report results.

repeated .google.cloud.channel.v1.Column columns = 3;

Returns
TypeDescription
List<Column>

getColumnsOrBuilder(int index) (deprecated)

public abstract ColumnOrBuilder getColumnsOrBuilder(int index)

The list of columns included in the report. This defines the schema of the report results.

repeated .google.cloud.channel.v1.Column columns = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ColumnOrBuilder

getColumnsOrBuilderList() (deprecated)

public abstract List<? extends ColumnOrBuilder> getColumnsOrBuilderList()

The list of columns included in the report. This defines the schema of the report results.

repeated .google.cloud.channel.v1.Column columns = 3;

Returns
TypeDescription
List<? extends com.google.cloud.channel.v1.ColumnOrBuilder>

getDescription() (deprecated)

public abstract String getDescription()

A description of other aspects of the report, such as the products it supports.

string description = 4;

Returns
TypeDescription
String

The description.

getDescriptionBytes() (deprecated)

public abstract ByteString getDescriptionBytes()

A description of other aspects of the report, such as the products it supports.

string description = 4;

Returns
TypeDescription
ByteString

The bytes for description.

getDisplayName() (deprecated)

public abstract String getDisplayName()

A human-readable name for this report.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes() (deprecated)

public abstract ByteString getDisplayNameBytes()

A human-readable name for this report.

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.

getName() (deprecated)

public abstract String getName()

Required. The report's resource name. Specifies the account and report used to generate report data. The report_id identifier is a UID (for example, 613bf59q).

Name uses the format: accounts/{account_id}/reports/{report_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The name.

getNameBytes() (deprecated)

public abstract ByteString getNameBytes()

Required. The report's resource name. Specifies the account and report used to generate report data. The report_id identifier is a UID (for example, 613bf59q).

Name uses the format: accounts/{account_id}/reports/{report_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for name.