Interface ListReportsResponseOrBuilder (3.45.0)

public interface ListReportsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken() (deprecated)

public abstract String getNextPageToken()

Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes() (deprecated)

public abstract ByteString getNextPageTokenBytes()

Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getReports(int index) (deprecated)

public abstract Report getReports(int index)

The reports available to the partner.

repeated .google.cloud.channel.v1.Report reports = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Report

getReportsCount() (deprecated)

public abstract int getReportsCount()

The reports available to the partner.

repeated .google.cloud.channel.v1.Report reports = 1;

Returns
TypeDescription
int

getReportsList() (deprecated)

public abstract List<Report> getReportsList()

The reports available to the partner.

repeated .google.cloud.channel.v1.Report reports = 1;

Returns
TypeDescription
List<Report>

getReportsOrBuilder(int index) (deprecated)

public abstract ReportOrBuilder getReportsOrBuilder(int index)

The reports available to the partner.

repeated .google.cloud.channel.v1.Report reports = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ReportOrBuilder

getReportsOrBuilderList() (deprecated)

public abstract List<? extends ReportOrBuilder> getReportsOrBuilderList()

The reports available to the partner.

repeated .google.cloud.channel.v1.Report reports = 1;

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