Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class StorageConfig.
The configuration for data storage in the environment.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.StorageConfig
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bucket |
string
Optional. The name of the Cloud Storage bucket used by the environment. No |
getBucket
Optional. The name of the Cloud Storage bucket used by the environment. No
gs:// prefix.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucket
Optional. The name of the Cloud Storage bucket used by the environment. No
gs:// prefix.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|