public interface ListTopicSubscriptionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
If not empty, indicates that there may be more subscriptions that match
the request; this value should be passed in a new
`ListTopicSubscriptionsRequest` to get more subscriptions.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If not empty, indicates that there may be more subscriptions that match
the request; this value should be passed in a new
`ListTopicSubscriptionsRequest` to get more subscriptions.
|
String |
getSubscriptions(int index)
The names of the subscriptions that match the request.
|
com.google.protobuf.ByteString |
getSubscriptionsBytes(int index)
The names of the subscriptions that match the request.
|
int |
getSubscriptionsCount()
The names of the subscriptions that match the request.
|
List<String> |
getSubscriptionsList()
The names of the subscriptions that match the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSubscriptionsList()
The names of the subscriptions that match the request.
repeated string subscriptions = 1 [(.google.api.resource_reference) = { ... }int getSubscriptionsCount()
The names of the subscriptions that match the request.
repeated string subscriptions = 1 [(.google.api.resource_reference) = { ... }String getSubscriptions(int index)
The names of the subscriptions that match the request.
repeated string subscriptions = 1 [(.google.api.resource_reference) = { ... }index - The index of the element to return.com.google.protobuf.ByteString getSubscriptionsBytes(int index)
The names of the subscriptions that match the request.
repeated string subscriptions = 1 [(.google.api.resource_reference) = { ... }index - The index of the value to return.String getNextPageToken()
If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new `ListTopicSubscriptionsRequest` to get more subscriptions.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new `ListTopicSubscriptionsRequest` to get more subscriptions.
string next_page_token = 2;Copyright © 2020 Google LLC. All rights reserved.