Reference documentation and code samples for the Google Cloud Config V1 Client class Statefile.
Contains info about a Terraform state file
Generated from protobuf message google.cloud.config.v1.Statefile
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ signed_uri |
string
Output only. Cloud Storage signed URI used for downloading or uploading the state file. |
getSignedUri
Output only. Cloud Storage signed URI used for downloading or uploading the state file.
Returns | |
---|---|
Type | Description |
string |
setSignedUri
Output only. Cloud Storage signed URI used for downloading or uploading the state file.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |