Google Cloud Secure Source Manager V1 Client - Class StateNote (1.6.3)

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 \ Instance

Methods

static::name

Parameter
NameDescription
valuemixed

static::value

Parameter
NameDescription
namemixed

Constants

STATE_NOTE_UNSPECIFIED

Value: 0

STATE_NOTE_UNSPECIFIED as the first value of State.

Generated from protobuf enumSTATE_NOTE_UNSPECIFIED = 0;

PAUSED_CMEK_UNAVAILABLE

Value: 1

CMEK access is unavailable.

Generated from protobuf enumPAUSED_CMEK_UNAVAILABLE = 1;

INSTANCE_RESUMING

Value: 2

INSTANCE_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.