Class: Google::Cloud::Orchestration::Airflow::Service::V1::GetEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::GetEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Get an environment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name of the environment to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
Instance Attribute Details
#name ⇒ ::String
Returns The resource name of the environment to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
44 45 46 47 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 44 class GetEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |