Class: Google::Cloud::Orchestration::Airflow::Service::V1::FetchDatabasePropertiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::FetchDatabasePropertiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Request to fetch properties of environment's database.
Instance Attribute Summary collapse
-
#environment ⇒ ::String
Required.
Instance Attribute Details
#environment ⇒ ::String
Returns Required. The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
761 762 763 764 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 761 class FetchDatabasePropertiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |