Class GetEntryRequest (2.4.0)

GetEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Get Entry request.

Attributes

Name Description
name str
Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
view google.cloud.dataplex_v1.types.EntryView
Optional. View to control which parts of an entry the service should return.
aspect_types MutableSequence[str]
Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
paths MutableSequence[str]
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.