Google Cloud Discovery Engine V1 Client - Class State (0.11.3)

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

The agreement states this terms of service.

Protobuf type google.cloud.discoveryengine.v1.Project.ServiceTerms.State

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ Project \ ServiceTerms

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The default value of the enum. This value is not actually used.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

TERMS_ACCEPTED

Value: 1

The project has given consent to the terms of service.

Generated from protobuf enum TERMS_ACCEPTED = 1;

TERMS_PENDING

Value: 2

The project is pending to review and accept the terms of service.

Generated from protobuf enum TERMS_PENDING = 2;

TERMS_DECLINED

Value: 3

The project has declined or revoked the agreement to terms of service.

Generated from protobuf enum TERMS_DECLINED = 3;