Class ListTopicSubscriptionsRequest.Builder (1.147.0)

public static final class ListTopicSubscriptionsRequest.Builder extends GeneratedMessage.Builder<ListTopicSubscriptionsRequest.Builder> implements ListTopicSubscriptionsRequestOrBuilder

Request for the ListTopicSubscriptions method.

Protobuf type google.pubsub.v1.ListTopicSubscriptionsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListTopicSubscriptionsRequest build()
Returns
Type Description
ListTopicSubscriptionsRequest

buildPartial()

public ListTopicSubscriptionsRequest buildPartial()
Returns
Type Description
ListTopicSubscriptionsRequest

clear()

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

clearPageSize()

public ListTopicSubscriptionsRequest.Builder clearPageSize()

Optional. Maximum number of subscription names to return.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

clearPageToken()

public ListTopicSubscriptionsRequest.Builder clearPageToken()

Optional. The value returned by the last ListTopicSubscriptionsResponse; indicates that this is a continuation of a prior ListTopicSubscriptions call, and that the system should return the next page of data.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

clearTopic()

public ListTopicSubscriptionsRequest.Builder clearTopic()

Required. The name of the topic that subscriptions are attached to. Format is projects/{project}/topics/{topic}.

string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListTopicSubscriptionsRequest getDefaultInstanceForType()
Returns
Type Description
ListTopicSubscriptionsRequest

getDescriptorForType()

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

getPageSize()

public int getPageSize()

Optional. Maximum number of subscription names 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 ListTopicSubscriptionsResponse; indicates that this is a continuation of a prior ListTopicSubscriptions 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 ListTopicSubscriptionsResponse; indicates that this is a continuation of a prior ListTopicSubscriptions 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.

getTopic()

public String getTopic()

Required. The name of the topic that subscriptions are attached to. Format is projects/{project}/topics/{topic}.

string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The topic.

getTopicBytes()

public ByteString getTopicBytes()

Required. The name of the topic that subscriptions are attached to. Format is projects/{project}/topics/{topic}.

string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for topic.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(ListTopicSubscriptionsRequest other)

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

setPageSize(int value)

public ListTopicSubscriptionsRequest.Builder setPageSize(int value)

Optional. Maximum number of subscription names to return.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListTopicSubscriptionsRequest.Builder setPageToken(String value)

Optional. The value returned by the last ListTopicSubscriptionsResponse; indicates that this is a continuation of a prior ListTopicSubscriptions 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 String

The pageToken to set.

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListTopicSubscriptionsRequest.Builder setPageTokenBytes(ByteString value)

Optional. The value returned by the last ListTopicSubscriptionsResponse; indicates that this is a continuation of a prior ListTopicSubscriptions 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 ByteString

The bytes for pageToken to set.

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

setTopic(String value)

public ListTopicSubscriptionsRequest.Builder setTopic(String value)

Required. The name of the topic that subscriptions are attached to. Format is projects/{project}/topics/{topic}.

string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The topic to set.

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

setTopicBytes(ByteString value)

public ListTopicSubscriptionsRequest.Builder setTopicBytes(ByteString value)

Required. The name of the topic that subscriptions are attached to. Format is projects/{project}/topics/{topic}.

string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for topic to set.

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.