Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::GroundingMetadata::SourceFlaggingUri (v1.24.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::GroundingMetadata::SourceFlaggingUri.

Source content flagging uri for a place or review. This is currently populated only for Google Maps grounding.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#flag_content_uri

def flag_content_uri() -> ::String
Returns
  • (::String) — 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. --)

#flag_content_uri=

def flag_content_uri=(value) -> ::String
Parameter
  • value (::String) — 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. --)
Returns
  • (::String) — 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. --)

#source_id

def source_id() -> ::String
Returns
  • (::String) — Id of the place or review.

#source_id=

def source_id=(value) -> ::String
Parameter
  • value (::String) — Id of the place or review.
Returns
  • (::String) — Id of the place or review.