Google Cloud Datastream V1 Client - Class State (2.5.1)

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

Validation execution state.

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

Namespace

Google \ Cloud \ Datastream \ V1 \ Validation

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;

NOT_EXECUTED

Value: 1

Validation did not execute.

Generated from protobuf enum NOT_EXECUTED = 1;

FAILED

Value: 2

Validation failed.

Generated from protobuf enum FAILED = 2;

PASSED

Value: 3

Validation passed.

Generated from protobuf enum PASSED = 3;

WARNING

Value: 4

Validation executed with warnings.

Generated from protobuf enum WARNING = 4;

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.