Reference documentation and code samples for the Google Cloud Config V1 Client class PreviewArtifacts.
Artifacts created by preview.
Generated from protobuf message google.cloud.config.v1.PreviewArtifacts
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content |
string
Output only. Location of a blueprint copy and other content in Google Cloud Storage. Format: |
↳ artifacts |
string
Output only. Location of artifacts in Google Cloud Storage. Format: |
getContent
Output only. Location of a blueprint copy and other content in Google Cloud
Storage. Format: gs://{bucket}/{object}
| Returns | |
|---|---|
| Type | Description |
string |
|
setContent
Output only. Location of a blueprint copy and other content in Google Cloud
Storage. Format: gs://{bucket}/{object}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getArtifacts
Output only. Location of artifacts in Google Cloud Storage.
Format: gs://{bucket}/{object}
| Returns | |
|---|---|
| Type | Description |
string |
|
setArtifacts
Output only. Location of artifacts in Google Cloud Storage.
Format: gs://{bucket}/{object}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|