Reference documentation and code samples for the Google Cloud Build V2 Client class FetchLinkableRepositoriesRequest.
Request message for FetchLinkableRepositories.
Generated from protobuf message google.devtools.cloudbuild.v2.FetchLinkableRepositoriesRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ connection
string
Required. The name of the Connection. Format: projects/*/locations/*/connections/*
.
↳ page_size
int
Number of results to return in the list. Default to 20.
↳ page_token
string
Page start.
getConnection
Required. The name of the Connection.
Format: projects/*/locations/*/connections/*
.
string
setConnection
Required. The name of the Connection.
Format: projects/*/locations/*/connections/*
.
var
string
$this
getPageSize
Number of results to return in the list. Default to 20.
int
setPageSize
Number of results to return in the list. Default to 20.
var
int
$this
getPageToken
Page start.
string
setPageToken
Page start.
var
string
$this