Dataplex V1 API - Class Google::Cloud::Dataplex::V1::LookupEntryRequest (v0.20.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::LookupEntryRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#aspect_types

def aspect_types() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected.

#aspect_types=

def aspect_types=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected.
Returns
  • (::Array<::String>) — Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected.

#entry

def entry() -> ::String
Returns
  • (::String) — Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.

#entry=

def entry=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
Returns
  • (::String) — Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.

#name

def name() -> ::String
Returns
  • (::String) — Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

#paths

def paths() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.

#paths=

def paths=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.
Returns
  • (::Array<::String>) — Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.

#view

def view() -> ::Google::Cloud::Dataplex::V1::EntryView
Returns

#view=

def view=(value) -> ::Google::Cloud::Dataplex::V1::EntryView
Parameter
Returns