public static final class DeleteUserRequest.Builder extends GeneratedMessage.Builder<DeleteUserRequest.Builder> implements DeleteUserRequestOrBuilder Request message for the DeleteUser method.
Protobuf type google.shopping.merchant.accounts.v1.DeleteUserRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteUserRequest.BuilderImplements
DeleteUserRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteUserRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteUserRequest |
|
buildPartial()
public DeleteUserRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteUserRequest |
|
clear()
public DeleteUserRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteUserRequest.Builder |
|
clearName()
public DeleteUserRequest.Builder clearName() Required. The name of the user to delete.
Format: accounts/{account}/users/{email}
It is also possible to delete the user corresponding to the caller by using
me rather than an email address as in accounts/{account}/users/me.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteUserRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteUserRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteUserRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. The name of the user to delete.
Format: accounts/{account}/users/{email}
It is also possible to delete the user corresponding to the caller by using
me rather than an email address as in accounts/{account}/users/me.
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 user to delete.
Format: accounts/{account}/users/{email}
It is also possible to delete the user corresponding to the caller by using
me rather than an email address as in accounts/{account}/users/me.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteUserRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteUserRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteUserRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteUserRequest.Builder |
|
mergeFrom(DeleteUserRequest other)
public DeleteUserRequest.Builder mergeFrom(DeleteUserRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteUserRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteUserRequest.Builder |
|
setName(String value)
public DeleteUserRequest.Builder setName(String value) Required. The name of the user to delete.
Format: accounts/{account}/users/{email}
It is also possible to delete the user corresponding to the caller by using
me rather than an email address as in accounts/{account}/users/me.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteUserRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteUserRequest.Builder setNameBytes(ByteString value) Required. The name of the user to delete.
Format: accounts/{account}/users/{email}
It is also possible to delete the user corresponding to the caller by using
me rather than an email address as in accounts/{account}/users/me.
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 |
DeleteUserRequest.Builder |
This builder for chaining. |