public interface ListSubscriptionsResponseOrBuilder
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.
|
Subscription |
getSubscriptions(int index)
The list of subscriptions in the requested parent.
|
int |
getSubscriptionsCount()
The list of subscriptions in the requested parent.
|
List<Subscription> |
getSubscriptionsList()
The list of subscriptions in the requested parent.
|
SubscriptionOrBuilder |
getSubscriptionsOrBuilder(int index)
The list of subscriptions in the requested parent.
|
List<? extends SubscriptionOrBuilder> |
getSubscriptionsOrBuilderList()
The list of subscriptions in the requested parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Subscription> getSubscriptionsList()
The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;Subscription getSubscriptions(int index)
The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;int getSubscriptionsCount()
The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()
The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)
The list of subscriptions in the requested parent. The order of the subscriptions is unspecified.
repeated .google.cloud.pubsublite.v1.Subscription subscriptions = 1;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.