public static final class FindDirectMessageRequest.Builder extends GeneratedMessage.Builder<FindDirectMessageRequest.Builder> implements FindDirectMessageRequestOrBuilderA request to get direct message space based on the user resource.
Protobuf type google.chat.v1.FindDirectMessageRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FindDirectMessageRequest.BuilderImplements
FindDirectMessageRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FindDirectMessageRequest build()| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest |
|
buildPartial()
public FindDirectMessageRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest |
|
clear()
public FindDirectMessageRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest.Builder |
|
clearName()
public FindDirectMessageRequest.Builder clearName()Required. Resource name of the user to find direct message with.
Format: users/{user}, where {user} is either the id for the
person from the
People API, or the id for the
user
in the Directory API. For example, if the People API profile ID is
123456789, you can find a direct message with that person by using
users/123456789 as the name. When authenticated as a
user,
you can use the email as an alias for {user}. For example,
users/example@gmail.com where example@gmail.com is the email of the
Google Chat user.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public FindDirectMessageRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. Resource name of the user to find direct message with.
Format: users/{user}, where {user} is either the id for the
person from the
People API, or the id for the
user
in the Directory API. For example, if the People API profile ID is
123456789, you can find a direct message with that person by using
users/123456789 as the name. When authenticated as a
user,
you can use the email as an alias for {user}. For example,
users/example@gmail.com where example@gmail.com is the email of the
Google Chat user.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. Resource name of the user to find direct message with.
Format: users/{user}, where {user} is either the id for the
person from the
People API, or the id for the
user
in the Directory API. For example, if the People API profile ID is
123456789, you can find a direct message with that person by using
users/123456789 as the name. When authenticated as a
user,
you can use the email as an alias for {user}. For example,
users/example@gmail.com where example@gmail.com is the email of the
Google Chat user.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| 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(FindDirectMessageRequest other)
public FindDirectMessageRequest.Builder mergeFrom(FindDirectMessageRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
FindDirectMessageRequest |
| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FindDirectMessageRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FindDirectMessageRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest.Builder |
|
setName(String value)
public FindDirectMessageRequest.Builder setName(String value)Required. Resource name of the user to find direct message with.
Format: users/{user}, where {user} is either the id for the
person from the
People API, or the id for the
user
in the Directory API. For example, if the People API profile ID is
123456789, you can find a direct message with that person by using
users/123456789 as the name. When authenticated as a
user,
you can use the email as an alias for {user}. For example,
users/example@gmail.com where example@gmail.com is the email of the
Google Chat user.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public FindDirectMessageRequest.Builder setNameBytes(ByteString value)Required. Resource name of the user to find direct message with.
Format: users/{user}, where {user} is either the id for the
person from the
People API, or the id for the
user
in the Directory API. For example, if the People API profile ID is
123456789, you can find a direct message with that person by using
users/123456789 as the name. When authenticated as a
user,
you can use the email as an alias for {user}. For example,
users/example@gmail.com where example@gmail.com is the email of the
Google Chat user.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
FindDirectMessageRequest.Builder |
This builder for chaining. |