Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DeleteEntryLinkRequest
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DeleteEntryLinkRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
Request message for DeleteEntryLink.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DeleteEntryLinkRequest
constructor
A new instance of GoogleCloudDataplexV1DeleteEntryLinkRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DeleteEntryLinkRequest
Returns a new instance of GoogleCloudDataplexV1DeleteEntryLinkRequest.
5629 5630 5631 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5629 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. The resource name of the Entry Link: projects/project_id_or_number/
locations/location_id/entryGroups/entry_group_id/entryLinks/entry_link_id
.
Corresponds to the JSON property name
5627 5628 5629 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5627 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5634 5635 5636 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5634 def update!(**args) @name = args[:name] if args.key?(:name) end |