Class AttachedGif.Builder (0.49.0)

public static final class AttachedGif.Builder extends GeneratedMessage.Builder<AttachedGif.Builder> implements AttachedGifOrBuilder

A GIF image that's specified by a URL.

Protobuf type google.chat.v1.AttachedGif

Static Methods

getDescriptor()

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

Methods

build()

public AttachedGif build()
Returns
Type Description
AttachedGif

buildPartial()

public AttachedGif buildPartial()
Returns
Type Description
AttachedGif

clear()

public AttachedGif.Builder clear()
Returns
Type Description
AttachedGif.Builder
Overrides

clearUri()

public AttachedGif.Builder clearUri()

Output only. The URL that hosts the GIF image.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AttachedGif.Builder

This builder for chaining.

getDefaultInstanceForType()

public AttachedGif getDefaultInstanceForType()
Returns
Type Description
AttachedGif

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getUri()

public String getUri()

Output only. The URL that hosts the GIF image.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

Output only. The URL that hosts the GIF image.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AttachedGif other)

public AttachedGif.Builder mergeFrom(AttachedGif other)
Parameter
Name Description
other AttachedGif
Returns
Type Description
AttachedGif.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AttachedGif.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttachedGif.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setUri(String value)

public AttachedGif.Builder setUri(String value)

Output only. The URL that hosts the GIF image.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
AttachedGif.Builder

This builder for chaining.

setUriBytes(ByteString value)

public AttachedGif.Builder setUriBytes(ByteString value)

Output only. The URL that hosts the GIF image.

string uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
AttachedGif.Builder

This builder for chaining.