Class FetchReportResultsRequest (3.46.0)

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 (deprecated)

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
Type Description
int

PAGE_TOKEN_FIELD_NUMBER (deprecated)

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

PARTITION_KEYS_FIELD_NUMBER (deprecated)

public static final int PARTITION_KEYS_FIELD_NUMBER
Field Value
Type Description
int

REPORT_JOB_FIELD_NUMBER (deprecated)

public static final int REPORT_JOB_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance() (deprecated)

public static FetchReportResultsRequest getDefaultInstance()
Returns
Type Description
FetchReportResultsRequest

getDescriptor() (deprecated)

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder() (deprecated)

public static FetchReportResultsRequest.Builder newBuilder()
Returns
Type Description
FetchReportResultsRequest.Builder

newBuilder(FetchReportResultsRequest prototype) (deprecated)

public static FetchReportResultsRequest.Builder newBuilder(FetchReportResultsRequest prototype)
Parameter
Name Description
prototype FetchReportResultsRequest
Returns
Type Description
FetchReportResultsRequest.Builder

parseDelimitedFrom(InputStream input) (deprecated)

public static FetchReportResultsRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FetchReportResultsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data) (deprecated)

public static FetchReportResultsRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FetchReportResultsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data) (deprecated)

public static FetchReportResultsRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FetchReportResultsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input) (deprecated)

public static FetchReportResultsRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FetchReportResultsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input) (deprecated)

public static FetchReportResultsRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FetchReportResultsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data) (deprecated)

public static FetchReportResultsRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FetchReportResultsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser() (deprecated)

public static Parser<FetchReportResultsRequest> parser()
Returns
Type Description
Parser<FetchReportResultsRequest>

Methods

equals(Object obj) (deprecated)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType() (deprecated)

public FetchReportResultsRequest getDefaultInstanceForType()
Returns
Type Description
FetchReportResultsRequest

getPageSize() (deprecated)

public 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 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 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.

getParserForType() (deprecated)

public Parser<FetchReportResultsRequest> getParserForType()
Returns
Type Description
Parser<FetchReportResultsRequest>
Overrides

getPartitionKeys(int index) (deprecated)

public 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 int

The index of the element to return.

Returns
Type Description
String

The partitionKeys at the given index.

getPartitionKeysBytes(int index) (deprecated)

public 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 int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the partitionKeys at the given index.

getPartitionKeysCount() (deprecated)

public 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 ProtocolStringList 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
ProtocolStringList

A list containing the partitionKeys.

getReportJob() (deprecated)

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() (deprecated)

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
Type Description
ByteString

The bytes for reportJob.

getSerializedSize() (deprecated)

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode() (deprecated)

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable() (deprecated)

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized() (deprecated)

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType() (deprecated)

public FetchReportResultsRequest.Builder newBuilderForType()
Returns
Type Description
FetchReportResultsRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated)

protected FetchReportResultsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FetchReportResultsRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder() (deprecated)

public FetchReportResultsRequest.Builder toBuilder()
Returns
Type Description
FetchReportResultsRequest.Builder

writeTo(CodedOutputStream output) (deprecated)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException