Google Cloud Datastream V1 Client - Class State (2.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
static::value
Constants
STATE_UNSPECIFIED
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
NOT_EXECUTED
Validation did not execute.
Generated from protobuf enum NOT_EXECUTED = 1;
FAILED
Validation failed.
Generated from protobuf enum FAILED = 2;
PASSED
Validation passed.
Generated from protobuf enum PASSED = 3;
WARNING
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-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Datastream V1 Client - Class State (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/php/docs/reference/cloud-datastream/latest/V1.Validation.State)\n- [2.3.1](/php/docs/reference/cloud-datastream/2.3.1/V1.Validation.State)\n- [2.2.0](/php/docs/reference/cloud-datastream/2.2.0/V1.Validation.State)\n- [2.1.1](/php/docs/reference/cloud-datastream/2.1.1/V1.Validation.State)\n- [2.0.1](/php/docs/reference/cloud-datastream/2.0.1/V1.Validation.State)\n- [1.5.5](/php/docs/reference/cloud-datastream/1.5.5/V1.Validation.State)\n- [1.4.2](/php/docs/reference/cloud-datastream/1.4.2/V1.Validation.State)\n- [1.3.0](/php/docs/reference/cloud-datastream/1.3.0/V1.Validation.State)\n- [1.2.1](/php/docs/reference/cloud-datastream/1.2.1/V1.Validation.State)\n- [1.1.0](/php/docs/reference/cloud-datastream/1.1.0/V1.Validation.State)\n- [1.0.5](/php/docs/reference/cloud-datastream/1.0.5/V1.Validation.State) \nReference documentation and code samples for the Google Cloud Datastream V1 Client class State.\n\nValidation execution state.\n\nProtobuf type `google.cloud.datastream.v1.Validation.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Datastream \\\\ V1 \\\\ Validation\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### NOT_EXECUTED\n\n Value: 1\n\nValidation did not execute.\n\nGenerated from protobuf enum `NOT_EXECUTED = 1;`\n\n### FAILED\n\n Value: 2\n\nValidation failed.\n\nGenerated from protobuf enum `FAILED = 2;`\n\n### PASSED\n\n Value: 3\n\nValidation passed.\n\nGenerated from protobuf enum `PASSED = 3;`\n\n### WARNING\n\n Value: 4\n\nValidation executed with warnings.\n\nGenerated from protobuf enum `WARNING = 4;`"]]