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.
ByteString getTopicBytes()
The name of the topic that subscriptions are attached to.
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.