Class ListReservationTopicsRequest.Builder (1.16.5)

public static final class ListReservationTopicsRequest.Builder extends GeneratedMessage.Builder<ListReservationTopicsRequest.Builder> implements ListReservationTopicsRequestOrBuilder

Request for ListReservationTopics.

Protobuf type google.cloud.pubsublite.v1.ListReservationTopicsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListReservationTopicsRequest build()
Returns
Type Description
ListReservationTopicsRequest

buildPartial()

public ListReservationTopicsRequest buildPartial()
Returns
Type Description
ListReservationTopicsRequest

clear()

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

clearName()

public ListReservationTopicsRequest.Builder clearName()

Required. The name of the reservation whose topics to list. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

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

Returns
Type Description
ListReservationTopicsRequest.Builder

This builder for chaining.

clearPageSize()

public ListReservationTopicsRequest.Builder clearPageSize()

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

int32 page_size = 2;

Returns
Type Description
ListReservationTopicsRequest.Builder

This builder for chaining.

clearPageToken()

public ListReservationTopicsRequest.Builder clearPageToken()

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

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

string page_token = 3;

Returns
Type Description
ListReservationTopicsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListReservationTopicsRequest getDefaultInstanceForType()
Returns
Type Description
ListReservationTopicsRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the reservation whose topics to list. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

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 reservation whose topics to list. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

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 topics to return. The service may return fewer than this value. If unset or zero, all topics for the given reservation will be returned.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

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

When paginating, all other parameters provided to ListReservationTopics 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 ListReservationTopics call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListReservationTopics 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(ListReservationTopicsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public ListReservationTopicsRequest.Builder setName(String value)

Required. The name of the reservation whose topics to list. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ListReservationTopicsRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ListReservationTopicsRequest.Builder setNameBytes(ByteString value)

Required. The name of the reservation whose topics to list. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

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
ListReservationTopicsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListReservationTopicsRequest.Builder setPageSize(int value)

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

int32 page_size = 2;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListReservationTopicsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListReservationTopicsRequest.Builder setPageToken(String value)

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

When paginating, all other parameters provided to ListReservationTopics 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
ListReservationTopicsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListReservationTopicsRequest.Builder setPageTokenBytes(ByteString value)

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

When paginating, all other parameters provided to ListReservationTopics 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
ListReservationTopicsRequest.Builder

This builder for chaining.