Current section
Files
Jump to
Current section
Files
lib/google/ai/generativelanguage/v1beta2/citation.pb.ex
defmodule Google.Ai.Generativelanguage.V1beta2.CitationMetadata do
@moduledoc false
use Protobuf,
full_name: "google.ai.generativelanguage.v1beta2.CitationMetadata",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
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,
full_name: "google.ai.generativelanguage.v1beta2.CitationSource",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
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