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
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connection |
string
Required. The name of the Connection. Format: |
↳ 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 | |
---|---|
Type | Description |
string |
setConnection
Required. The name of the Connection.
Format: projects/*/locations/*/connections/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Number of results to return in the list. Default to 20.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Number of results to return in the list. Default to 20.
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 |