public final class FetchReportResultsRequest extends GeneratedMessageV3 implements FetchReportResultsRequestOrBuilder
Request message for
CloudChannelReportsService.FetchReportResults.
Protobuf type google.cloud.channel.v1.FetchReportResultsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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()
getDescriptor() (deprecated)
public static final Descriptors.Descriptor getDescriptor()
newBuilder() (deprecated)
public static FetchReportResultsRequest.Builder newBuilder()
newBuilder(FetchReportResultsRequest prototype) (deprecated)
public static FetchReportResultsRequest.Builder newBuilder(FetchReportResultsRequest prototype)
public static FetchReportResultsRequest parseDelimitedFrom(InputStream input)
public static FetchReportResultsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data) (deprecated)
public static FetchReportResultsRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static FetchReportResultsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data) (deprecated)
public static FetchReportResultsRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static FetchReportResultsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultsRequest parseFrom(CodedInputStream input)
public static FetchReportResultsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchReportResultsRequest parseFrom(InputStream input)
public static FetchReportResultsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data) (deprecated)
public static FetchReportResultsRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static FetchReportResultsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser() (deprecated)
public static Parser<FetchReportResultsRequest> parser()
Methods
equals(Object obj) (deprecated)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType() (deprecated)
public FetchReportResultsRequest getDefaultInstanceForType()
getPageSize() (deprecated)
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()
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];
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)
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable() (deprecated)
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized() (deprecated)
public final boolean isInitialized()
Overrides
newBuilderForType() (deprecated)
public FetchReportResultsRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated)
protected FetchReportResultsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder() (deprecated)
public FetchReportResultsRequest.Builder toBuilder()
writeTo(CodedOutputStream output) (deprecated)
public void writeTo(CodedOutputStream output)
Overrides