- 0.88.0 (latest)
- 0.86.0
- 0.85.0
- 0.84.0
- 0.83.0
- 0.82.0
- 0.80.0
- 0.78.0
- 0.77.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
public static final class SubmitUserDeletionRequest.Builder extends GeneratedMessageV3.Builder<SubmitUserDeletionRequest.Builder> implements SubmitUserDeletionRequestOrBuilderRequest message for SubmitUserDeletion RPC.
Protobuf type google.analytics.admin.v1alpha.SubmitUserDeletionRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SubmitUserDeletionRequest.BuilderImplements
SubmitUserDeletionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SubmitUserDeletionRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
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. |
clearField(Descriptors.FieldDescriptor field)
public SubmitUserDeletionRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SubmitUserDeletionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
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. |
clone()
public SubmitUserDeletionRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
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 GeneratedMessageV3.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 |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SubmitUserDeletionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| 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. |
setField(Descriptors.FieldDescriptor field, Object value)
public SubmitUserDeletionRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SubmitUserDeletionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final SubmitUserDeletionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
SubmitUserDeletionRequest.Builder |
|
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. |