Optional. The value returned by the last ListSubscriptionsResponse;
indicates that this is a continuation of a prior ListSubscriptions call,
and that the system should return the next page of data.
Optional. The value returned by the last ListSubscriptionsResponse;
indicates that this is a continuation of a prior ListSubscriptions call,
and that the system should return the next page of data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface ListSubscriptionsRequestOrBuilder (1.141.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.141.2 (latest)](/java/docs/reference/google-cloud-pubsub/latest/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.141.1](/java/docs/reference/google-cloud-pubsub/1.141.1/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.140.2](/java/docs/reference/google-cloud-pubsub/1.140.2/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.139.4](/java/docs/reference/google-cloud-pubsub/1.139.4/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.138.0](/java/docs/reference/google-cloud-pubsub/1.138.0/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.137.1](/java/docs/reference/google-cloud-pubsub/1.137.1/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.136.1](/java/docs/reference/google-cloud-pubsub/1.136.1/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.135.0](/java/docs/reference/google-cloud-pubsub/1.135.0/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.134.2](/java/docs/reference/google-cloud-pubsub/1.134.2/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.133.1](/java/docs/reference/google-cloud-pubsub/1.133.1/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.132.2](/java/docs/reference/google-cloud-pubsub/1.132.2/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.131.0](/java/docs/reference/google-cloud-pubsub/1.131.0/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.130.0](/java/docs/reference/google-cloud-pubsub/1.130.0/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.129.6](/java/docs/reference/google-cloud-pubsub/1.129.6/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.127.3](/java/docs/reference/google-cloud-pubsub/1.127.3/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.126.6](/java/docs/reference/google-cloud-pubsub/1.126.6/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.125.13](/java/docs/reference/google-cloud-pubsub/1.125.13/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.123.18](/java/docs/reference/google-cloud-pubsub/1.123.18/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.122.2](/java/docs/reference/google-cloud-pubsub/1.122.2/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.121.1](/java/docs/reference/google-cloud-pubsub/1.121.1/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.120.24](/java/docs/reference/google-cloud-pubsub/1.120.24/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.119.1](/java/docs/reference/google-cloud-pubsub/1.119.1/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.118.0](/java/docs/reference/google-cloud-pubsub/1.118.0/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.117.0](/java/docs/reference/google-cloud-pubsub/1.117.0/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.116.4](/java/docs/reference/google-cloud-pubsub/1.116.4/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder)\n- [1.115.5](/java/docs/reference/google-cloud-pubsub/1.115.5/com.google.pubsub.v1.ListSubscriptionsRequestOrBuilder) \n\n public interface ListSubscriptionsRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getPageSize()\n\n public abstract int getPageSize()\n\nOptional. Maximum number of subscriptions to return.\n\n`int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageToken()\n\n public abstract String getPageToken()\n\nOptional. The value returned by the last `ListSubscriptionsResponse`;\nindicates that this is a continuation of a prior `ListSubscriptions` call,\nand that the system should return the next page of data.\n\n`string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getPageTokenBytes()\n\n public abstract ByteString getPageTokenBytes()\n\nOptional. The value returned by the last `ListSubscriptionsResponse`;\nindicates that this is a continuation of a prior `ListSubscriptions` call,\nand that the system should return the next page of data.\n\n`string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getProject()\n\n public abstract String getProject()\n\nRequired. The name of the project in which to list subscriptions.\nFormat is `projects/{project-id}`.\n\n`\nstring project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### getProjectBytes()\n\n public abstract ByteString getProjectBytes()\n\nRequired. The name of the project in which to list subscriptions.\nFormat is `projects/{project-id}`.\n\n`\nstring project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`"]]