public interface RichLinkMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataCase()
public abstract RichLinkMetadata.DataCase getDataCase()
Returns | |
---|---|
Type | Description |
RichLinkMetadata.DataCase |
getDriveLinkData()
public abstract DriveLinkData getDriveLinkData()
Data for a drive link.
.google.chat.v1.DriveLinkData drive_link_data = 3;
Returns | |
---|---|
Type | Description |
DriveLinkData |
The driveLinkData. |
getDriveLinkDataOrBuilder()
public abstract DriveLinkDataOrBuilder getDriveLinkDataOrBuilder()
Data for a drive link.
.google.chat.v1.DriveLinkData drive_link_data = 3;
Returns | |
---|---|
Type | Description |
DriveLinkDataOrBuilder |
getRichLinkType()
public abstract RichLinkMetadata.RichLinkType getRichLinkType()
The rich link type.
.google.chat.v1.RichLinkMetadata.RichLinkType rich_link_type = 2;
Returns | |
---|---|
Type | Description |
RichLinkMetadata.RichLinkType |
The richLinkType. |
getRichLinkTypeValue()
public abstract int getRichLinkTypeValue()
The rich link type.
.google.chat.v1.RichLinkMetadata.RichLinkType rich_link_type = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for richLinkType. |
getUri()
public abstract String getUri()
The URI of this link.
string uri = 1;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
The URI of this link.
string uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |
hasDriveLinkData()
public abstract boolean hasDriveLinkData()
Data for a drive link.
.google.chat.v1.DriveLinkData drive_link_data = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the driveLinkData field is set. |