defmodule Google.Api.Control do @moduledoc false use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3 field :environment, 1, type: :string field :method_policies, 4, repeated: true, type: Google.Api.MethodPolicy, json_name: "methodPolicies" end