public interface FetchReportResultsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPageSize() (deprecated)
public abstract int getPageSize()Optional. Requested page size of the report. The server may return fewer results than requested. If you don't specify a page size, the server uses a sensible default (may change over time).
The maximum value is 30,000; the server will change larger values to 30,000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken() (deprecated)
public abstract String getPageToken()Optional. A token that specifies a page of results beyond the first page. Obtained through FetchReportResultsResponse.next_page_token of the previous CloudChannelReportsService.FetchReportResults call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes() (deprecated)
public abstract ByteString getPageTokenBytes()Optional. A token that specifies a page of results beyond the first page. Obtained through FetchReportResultsResponse.next_page_token of the previous CloudChannelReportsService.FetchReportResults call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getPartitionKeys(int index) (deprecated)
public abstract String getPartitionKeys(int index)Optional. List of keys specifying which report partitions to return. If empty, returns all partitions.
repeated string partition_keys = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The partitionKeys at the given index. |
getPartitionKeysBytes(int index) (deprecated)
public abstract ByteString getPartitionKeysBytes(int index)Optional. List of keys specifying which report partitions to return. If empty, returns all partitions.
repeated string partition_keys = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the partitionKeys at the given index. |
getPartitionKeysCount() (deprecated)
public abstract int getPartitionKeysCount()Optional. List of keys specifying which report partitions to return. If empty, returns all partitions.
repeated string partition_keys = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of partitionKeys. |
getPartitionKeysList() (deprecated)
public abstract List<String> getPartitionKeysList()Optional. List of keys specifying which report partitions to return. If empty, returns all partitions.
repeated string partition_keys = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the partitionKeys. |
getReportJob() (deprecated)
public abstract String getReportJob()Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id}
string report_job = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The reportJob. |
getReportJobBytes() (deprecated)
public abstract ByteString getReportJobBytes()Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id}
string report_job = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for reportJob. |