Google Cloud Secure Source Manager V1 Client - Class State (1.1.0)

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

Secure Source Manager instance state.

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

Namespace

Google \ Cloud \ SecureSourceManager \ V1 \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set. This should only be the case for incoming requests.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Instance is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

Instance is ready.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

Instance is being deleted.

Generated from protobuf enum DELETING = 3;

PAUSED

Value: 4

Instance is paused.

Generated from protobuf enum PAUSED = 4;

UNKNOWN

Value: 6

Instance is unknown, we are not sure if it's functioning.

Generated from protobuf enum UNKNOWN = 6;

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.