public interface ReportConsentChangeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReportConsentChangeRequest.ConsentChangeAction |
getConsentChangeAction()
Required.
|
int |
getConsentChangeActionValue()
Required.
|
String |
getProject()
Required.
|
com.google.protobuf.ByteString |
getProjectBytes()
Required.
|
String |
getServiceTermId()
Required.
|
com.google.protobuf.ByteString |
getServiceTermIdBytes()
Required.
|
String |
getServiceTermVersion()
Required.
|
com.google.protobuf.ByteString |
getServiceTermVersionBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getConsentChangeActionValue()
Required. Whether customer decides to accept or decline service term. At this moment, only accept action is supported.
.google.cloud.discoveryengine.v1alpha.ReportConsentChangeRequest.ConsentChangeAction consent_change_action = 1 [(.google.api.field_behavior) = REQUIRED];
ReportConsentChangeRequest.ConsentChangeAction getConsentChangeAction()
Required. Whether customer decides to accept or decline service term. At this moment, only accept action is supported.
.google.cloud.discoveryengine.v1alpha.ReportConsentChangeRequest.ConsentChangeAction consent_change_action = 1 [(.google.api.field_behavior) = REQUIRED];
String getProject()
Required. Full resource name of a
[Project][google.cloud.discoveryengine.v1alpha.Project], such as
`projects/{project_id_or_number}`.
string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getProjectBytes()
Required. Full resource name of a
[Project][google.cloud.discoveryengine.v1alpha.Project], such as
`projects/{project_id_or_number}`.
string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getServiceTermId()
Required. The unique identifier of the terms of service to update. Available term ids: * `GA_DATA_USE_TERMS`: [Terms for data use](https://cloud.google.com/retail/data-use-terms). When using this service term id, the acceptable [service_term_version][google.cloud.discoveryengine.v1alpha.ReportConsentChangeRequest.service_term_version] to provide is `2022-11-23`.
string service_term_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getServiceTermIdBytes()
Required. The unique identifier of the terms of service to update. Available term ids: * `GA_DATA_USE_TERMS`: [Terms for data use](https://cloud.google.com/retail/data-use-terms). When using this service term id, the acceptable [service_term_version][google.cloud.discoveryengine.v1alpha.ReportConsentChangeRequest.service_term_version] to provide is `2022-11-23`.
string service_term_id = 3 [(.google.api.field_behavior) = REQUIRED];String getServiceTermVersion()
Required. The version string of the terms of service to update.
string service_term_version = 4 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getServiceTermVersionBytes()
Required. The version string of the terms of service to update.
string service_term_version = 4 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.