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 bigtable admin v2 common.pb.ex
Raw

lib/google/bigtable/admin/v2/common.pb.ex

defmodule Google.Bigtable.Admin.V2.StorageType do
@moduledoc false
use Protobuf,
enum: true,
full_name: "google.bigtable.admin.v2.StorageType",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
field :STORAGE_TYPE_UNSPECIFIED, 0
field :SSD, 1
field :HDD, 2
end
defmodule Google.Bigtable.Admin.V2.OperationProgress do
@moduledoc false
use Protobuf,
full_name: "google.bigtable.admin.v2.OperationProgress",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
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