Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class FetchLinkableGitRepositoriesRequest.
Request message for FetchLinkableGitRepositoriesRequest.
Generated from protobuf message google.cloud.developerconnect.v1.FetchLinkableGitRepositoriesRequest
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__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
Optional. Number of results to return in the list. Defaults to 20. |
↳ page_token |
string
Optional. 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
Optional. Number of results to return in the list. Defaults to 20.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. Number of results to return in the list. Defaults to 20.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. Page start.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. Page start.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
connection |
string
Required. The name of the Connection.
Format: |
Returns | |
---|---|
Type | Description |
Google\Cloud\DeveloperConnect\V1\FetchLinkableGitRepositoriesRequest |