Interface SubmitUserDeletionRequestOrBuilder (0.72.0)

public interface SubmitUserDeletionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppInstanceId()

public abstract String getAppInstanceId()

Firebase application instance ID.

string app_instance_id = 4;

Returns
Type Description
String

The appInstanceId.

getAppInstanceIdBytes()

public abstract ByteString getAppInstanceIdBytes()

Firebase application instance ID.

string app_instance_id = 4;

Returns
Type Description
ByteString

The bytes for appInstanceId.

getClientId()

public abstract String getClientId()

Google Analytics client ID.

string client_id = 3;

Returns
Type Description
String

The clientId.

getClientIdBytes()

public abstract ByteString getClientIdBytes()

Google Analytics client ID.

string client_id = 3;

Returns
Type Description
ByteString

The bytes for clientId.

getName()

public abstract String getName()

Required. The name of the property to submit user deletion for.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the property to submit user deletion for.

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

Returns
Type Description
ByteString

The bytes for name.

getUserCase()

public abstract SubmitUserDeletionRequest.UserCase getUserCase()
Returns
Type Description
SubmitUserDeletionRequest.UserCase

getUserId()

public abstract String getUserId()

Google Analytics user ID.

string user_id = 2;

Returns
Type Description
String

The userId.

getUserIdBytes()

public abstract ByteString getUserIdBytes()

Google Analytics user ID.

string user_id = 2;

Returns
Type Description
ByteString

The bytes for userId.

getUserProvidedData()

public abstract String getUserProvidedData()

The un-hashed, unencrypted, user-provided data.

string user_provided_data = 5;

Returns
Type Description
String

The userProvidedData.

getUserProvidedDataBytes()

public abstract ByteString getUserProvidedDataBytes()

The un-hashed, unencrypted, user-provided data.

string user_provided_data = 5;

Returns
Type Description
ByteString

The bytes for userProvidedData.

hasAppInstanceId()

public abstract boolean hasAppInstanceId()

Firebase application instance ID.

string app_instance_id = 4;

Returns
Type Description
boolean

Whether the appInstanceId field is set.

hasClientId()

public abstract boolean hasClientId()

Google Analytics client ID.

string client_id = 3;

Returns
Type Description
boolean

Whether the clientId field is set.

hasUserId()

public abstract boolean hasUserId()

Google Analytics user ID.

string user_id = 2;

Returns
Type Description
boolean

Whether the userId field is set.

hasUserProvidedData()

public abstract boolean hasUserProvidedData()

The un-hashed, unencrypted, user-provided data.

string user_provided_data = 5;

Returns
Type Description
boolean

Whether the userProvidedData field is set.