Google Cloud Developer Connect V1 Client - Class FetchLinkableGitRepositoriesRequest (0.1.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ connection string

Required. The name of the Connection. Format: projects/*/locations/*/connections/*.

↳ 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: projects/*/locations/*/connections/*. Please see Google\Cloud\DeveloperConnect\V1\DeveloperConnectClient::connectionName() for help formatting this field.

Returns
Type Description
Google\Cloud\DeveloperConnect\V1\FetchLinkableGitRepositoriesRequest