Reference documentation and code samples for the Google Analytics Admin V1alpha Client class SubmitUserDeletionRequest.
Request message for SubmitUserDeletion RPC.
Generated from protobuf message google.analytics.admin.v1alpha.SubmitUserDeletionRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ user_id
↳ client_id
↳ app_instance_id
↳ user_provided_data
↳ name
string
Required. The name of the property to submit user deletion for.
getUserId
Google Analytics user ID .
string
hasUserId
setUserId
Google Analytics user ID .
var
string
$this
getClientId
Google Analytics client ID .
string
hasClientId
setClientId
Google Analytics client ID .
var
string
$this
getAppInstanceId
Firebase application instance ID .
string
hasAppInstanceId
setAppInstanceId
Firebase application instance ID .
var
string
$this
getUserProvidedData
The un-hashed, unencrypted, user-provided data .
string
hasUserProvidedData
setUserProvidedData
The un-hashed, unencrypted, user-provided data .
var
string
$this
getName
Required. The name of the property to submit user deletion for.
string
setName
Required. The name of the property to submit user deletion for.
var
string
$this
getUser
string
static::build
name
string
Required. The name of the property to submit user deletion for. Please see AnalyticsAdminServiceClient::propertyName() for help formatting this field.

