Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class FetchGitRefsRequest.
Request for fetching git refs.
Generated from protobuf message google.cloud.developerconnect.v1.FetchGitRefsRequest
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ git_repository_link |
string
Required. The resource name of GitRepositoryLink in the format |
↳ ref_type |
int
Required. Type of refs to fetch. |
↳ page_size |
int
Optional. Number of results to return in the list. Default to 20. |
↳ page_token |
string
Optional. Page start. |
getGitRepositoryLink
Required. The resource name of GitRepositoryLink in the format
projects/*/locations/*/connections/*/gitRepositoryLinks/*
.
Returns | |
---|---|
Type | Description |
string |
setGitRepositoryLink
Required. The resource name of GitRepositoryLink in the format
projects/*/locations/*/connections/*/gitRepositoryLinks/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRefType
Required. Type of refs to fetch.
Returns | |
---|---|
Type | Description |
int |
setRefType
Required. Type of refs to fetch.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. Number of results to return in the list. Default to 20.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. Number of results to return in the list. Default 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
Parameters | |
---|---|
Name | Description |
gitRepositoryLink |
string
Required. The resource name of GitRepositoryLink in the format
|
refType |
int
Required. Type of refs to fetch. For allowed values, use constants defined on Google\Cloud\DeveloperConnect\V1\FetchGitRefsRequest\RefType |
Returns | |
---|---|
Type | Description |
Google\Cloud\DeveloperConnect\V1\FetchGitRefsRequest |