Dataplex V1 API - Class Google::Cloud::Dataplex::V1::UpdateEntryLinkRequest (v2.10.0)

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
Returns
  • (::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
Parameter
  • value (::Boolean) — Optional. If set to true and the entry link doesn't exist, the service will create it.
Returns
  • (::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>
Returns
  • (::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>
Parameter
  • 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.

Returns
  • (::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
Returns

#entry_link=

def entry_link=(value) -> ::Google::Cloud::Dataplex::V1::EntryLink
Parameter
Returns