projectId property

String? get projectId

The project ID from the Google Developer's Console, e.g. 'grape-spaceship-123'. We will also check the environment variable GCLOUD_PROJECT for your project ID. Can be omitted in environments that support {@link https://cloud.google.com/docs/authentication Application Default Credentials}

Implementation

external String? get projectId;