Reference documentation and code samples for the Google Cloud Build V2 Client class FetchReadTokenResponse.
Message for responding to get read token.
Generated from protobuf message google.devtools.cloudbuild.v2.FetchReadTokenResponse
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ token |
string
The token content. |
↳ expiration_time |
Google\Protobuf\Timestamp
Expiration timestamp. Can be empty if unknown or non-expiring. |
getToken
The token content.
| Returns | |
|---|---|
| Type | Description |
string |
|
setToken
The token content.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExpirationTime
Expiration timestamp. Can be empty if unknown or non-expiring.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasExpirationTime
clearExpirationTime
setExpirationTime
Expiration timestamp. Can be empty if unknown or non-expiring.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|