Current section

Files

Jump to
spannex lib google spanner admin instance v1 common.pb.ex
Raw

lib/google/spanner/admin/instance/v1/common.pb.ex

defmodule Google.Spanner.Admin.Instance.V1.OperationProgress do
@moduledoc false
use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.12.0"
field(:progress_percent, 1, type: :int32, json_name: "progressPercent")
field(:start_time, 2, type: Google.Protobuf.Timestamp, json_name: "startTime")
field(:end_time, 3, type: Google.Protobuf.Timestamp, json_name: "endTime")
end