Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::UpdateEntryLinkRequest.
Request message for UpdateEntryLink method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_missing
def allow_missing() -> ::Boolean- (::Boolean) — Optional. If set to true and the entry link doesn't exist, the service will create it.
#allow_missing=
def allow_missing=(value) -> ::Boolean- value (::Boolean) — Optional. If set to true and the entry link doesn't exist, the service will create it.
- (::Boolean) — Optional. If set to true and the entry link doesn't exist, the service will create it.
#aspect_keys
def aspect_keys() -> ::Array<::String>-
(::Array<::String>) — Optional. The map keys of the Aspects which the service should modify.
It should be the aspect type reference in the format
{project_id_or_number}.{location_id}.{aspect_type_id}.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.
#aspect_keys=
def aspect_keys=(value) -> ::Array<::String>-
value (::Array<::String>) — Optional. The map keys of the Aspects which the service should modify.
It should be the aspect type reference in the format
{project_id_or_number}.{location_id}.{aspect_type_id}.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.
-
(::Array<::String>) — Optional. The map keys of the Aspects which the service should modify.
It should be the aspect type reference in the format
{project_id_or_number}.{location_id}.{aspect_type_id}.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.
#entry_link
def entry_link() -> ::Google::Cloud::Dataplex::V1::EntryLink- (::Google::Cloud::Dataplex::V1::EntryLink) — Required. Entry Link resource.
#entry_link=
def entry_link=(value) -> ::Google::Cloud::Dataplex::V1::EntryLink- value (::Google::Cloud::Dataplex::V1::EntryLink) — Required. Entry Link resource.
- (::Google::Cloud::Dataplex::V1::EntryLink) — Required. Entry Link resource.