Packages

Google API protobufs for Elixir/gRPC: Datastore, Bigtable, Pub/Sub, Storage, KMS, Tasks, Secret Manager, BigQuery, IAM, Logging, Long-Running Operations and AI Generative Language

Current section

Files

Jump to
googleapis_proto_ex lib google ai generativelanguage v1beta2 citation.pb.ex
Raw

lib/google/ai/generativelanguage/v1beta2/citation.pb.ex

defmodule Google.Ai.Generativelanguage.V1beta2.CitationMetadata do
@moduledoc false
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :citation_sources, 1,
repeated: true,
type: Google.Ai.Generativelanguage.V1beta2.CitationSource,
json_name: "citationSources"
end
defmodule Google.Ai.Generativelanguage.V1beta2.CitationSource do
@moduledoc false
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :start_index, 1,
proto3_optional: true,
type: :int32,
json_name: "startIndex",
deprecated: false
field :end_index, 2,
proto3_optional: true,
type: :int32,
json_name: "endIndex",
deprecated: false
field :uri, 3, proto3_optional: true, type: :string, deprecated: false
field :license, 4, proto3_optional: true, type: :string, deprecated: false
end