Package com.google.pubsub.v1
Interface ListSubscriptionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSubscriptionsResponse,ListSubscriptionsResponse.Builder
public interface ListSubscriptionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.getSubscriptions(int index) Optional.intOptional.Optional.getSubscriptionsOrBuilder(int index) Optional.List<? extends SubscriptionOrBuilder>Optional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSubscriptionsList
List<Subscription> getSubscriptionsList()Optional. The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getSubscriptions
Optional. The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getSubscriptionsCount
int getSubscriptionsCount()Optional. The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getSubscriptionsOrBuilderList
List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()Optional. The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getSubscriptionsOrBuilder
Optional. The subscriptions that match the request.
repeated .google.pubsub.v1.Subscription subscriptions = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getNextPageToken
String getNextPageToken()Optional. If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new `ListSubscriptionsRequest` to get more subscriptions.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Optional. If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new `ListSubscriptionsRequest` to get more subscriptions.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for nextPageToken.
-