@@ -557,11 +557,11 @@ async def list_domains(
557557 Retrieve domains in a specific Project or in a specific Organization using the `region` parameter.
558558 :param region: Region to target. If none is passed will use default region from the config.
559559 :param page: Requested page number. Value must be greater or equal to 1.
560- :param page_size: Page size.
561- :param project_id:
562- :param status:
563- :param organization_id:
564- :param name:
560+ :param page_size: Requested page size. Value must be between 1 and 1000 .
561+ :param project_id: (Optional) ID of the Project in which to list the domains.
562+ :param status: (Optional) List domains under specific statuses.
563+ :param organization_id: (Optional) ID of the Organization in which to list the domains.
564+ :param name: (Optional) Names of the domains to list.
565565 :return: :class:`ListDomainsResponse <ListDomainsResponse>`
566566
567567 Usage:
@@ -607,11 +607,11 @@ async def list_domains_all(
607607 Retrieve domains in a specific Project or in a specific Organization using the `region` parameter.
608608 :param region: Region to target. If none is passed will use default region from the config.
609609 :param page: Requested page number. Value must be greater or equal to 1.
610- :param page_size: Page size.
611- :param project_id:
612- :param status:
613- :param organization_id:
614- :param name:
610+ :param page_size: Requested page size. Value must be between 1 and 1000 .
611+ :param project_id: (Optional) ID of the Project in which to list the domains.
612+ :param status: (Optional) List domains under specific statuses.
613+ :param organization_id: (Optional) ID of the Organization in which to list the domains.
614+ :param name: (Optional) Names of the domains to list.
615615 :return: :class:`List[Domain] <List[Domain]>`
616616
617617 Usage:
0 commit comments