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 subscriptions attached to the topic specified in the request.
|
com.google.protobuf.ByteString |
getSubscriptionsBytes(int index)
The names of subscriptions attached to the topic specified in the request.
|
int |
getSubscriptionsCount()
The names of subscriptions attached to the topic specified in the request.
|
List<String> |
getSubscriptionsList()
The names of subscriptions attached to the topic specified in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getSubscriptionsList()
The names of subscriptions attached to the topic specified in the request.
repeated string subscriptions = 1 [(.google.api.resource_reference) = { ... }
int getSubscriptionsCount()
The names of subscriptions attached to the topic specified in the request.
repeated string subscriptions = 1 [(.google.api.resource_reference) = { ... }
String getSubscriptions(int index)
The names of subscriptions attached to the topic specified in 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 subscriptions attached to the topic specified in 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 © 2023 Google LLC. All rights reserved.