GroundingMetadata_SourceFlaggingUri class final
Source content flagging uri for a place or review. This is currently populated only for Google Maps grounding.
- Inheritance
-
- Object
- ProtoMessage
- GroundingMetadata_SourceFlaggingUri
Constructors
- GroundingMetadata_SourceFlaggingUri({String sourceId = '', String flagContentUri = ''})
- GroundingMetadata_SourceFlaggingUri.fromJson(Object? j)
-
factory
Properties
- flagContentUri → 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. --)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceId → String
-
Id of the place or review.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String