summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshi Automation Bot <yoshi-automation@google.com>2021-11-01 07:43:12 -0700
committerGitHub <noreply@github.com>2021-11-01 08:43:12 -0600
commit62acf1d9914560ac891e211607415607f071c173 (patch)
treef275a34c7c1782a74a7b712dfd3a485afe3be420
parente255c875f7c7b7d0071b13445b48853d821c72e8 (diff)
downloadgoogleapis-go-genproto-62acf1d9914560ac891e211607415607f071c173.tar.gz
chore(all): auto-regenerate .pb.go files (#712)
This is an auto-generated regeneration of the .pb.go files by cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will update the corresponding PR to depend on the newer version of go-genproto, and assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot will not create any more regeneration PRs. If all regen PRs are closed, gapicgen will create a new set of regeneration PRs once per night. If you have been assigned to review this PR, please: - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. That will prompt genbot to assign reviewers to the google-cloud-go PR. Corresponding google-cloud-go PR: googleapis/google-cloud-go#5053 Changes: chore: use gapic-generator-python 0.53.4 docs: list oneofs in docstring committer: busunkim96@ PiperOrigin-RevId: 406468269 Source-Link: https://github.com/googleapis/googleapis/commit/83d81b0c8fc22291a13398d6d77f02dc97a5b6f4 docs(talent): fix docstring formatting Committer: @parthea PiperOrigin-RevId: 406427586 Source-Link: https://github.com/googleapis/googleapis/commit/c2b080f3208bacdfe93810ac2ef14d0dcee24b1d chore(cloudbuild/apiv1): Update cloudbuild BUILD.bazel package name to google-cloud-build chore(python): Update cloudbuild namespace to google.cloud.devtools PiperOrigin-RevId: 406424368 Source-Link: https://github.com/googleapis/googleapis/commit/a83e6f24b44be2bb2ff0a7c3d722d451352759bd chore(accessapproval): Update accessapproval BUILD.bazel package name to google-cloud-access-approval PiperOrigin-RevId: 406423937 Source-Link: https://github.com/googleapis/googleapis/commit/3045b0cb263ebdec0a528761c313eb8c467a6e5b
-rw-r--r--googleapis/cloud/talent/v4/job.pb.go2
-rw-r--r--googleapis/cloud/talent/v4/job_service.pb.go2
-rw-r--r--googleapis/cloud/talent/v4beta1/job.pb.go2
-rw-r--r--googleapis/cloud/talent/v4beta1/job_service.pb.go2
-rw-r--r--googleapis/cloud/talent/v4beta1/profile_service.pb.go2
-rw-r--r--regen.txt2
6 files changed, 6 insertions, 6 deletions
diff --git a/googleapis/cloud/talent/v4/job.pb.go b/googleapis/cloud/talent/v4/job.pb.go
index 3e218f98..2a394506 100644
--- a/googleapis/cloud/talent/v4/job.pb.go
+++ b/googleapis/cloud/talent/v4/job.pb.go
@@ -124,7 +124,7 @@ type Job struct {
// attributes that are not covered by the provided structured fields.
//
// The keys of the map are strings up to 64 bytes and must match the
- // pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
+ // pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
// KEY_1_LIKE_THIS.
//
// At most 100 filterable and at most 100 unfilterable keys are supported.
diff --git a/googleapis/cloud/talent/v4/job_service.pb.go b/googleapis/cloud/talent/v4/job_service.pb.go
index 435aa360..bf09cf6c 100644
--- a/googleapis/cloud/talent/v4/job_service.pb.go
+++ b/googleapis/cloud/talent/v4/job_service.pb.go
@@ -876,7 +876,7 @@ type SearchJobsRequest struct {
//
// Data types:
//
- // * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
+ // * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
// * String: string like "any string with backslash escape for quote(\")."
// * Number: whole number and floating point number like 10, -1 and -0.01.
// * List: list of elements with comma(,) separator surrounded by square
diff --git a/googleapis/cloud/talent/v4beta1/job.pb.go b/googleapis/cloud/talent/v4beta1/job.pb.go
index b7e20523..ab30137a 100644
--- a/googleapis/cloud/talent/v4beta1/job.pb.go
+++ b/googleapis/cloud/talent/v4beta1/job.pb.go
@@ -122,7 +122,7 @@ type Job struct {
// attributes that are not covered by the provided structured fields.
//
// The keys of the map are strings up to 64 bytes and must match the
- // pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
+ // pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
// KEY_1_LIKE_THIS.
//
// At most 100 filterable and at most 100 unfilterable keys are supported.
diff --git a/googleapis/cloud/talent/v4beta1/job_service.pb.go b/googleapis/cloud/talent/v4beta1/job_service.pb.go
index 6fbfb70f..68c1bba4 100644
--- a/googleapis/cloud/talent/v4beta1/job_service.pb.go
+++ b/googleapis/cloud/talent/v4beta1/job_service.pb.go
@@ -866,7 +866,7 @@ type SearchJobsRequest struct {
//
// Data types:
//
- // * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
+ // * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
// * String: string like "any string with backslash escape for quote(\")."
// * Number: whole number and floating point number like 10, -1 and -0.01.
// * List: list of elements with comma(,) separator surrounded by square
diff --git a/googleapis/cloud/talent/v4beta1/profile_service.pb.go b/googleapis/cloud/talent/v4beta1/profile_service.pb.go
index 7c64b1b5..940f9b41 100644
--- a/googleapis/cloud/talent/v4beta1/profile_service.pb.go
+++ b/googleapis/cloud/talent/v4beta1/profile_service.pb.go
@@ -522,7 +522,7 @@ type SearchProfilesRequest struct {
//
// Data types:
//
- // * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
+ // * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
// * String: string like "any string with backslash escape for quote(\")."
// * Number: whole number and floating point number like 10, -1 and -0.01.
// * List: list of elements with comma(,) separator surrounded by square
diff --git a/regen.txt b/regen.txt
index 1e04a369..01833e9a 100644
--- a/regen.txt
+++ b/regen.txt
@@ -1 +1 @@
-21144c249c3830b24e0df1ac45196fde89ece392 \ No newline at end of file
+83d81b0c8fc22291a13398d6d77f02dc97a5b6f4 \ No newline at end of file