Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: set Ruby namespace in proto options (#195)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 317660600

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Jun 22 08:38:39 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 6d05c93a2c37c67d8dc0b72b636c4b162d0dd7cd
Source-Link: googleapis/googleapis@6d05c93
  • Loading branch information
yoshi-automation committed Jun 23, 2020
1 parent a63f76f commit 12b322d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Expand Up @@ -527,10 +527,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "e.devtools.cloudbuild.v1.ListWorkerPools"
+ "Response\"\000\032M\312A\031cloudbuild.googleapis.com"
+ "\322A.https://www.googleapis.com/auth/cloud"
+ "-platformBk\n\030com.google.cloudbuild.v1P\001Z"
+ "Ggoogle.golang.org/genproto/googleapis/d"
+ "evtools/cloudbuild/v1;cloudbuild\242\002\003GCBb\006"
+ "proto3"
+ "-platformB\206\001\n\030com.google.cloudbuild.v1P\001"
+ "ZGgoogle.golang.org/genproto/googleapis/"
+ "devtools/cloudbuild/v1;cloudbuild\242\002\003GCB\352"
+ "\002\030Google::Cloud::Build::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -28,6 +28,7 @@ option go_package = "google.golang.org/genproto/googleapis/devtools/cloudbuild/v
option java_multiple_files = true;
option java_package = "com.google.cloudbuild.v1";
option objc_class_prefix = "GCB";
option ruby_package = "Google::Cloud::Build::V1";

// Creates and manages builds on Google Cloud Platform.
//
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -11,15 +11,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-cloudbuild.git",
"sha": "dbde5db1238c8d71bfaf2a0101b5a992a5525c42"
"sha": "a81295832f430be57f0bb81e15eedc9fee35df0e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
"internalRef": "313460921"
"sha": "6d05c93a2c37c67d8dc0b72b636c4b162d0dd7cd",
"internalRef": "317660600"
}
},
{
Expand Down

0 comments on commit 12b322d

Please sign in to comment.