public interface SubmitUserDeletionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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()
User-provided data. May contain either one email address or one phone number.
Email addresses should be normalized as such:
- lowercase
- remove periods before @ for gmail.com/googlemail.com addresses
remove all spaces
Phone numbers should be normalized as such:
remove all non digit characters
- add + prefix
string user_provided_data = 5;
Returns | |
---|---|
Type | Description |
String |
The userProvidedData. |
getUserProvidedDataBytes()
public abstract ByteString getUserProvidedDataBytes()
User-provided data. May contain either one email address or one phone number.
Email addresses should be normalized as such:
- lowercase
- remove periods before @ for gmail.com/googlemail.com addresses
remove all spaces
Phone numbers should be normalized as such:
remove all non digit characters
- add + prefix
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()
User-provided data. May contain either one email address or one phone number.
Email addresses should be normalized as such:
- lowercase
- remove periods before @ for gmail.com/googlemail.com addresses
remove all spaces
Phone numbers should be normalized as such:
remove all non digit characters
- add + prefix
string user_provided_data = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the userProvidedData field is set. |