Class UploadAttachmentResponse (0.1.0)

public final class UploadAttachmentResponse extends GeneratedMessageV3 implements UploadAttachmentResponseOrBuilder

Protobuf type google.chat.v1.UploadAttachmentResponse

Static Fields

ATTACHMENT_DATA_REF_FIELD_NUMBER

public static final int ATTACHMENT_DATA_REF_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static UploadAttachmentResponse getDefaultInstance()
Returns
TypeDescription
UploadAttachmentResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static UploadAttachmentResponse.Builder newBuilder()
Returns
TypeDescription
UploadAttachmentResponse.Builder

newBuilder(UploadAttachmentResponse prototype)

public static UploadAttachmentResponse.Builder newBuilder(UploadAttachmentResponse prototype)
Parameter
NameDescription
prototypeUploadAttachmentResponse
Returns
TypeDescription
UploadAttachmentResponse.Builder

parseDelimitedFrom(InputStream input)

public static UploadAttachmentResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static UploadAttachmentResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static UploadAttachmentResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static UploadAttachmentResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static UploadAttachmentResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static UploadAttachmentResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static UploadAttachmentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UploadAttachmentResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<UploadAttachmentResponse> parser()
Returns
TypeDescription
Parser<UploadAttachmentResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAttachmentDataRef()

public AttachmentDataRef getAttachmentDataRef()

Reference to the uploaded attachment.

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

Returns
TypeDescription
AttachmentDataRef

The attachmentDataRef.

getAttachmentDataRefOrBuilder()

public AttachmentDataRefOrBuilder getAttachmentDataRefOrBuilder()

Reference to the uploaded attachment.

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

Returns
TypeDescription
AttachmentDataRefOrBuilder

getDefaultInstanceForType()

public UploadAttachmentResponse getDefaultInstanceForType()
Returns
TypeDescription
UploadAttachmentResponse

getParserForType()

public Parser<UploadAttachmentResponse> getParserForType()
Returns
TypeDescription
Parser<UploadAttachmentResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasAttachmentDataRef()

public boolean hasAttachmentDataRef()

Reference to the uploaded attachment.

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

Returns
TypeDescription
boolean

Whether the attachmentDataRef field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public UploadAttachmentResponse.Builder newBuilderForType()
Returns
TypeDescription
UploadAttachmentResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected UploadAttachmentResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
UploadAttachmentResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public UploadAttachmentResponse.Builder toBuilder()
Returns
TypeDescription
UploadAttachmentResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException