Skip to content

Commit

Permalink
chore: [compute] add Go build targets for compute (#792) (#4157)
Browse files Browse the repository at this point in the history
* chore: add Go build targets for compute (#792)

Note: manually updated proto file, but it yields the same result of the new disco-converter would generate.

Fixes: googleapis/google-cloud-go#7345
Source-Link: googleapis/googleapis@59828ba

Source-Link: googleapis/googleapis-gen@2649582
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjI2NDk1ODI1N2M1MzUyZGIwYmM5MTBjMDBmMTQ3YjgyMWIwMTA2MzYifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 12, 2023
1 parent d79385f commit 730156d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import "google/cloud/extended_operations.proto";
// File Options
//
option csharp_namespace = "Google.Cloud.Compute.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/compute/v1;compute";
option go_package = "cloud.google.com/go/compute/apiv1/computepb";
option java_multiple_files = true;
option java_package = "com.google.cloud.compute.v1";
option php_namespace = "Google\\Cloud\\Compute\\V1";
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 730156d

Please sign in to comment.