Reference documentation and code samples for the Google Cloud Build V2 Client class ListRepositoriesRequest.
Message for requesting list of Repositories.
Generated from protobuf messagegoogle.devtools.cloudbuild.v2.ListRepositoriesRequest
Namespace
Google \ Cloud \ Build \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent, which owns this collection of Repositories. Format:projects/*/locations/*/connections/*.
↳ page_size
int
Number of results to return in the list.
↳ page_token
string
Page start.
↳ filter
string
A filter expression that filters resources listed in the response. Expressions must follow API improvement proposalAIP-160. e.g.remote_uri:"https://github.com*".
getParent
Required. The parent, which owns this collection of Repositories.
Format:projects/*/locations/*/connections/*.
Returns
Type
Description
string
setParent
Required. The parent, which owns this collection of Repositories.
Format:projects/*/locations/*/connections/*.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Number of results to return in the list.
Returns
Type
Description
int
setPageSize
Number of results to return in the list.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Page start.
Returns
Type
Description
string
setPageToken
Page start.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
A filter expression that filters resources listed in the response.
Expressions must follow API improvement proposalAIP-160. e.g.remote_uri:"https://github.com*".
Returns
Type
Description
string
setFilter
A filter expression that filters resources listed in the response.
Expressions must follow API improvement proposalAIP-160. e.g.remote_uri:"https://github.com*".
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The parent, which owns this collection of Repositories.
Format:projects/*/locations/*/connections/*. Please seeRepositoryManagerClient::connectionName()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,["# Google Cloud Build V2 Client - Class ListRepositoriesRequest (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-build/latest/V2.ListRepositoriesRequest)\n- [1.0.3](/php/docs/reference/cloud-build/1.0.3/V2.ListRepositoriesRequest)\n- [0.16.3](/php/docs/reference/cloud-build/0.16.3/V2.ListRepositoriesRequest)\n- [0.15.0](/php/docs/reference/cloud-build/0.15.0/V2.ListRepositoriesRequest)\n- [0.14.0](/php/docs/reference/cloud-build/0.14.0/V2.ListRepositoriesRequest)\n- [0.13.2](/php/docs/reference/cloud-build/0.13.2/V2.ListRepositoriesRequest)\n- [0.12.0](/php/docs/reference/cloud-build/0.12.0/V2.ListRepositoriesRequest)\n- [0.11.0](/php/docs/reference/cloud-build/0.11.0/V2.ListRepositoriesRequest)\n- [0.10.0](/php/docs/reference/cloud-build/0.10.0/V2.ListRepositoriesRequest)\n- [0.9.0](/php/docs/reference/cloud-build/0.9.0/V2.ListRepositoriesRequest)\n- [0.8.0](/php/docs/reference/cloud-build/0.8.0/V2.ListRepositoriesRequest)\n- [0.7.3](/php/docs/reference/cloud-build/0.7.3/V2.ListRepositoriesRequest)\n- [0.6.1](/php/docs/reference/cloud-build/0.6.1/V2.ListRepositoriesRequest)\n- [0.5.1](/php/docs/reference/cloud-build/0.5.1/V2.ListRepositoriesRequest)\n- [0.4.0](/php/docs/reference/cloud-build/0.4.0/V2.ListRepositoriesRequest)\n- [0.3.8](/php/docs/reference/cloud-build/0.3.8/V2.ListRepositoriesRequest) \nReference documentation and code samples for the Google Cloud Build V2 Client class ListRepositoriesRequest.\n\nMessage for requesting list of Repositories.\n\nGenerated from protobuf message `google.devtools.cloudbuild.v2.ListRepositoriesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Build \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent, which owns this collection of Repositories.\n\nFormat: `projects/*/locations/*/connections/*`.\n\n### setParent\n\nRequired. The parent, which owns this collection of Repositories.\n\nFormat: `projects/*/locations/*/connections/*`.\n\n### getPageSize\n\nNumber of results to return in the list.\n\n### setPageSize\n\nNumber of results to return in the list.\n\n### getPageToken\n\nPage start.\n\n### setPageToken\n\nPage start.\n\n### getFilter\n\nA filter expression that filters resources listed in the response.\n\nExpressions must follow API improvement proposal\n[AIP-160](https://google.aip.dev/160). e.g.\n`remote_uri:\"https://github.com*\"`.\n\n### setFilter\n\nA filter expression that filters resources listed in the response.\n\nExpressions must follow API improvement proposal\n[AIP-160](https://google.aip.dev/160). e.g.\n`remote_uri:\"https://github.com*\"`.\n\n### static::build"]]