Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class FetchLinkableGitRepositoriesResponse.
Response message for FetchLinkableGitRepositories.
Generated from protobuf message google.cloud.developerconnect.v1.FetchLinkableGitRepositoriesResponse
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ linkable_git_repositories |
array<Google\Cloud\DeveloperConnect\V1\LinkableGitRepository>
The git repositories that can be linked to the connection. |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getLinkableGitRepositories
The git repositories that can be linked to the connection.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setLinkableGitRepositories
The git repositories that can be linked to the connection.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DeveloperConnect\V1\LinkableGitRepository>
|
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 |