public interface ListTopicSubscriptionsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
Maximum number of subscription names to return.
|
java.lang.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.
|
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.
|
java.lang.String |
getTopic()
The name of the topic that subscriptions are attached to.
|
ByteString |
getTopicBytes()
The name of the topic that subscriptions are attached to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getTopic()
The name of the topic that subscriptions are attached to. Format is `projects/{project}/topics/{topic}`.
string topic = 1;
ByteString getTopicBytes()
The name of the topic that subscriptions are attached to. Format is `projects/{project}/topics/{topic}`.
string topic = 1;
int getPageSize()
Maximum number of subscription names to return.
int32 page_size = 2;
java.lang.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;
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;