Interface AcknowledgeUserDataCollectionRequestOrBuilder (0.20.0)

public interface AcknowledgeUserDataCollectionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcknowledgement()

public abstract String getAcknowledgement()

Required. An acknowledgement that the caller of this method understands the terms of user data collection. This field must contain the exact value: "I acknowledge that I have the necessary privacy disclosures and rights from my end users for the collection and processing of their data, including the association of such data with the visitation information Google Analytics collects from my site and/or app property."

string acknowledgement = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The acknowledgement.

getAcknowledgementBytes()

public abstract ByteString getAcknowledgementBytes()

Required. An acknowledgement that the caller of this method understands the terms of user data collection. This field must contain the exact value: "I acknowledge that I have the necessary privacy disclosures and rights from my end users for the collection and processing of their data, including the association of such data with the visitation information Google Analytics collects from my site and/or app property."

string acknowledgement = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for acknowledgement.

getProperty()

public abstract String getProperty()

Required. The property for which to acknowledge user data collection.

string property = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The property.

getPropertyBytes()

public abstract ByteString getPropertyBytes()

Required. The property for which to acknowledge user data collection.

string property = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for property.