Interface FetchAutomatedGa4ConfigurationOptOutRequestOrBuilder (0.42.0)

See more code actions.
public interface FetchAutomatedGa4ConfigurationOptOutRequestOrBuilder extends MessageOrBuilder
MessageOrBuilder

getProperty()

public abstract String getProperty()

Required. The UA property to get 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 get 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.