Class: Google::Cloud::GeminiDataAnalytics::V1::Citation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1/context.rb

Overview

Source attributions for content.

Instance Attribute Summary collapse

Instance Attribute Details

#anchors::Array<::Google::Cloud::GeminiDataAnalytics::V1::CitationAnchor> (readonly)

Returns Output only. List of the anchors of the citations.

Returns:



381
382
383
384
# File 'proto_docs/google/cloud/geminidataanalytics/v1/context.rb', line 381

class Citation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sources::Array<::Google::Cloud::GeminiDataAnalytics::V1::CitationSource> (readonly)

Returns Output only. List of the sources being cited.

Returns:



381
382
383
384
# File 'proto_docs/google/cloud/geminidataanalytics/v1/context.rb', line 381

class Citation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end