Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Apr 13, 2023
2 parents c846217 + 7116b6e commit 3a05272
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/release/docs-devsite-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ npm install
# passes on current working directory for cloud rad
export MONO_REPO_CWD=$PWD

npm install --no-save @google-cloud/[email protected].1
npm install --no-save @google-cloud/cloud-rad@^0.3.6
# publish docs to devsite
npx @google-cloud/cloud-rad . cloud-rad
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 3a05272

Please sign in to comment.