GoogleCloudClient

Google cloud client

Used for authorization and data access.

Module: implementation.apis.google_cloud

Methods and properties

Main methods and properties


__init__

Arguments:




GoogleCloudClientConfig

Google Cloud client configuration. Subclass of Config.


__init__

Arguments:

  • credentials (Optional[Union[Dict[str, Any], str]], optional): Credentials for authorization. If None, environment credentials will be used. Defaults to None.

  • scopes (List[str]): Access scopes.

  • service (str): Service name.

  • version (str): API version.



Last updated