name property
A unique identifier for an instance.
The name should be of the format:
projects/{project_number}/locations/{location_id}/instances/{instance_id}
project_number
: Maps to a unique int64 id assigned to each project.
location_id
: Refers to the region where the instance will be deployed.
Since Secure Source Manager is a regional service, it must be one of the
valid GCP regions. instance_id
: User provided name for the instance,
must be unique for a project_number and location_id combination.
Optional.
Implementation
core.String? name;