Interface SetAutomatedGa4ConfigurationOptOutRequestOrBuilder (0.38.0)

public interface SetAutomatedGa4ConfigurationOptOutRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOptOut()

public abstract boolean getOptOut()

The status to set.

bool opt_out = 2;

Returns
TypeDescription
boolean

The optOut.

getProperty()

public abstract String getProperty()

Required. The UA property to set the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234

string property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The property.

getPropertyBytes()

public abstract ByteString getPropertyBytes()

Required. The UA property to set the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234

string property = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for property.