Interface ReportOrBuilder (3.48.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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for description.

getDisplayName() (deprecated)

public abstract String getDisplayName()

A human-readable name for this report.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes() (deprecated)

public abstract ByteString getDisplayNameBytes()

A human-readable name for this report.

string display_name = 2;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for name.