Class UploadAttachmentRequest.Builder (0.49.0)

public static final class UploadAttachmentRequest.Builder extends GeneratedMessage.Builder<UploadAttachmentRequest.Builder> implements UploadAttachmentRequestOrBuilder

Request to upload an attachment.

Protobuf type google.chat.v1.UploadAttachmentRequest

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UploadAttachmentRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UploadAttachmentRequest.Builder
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for parent to set.

Returns
Type Description
UploadAttachmentRequest.Builder

This builder for chaining.