Class: Google::Cloud::Orchestration::Airflow::Service::V1::StorageConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::StorageConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
The configuration for data storage in the environment.
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Optional.
Instance Attribute Details
#bucket ⇒ ::String
Returns Optional. The name of the Cloud Storage bucket used by the environment. No
gs://
prefix.
789 790 791 792 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 789 class StorageConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |