Skip to content

Commit ee69d8b

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#995)
Co-authored-by: Hany Rock <rudebono@gmail.com>
1 parent 5b46cdd commit ee69d8b

File tree

3 files changed

+114
-9
lines changed

3 files changed

+114
-9
lines changed

lib/google/api/pb_extension.pb.ex

+25-9
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,33 @@ defmodule Google.Api.PbExtension do
33

44
use Protobuf, protoc_gen_elixir_version: "0.14.0"
55

6-
extend Google.Protobuf.FieldOptions, :resource_reference, 1055,
6+
extend Google.Protobuf.EnumOptions, :enum_visibility, 72_295_727,
77
optional: true,
8-
type: Google.Api.ResourceReference,
9-
json_name: "resourceReference"
8+
type: Google.Api.VisibilityRule,
9+
json_name: "enumVisibility"
1010

11-
extend Google.Protobuf.FileOptions, :resource_definition, 1053,
12-
repeated: true,
13-
type: Google.Api.ResourceDescriptor,
14-
json_name: "resourceDefinition"
11+
extend Google.Protobuf.EnumValueOptions, :value_visibility, 72_295_727,
12+
optional: true,
13+
type: Google.Api.VisibilityRule,
14+
json_name: "valueVisibility"
15+
16+
extend Google.Protobuf.FieldOptions, :field_visibility, 72_295_727,
17+
optional: true,
18+
type: Google.Api.VisibilityRule,
19+
json_name: "fieldVisibility"
20+
21+
extend Google.Protobuf.MessageOptions, :message_visibility, 72_295_727,
22+
optional: true,
23+
type: Google.Api.VisibilityRule,
24+
json_name: "messageVisibility"
25+
26+
extend Google.Protobuf.MethodOptions, :method_visibility, 72_295_727,
27+
optional: true,
28+
type: Google.Api.VisibilityRule,
29+
json_name: "methodVisibility"
1530

16-
extend Google.Protobuf.MessageOptions, :resource, 1053,
31+
extend Google.Protobuf.ServiceOptions, :api_visibility, 72_295_727,
1732
optional: true,
18-
type: Google.Api.ResourceDescriptor
33+
type: Google.Api.VisibilityRule,
34+
json_name: "apiVisibility"
1935
end

lib/google/devtools/cloudbuild/v1/cloudbuild.pb.ex

+75
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,85 @@ defmodule Google.Devtools.Cloudbuild.V1.Build do
617617
type: Google.Devtools.Cloudbuild.V1.Build.Warning,
618618
deprecated: false
619619

620+
field :git_config, 48,
621+
type: Google.Devtools.Cloudbuild.V1.GitConfig,
622+
json_name: "gitConfig",
623+
deprecated: false
624+
620625
field :failure_info, 51,
621626
type: Google.Devtools.Cloudbuild.V1.Build.FailureInfo,
622627
json_name: "failureInfo",
623628
deprecated: false
629+
630+
field :dependencies, 56,
631+
repeated: true,
632+
type: Google.Devtools.Cloudbuild.V1.Dependency,
633+
deprecated: false
634+
end
635+
636+
defmodule Google.Devtools.Cloudbuild.V1.Dependency.GitSourceDependency do
637+
@moduledoc false
638+
639+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
640+
641+
field :repository, 1,
642+
type: Google.Devtools.Cloudbuild.V1.Dependency.GitSourceRepository,
643+
deprecated: false
644+
645+
field :revision, 2, type: :string, deprecated: false
646+
field :recurse_submodules, 3, type: :bool, json_name: "recurseSubmodules", deprecated: false
647+
field :depth, 4, type: :int64, deprecated: false
648+
field :dest_path, 5, type: :string, json_name: "destPath", deprecated: false
649+
end
650+
651+
defmodule Google.Devtools.Cloudbuild.V1.Dependency.GitSourceRepository do
652+
@moduledoc false
653+
654+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
655+
656+
oneof :repotype, 0
657+
658+
field :url, 1, type: :string, oneof: 0
659+
660+
field :developer_connect, 2,
661+
type: :string,
662+
json_name: "developerConnect",
663+
oneof: 0,
664+
deprecated: false
665+
end
666+
667+
defmodule Google.Devtools.Cloudbuild.V1.Dependency do
668+
@moduledoc false
669+
670+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
671+
672+
oneof :dep, 0
673+
674+
field :empty, 1, type: :bool, oneof: 0
675+
676+
field :git_source, 2,
677+
type: Google.Devtools.Cloudbuild.V1.Dependency.GitSourceDependency,
678+
json_name: "gitSource",
679+
oneof: 0
680+
end
681+
682+
defmodule Google.Devtools.Cloudbuild.V1.GitConfig.HttpConfig do
683+
@moduledoc false
684+
685+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
686+
687+
field :proxy_secret_version_name, 1,
688+
type: :string,
689+
json_name: "proxySecretVersionName",
690+
deprecated: false
691+
end
692+
693+
defmodule Google.Devtools.Cloudbuild.V1.GitConfig do
694+
@moduledoc false
695+
696+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
697+
698+
field :http, 1, type: Google.Devtools.Cloudbuild.V1.GitConfig.HttpConfig
624699
end
625700

626701
defmodule Google.Devtools.Cloudbuild.V1.Artifacts.ArtifactObjects do

lib/google/spanner/admin/database/v1/backup.pb.ex

+14
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ defmodule Google.Spanner.Admin.Database.V1.Backup do
107107
type: Google.Protobuf.Timestamp,
108108
json_name: "oldestVersionTime",
109109
deprecated: false
110+
111+
field :instance_partitions, 19,
112+
repeated: true,
113+
type: Google.Spanner.Admin.Database.V1.BackupInstancePartition,
114+
json_name: "instancePartitions",
115+
deprecated: false
110116
end
111117

112118
defmodule Google.Spanner.Admin.Database.V1.CreateBackupRequest do
@@ -297,3 +303,11 @@ defmodule Google.Spanner.Admin.Database.V1.IncrementalBackupSpec do
297303

298304
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
299305
end
306+
307+
defmodule Google.Spanner.Admin.Database.V1.BackupInstancePartition do
308+
@moduledoc false
309+
310+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
311+
312+
field :instance_partition, 1, type: :string, json_name: "instancePartition", deprecated: false
313+
end

0 commit comments

Comments
 (0)