Google Cloud Secure Source Manager V1 Client - Class StateNote (1.6.3) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class StateNote.
Provides information about the current instance state.
Protobuf typegoogle.cloud.securesourcemanager.v1.Instance.StateNote
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value | mixed |
static::value
| Parameter | |
|---|---|
| Name | Description |
name | mixed |
Constants
STATE_NOTE_UNSPECIFIED
Value: 0STATE_NOTE_UNSPECIFIED as the first value of State.
Generated from protobuf enumSTATE_NOTE_UNSPECIFIED = 0;
PAUSED_CMEK_UNAVAILABLE
Value: 1CMEK access is unavailable.
Generated from protobuf enumPAUSED_CMEK_UNAVAILABLE = 1;
INSTANCE_RESUMING
Value: 2INSTANCE_RESUMING indicates that the instance was previously pausedand is under the process of being brought back.
Generated from protobuf enumINSTANCE_RESUMING = 2 [deprecated = true];
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-24 UTC.