public static final class ListReservationTopicsRequest.Builder extends GeneratedMessageV3.Builder<ListReservationTopicsRequest.Builder> implements ListReservationTopicsRequestOrBuilder
Request for ListReservationTopics.
Protobuf type google.cloud.pubsublite.v1.ListReservationTopicsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListReservationTopicsRequest.BuilderImplements
ListReservationTopicsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListReservationTopicsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public ListReservationTopicsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest.Builder |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListReservationTopicsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest.Builder |
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. |
clone()
public ListReservationTopicsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest.Builder |
getDefaultInstanceForType()
public ListReservationTopicsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListReservationTopicsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListReservationTopicsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListReservationTopicsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest.Builder |
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListReservationTopicsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListReservationTopicsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListReservationTopicsRequest.Builder |