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

getReportsCount() (deprecated)

public abstract int getReportsCount()

The reports available to the partner.

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

Returns
Type Description
int

getReportsList() (deprecated)

public abstract List<Report> getReportsList()

The reports available to the partner.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
ReportOrBuilder

getReportsOrBuilderList() (deprecated)

public abstract List<? extends ReportOrBuilder> getReportsOrBuilderList()

The reports available to the partner.

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

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