Reference documentation and code samples for the Google Cloud Build V2 Client class ListConnectionsRequest.
Message for requesting list of Connections.
Generated from protobuf message google.devtools.cloudbuild.v2.ListConnectionsRequest
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent, which owns this collection of Connections. Format: projects/*/locations/*
.
↳ page_size
int
Number of results to return in the list.
↳ page_token
string
Page start.
getParent
Required. The parent, which owns this collection of Connections.
Format: projects/*/locations/*
.
string
setParent
Required. The parent, which owns this collection of Connections.
Format: projects/*/locations/*
.
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
static::build
parent
string
Required. The parent, which owns this collection of Connections.
Format: projects/*/locations/*
. Please see Google\Cloud\Build\V2\RepositoryManagerClient::locationName()
for help formatting this field.