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

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class StateNote.

Provides information about the current instance state.

Protobuf type google.cloud.securesourcemanager.v1.Instance.StateNote

Namespace

Google \ Cloud \ SecureSourceManager \ V1 \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_NOTE_UNSPECIFIED

Value: 0

STATE_NOTE_UNSPECIFIED as the first value of State.

Generated from protobuf enum STATE_NOTE_UNSPECIFIED = 0;

PAUSED_CMEK_UNAVAILABLE

Value: 1

CMEK access is unavailable.

Generated from protobuf enum PAUSED_CMEK_UNAVAILABLE = 1;

INSTANCE_RESUMING

Value: 2

INSTANCE_RESUMING indicates that the instance was previously paused and is under the process of being brought back.

Generated from protobuf enum INSTANCE_RESUMING = 2 [deprecated = true];

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.