Current section
Files
Jump to
Current section
Files
lib/google/bigtable/v2/feature_flags.pb.ex
defmodule Google.Bigtable.V2.FeatureFlags do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field :reverse_scans, 1, type: :bool, json_name: "reverseScans"
field :mutate_rows_rate_limit, 3, type: :bool, json_name: "mutateRowsRateLimit"
field :mutate_rows_rate_limit2, 5, type: :bool, json_name: "mutateRowsRateLimit2"
field :last_scanned_row_responses, 4, type: :bool, json_name: "lastScannedRowResponses"
field :routing_cookie, 6, type: :bool, json_name: "routingCookie"
field :retry_info, 7, type: :bool, json_name: "retryInfo"
field :client_side_metrics_enabled, 8, type: :bool, json_name: "clientSideMetricsEnabled"
field :traffic_director_enabled, 9, type: :bool, json_name: "trafficDirectorEnabled"
field :direct_access_requested, 10, type: :bool, json_name: "directAccessRequested"
end