Interface ReadReportResponseOrBuilder (0.1.0)

public interface ReadReportResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumns(int index)

public abstract Column getColumns(int index)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
index int
Returns
Type Description
Column

getColumnsCount()

public abstract int getColumnsCount()

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Returns
Type Description
int

getColumnsList()

public abstract List<Column> getColumnsList()

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Returns
Type Description
List<Column>

getColumnsOrBuilder(int index)

public abstract ColumnOrBuilder getColumnsOrBuilder(int index)

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Parameter
Name Description
index int
Returns
Type Description
ColumnOrBuilder

getColumnsOrBuilderList()

public abstract List<? extends ColumnOrBuilder> getColumnsOrBuilderList()

The columns describing the structure of the data in the rows field.

repeated .google.cloud.appoptimize.v1beta.Column columns = 5;

Returns
Type Description
List<? extends com.google.cloud.appoptimize.v1beta.ColumnOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.

string next_page_token = 3;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.

string next_page_token = 3;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getRows(int index)

public abstract ListValue getRows(int index)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
index int
Returns
Type Description
ListValue

getRowsCount()

public abstract int getRowsCount()

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Returns
Type Description
int

getRowsList()

public abstract List<ListValue> getRowsList()

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Returns
Type Description
List<ListValue>

getRowsOrBuilder(int index)

public abstract ListValueOrBuilder getRowsOrBuilder(int index)

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Parameter
Name Description
index int
Returns
Type Description
ListValueOrBuilder

getRowsOrBuilderList()

public abstract List<? extends ListValueOrBuilder> getRowsOrBuilderList()

A list of rows, where each row represents a record from the report.

repeated .google.protobuf.ListValue rows = 1;

Returns
Type Description
List<? extends com.google.protobuf.ListValueOrBuilder>