Google Cloud Build V2 Client - Class FetchLinkableRepositoriesRequest (0.5.1)

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.

Parameters
NameDescription
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/*.

Returns
TypeDescription
string

setConnection

Required. The name of the Connection.

Format: projects/*/locations/*/connections/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Number of results to return in the list. Default to 20.

Returns
TypeDescription
int

setPageSize

Number of results to return in the list. Default to 20.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Page start.

Returns
TypeDescription
string

setPageToken

Page start.

Parameter
NameDescription
var string
Returns
TypeDescription
$this