public static final class ListSubscriptionsRequest.Builder extends GeneratedMessageV3.Builder<ListSubscriptionsRequest.Builder> implements ListSubscriptionsRequestOrBuilder
Request for the ListSubscriptions
method.
Protobuf type google.pubsub.v1.ListSubscriptionsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListSubscriptionsRequest.BuilderImplements
ListSubscriptionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListSubscriptionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListSubscriptionsRequest.Builder |
build()
public ListSubscriptionsRequest build()
Type | Description |
ListSubscriptionsRequest |
buildPartial()
public ListSubscriptionsRequest buildPartial()
Type | Description |
ListSubscriptionsRequest |
clear()
public ListSubscriptionsRequest.Builder clear()
Type | Description |
ListSubscriptionsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListSubscriptionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListSubscriptionsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSubscriptionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListSubscriptionsRequest.Builder |
clearPageSize()
public ListSubscriptionsRequest.Builder clearPageSize()
Maximum number of subscriptions to return.
int32 page_size = 2;
Type | Description |
ListSubscriptionsRequest.Builder | This builder for chaining. |
clearPageToken()
public ListSubscriptionsRequest.Builder clearPageToken()
The value returned by the last ListSubscriptionsResponse
; indicates that
this is a continuation of a prior ListSubscriptions
call, and that the
system should return the next page of data.
string page_token = 3;
Type | Description |
ListSubscriptionsRequest.Builder | This builder for chaining. |
clearProject()
public ListSubscriptionsRequest.Builder clearProject()
Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}
.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ListSubscriptionsRequest.Builder | This builder for chaining. |
clone()
public ListSubscriptionsRequest.Builder clone()
Type | Description |
ListSubscriptionsRequest.Builder |
getDefaultInstanceForType()
public ListSubscriptionsRequest getDefaultInstanceForType()
Type | Description |
ListSubscriptionsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getPageSize()
public int getPageSize()
Maximum number of subscriptions to return.
int32 page_size = 2;
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
The value returned by the last ListSubscriptionsResponse
; indicates that
this is a continuation of a prior ListSubscriptions
call, and that the
system should return the next page of data.
string page_token = 3;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
The value returned by the last ListSubscriptionsResponse
; indicates that
this is a continuation of a prior ListSubscriptions
call, and that the
system should return the next page of data.
string page_token = 3;
Type | Description |
ByteString | The bytes for pageToken. |
getProject()
public String getProject()
Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}
.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The project. |
getProjectBytes()
public ByteString getProjectBytes()
Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}
.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for project. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSubscriptionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListSubscriptionsRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListSubscriptionsRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListSubscriptionsRequest.Builder |
mergeFrom(ListSubscriptionsRequest other)
public ListSubscriptionsRequest.Builder mergeFrom(ListSubscriptionsRequest other)
Name | Description |
other | ListSubscriptionsRequest |
Type | Description |
ListSubscriptionsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListSubscriptionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListSubscriptionsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListSubscriptionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListSubscriptionsRequest.Builder |
setPageSize(int value)
public ListSubscriptionsRequest.Builder setPageSize(int value)
Maximum number of subscriptions to return.
int32 page_size = 2;
Name | Description |
value | int The pageSize to set. |
Type | Description |
ListSubscriptionsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListSubscriptionsRequest.Builder setPageToken(String value)
The value returned by the last ListSubscriptionsResponse
; indicates that
this is a continuation of a prior ListSubscriptions
call, and that the
system should return the next page of data.
string page_token = 3;
Name | Description |
value | String The pageToken to set. |
Type | Description |
ListSubscriptionsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListSubscriptionsRequest.Builder setPageTokenBytes(ByteString value)
The value returned by the last ListSubscriptionsResponse
; indicates that
this is a continuation of a prior ListSubscriptions
call, and that the
system should return the next page of data.
string page_token = 3;
Name | Description |
value | ByteString The bytes for pageToken to set. |
Type | Description |
ListSubscriptionsRequest.Builder | This builder for chaining. |
setProject(String value)
public ListSubscriptionsRequest.Builder setProject(String value)
Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}
.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The project to set. |
Type | Description |
ListSubscriptionsRequest.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public ListSubscriptionsRequest.Builder setProjectBytes(ByteString value)
Required. The name of the project in which to list subscriptions.
Format is projects/{project-id}
.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for project to set. |
Type | Description |
ListSubscriptionsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListSubscriptionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListSubscriptionsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSubscriptionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListSubscriptionsRequest.Builder |