Class ServiceTerms (0.11.13)

ServiceTerms(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata about the terms of service.

Attributes

Name Description
id str
The unique identifier of this terms of service. Available terms: - GA_DATA_USE_TERMS: `Terms for data use
version str
The version string of the terms of service. For acceptable values, see the comments for id above.
state google.cloud.discoveryengine_v1beta.types.Project.ServiceTerms.State
Whether the project has accepted/rejected the service terms or it is still pending.
accept_time google.protobuf.timestamp_pb2.Timestamp
The last time when the project agreed to the terms of service.
decline_time google.protobuf.timestamp_pb2.Timestamp
The last time when the project declined or revoked the agreement to terms of service.

Classes

State

State(value)

The agreement states this terms of service.