Class ListMetadataImportsRequest (1.6.0)

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

Request message for DataprocMetastore.ListMetadataImports.

Attributes

NameDescription
parent str
Required. The relative resource name of the service whose metadata imports to list, in the following form: ``projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports``.
page_size int
Optional. The maximum number of imports to return. The response may contain less than the maximum number. If unspecified, no more than 500 imports are returned. The maximum value is 1000; values above 1000 are changed to 1000.
page_token str
Optional. A page token, received from a previous DataprocMetastore.ListServices call. Provide this token to retrieve the subsequent page. To retrieve the first page, supply an empty page token. When paginating, other parameters provided to DataprocMetastore.ListServices must match the call that provided the page token.
filter str
Optional. The filter to apply to list results.
order_by str
Optional. Specify the ordering of results as described in `Sorting Order

Inheritance

builtins.object > proto.message.Message > ListMetadataImportsRequest