public static final class FetchReportResultRowsRequest.Builder extends GeneratedMessage.Builder<FetchReportResultRowsRequest.Builder> implements FetchReportResultRowsRequestOrBuilderThe request message for the fetch report result rows endpoint.
Protobuf type google.ads.admanager.v1.FetchReportResultRowsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FetchReportResultRowsRequest.BuilderImplements
FetchReportResultRowsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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. |
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 greater than 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. |
getDefaultInstanceForType()
public FetchReportResultRowsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FetchReportResultRowsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 greater than 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FetchReportResultRowsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultRowsRequest.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 greater than 10,000 will be reduced to 10,000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe 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 |
StringThe 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 |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
FetchReportResultRowsRequest.Builder |
This builder for chaining. |