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

Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class ListGitRepositoryLinksResponse.

Message for response to listing GitRepositoryLinks

Generated from protobuf message google.cloud.developerconnect.v1.ListGitRepositoryLinksResponse

Namespace

Google \ Cloud \ DeveloperConnect \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ git_repository_links array<Google\Cloud\DeveloperConnect\V1\GitRepositoryLink>

The list of GitRepositoryLinks

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Locations that could not be reached.

The list of GitRepositoryLinks

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

The list of GitRepositoryLinks

Parameter
Name Description
var array<Google\Cloud\DeveloperConnect\V1\GitRepositoryLink>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this