public static final class ListSubscriptionsRequest.Builder extends GeneratedMessage.Builder<ListSubscriptionsRequest.Builder> implements ListSubscriptionsRequestOrBuilder Request for the ListSubscriptions method.
Protobuf type google.pubsub.v1.ListSubscriptionsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListSubscriptionsRequest.BuilderImplements
ListSubscriptionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListSubscriptionsRequest build()| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest |
|
buildPartial()
public ListSubscriptionsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest |
|
clear()
public ListSubscriptionsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
|
clearPageSize()
public ListSubscriptionsRequest.Builder clearPageSize()Optional. Maximum number of subscriptions to return.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListSubscriptionsRequest.Builder clearPageToken() Optional. The value returned by the last ListSubscriptionsResponse;
indicates that this is a continuation of a prior ListSubscriptions call,
and that the system should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
This builder for chaining. |
clearProject()
public ListSubscriptionsRequest.Builder clearProject() Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListSubscriptionsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Optional. Maximum number of subscriptions to return.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. The value returned by the last ListSubscriptionsResponse;
indicates that this is a continuation of a prior ListSubscriptions call,
and that the system should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. The value returned by the last ListSubscriptionsResponse;
indicates that this is a continuation of a prior ListSubscriptions call,
and that the system should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getProject()
public String getProject() Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes() Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSubscriptionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSubscriptionsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
|
mergeFrom(ListSubscriptionsRequest other)
public ListSubscriptionsRequest.Builder mergeFrom(ListSubscriptionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSubscriptionsRequest |
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
|
setPageSize(int value)
public ListSubscriptionsRequest.Builder setPageSize(int value)Optional. Maximum number of subscriptions to return.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListSubscriptionsRequest.Builder setPageToken(String value) Optional. The value returned by the last ListSubscriptionsResponse;
indicates that this is a continuation of a prior ListSubscriptions call,
and that the system should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListSubscriptionsRequest.Builder setPageTokenBytes(ByteString value) Optional. The value returned by the last ListSubscriptionsResponse;
indicates that this is a continuation of a prior ListSubscriptions call,
and that the system should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
This builder for chaining. |
setProject(String value)
public ListSubscriptionsRequest.Builder setProject(String value) Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public ListSubscriptionsRequest.Builder setProjectBytes(ByteString value) Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscriptionsRequest.Builder |
This builder for chaining. |