public interface UserProvidedDataSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutomaticallyDetectedDataCollectionEnabled()
public abstract boolean getAutomaticallyDetectedDataCollectionEnabled() Optional. Whether this property allows a Google Tag to automatically
collect user-provided data from your website. This setting only takes
effect if user_provided_data_collection_enabled is also true.
bool automatically_detected_data_collection_enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The automaticallyDetectedDataCollectionEnabled. |
getName()
public abstract String getName()Identifier. Resource name of this setting. Format: properties/{property}/userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings"
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. Resource name of this setting. Format: properties/{property}/userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings"
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getUserProvidedDataCollectionEnabled()
public abstract boolean getUserProvidedDataCollectionEnabled()Optional. Whether this property accepts user-provided data sent to it.
bool user_provided_data_collection_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The userProvidedDataCollectionEnabled. |