public static final class UploadAttachmentRequest.Builder extends GeneratedMessage.Builder<UploadAttachmentRequest.Builder> implements UploadAttachmentRequestOrBuilderRequest to upload an attachment.
Protobuf type google.chat.v1.UploadAttachmentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UploadAttachmentRequest.BuilderImplements
UploadAttachmentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UploadAttachmentRequest build()| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest |
|
buildPartial()
public UploadAttachmentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest |
|
clear()
public UploadAttachmentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
|
clearFilename()
public UploadAttachmentRequest.Builder clearFilename()Required. The filename of the attachment, including the file extension.
string filename = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
This builder for chaining. |
clearParent()
public UploadAttachmentRequest.Builder clearParent()Required. Resource name of the Chat space in which the attachment is uploaded. Format "spaces/{space}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UploadAttachmentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilename()
public String getFilename()Required. The filename of the attachment, including the file extension.
string filename = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The filename. |
getFilenameBytes()
public ByteString getFilenameBytes()Required. The filename of the attachment, including the file extension.
string filename = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filename. |
getParent()
public String getParent()Required. Resource name of the Chat space in which the attachment is uploaded. Format "spaces/{space}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. Resource name of the Chat space in which the attachment is uploaded. Format "spaces/{space}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UploadAttachmentRequest other)
public UploadAttachmentRequest.Builder mergeFrom(UploadAttachmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UploadAttachmentRequest |
| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UploadAttachmentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UploadAttachmentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
|
setFilename(String value)
public UploadAttachmentRequest.Builder setFilename(String value)Required. The filename of the attachment, including the file extension.
string filename = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filename to set. |
| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
This builder for chaining. |
setFilenameBytes(ByteString value)
public UploadAttachmentRequest.Builder setFilenameBytes(ByteString value)Required. The filename of the attachment, including the file extension.
string filename = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filename to set. |
| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
This builder for chaining. |
setParent(String value)
public UploadAttachmentRequest.Builder setParent(String value)Required. Resource name of the Chat space in which the attachment is uploaded. Format "spaces/{space}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public UploadAttachmentRequest.Builder setParentBytes(ByteString value)Required. Resource name of the Chat space in which the attachment is uploaded. Format "spaces/{space}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
UploadAttachmentRequest.Builder |
This builder for chaining. |