Class ListRegistrationsRequest (1.1.2)

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

Request for the ListRegistrations method.

Attributes

NameDescription
parent str
Required. The project and location from which to list ``Registration``\ s, specified in the format ``projects/*/locations/*``.
page_size int
Maximum number of results to return.
page_token str
When set to the ``next_page_token`` from a prior response, provides the next page of results.
filter str
Filter expression to restrict the ``Registration``\ s returned. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, a boolean, or an enum value. The comparison operator should be one of =, !=, >, <,>=, <=, or="" :="" for="" prefix="" or="" wildcard="" matches.="" for="" example,="" to="" filter="" to="" a="" specific="" domain="" name,="" use="" an="" expression="" like="" ``domainname="example.com" ``.="" you="" can="" also="" check="" for="" the="" existence="" of="" a="" field;="" for="" example,="" to="" find="" domains="" using="" custom="" dns="" settings,="" use="" an="" expression="" like="" ``dnssettings.customdns:*``.="" you="" can="" also="" create="" compound="" filters="" by="" combining="" expressions="" with="" the="" ``and``="" and="" ``or``="" operators.="" for="" example,="" to="" find="" domains="" that="" are="" suspended="" or="" have="" specific="" issues="" flagged,="" use="" an="" expression="" like="" ``(state="SUSPENDED)" or="" (issue:*)``.="">

Inheritance

builtins.object > proto.message.Message > ListRegistrationsRequest