Class ListEntitiesRequest (0.1.0)

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

List metadata entities request.

Attributes

NameDescription
parent str
Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
view google.cloud.dataplex_v1.types.ListEntitiesRequest.EntityView
Required. Specify the entity view to make a partial list request.
page_size int
Optional. Maximum number of entities to return. The service may return fewer than this value. If unspecified, at most 10 entities will be returned. The maximum value is 1000; values above 1000 are set to 1000.
page_token str
Optional. Page token received from a previous ListEntities call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListEntities must match the call that provided the page token.
filter str
Optional. Filter request by name prefix.

Classes

EntityView

EntityView(value)

Entity views.