public interface SubscriptionListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCursor()
The cursor to send when retrieving the next page, if any.
|
com.google.protobuf.ByteString |
getCursorBytes()
The cursor to send when retrieving the next page, if any.
|
java.lang.String |
getPrevCursor()
The cursor to send when retrieving the previous page, if any.
|
com.google.protobuf.ByteString |
getPrevCursorBytes()
The cursor to send when retrieving the previous page, if any.
|
ValidatedSubscription |
getValidatedSubscriptions(int index)
Stored validated subscriptions.
|
int |
getValidatedSubscriptionsCount()
Stored validated subscriptions.
|
java.util.List<ValidatedSubscription> |
getValidatedSubscriptionsList()
Stored validated subscriptions.
|
ValidatedSubscriptionOrBuilder |
getValidatedSubscriptionsOrBuilder(int index)
Stored validated subscriptions.
|
java.util.List<? extends ValidatedSubscriptionOrBuilder> |
getValidatedSubscriptionsOrBuilderList()
Stored validated subscriptions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<ValidatedSubscription> getValidatedSubscriptionsList()
Stored validated subscriptions.
repeated .nakama.api.ValidatedSubscription validated_subscriptions = 1 [json_name = "validatedSubscriptions"];
ValidatedSubscription getValidatedSubscriptions(int index)
Stored validated subscriptions.
repeated .nakama.api.ValidatedSubscription validated_subscriptions = 1 [json_name = "validatedSubscriptions"];
int getValidatedSubscriptionsCount()
Stored validated subscriptions.
repeated .nakama.api.ValidatedSubscription validated_subscriptions = 1 [json_name = "validatedSubscriptions"];
java.util.List<? extends ValidatedSubscriptionOrBuilder> getValidatedSubscriptionsOrBuilderList()
Stored validated subscriptions.
repeated .nakama.api.ValidatedSubscription validated_subscriptions = 1 [json_name = "validatedSubscriptions"];
ValidatedSubscriptionOrBuilder getValidatedSubscriptionsOrBuilder(int index)
Stored validated subscriptions.
repeated .nakama.api.ValidatedSubscription validated_subscriptions = 1 [json_name = "validatedSubscriptions"];
java.lang.String getCursor()
The cursor to send when retrieving the next page, if any.
string cursor = 2 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
The cursor to send when retrieving the next page, if any.
string cursor = 2 [json_name = "cursor"];
java.lang.String getPrevCursor()
The cursor to send when retrieving the previous page, if any.
string prev_cursor = 3 [json_name = "prevCursor"];
com.google.protobuf.ByteString getPrevCursorBytes()
The cursor to send when retrieving the previous page, if any.
string prev_cursor = 3 [json_name = "prevCursor"];