@@ -617,10 +617,85 @@ defmodule Google.Devtools.Cloudbuild.V1.Build do
617
617
type: Google.Devtools.Cloudbuild.V1.Build.Warning ,
618
618
deprecated: false
619
619
620
+ field :git_config , 48 ,
621
+ type: Google.Devtools.Cloudbuild.V1.GitConfig ,
622
+ json_name: "gitConfig" ,
623
+ deprecated: false
624
+
620
625
field :failure_info , 51 ,
621
626
type: Google.Devtools.Cloudbuild.V1.Build.FailureInfo ,
622
627
json_name: "failureInfo" ,
623
628
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
624
699
end
625
700
626
701
defmodule Google.Devtools.Cloudbuild.V1.Artifacts.ArtifactObjects do
0 commit comments