public final class ListTopicSubscriptionsRequest extends GeneratedMessageV3 implements ListTopicSubscriptionsRequestOrBuilder
Request for the ListTopicSubscriptions
method.
Protobuf type google.pubsub.v1.ListTopicSubscriptionsRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListTopicSubscriptionsRequestImplements
ListTopicSubscriptionsRequestOrBuilderStatic Fields
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Type | Description |
int |
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
TOPIC_FIELD_NUMBER
public static final int TOPIC_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListTopicSubscriptionsRequest getDefaultInstance()
Type | Description |
ListTopicSubscriptionsRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListTopicSubscriptionsRequest.Builder newBuilder()
Type | Description |
ListTopicSubscriptionsRequest.Builder |
newBuilder(ListTopicSubscriptionsRequest prototype)
public static ListTopicSubscriptionsRequest.Builder newBuilder(ListTopicSubscriptionsRequest prototype)
Name | Description |
prototype | ListTopicSubscriptionsRequest |
Type | Description |
ListTopicSubscriptionsRequest.Builder |
parseDelimitedFrom(InputStream input)
public static ListTopicSubscriptionsRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTopicSubscriptionsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListTopicSubscriptionsRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTopicSubscriptionsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListTopicSubscriptionsRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTopicSubscriptionsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListTopicSubscriptionsRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTopicSubscriptionsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListTopicSubscriptionsRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTopicSubscriptionsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListTopicSubscriptionsRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTopicSubscriptionsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicSubscriptionsRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListTopicSubscriptionsRequest> parser()
Type | Description |
Parser<ListTopicSubscriptionsRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ListTopicSubscriptionsRequest getDefaultInstanceForType()
Type | Description |
ListTopicSubscriptionsRequest |
getPageSize()
public int getPageSize()
Maximum number of subscription names to return.
int32 page_size = 2;
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
The value returned by the last ListTopicSubscriptionsResponse
; indicates
that this is a continuation of a prior ListTopicSubscriptions
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 ListTopicSubscriptionsResponse
; indicates
that this is a continuation of a prior ListTopicSubscriptions
call, and
that the system should return the next page of data.
string page_token = 3;
Type | Description |
ByteString | The bytes for pageToken. |
getParserForType()
public Parser<ListTopicSubscriptionsRequest> getParserForType()
Type | Description |
Parser<ListTopicSubscriptionsRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTopic()
public String getTopic()
Required. The name of the topic that subscriptions are attached to.
Format is projects/{project}/topics/{topic}
.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The topic. |
getTopicBytes()
public ByteString getTopicBytes()
Required. The name of the topic that subscriptions are attached to.
Format is projects/{project}/topics/{topic}
.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for topic. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListTopicSubscriptionsRequest.Builder newBuilderForType()
Type | Description |
ListTopicSubscriptionsRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTopicSubscriptionsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListTopicSubscriptionsRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListTopicSubscriptionsRequest.Builder toBuilder()
Type | Description |
ListTopicSubscriptionsRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |