Class: Google::Cloud::Dataplex::V1::DeleteZoneRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteZoneRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
Delete zone request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the zone:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}
.
216 217 218 219 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 216 class DeleteZoneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |