LookupEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location} .
|
view |
google.cloud.dataplex_v1.types.EntryView
Optional. View for controlling which parts of an entry are to be returned. |
aspect_types |
MutableSequence[str]
Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected. |
paths |
MutableSequence[str]
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected. |
entry |
str
Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry} .
|