public static final class ListNotificationSubscriptionsRequest.Builder extends GeneratedMessage.Builder<ListNotificationSubscriptionsRequest.Builder> implements ListNotificationSubscriptionsRequestOrBuilderRequest message for the ListNotificationSubscription method.
Protobuf type
google.shopping.merchant.notifications.v1.ListNotificationSubscriptionsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListNotificationSubscriptionsRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListNotificationSubscriptionsRequest build()| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest |
|
buildPartial()
public ListNotificationSubscriptionsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest |
|
clear()
public ListNotificationSubscriptionsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
|
clearPageSize()
public ListNotificationSubscriptionsRequest.Builder clearPageSize() The maximum number of notification subscriptions to return in a page.
The default value for page_size is 100. The
maximum value is 200. Values above 200 will be coerced to 200.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListNotificationSubscriptionsRequest.Builder clearPageToken()Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
This builder for chaining. |
clearParent()
public ListNotificationSubscriptionsRequest.Builder clearParent() Required. The merchant account who owns the notification subscriptions.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListNotificationSubscriptionsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize() The maximum number of notification subscriptions to return in a page.
The default value for page_size is 100. The
maximum value is 200. Values above 200 will be coerced to 200.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. The merchant account who owns the notification subscriptions.
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 merchant account who owns the notification subscriptions.
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 ListNotificationSubscriptionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListNotificationSubscriptionsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
|
mergeFrom(ListNotificationSubscriptionsRequest other)
public ListNotificationSubscriptionsRequest.Builder mergeFrom(ListNotificationSubscriptionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNotificationSubscriptionsRequest |
| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
|
setPageSize(int value)
public ListNotificationSubscriptionsRequest.Builder setPageSize(int value) The maximum number of notification subscriptions to return in a page.
The default value for page_size is 100. The
maximum value is 200. Values above 200 will be coerced to 200.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListNotificationSubscriptionsRequest.Builder setPageToken(String value)Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListNotificationSubscriptionsRequest.Builder setPageTokenBytes(ByteString value)Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListNotificationSubscriptionsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListNotificationSubscriptionsRequest.Builder setParent(String value) Required. The merchant account who owns the notification subscriptions.
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 |
ListNotificationSubscriptionsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListNotificationSubscriptionsRequest.Builder setParentBytes(ByteString value) Required. The merchant account who owns the notification subscriptions.
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 |
ListNotificationSubscriptionsRequest.Builder |
This builder for chaining. |