Class ReportConsentChangeRequest (0.11.11)

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

Request for ReportConsentChange method.

Attributes

NameDescription
consent_change_action google.cloud.discoveryengine_v1alpha.types.ReportConsentChangeRequest.ConsentChangeAction
Required. Whether customer decides to accept or decline service term. At this moment, only accept action is supported.
project str
Required. Full resource name of a Project, such as projects/{project_id_or_number}.
service_term_id str
Required. The unique identifier of the terms of service to update. Available term ids: - GA_DATA_USE_TERMS: `Terms for data use
service_term_version str
Required. The version string of the terms of service to update.

Classes

ConsentChangeAction

ConsentChangeAction(value)

Type of consent acknowledgement (accept / reject).

At this moment, only ACCEPT action is supported.

Values: CONSENT_CHANGE_ACTION_UNSPECIFIED (0): Invalid action, user must specify accept/decline ACCEPT (1): User accepts service terms.