- 4.1.0 (latest)
 - 4.0.0
 - 3.30.1
 - 3.29.2
 - 3.28.0
 - 3.27.1
 - 3.26.4
 - 3.25.1
 - 3.24.3
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.1
 - 3.19.1
 - 3.18.1
 - 3.17.1
 - 3.16.0
 - 3.15.0
 - 3.14.2
 - 3.13.1
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.1
 - 3.8.1
 - 3.7.1
 - 3.6.1
 - 3.5.0
 - 3.4.0
 - 3.3.0
 - 3.2.1
 - 3.1.0
 - 2.2.2
 - 2.1.0
 - 2.0.0
 - 1.3.2
 - 1.2.0
 - 1.1.0
 - 1.0.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.1
 - 0.3.0
 
AssetServiceAsyncClient(*, credentials: google.auth.credentials.Credentials = None, transport: Union[str, google.cloud.asset_v1p1beta1.services.asset_service.transports.base.AssetServiceTransport] = 'grpc_asyncio', client_options: <module 'google.api_core.client_options' from '/workspace/python-asset/.nox/docfx/lib/python3.9/site-packages/google/api_core/client_options.py'> = None)Asset service definition.
Methods
AssetServiceAsyncClient
AssetServiceAsyncClient(*, credentials: google.auth.credentials.Credentials = None, transport: Union[str, google.cloud.asset_v1p1beta1.services.asset_service.transports.base.AssetServiceTransport] = 'grpc_asyncio', client_options: <module 'google.api_core.client_options' from '/workspace/python-asset/.nox/docfx/lib/python3.9/site-packages/google/api_core/client_options.py'> = None)Instantiate the asset service client.
| Name | Description | 
credentials | 
        
          Optional[google.auth.credentials.Credentials]
          The authorization credentials to attach to requests. These credentials identify the application to the service; if none are specified, the client will attempt to ascertain the credentials from the environment.  | 
      
transport | 
        
          Union[str, 
          The transport to use. If set to None, a transport is chosen automatically.  | 
      
client_options | 
        
          ClientOptions
          Custom options for the client. It won't take effect if a   | 
      
| Type | Description | 
google.auth.exceptions.MutualTlsChannelError | 
        If mutual TLS transport creation failed for any reason. | 
from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
| Name | Description | 
filename | 
        
          str
          The path to the service account private key json file.  | 
      
| Type | Description | 
{@api.name} | 
        The constructed client. | 
from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
| Name | Description | 
filename | 
        
          str
          The path to the service account private key json file.  | 
      
| Type | Description | 
{@api.name} | 
        The constructed client. | 
get_transport_class
get_transport_class()Return an appropriate transport class.
search_all_iam_policies
search_all_iam_policies(request: Optional[google.cloud.asset_v1p1beta1.types.asset_service.SearchAllIamPoliciesRequest] = None, *, scope: Optional[str] = None, query: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())Searches all the IAM policies under a given accessible CRM scope (project/folder/organization). This RPC gives callers especially admins the ability to search all the IAM policies under a scope, even if they don't have .getIamPolicy permission of all the IAM policies. Callers should have cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be rejected.
| Name | Description | 
request | 
        
          
          The request object. Search all IAM policies request.  | 
      
scope | 
        
          
          Required. The relative name of an asset. The search is limited to the resources within the   | 
      
query | 
        
          
          Optional. The query statement. Examples: - "policy:myuser@mydomain.com" - "policy:(myuser@mydomain.com viewer)". This corresponds to the   | 
      
retry | 
        
          google.api_core.retry.Retry
          Designation of what errors, if any, should be retried.  | 
      
timeout | 
        
          float
          The timeout for this request.  | 
      
metadata | 
        
          Sequence[Tuple[str, str]]
          Strings which should be sent along with the request as metadata.  | 
      
| Type | Description | 
 | 
        Search all IAM policies response. Iterating over this object will yield results and resolve additional pages automatically. | 
search_all_resources
search_all_resources(request: Optional[google.cloud.asset_v1p1beta1.types.asset_service.SearchAllResourcesRequest] = None, *, scope: Optional[str] = None, query: Optional[str] = None, asset_types: Optional[Sequence[str]] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())Searches all the resources under a given accessible CRM scope (project/folder/organization). This RPC gives callers especially admins the ability to search all the resources under a scope, even if they don't have .get permission of all the resources. Callers should have cloud.assets.SearchAllResources permission on the requested scope, otherwise it will be rejected.
| Name | Description | 
request | 
        
          
          The request object. Search all resources request.  | 
      
scope | 
        
          
          Required. The relative name of an asset. The search is limited to the resources within the   | 
      
query | 
        
          
          Optional. The query statement. This corresponds to the   | 
      
asset_types | 
        
          :class:
          Optional. A list of asset types that this request searches for. If empty, it will search all the supported asset types. This corresponds to the   | 
      
retry | 
        
          google.api_core.retry.Retry
          Designation of what errors, if any, should be retried.  | 
      
timeout | 
        
          float
          The timeout for this request.  | 
      
metadata | 
        
          Sequence[Tuple[str, str]]
          Strings which should be sent along with the request as metadata.  | 
      
| Type | Description | 
 | 
        Search all resources response. Iterating over this object will yield results and resolve additional pages automatically. |