public final class FetchReportResultsRequest extends GeneratedMessageV3 implements FetchReportResultsRequestOrBuilder
Request message for CloudChannelReportsService.FetchReportResults.
Protobuf type google.cloud.channel.v1.FetchReportResultsRequest
Static Fields
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
REPORT_JOB_FIELD_NUMBER
public static final int REPORT_JOB_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static FetchReportResultsRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static FetchReportResultsRequest.Builder newBuilder()
Returns
newBuilder(FetchReportResultsRequest prototype)
public static FetchReportResultsRequest.Builder newBuilder(FetchReportResultsRequest prototype)
Parameter
Returns
public static FetchReportResultsRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static FetchReportResultsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static FetchReportResultsRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static FetchReportResultsRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static FetchReportResultsRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static FetchReportResultsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static FetchReportResultsRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static FetchReportResultsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static FetchReportResultsRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<FetchReportResultsRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public FetchReportResultsRequest getDefaultInstanceForType()
Returns
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()
public 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()
public 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
getParserForType()
public Parser<FetchReportResultsRequest> getParserForType()
Returns
Overrides
getReportJob()
public 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()
public 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
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public FetchReportResultsRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FetchReportResultsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public FetchReportResultsRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions