From 49e2faa3b64d0e624506e26cd2f92f478f904de2 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 8 Jan 2025 14:17:03 +0000 Subject: [PATCH] feat: update generated APIs --- .../scaleway_async/container/v1beta1/api.py | 24 +++++++++---------- scaleway/scaleway/container/v1beta1/api.py | 24 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/scaleway-async/scaleway_async/container/v1beta1/api.py b/scaleway-async/scaleway_async/container/v1beta1/api.py index c42901ec..790f305a 100644 --- a/scaleway-async/scaleway_async/container/v1beta1/api.py +++ b/scaleway-async/scaleway_async/container/v1beta1/api.py @@ -1156,8 +1156,8 @@ async def list_domains( order_by: Optional[ListDomainsRequestOrderBy] = None, ) -> ListDomainsResponse: """ - List all domain name bindings. - List all domain name bindings in a specified region. + List all custom domains. + List all custom domains in a specified region. :param container_id: UUID of the container the domain belongs to. :param region: Region to target. If none is passed will use default region from the config. :param page: Page number. @@ -1201,8 +1201,8 @@ async def list_domains_all( order_by: Optional[ListDomainsRequestOrderBy] = None, ) -> List[Domain]: """ - List all domain name bindings. - List all domain name bindings in a specified region. + List all custom domains. + List all custom domains in a specified region. :param container_id: UUID of the container the domain belongs to. :param region: Region to target. If none is passed will use default region from the config. :param page: Page number. @@ -1238,8 +1238,8 @@ async def get_domain( region: Optional[Region] = None, ) -> Domain: """ - Get a domain name binding. - Get a domain name binding for the container with the specified ID. + Get a custom domain. + Get a custom domain for the container with the specified ID. :param domain_id: UUID of the domain to get. :param region: Region to target. If none is passed will use default region from the config. :return: :class:`Domain ` @@ -1273,8 +1273,8 @@ async def wait_for_domain( options: Optional[WaitForOptions[Domain, Union[bool, Awaitable[bool]]]] = None, ) -> Domain: """ - Get a domain name binding. - Get a domain name binding for the container with the specified ID. + Get a custom domain. + Get a custom domain for the container with the specified ID. :param domain_id: UUID of the domain to get. :param region: Region to target. If none is passed will use default region from the config. :return: :class:`Domain ` @@ -1310,8 +1310,8 @@ async def create_domain( region: Optional[Region] = None, ) -> Domain: """ - Create a domain name binding. - Create a domain name binding for the container with the specified ID. + Create a custom domain. + Create a custom domain for the container with the specified ID. :param hostname: Domain to assign. :param container_id: UUID of the container to assign the domain to. :param region: Region to target. If none is passed will use default region from the config. @@ -1353,8 +1353,8 @@ async def delete_domain( region: Optional[Region] = None, ) -> Domain: """ - Delete a domain name binding. - Delete the domain name binding with the specific ID. + Delete a custom domain. + Delete the custom domain with the specific ID. :param domain_id: UUID of the domain to delete. :param region: Region to target. If none is passed will use default region from the config. :return: :class:`Domain ` diff --git a/scaleway/scaleway/container/v1beta1/api.py b/scaleway/scaleway/container/v1beta1/api.py index a7fea8f9..fd61b1fb 100644 --- a/scaleway/scaleway/container/v1beta1/api.py +++ b/scaleway/scaleway/container/v1beta1/api.py @@ -1152,8 +1152,8 @@ def list_domains( order_by: Optional[ListDomainsRequestOrderBy] = None, ) -> ListDomainsResponse: """ - List all domain name bindings. - List all domain name bindings in a specified region. + List all custom domains. + List all custom domains in a specified region. :param container_id: UUID of the container the domain belongs to. :param region: Region to target. If none is passed will use default region from the config. :param page: Page number. @@ -1197,8 +1197,8 @@ def list_domains_all( order_by: Optional[ListDomainsRequestOrderBy] = None, ) -> List[Domain]: """ - List all domain name bindings. - List all domain name bindings in a specified region. + List all custom domains. + List all custom domains in a specified region. :param container_id: UUID of the container the domain belongs to. :param region: Region to target. If none is passed will use default region from the config. :param page: Page number. @@ -1234,8 +1234,8 @@ def get_domain( region: Optional[Region] = None, ) -> Domain: """ - Get a domain name binding. - Get a domain name binding for the container with the specified ID. + Get a custom domain. + Get a custom domain for the container with the specified ID. :param domain_id: UUID of the domain to get. :param region: Region to target. If none is passed will use default region from the config. :return: :class:`Domain ` @@ -1269,8 +1269,8 @@ def wait_for_domain( options: Optional[WaitForOptions[Domain, bool]] = None, ) -> Domain: """ - Get a domain name binding. - Get a domain name binding for the container with the specified ID. + Get a custom domain. + Get a custom domain for the container with the specified ID. :param domain_id: UUID of the domain to get. :param region: Region to target. If none is passed will use default region from the config. :return: :class:`Domain ` @@ -1306,8 +1306,8 @@ def create_domain( region: Optional[Region] = None, ) -> Domain: """ - Create a domain name binding. - Create a domain name binding for the container with the specified ID. + Create a custom domain. + Create a custom domain for the container with the specified ID. :param hostname: Domain to assign. :param container_id: UUID of the container to assign the domain to. :param region: Region to target. If none is passed will use default region from the config. @@ -1349,8 +1349,8 @@ def delete_domain( region: Optional[Region] = None, ) -> Domain: """ - Delete a domain name binding. - Delete the domain name binding with the specific ID. + Delete a custom domain. + Delete the custom domain with the specific ID. :param domain_id: UUID of the domain to delete. :param region: Region to target. If none is passed will use default region from the config. :return: :class:`Domain `