Package com.google.cloud.aiplatform.v1
Interface GroundingMetadata.SourceFlaggingUriOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroundingMetadata.SourceFlaggingUri,GroundingMetadata.SourceFlaggingUri.Builder
- Enclosing class:
- GroundingMetadata
public static interface GroundingMetadata.SourceFlaggingUriOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA 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.com.google.protobuf.ByteStringA 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.Id of the place or review.com.google.protobuf.ByteStringId of the place or review.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSourceId
String getSourceId()Id of the place or review.
string source_id = 1;- Returns:
- The sourceId.
-
getSourceIdBytes
com.google.protobuf.ByteString getSourceIdBytes()Id of the place or review.
string source_id = 1;- Returns:
- The bytes for sourceId.
-
getFlagContentUri
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:
- The flagContentUri.
-
getFlagContentUriBytes
com.google.protobuf.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:
- The bytes for flagContentUri.
-