Reference documentation and code samples for the Cloud PubSub V1 Client class ListSchemasRequest.
Request for theListSchemasmethod.
Generated from protobuf messagegoogle.pubsub.v1.ListSchemasRequest
Namespace
Google \ Cloud \ PubSub \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the project in which to list schemas. Format isprojects/{project-id}.
↳ view
int
The set of Schema fields to return in the response. If not set, returns Schemas withnameandtype, but notdefinition. Set toFULLto retrieve all fields.
↳ page_size
int
Maximum number of schemas to return.
↳ page_token
string
The value returned by the lastListSchemasResponse; indicates that this is a continuation of a priorListSchemascall, and that the system should return the next page of data.
getParent
Required. The name of the project in which to list schemas.
Format isprojects/{project-id}.
Returns
Type
Description
string
setParent
Required. The name of the project in which to list schemas.
Format isprojects/{project-id}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getView
The set of Schema fields to return in the response. If not set, returns
Schemas withnameandtype, but notdefinition. Set toFULLto
retrieve all fields.
Returns
Type
Description
int
setView
The set of Schema fields to return in the response. If not set, returns
Schemas withnameandtype, but notdefinition. Set toFULLto
retrieve all fields.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageSize
Maximum number of schemas to return.
Returns
Type
Description
int
setPageSize
Maximum number of schemas to return.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
The value returned by the lastListSchemasResponse; indicates that
this is a continuation of a priorListSchemascall, and that the
system should return the next page of data.
Returns
Type
Description
string
setPageToken
The value returned by the lastListSchemasResponse; indicates that
this is a continuation of a priorListSchemascall, and that the
system should return the next page of data.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The name of the project in which to list schemas.
Format isprojects/{project-id}. Please seeSchemaServiceClient::projectName()for help formatting this field.
[[["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,["# Cloud PubSub V1 Client - Class ListSchemasRequest (2.13.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.13.2 (latest)](/php/docs/reference/cloud-pubsub/latest/V1.ListSchemasRequest)\n- [2.13.1](/php/docs/reference/cloud-pubsub/2.13.1/V1.ListSchemasRequest)\n- [2.12.0](/php/docs/reference/cloud-pubsub/2.12.0/V1.ListSchemasRequest)\n- [2.11.3](/php/docs/reference/cloud-pubsub/2.11.3/V1.ListSchemasRequest)\n- [2.10.1](/php/docs/reference/cloud-pubsub/2.10.1/V1.ListSchemasRequest)\n- [2.9.1](/php/docs/reference/cloud-pubsub/2.9.1/V1.ListSchemasRequest)\n- [2.8.2](/php/docs/reference/cloud-pubsub/2.8.2/V1.ListSchemasRequest)\n- [2.7.0](/php/docs/reference/cloud-pubsub/2.7.0/V1.ListSchemasRequest)\n- [2.6.0](/php/docs/reference/cloud-pubsub/2.6.0/V1.ListSchemasRequest)\n- [2.5.2](/php/docs/reference/cloud-pubsub/2.5.2/V1.ListSchemasRequest)\n- [2.4.0](/php/docs/reference/cloud-pubsub/2.4.0/V1.ListSchemasRequest)\n- [2.3.0](/php/docs/reference/cloud-pubsub/2.3.0/V1.ListSchemasRequest)\n- [2.2.1](/php/docs/reference/cloud-pubsub/2.2.1/V1.ListSchemasRequest)\n- [2.1.2](/php/docs/reference/cloud-pubsub/2.1.2/V1.ListSchemasRequest)\n- [1.50.0](/php/docs/reference/cloud-pubsub/1.50.0/V1.ListSchemasRequest)\n- [1.49.0](/php/docs/reference/cloud-pubsub/1.49.0/V1.ListSchemasRequest)\n- [1.48.0](/php/docs/reference/cloud-pubsub/1.48.0/V1.ListSchemasRequest)\n- [1.47.0](/php/docs/reference/cloud-pubsub/1.47.0/V1.ListSchemasRequest)\n- [1.46.5](/php/docs/reference/cloud-pubsub/1.46.5/V1.ListSchemasRequest)\n- [1.45.2](/php/docs/reference/cloud-pubsub/1.45.2/V1.ListSchemasRequest)\n- [1.44.0](/php/docs/reference/cloud-pubsub/1.44.0/V1.ListSchemasRequest)\n- [1.43.2](/php/docs/reference/cloud-pubsub/1.43.2/V1.ListSchemasRequest)\n- [1.42.1](/php/docs/reference/cloud-pubsub/1.42.1/V1.ListSchemasRequest)\n- [1.41.3](/php/docs/reference/cloud-pubsub/1.41.3/V1.ListSchemasRequest)\n- [1.40.1](/php/docs/reference/cloud-pubsub/1.40.1/V1.ListSchemasRequest)\n- [1.39.3](/php/docs/reference/cloud-pubsub/1.39.3/V1.ListSchemasRequest) \nReference documentation and code samples for the Cloud PubSub V1 Client class ListSchemasRequest.\n\nRequest for the `ListSchemas` method.\n\nGenerated from protobuf message `google.pubsub.v1.ListSchemasRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ PubSub \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The name of the project in which to list schemas.\n\nFormat is `projects/{project-id}`.\n\n### setParent\n\nRequired. The name of the project in which to list schemas.\n\nFormat is `projects/{project-id}`.\n\n### getView\n\nThe set of Schema fields to return in the response. If not set, returns\nSchemas with `name` and `type`, but not `definition`. Set to `FULL` to\nretrieve all fields.\n\n### setView\n\nThe set of Schema fields to return in the response. If not set, returns\nSchemas with `name` and `type`, but not `definition`. Set to `FULL` to\nretrieve all fields.\n\n### getPageSize\n\nMaximum number of schemas to return.\n\n### setPageSize\n\nMaximum number of schemas to return.\n\n### getPageToken\n\nThe value returned by the last `ListSchemasResponse`; indicates that\nthis is a continuation of a prior `ListSchemas` call, and that the\nsystem should return the next page of data.\n\n### setPageToken\n\nThe value returned by the last `ListSchemasResponse`; indicates that\nthis is a continuation of a prior `ListSchemas` call, and that the\nsystem should return the next page of data.\n\n### static::build"]]