Cloud Keys 2020 Python Edition

Questions / Feedback?

google_project_id Property

The Id of the Google Cloud project to make requests against.

Syntax

def get_google_project_id() -> str: ...
def set_google_project_id(value: str) -> None: ...

google_project_id = property(get_google_project_id, set_google_project_id)

Default Value

""

Remarks

This property specifies the Id of the Google Cloud project that the class should make requests against; it must be set before attempting any operations.

Note that the full Google Cloud project Id must be specified, not just the project number.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Python Edition - Version 20.0 [Build 8157]