public static final class ListProgramsRequest.Builder extends GeneratedMessage.Builder<ListProgramsRequest.Builder> implements ListProgramsRequestOrBuilderRequest message for the ListPrograms method.
Protobuf type google.shopping.merchant.accounts.v1.ListProgramsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListProgramsRequest.BuilderImplements
ListProgramsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListProgramsRequest build()| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest |
|
buildPartial()
public ListProgramsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest |
|
clear()
public ListProgramsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
|
clearPageSize()
public ListProgramsRequest.Builder clearPageSize()Optional. The maximum number of programs to return in a single response. If unspecified (or 0), a default size of 1000 is used. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListProgramsRequest.Builder clearPageToken() Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
This builder for chaining. |
clearParent()
public ListProgramsRequest.Builder clearParent() Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListProgramsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Optional. The maximum number of programs to return in a single response. If unspecified (or 0), a default size of 1000 is used. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListProgramsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListProgramsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
|
mergeFrom(ListProgramsRequest other)
public ListProgramsRequest.Builder mergeFrom(ListProgramsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListProgramsRequest |
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
|
setPageSize(int value)
public ListProgramsRequest.Builder setPageSize(int value)Optional. The maximum number of programs to return in a single response. If unspecified (or 0), a default size of 1000 is used. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListProgramsRequest.Builder setPageToken(String value) Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListProgramsRequest.Builder setPageTokenBytes(ByteString value) Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListProgramsRequest.Builder setParent(String value) Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListProgramsRequest.Builder setParentBytes(ByteString value) Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListProgramsRequest.Builder |
This builder for chaining. |