Class: Google::Cloud::Dataplex::V1::DeleteLakeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/service.rb

Overview

Delete lake request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.

Returns:

  • (::String)

    Required. The resource name of the lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.



74
75
76
77
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 74

class DeleteLakeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end