Class: Google::Cloud::Dataplex::V1::LookupEntryRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#aspect_types::Array<::String>

Returns 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.



972
973
974
975
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 972

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

#entry::String

Returns 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}.



972
973
974
975
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 972

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

#name::String

Returns 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}.



972
973
974
975
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 972

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

#paths::Array<::String>

Returns 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.



972
973
974
975
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 972

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

#view::Google::Cloud::Dataplex::V1::EntryView

Returns Optional. View for controlling which parts of an entry are to be returned.

Returns:



972
973
974
975
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 972

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