Class: Google::Cloud::Dataplex::V1::DeleteEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
Delete environment request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the environment:
projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}
.
700 701 702 703 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 700 class DeleteEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |