public interface ListTopicSubscriptionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page of
results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page of
results.
|
String |
getSubscriptions(int index)
The names of subscriptions attached to the topic.
|
com.google.protobuf.ByteString |
getSubscriptionsBytes(int index)
The names of subscriptions attached to the topic.
|
int |
getSubscriptionsCount()
The names of subscriptions attached to the topic.
|
List<String> |
getSubscriptionsList()
The names of subscriptions attached to the topic.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSubscriptionsList()
The names of subscriptions attached to the topic. The order of the subscriptions is unspecified.
repeated string subscriptions = 1;int getSubscriptionsCount()
The names of subscriptions attached to the topic. The order of the subscriptions is unspecified.
repeated string subscriptions = 1;String getSubscriptions(int index)
The names of subscriptions attached to the topic. The order of the subscriptions is unspecified.
repeated string subscriptions = 1;index - The index of the element to return.com.google.protobuf.ByteString getSubscriptionsBytes(int index)
The names of subscriptions attached to the topic. The order of the subscriptions is unspecified.
repeated string subscriptions = 1;index - The index of the value to return.String getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.