Interface GroundingMetadata.SourceFlaggingUriOrBuilder (3.77.0)

public static interface GroundingMetadata.SourceFlaggingUriOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFlagContentUri()

public abstract String getFlagContentUri()

A link where users can flag a problem with the source (place or review). (-- The link is generated by Google and it does not contain information from the user query. It may contain information of the content it is flagging, which can be used to identify places. --)

string flag_content_uri = 2;

Returns
Type Description
String

The flagContentUri.

getFlagContentUriBytes()

public abstract ByteString getFlagContentUriBytes()

A link where users can flag a problem with the source (place or review). (-- The link is generated by Google and it does not contain information from the user query. It may contain information of the content it is flagging, which can be used to identify places. --)

string flag_content_uri = 2;

Returns
Type Description
ByteString

The bytes for flagContentUri.

getSourceId()

public abstract String getSourceId()

Id of the place or review.

string source_id = 1;

Returns
Type Description
String

The sourceId.

getSourceIdBytes()

public abstract ByteString getSourceIdBytes()

Id of the place or review.

string source_id = 1;

Returns
Type Description
ByteString

The bytes for sourceId.