Google Cloud Datastream V1 Client - Class State (1.3.0)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class State.

Private Connection state.

Protobuf type google.cloud.datastream.v1.PrivateConnection.State

Namespace

Google \ Cloud \ Datastream \ V1 \ PrivateConnection

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The private connection is in creation state - creating resources.

Generated from protobuf enum CREATING = 1;

CREATED

Value: 2

The private connection has been created with all of its resources.

Generated from protobuf enum CREATED = 2;

FAILED

Value: 3

The private connection creation has failed.

Generated from protobuf enum FAILED = 3;

DELETING

Value: 4

The private connection is being deleted.

Generated from protobuf enum DELETING = 4;

FAILED_TO_DELETE

Value: 5

Delete request has failed, resource is in invalid state.

Generated from protobuf enum FAILED_TO_DELETE = 5;

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.