Class UploadAttachmentResponse (0.8.0)

public final class UploadAttachmentResponse extends GeneratedMessageV3 implements UploadAttachmentResponseOrBuilder

Response of uploading an attachment.

Protobuf type google.chat.v1.UploadAttachmentResponse

Static Fields

ATTACHMENT_DATA_REF_FIELD_NUMBER

public static final int ATTACHMENT_DATA_REF_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static UploadAttachmentResponse getDefaultInstance()
Returns
Type Description
UploadAttachmentResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static UploadAttachmentResponse.Builder newBuilder()
Returns
Type Description
UploadAttachmentResponse.Builder

newBuilder(UploadAttachmentResponse prototype)

public static UploadAttachmentResponse.Builder newBuilder(UploadAttachmentResponse prototype)
Parameter
Name Description
prototype UploadAttachmentResponse
Returns
Type Description
UploadAttachmentResponse.Builder

parseDelimitedFrom(InputStream input)

public static UploadAttachmentResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static UploadAttachmentResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static UploadAttachmentResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static UploadAttachmentResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static UploadAttachmentResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static UploadAttachmentResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UploadAttachmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<UploadAttachmentResponse> parser()
Returns
Type Description
Parser<UploadAttachmentResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAttachmentDataRef()

public AttachmentDataRef getAttachmentDataRef()

Reference to the uploaded attachment.

.google.chat.v1.AttachmentDataRef attachment_data_ref = 1;

Returns
Type Description
AttachmentDataRef

The attachmentDataRef.

getAttachmentDataRefOrBuilder()

public AttachmentDataRefOrBuilder getAttachmentDataRefOrBuilder()

Reference to the uploaded attachment.

.google.chat.v1.AttachmentDataRef attachment_data_ref = 1;

Returns
Type Description
AttachmentDataRefOrBuilder

getDefaultInstanceForType()

public UploadAttachmentResponse getDefaultInstanceForType()
Returns
Type Description
UploadAttachmentResponse

getParserForType()

public Parser<UploadAttachmentResponse> getParserForType()
Returns
Type Description
Parser<UploadAttachmentResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAttachmentDataRef()

public boolean hasAttachmentDataRef()

Reference to the uploaded attachment.

.google.chat.v1.AttachmentDataRef attachment_data_ref = 1;

Returns
Type Description
boolean

Whether the attachmentDataRef field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public UploadAttachmentResponse.Builder newBuilderForType()
Returns
Type Description
UploadAttachmentResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected UploadAttachmentResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
UploadAttachmentResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public UploadAttachmentResponse.Builder toBuilder()
Returns
Type Description
UploadAttachmentResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException