Package Methods (1.15.0)

Summary of entries of Methods for appengine.

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient

ApplicationsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.applications.transports.base.ApplicationsTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.applications.transports.base.ApplicationsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.create_application

create_application(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateApplicationRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Creates an App Engine application for a Google Cloud Platformproject.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.create_application

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.from_service_account_file

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.from_service_account_info

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.from_service_account_json

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.get_application

get_application(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetApplicationRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.application.Application

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.appengine_admin_v1.services.applications.transports.base.ApplicationsTransport]

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.repair_application

repair_application(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.RepairApplicationRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Recreates the required App Engine features for the specified AppEngine application, for example a Cloud Storage bucket or AppEngine service account.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.repair_application

google.cloud.appengine_admin_v1.services.applications.ApplicationsAsyncClient.update_application

update_application(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateApplicationRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient

ApplicationsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.applications.transports.base.ApplicationsTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.applications.transports.base.ApplicationsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.__exit__

__exit__(type,value,traceback)

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.create_application

create_application(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateApplicationRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Creates an App Engine application for a Google Cloud Platformproject.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.create_application

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.from_service_account_file

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.from_service_account_info

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.from_service_account_json

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.get_application

get_application(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetApplicationRequest,dict]]=None,*,name:typing.Optional[str]=None,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.application.Application

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.repair_application

repair_application(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.RepairApplicationRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Recreates the required App Engine features for the specified AppEngine application, for example a Cloud Storage bucket or AppEngine service account.

See more:google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.repair_application

google.cloud.appengine_admin_v1.services.applications.ApplicationsClient.update_application

update_application(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateApplicationRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient

AuthorizedCertificatesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.authorized_certificates.transports.base.AuthorizedCertificatesTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.authorized_certificates.transports.base.AuthorizedCertificatesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.create_authorized_certificate

create_authorized_certificate(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateAuthorizedCertificateRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.certificate.AuthorizedCertificate

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.delete_authorized_certificate

delete_authorized_certificate(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteAuthorizedCertificateRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.get_authorized_certificate

get_authorized_certificate(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetAuthorizedCertificateRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.certificate.AuthorizedCertificate

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.appengine_admin_v1.services.authorized_certificates.transports.base.AuthorizedCertificatesTransport]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.list_authorized_certificates

list_authorized_certificates(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedCertificatesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.appengine_admin_v1.services.authorized_certificates.pagers.ListAuthorizedCertificatesAsyncPager)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesAsyncClient.update_authorized_certificate

update_authorized_certificate(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateAuthorizedCertificateRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.certificate.AuthorizedCertificate

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient

AuthorizedCertificatesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.authorized_certificates.transports.base.AuthorizedCertificatesTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.authorized_certificates.transports.base.AuthorizedCertificatesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.__exit__

__exit__(type,value,traceback)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.create_authorized_certificate

create_authorized_certificate(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateAuthorizedCertificateRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.certificate.AuthorizedCertificate

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.delete_authorized_certificate

delete_authorized_certificate(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteAuthorizedCertificateRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.from_service_account_file

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.from_service_account_info

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.from_service_account_json

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.get_authorized_certificate

get_authorized_certificate(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetAuthorizedCertificateRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.certificate.AuthorizedCertificate

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.list_authorized_certificates

list_authorized_certificates(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedCertificatesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.appengine_admin_v1.services.authorized_certificates.pagers.ListAuthorizedCertificatesPager)

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_certificates.AuthorizedCertificatesClient.update_authorized_certificate

update_authorized_certificate(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateAuthorizedCertificateRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.certificate.AuthorizedCertificate

google.cloud.appengine_admin_v1.services.authorized_certificates.pagers.ListAuthorizedCertificatesAsyncPager

ListAuthorizedCertificatesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedCertificatesResponse],],request:google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedCertificatesRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedCertificatesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.authorized_certificates.pagers.ListAuthorizedCertificatesPager

ListAuthorizedCertificatesPager(method:typing.Callable[[...],google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedCertificatesResponse,],request:google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedCertificatesRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedCertificatesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient

AuthorizedDomainsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.authorized_domains.transports.base.AuthorizedDomainsTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.authorized_domains.transports.base.AuthorizedDomainsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.from_service_account_file

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.from_service_account_info

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.from_service_account_json

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.appengine_admin_v1.services.authorized_domains.transports.base.AuthorizedDomainsTransport]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.list_authorized_domains

list_authorized_domains(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedDomainsRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.appengine_admin_v1.services.authorized_domains.pagers.ListAuthorizedDomainsAsyncPager)

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient

AuthorizedDomainsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.authorized_domains.transports.base.AuthorizedDomainsTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.authorized_domains.transports.base.AuthorizedDomainsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.__exit__

__exit__(type,value,traceback)

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.from_service_account_file

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.from_service_account_info

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.from_service_account_json

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.list_authorized_domains

list_authorized_domains(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedDomainsRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.appengine_admin_v1.services.authorized_domains.pagers.ListAuthorizedDomainsPager)

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.AuthorizedDomainsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.authorized_domains.pagers.ListAuthorizedDomainsAsyncPager

ListAuthorizedDomainsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedDomainsResponse],],request:google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedDomainsRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedDomainsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.authorized_domains.pagers.ListAuthorizedDomainsPager

ListAuthorizedDomainsPager(method:typing.Callable[[...],google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedDomainsResponse,],request:google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedDomainsRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListAuthorizedDomainsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient

DomainMappingsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.domain_mappings.transports.base.DomainMappingsTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.domain_mappings.transports.base.DomainMappingsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the domain mappings async client.

See more:google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.create_domain_mapping

create_domain_mapping(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateDomainMappingRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.delete_domain_mapping

delete_domain_mapping(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteDomainMappingRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.from_service_account_file

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.from_service_account_info

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.from_service_account_json

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.get_domain_mapping

get_domain_mapping(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetDomainMappingRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.domain_mapping.DomainMapping

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.appengine_admin_v1.services.domain_mappings.transports.base.DomainMappingsTransport]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.list_domain_mappings

list_domain_mappings(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListDomainMappingsRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.appengine_admin_v1.services.domain_mappings.pagers.ListDomainMappingsAsyncPager)

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsAsyncClient.update_domain_mapping

update_domain_mapping(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateDomainMappingRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient

DomainMappingsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.domain_mappings.transports.base.DomainMappingsTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.domain_mappings.transports.base.DomainMappingsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.__exit__

__exit__(type,value,traceback)

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.create_domain_mapping

create_domain_mapping(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateDomainMappingRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.delete_domain_mapping

delete_domain_mapping(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteDomainMappingRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.from_service_account_file

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.from_service_account_info

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.from_service_account_json

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.get_domain_mapping

get_domain_mapping(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetDomainMappingRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.domain_mapping.DomainMapping

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.list_domain_mappings

list_domain_mappings(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListDomainMappingsRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.appengine_admin_v1.services.domain_mappings.pagers.ListDomainMappingsPager)

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.domain_mappings.DomainMappingsClient.update_domain_mapping

update_domain_mapping(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateDomainMappingRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.appengine_admin_v1.services.domain_mappings.pagers.ListDomainMappingsAsyncPager

ListDomainMappingsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.appengine_admin_v1.types.appengine.ListDomainMappingsResponse],],request:google.cloud.appengine_admin_v1.types.appengine.ListDomainMappingsRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListDomainMappingsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.domain_mappings.pagers.ListDomainMappingsPager

ListDomainMappingsPager(method:typing.Callable[[...],google.cloud.appengine_admin_v1.types.appengine.ListDomainMappingsResponse,],request:google.cloud.appengine_admin_v1.types.appengine.ListDomainMappingsRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListDomainMappingsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient

FirewallAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.firewall.transports.base.FirewallTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.firewall.transports.base.FirewallTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the firewall async client.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.batch_update_ingress_rules

batch_update_ingress_rules(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.BatchUpdateIngressRulesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.appengine.BatchUpdateIngressRulesResponse

Replaces the entire firewall ruleset in one bulk operation.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.batch_update_ingress_rules

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.create_ingress_rule

create_ingress_rule(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateIngressRuleRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.firewall.FirewallRule

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.delete_ingress_rule

delete_ingress_rule(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteIngressRuleRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.from_service_account_file

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.from_service_account_info

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.from_service_account_json

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.get_ingress_rule

get_ingress_rule(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetIngressRuleRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.firewall.FirewallRule

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.appengine_admin_v1.services.firewall.transports.base.FirewallTransport]

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.list_ingress_rules

list_ingress_rules(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListIngressRulesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->(google.cloud.appengine_admin_v1.services.firewall.pagers.ListIngressRulesAsyncPager)

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.firewall.FirewallAsyncClient.update_ingress_rule

update_ingress_rule(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateIngressRuleRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.firewall.FirewallRule

google.cloud.appengine_admin_v1.services.firewall.FirewallClient

FirewallClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.firewall.transports.base.FirewallTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.firewall.transports.base.FirewallTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallClient.exit

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.batch_update_ingress_rules

batch_update_ingress_rules(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.BatchUpdateIngressRulesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.appengine.BatchUpdateIngressRulesResponse

Replaces the entire firewall ruleset in one bulk operation.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallClient.batch_update_ingress_rules

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.create_ingress_rule

create_ingress_rule(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateIngressRuleRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.firewall.FirewallRule

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.delete_ingress_rule

delete_ingress_rule(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteIngressRuleRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->None

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallClient.from_service_account_file

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallClient.from_service_account_info

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallClient.from_service_account_json

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.get_ingress_rule

get_ingress_rule(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetIngressRuleRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.firewall.FirewallRule

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.list_ingress_rules

list_ingress_rules(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListIngressRulesRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.services.firewall.pagers.ListIngressRulesPager

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.appengine_admin_v1.services.firewall.FirewallClient.parse_common_billing_account_path

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.firewall.FirewallClient.update_ingress_rule

update_ingress_rule(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateIngressRuleRequest,dict,]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.firewall.FirewallRule

google.cloud.appengine_admin_v1.services.firewall.pagers.ListIngressRulesAsyncPager

ListIngressRulesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.appengine_admin_v1.types.appengine.ListIngressRulesResponse],],request:google.cloud.appengine_admin_v1.types.appengine.ListIngressRulesRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListIngressRulesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.firewall.pagers.ListIngressRulesPager

ListIngressRulesPager(method:typing.Callable[[...],google.cloud.appengine_admin_v1.types.appengine.ListIngressRulesResponse],request:google.cloud.appengine_admin_v1.types.appengine.ListIngressRulesRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListIngressRulesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient

InstancesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.instances.transports.base.InstancesTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.instances.transports.base.InstancesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the instances async client.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.debug_instance

debug_instance(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DebugInstanceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.delete_instance

delete_instance(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteInstanceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.from_service_account_file

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.from_service_account_info

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.from_service_account_json

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.get_instance

get_instance(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetInstanceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.instance.Instance

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.appengine_admin_v1.services.instances.transports.base.InstancesTransport]

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.instance_path

instance_path(app:str,service:str,version:str,instance:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.list_instances

list_instances(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListInstancesRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.services.instances.pagers.ListInstancesAsyncPager

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesAsyncClient.parse_instance_path

parse_instance_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesClient

InstancesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.instances.transports.base.InstancesTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.instances.transports.base.InstancesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.instances.InstancesClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesClient.exit

google.cloud.appengine_admin_v1.services.instances.InstancesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesClient.debug_instance

debug_instance(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DebugInstanceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.appengine_admin_v1.services.instances.InstancesClient.delete_instance

delete_instance(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteInstanceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.appengine_admin_v1.services.instances.InstancesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesClient.from_service_account_file

google.cloud.appengine_admin_v1.services.instances.InstancesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesClient.from_service_account_info

google.cloud.appengine_admin_v1.services.instances.InstancesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesClient.from_service_account_json

google.cloud.appengine_admin_v1.services.instances.InstancesClient.get_instance

get_instance(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetInstanceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.instance.Instance

google.cloud.appengine_admin_v1.services.instances.InstancesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.instances.InstancesClient.instance_path

instance_path(app:str,service:str,version:str,instance:str)->str

google.cloud.appengine_admin_v1.services.instances.InstancesClient.list_instances

list_instances(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListInstancesRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.services.instances.pagers.ListInstancesPager

google.cloud.appengine_admin_v1.services.instances.InstancesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.instances.InstancesClient.parse_instance_path

parse_instance_path(path:str)->typing.Dict[str,str]

Parses a instance path into its component segments.

See more:google.cloud.appengine_admin_v1.services.instances.InstancesClient.parse_instance_path

google.cloud.appengine_admin_v1.services.instances.pagers.ListInstancesAsyncPager

ListInstancesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.appengine_admin_v1.types.appengine.ListInstancesResponse],],request:google.cloud.appengine_admin_v1.types.appengine.ListInstancesRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListInstancesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.instances.pagers.ListInstancesPager

ListInstancesPager(method:typing.Callable[[...],google.cloud.appengine_admin_v1.types.appengine.ListInstancesResponse],request:google.cloud.appengine_admin_v1.types.appengine.ListInstancesRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListInstancesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient

ServicesAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.services.transports.base.ServicesTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.services.transports.base.ServicesTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the services async client.

See more:google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.delete_service

delete_service(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteServiceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Deletes the specified service and all enclosedversions.

See more:google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.delete_service

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.from_service_account_file

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.from_service_account_info

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.from_service_account_json

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.get_service

get_service(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetServiceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.service.Service

Gets the current configuration of the specifiedservice.

See more:google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.get_service

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.appengine_admin_v1.services.services.transports.base.ServicesTransport]

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.list_services

list_services(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListServicesRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.services.services.pagers.ListServicesAsyncPager

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.update_service

update_service(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateServiceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Updates the configuration of the specified service.

See more:google.cloud.appengine_admin_v1.services.services.ServicesAsyncClient.update_service

google.cloud.appengine_admin_v1.services.services.ServicesClient

ServicesClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.services.transports.base.ServicesTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.services.transports.base.ServicesTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.services.ServicesClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.appengine_admin_v1.services.services.ServicesClient.exit

google.cloud.appengine_admin_v1.services.services.ServicesClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.services.ServicesClient.delete_service

delete_service(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteServiceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Deletes the specified service and all enclosedversions.

See more:google.cloud.appengine_admin_v1.services.services.ServicesClient.delete_service

google.cloud.appengine_admin_v1.services.services.ServicesClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.services.ServicesClient.from_service_account_file

google.cloud.appengine_admin_v1.services.services.ServicesClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.services.ServicesClient.from_service_account_info

google.cloud.appengine_admin_v1.services.services.ServicesClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.services.ServicesClient.from_service_account_json

google.cloud.appengine_admin_v1.services.services.ServicesClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.services.ServicesClient.get_service

get_service(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetServiceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.service.Service

Gets the current configuration of the specifiedservice.

See more:google.cloud.appengine_admin_v1.services.services.ServicesClient.get_service

google.cloud.appengine_admin_v1.services.services.ServicesClient.list_services

list_services(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListServicesRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.services.services.pagers.ListServicesPager

google.cloud.appengine_admin_v1.services.services.ServicesClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.appengine_admin_v1.services.services.ServicesClient.parse_common_billing_account_path

google.cloud.appengine_admin_v1.services.services.ServicesClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.services.ServicesClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.services.ServicesClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.services.ServicesClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.services.ServicesClient.update_service

update_service(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateServiceRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Updates the configuration of the specified service.

See more:google.cloud.appengine_admin_v1.services.services.ServicesClient.update_service

google.cloud.appengine_admin_v1.services.services.pagers.ListServicesAsyncPager

ListServicesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.appengine_admin_v1.types.appengine.ListServicesResponse],],request:google.cloud.appengine_admin_v1.types.appengine.ListServicesRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListServicesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.services.pagers.ListServicesPager

ListServicesPager(method:typing.Callable[[...],google.cloud.appengine_admin_v1.types.appengine.ListServicesResponse],request:google.cloud.appengine_admin_v1.types.appengine.ListServicesRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListServicesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient

VersionsAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.versions.transports.base.VersionsTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.versions.transports.base.VersionsTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

Instantiates the versions async client.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.create_version

create_version(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateVersionRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

Deploys code and resource files to a new version.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.create_version

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.delete_version

delete_version(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteVersionRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.from_service_account_file

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.from_service_account_info

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.from_service_account_json

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

Return the API endpoint and client cert source for mutual TLS.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.get_transport_class

get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.appengine_admin_v1.services.versions.transports.base.VersionsTransport]

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.get_version

get_version(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetVersionRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.version.Version

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.list_versions

list_versions(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListVersionsRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.services.versions.pagers.ListVersionsAsyncPager

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.versions.VersionsAsyncClient.update_version

update_version(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateVersionRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation_async.AsyncOperation

google.cloud.appengine_admin_v1.services.versions.VersionsClient

VersionsClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.appengine_admin_v1.services.versions.transports.base.VersionsTransport,typing.Callable[[...],google.cloud.appengine_admin_v1.services.versions.transports.base.VersionsTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)

google.cloud.appengine_admin_v1.services.versions.VersionsClient.__exit__

__exit__(type,value,traceback)

Releases underlying transport's resources.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsClient.exit

google.cloud.appengine_admin_v1.services.versions.VersionsClient.common_billing_account_path

common_billing_account_path(billing_account:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsClient.common_folder_path

common_folder_path(folder:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsClient.common_location_path

common_location_path(project:str,location:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsClient.common_organization_path

common_organization_path(organization:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsClient.common_project_path

common_project_path(project:str)->str

google.cloud.appengine_admin_v1.services.versions.VersionsClient.create_version

create_version(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.CreateVersionRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

Deploys code and resource files to a new version.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsClient.create_version

google.cloud.appengine_admin_v1.services.versions.VersionsClient.delete_version

delete_version(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.DeleteVersionRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.appengine_admin_v1.services.versions.VersionsClient.from_service_account_file

from_service_account_file(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsClient.from_service_account_file

google.cloud.appengine_admin_v1.services.versions.VersionsClient.from_service_account_info

from_service_account_info(info:dict,*args,**kwargs)

Creates an instance of this client using the provided credentials info.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsClient.from_service_account_info

google.cloud.appengine_admin_v1.services.versions.VersionsClient.from_service_account_json

from_service_account_json(filename:str,*args,**kwargs)

Creates an instance of this client using the provided credentials file.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsClient.from_service_account_json

google.cloud.appengine_admin_v1.services.versions.VersionsClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)

google.cloud.appengine_admin_v1.services.versions.VersionsClient.get_version

get_version(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.GetVersionRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.types.version.Version

google.cloud.appengine_admin_v1.services.versions.VersionsClient.list_versions

list_versions(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.ListVersionsRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.cloud.appengine_admin_v1.services.versions.pagers.ListVersionsPager

google.cloud.appengine_admin_v1.services.versions.VersionsClient.parse_common_billing_account_path

parse_common_billing_account_path(path:str)->typing.Dict[str,str]

Parse a billing_account path into its component segments.

See more:google.cloud.appengine_admin_v1.services.versions.VersionsClient.parse_common_billing_account_path

google.cloud.appengine_admin_v1.services.versions.VersionsClient.parse_common_folder_path

parse_common_folder_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.versions.VersionsClient.parse_common_location_path

parse_common_location_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.versions.VersionsClient.parse_common_organization_path

parse_common_organization_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.versions.VersionsClient.parse_common_project_path

parse_common_project_path(path:str)->typing.Dict[str,str]

google.cloud.appengine_admin_v1.services.versions.VersionsClient.update_version

update_version(request:typing.Optional[typing.Union[google.cloud.appengine_admin_v1.types.appengine.UpdateVersionRequest,dict]]=None,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())->google.api_core.operation.Operation

google.cloud.appengine_admin_v1.services.versions.pagers.ListVersionsAsyncPager

ListVersionsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.appengine_admin_v1.types.appengine.ListVersionsResponse],],request:google.cloud.appengine_admin_v1.types.appengine.ListVersionsRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListVersionsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

google.cloud.appengine_admin_v1.services.versions.pagers.ListVersionsPager

ListVersionsPager(method:typing.Callable[[...],google.cloud.appengine_admin_v1.types.appengine.ListVersionsResponse],request:google.cloud.appengine_admin_v1.types.appengine.ListVersionsRequest,response:google.cloud.appengine_admin_v1.types.appengine.ListVersionsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-11-13 UTC.