Class: Google::Cloud::Dataplex::V1::GetEntryRequest

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

Overview

Get Entry request.

Instance Attribute Summary collapse

Instance Attribute Details

#aspect_types::Array<::String>

Returns Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.

Returns:

  • (::Array<::String>)

    Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.



1017
1018
1019
1020
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1017

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

#name::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}.



1017
1018
1019
1020
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1017

class GetEntryRequest
  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. It only works for CUSTOM view.

Returns:

  • (::Array<::String>)

    Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.



1017
1018
1019
1020
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1017

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

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

Optional. View to control which parts of an entry the service should return.

Returns:



1017
1018
1019
1020
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1017

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