Class FetchReportResultRowsRequest (0.11.0)

public final class FetchReportResultRowsRequest extends GeneratedMessageV3 implements FetchReportResultRowsRequestOrBuilder

The request message for the fetch report result rows endpoint.

Protobuf type google.ads.admanager.v1.FetchReportResultRowsRequest

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PAGE_SIZE_FIELD_NUMBER

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
Type Description
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FetchReportResultRowsRequest getDefaultInstance()
Returns
Type Description
FetchReportResultRowsRequest

getDescriptor()

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

newBuilder()

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

newBuilder(FetchReportResultRowsRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public FetchReportResultRowsRequest getDefaultInstanceForType()
Returns
Type Description
FetchReportResultRowsRequest

getName()

public String getName()

The report result being fetched. Format: networks/{network_code}/reports/{report_id}/results/{report_result_id}

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The report result being fetched. Format: networks/{network_code}/reports/{report_id}/results/{report_result_id}

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getPageSize()

public int getPageSize()

Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned. The maximum value is 10,000; values above 10,000 will be reduced to 10,000.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A page token, received from a previous FetchReportResultRows call. Provide this to retrieve the second and subsequent batches of rows.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A page token, received from a previous FetchReportResultRows call. Provide this to retrieve the second and subsequent batches of rows.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for pageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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