Module: Google::Cloud::DiscoveryEngine::V1::Project::ServiceTerms::State
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/project.rb
Overview
The agreement states this terms of service.
Constant Summary collapse
- STATE_UNSPECIFIED =
The default value of the enum. This value is not actually used.
0
- TERMS_ACCEPTED =
The project has given consent to the terms of service.
1
- TERMS_PENDING =
The project is pending to review and accept the terms of service.
2
- TERMS_DECLINED =
The project has declined or revoked the agreement to terms of service.
3