public static final class SubmitUserDeletionRequest.Builder extends GeneratedMessage.Builder<SubmitUserDeletionRequest.Builder> implements SubmitUserDeletionRequestOrBuilderRequest message for SubmitUserDeletion RPC.
Protobuf type google.analytics.admin.v1alpha.SubmitUserDeletionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SubmitUserDeletionRequest.BuilderImplements
SubmitUserDeletionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SubmitUserDeletionRequest build()| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest |
|
buildPartial()
public SubmitUserDeletionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest |
|
clear()
public SubmitUserDeletionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
clearAppInstanceId()
public SubmitUserDeletionRequest.Builder clearAppInstanceId()Firebase application instance ID.
string app_instance_id = 4;
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
clearClientId()
public SubmitUserDeletionRequest.Builder clearClientId()Google Analytics client ID.
string client_id = 3;
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
clearName()
public SubmitUserDeletionRequest.Builder clearName()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 |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
clearUser()
public SubmitUserDeletionRequest.Builder clearUser()| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
clearUserId()
public SubmitUserDeletionRequest.Builder clearUserId()Google Analytics user ID.
string user_id = 2;
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
clearUserProvidedData()
public SubmitUserDeletionRequest.Builder clearUserProvidedData()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 |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
getAppInstanceId()
public String getAppInstanceId()Firebase application instance ID.
string app_instance_id = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The appInstanceId. |
getAppInstanceIdBytes()
public ByteString getAppInstanceIdBytes()Firebase application instance ID.
string app_instance_id = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appInstanceId. |
getClientId()
public String getClientId()Google Analytics client ID.
string client_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The clientId. |
getClientIdBytes()
public ByteString getClientIdBytes()Google Analytics client ID.
string client_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientId. |
getDefaultInstanceForType()
public SubmitUserDeletionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public 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 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 SubmitUserDeletionRequest.UserCase getUserCase()| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.UserCase |
|
getUserId()
public String getUserId()Google Analytics user ID.
string user_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The userId. |
getUserIdBytes()
public ByteString getUserIdBytes()Google Analytics user ID.
string user_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userId. |
getUserProvidedData()
public 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 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 boolean hasAppInstanceId()Firebase application instance ID.
string app_instance_id = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appInstanceId field is set. |
hasClientId()
public boolean hasClientId()Google Analytics client ID.
string client_id = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the clientId field is set. |
hasUserId()
public boolean hasUserId()Google Analytics user ID.
string user_id = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userId field is set. |
hasUserProvidedData()
public 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SubmitUserDeletionRequest other)
public SubmitUserDeletionRequest.Builder mergeFrom(SubmitUserDeletionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SubmitUserDeletionRequest |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SubmitUserDeletionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SubmitUserDeletionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
setAppInstanceId(String value)
public SubmitUserDeletionRequest.Builder setAppInstanceId(String value)Firebase application instance ID.
string app_instance_id = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe appInstanceId to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
setAppInstanceIdBytes(ByteString value)
public SubmitUserDeletionRequest.Builder setAppInstanceIdBytes(ByteString value)Firebase application instance ID.
string app_instance_id = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for appInstanceId to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
setClientId(String value)
public SubmitUserDeletionRequest.Builder setClientId(String value)Google Analytics client ID.
string client_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe clientId to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
setClientIdBytes(ByteString value)
public SubmitUserDeletionRequest.Builder setClientIdBytes(ByteString value)Google Analytics client ID.
string client_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for clientId to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
setName(String value)
public SubmitUserDeletionRequest.Builder setName(String value)Required. The name of the property to submit user deletion for.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public SubmitUserDeletionRequest.Builder setNameBytes(ByteString value)Required. The name of the property to submit user deletion for.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
setUserId(String value)
public SubmitUserDeletionRequest.Builder setUserId(String value)Google Analytics user ID.
string user_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe userId to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
setUserIdBytes(ByteString value)
public SubmitUserDeletionRequest.Builder setUserIdBytes(ByteString value)Google Analytics user ID.
string user_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for userId to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
setUserProvidedData(String value)
public SubmitUserDeletionRequest.Builder setUserProvidedData(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe userProvidedData to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |
setUserProvidedDataBytes(ByteString value)
public SubmitUserDeletionRequest.Builder setUserProvidedDataBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for userProvidedData to set. |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
This builder for chaining. |