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