Class FetchReportResultRowsRequest.Builder (0.11.0)

public static final class FetchReportResultRowsRequest.Builder extends GeneratedMessageV3.Builder<FetchReportResultRowsRequest.Builder> implements FetchReportResultRowsRequestOrBuilder

The request message for the fetch report result rows endpoint.

Protobuf type google.ads.admanager.v1.FetchReportResultRowsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FetchReportResultRowsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides

build()

public FetchReportResultRowsRequest build()
Returns
Type Description
FetchReportResultRowsRequest

buildPartial()

public FetchReportResultRowsRequest buildPartial()
Returns
Type Description
FetchReportResultRowsRequest

clear()

public FetchReportResultRowsRequest.Builder clear()
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FetchReportResultRowsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides

clearName()

public FetchReportResultRowsRequest.Builder clearName()

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

string name = 1;

Returns
Type Description
FetchReportResultRowsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public FetchReportResultRowsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides

clearPageSize()

public FetchReportResultRowsRequest.Builder clearPageSize()

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
FetchReportResultRowsRequest.Builder

This builder for chaining.

clearPageToken()

public FetchReportResultRowsRequest.Builder clearPageToken()

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
FetchReportResultRowsRequest.Builder

This builder for chaining.

clone()

public FetchReportResultRowsRequest.Builder clone()
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides

getDefaultInstanceForType()

public FetchReportResultRowsRequest getDefaultInstanceForType()
Returns
Type Description
FetchReportResultRowsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FetchReportResultRowsRequest other)

public FetchReportResultRowsRequest.Builder mergeFrom(FetchReportResultRowsRequest other)
Parameter
Name Description
other FetchReportResultRowsRequest
Returns
Type Description
FetchReportResultRowsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FetchReportResultRowsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FetchReportResultRowsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FetchReportResultRowsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public FetchReportResultRowsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides

setName(String value)

public FetchReportResultRowsRequest.Builder setName(String value)

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

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
FetchReportResultRowsRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public FetchReportResultRowsRequest.Builder setNameBytes(ByteString value)

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

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
FetchReportResultRowsRequest.Builder

This builder for chaining.

setPageSize(int value)

public FetchReportResultRowsRequest.Builder setPageSize(int value)

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];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
FetchReportResultRowsRequest.Builder

This builder for chaining.

setPageToken(String value)

public FetchReportResultRowsRequest.Builder setPageToken(String value)

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];

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
FetchReportResultRowsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public FetchReportResultRowsRequest.Builder setPageTokenBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
FetchReportResultRowsRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FetchReportResultRowsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FetchReportResultRowsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchReportResultRowsRequest.Builder
Overrides