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 api routing.pb.ex
Raw

lib/google/api/routing.pb.ex

defmodule Google.Api.RoutingRule do
@moduledoc false
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :routing_parameters, 2,
repeated: true,
type: Google.Api.RoutingParameter,
json_name: "routingParameters"
end
defmodule Google.Api.RoutingParameter do
@moduledoc false
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field :field, 1, type: :string
field :path_template, 2, type: :string, json_name: "pathTemplate"
end