Reference documentation and code samples for the Google Cloud Build V2 Client class FetchReadTokenRequest.
Message for fetching SCM read token.
Generated from protobuf message google.devtools.cloudbuild.v2.FetchReadTokenRequest
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ repository |
string
Required. The resource name of the repository in the format |
getRepository
Required. The resource name of the repository in the format
projects/*/locations/*/connections/*/repositories/*
.
Returns | |
---|---|
Type | Description |
string |
setRepository
Required. The resource name of the repository in the format
projects/*/locations/*/connections/*/repositories/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
repository |
string
Required. The resource name of the repository in the format
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Build\V2\FetchReadTokenRequest |