Reference documentation and code samples for the Google Cloud Build V2 Client class ListRepositoriesRequest.
Message for requesting list of Repositories.
Generated from protobuf message google.devtools.cloudbuild.v2.ListRepositoriesRequest
Methods
__construct
Constructor.
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 proposal AIP-160
. e.g. remote_uri:"https://github.com*"
.
getParent
Required. The parent, which owns this collection of Repositories.
Format: projects/*/locations/*/connections/*
.
string
setParent
Required. The parent, which owns this collection of Repositories.
Format: projects/*/locations/*/connections/*
.
var
string
$this
getPageSize
Number of results to return in the list.
int
setPageSize
Number of results to return in the list.
var
int
$this
getPageToken
Page start.
string
setPageToken
Page start.
var
string
$this
getFilter
A filter expression that filters resources listed in the response.
Expressions must follow API improvement proposal AIP-160
. e.g. remote_uri:"https://github.com*"
.
string
setFilter
A filter expression that filters resources listed in the response.
Expressions must follow API improvement proposal AIP-160
. e.g. remote_uri:"https://github.com*"
.
var
string
$this