public static final class AttachedGif.Builder extends GeneratedMessageV3.Builder<AttachedGif.Builder> implements AttachedGifOrBuilder
A GIF image that's specified by a URL.
Protobuf type google.chat.v1.AttachedGif
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AttachedGif.BuilderImplements
AttachedGifOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AttachedGif.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AttachedGif.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public AttachedGif.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
AttachedGif.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AttachedGif.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
AttachedGif.Builder |
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. |
clone()
public AttachedGif.Builder clone()
Returns | |
---|---|
Type | Description |
AttachedGif.Builder |
getDefaultInstanceForType()
public AttachedGif getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AttachedGif |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AttachedGif.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
AttachedGif.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AttachedGif.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AttachedGif.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AttachedGif.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AttachedGif.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AttachedGif.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
AttachedGif.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AttachedGif.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AttachedGif.Builder |
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. |