Class ListTopicSubscriptionsRequest.Builder (1.16.5)

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

Request for ListTopicSubscriptions.

Protobuf type google.cloud.pubsublite.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

clearName()

public ListTopicSubscriptionsRequest.Builder clearName()

Required. The name of the topic whose subscriptions to list.

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

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

clearPageSize()

public ListTopicSubscriptionsRequest.Builder clearPageSize()

The maximum number of subscriptions to return. The service may return fewer than this value. If unset or zero, all subscriptions for the given topic will be returned.

int32 page_size = 2;

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

clearPageToken()

public ListTopicSubscriptionsRequest.Builder clearPageToken()

A page token, received from a previous ListTopicSubscriptions call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListTopicSubscriptions must match the call that provided the page token.

string page_token = 3;

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

getName()

public String getName()

Required. The name of the topic whose subscriptions to list.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the topic whose subscriptions to list.

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

Returns
Type Description
ByteString

The bytes for name.

getPageSize()

public int getPageSize()

The maximum number of subscriptions to return. The service may return fewer than this value. If unset or zero, all subscriptions for the given topic will be returned.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

A page token, received from a previous ListTopicSubscriptions call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListTopicSubscriptions must match the call that provided the page token.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A page token, received from a previous ListTopicSubscriptions call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListTopicSubscriptions must match the call that provided the page token.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListTopicSubscriptionsRequest other)

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

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

setName(String value)

public ListTopicSubscriptionsRequest.Builder setName(String value)

Required. The name of the topic whose subscriptions to list.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ListTopicSubscriptionsRequest.Builder setNameBytes(ByteString value)

Required. The name of the topic whose subscriptions to list.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListTopicSubscriptionsRequest.Builder setPageSize(int value)

The maximum number of subscriptions to return. The service may return fewer than this value. If unset or zero, all subscriptions for the given topic will be returned.

int32 page_size = 2;

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)

A page token, received from a previous ListTopicSubscriptions call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListTopicSubscriptions must match the call that provided the page token.

string page_token = 3;

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)

A page token, received from a previous ListTopicSubscriptions call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListTopicSubscriptions must match the call that provided the page token.

string page_token = 3;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListTopicSubscriptionsRequest.Builder

This builder for chaining.