Skip to content

Commit

Permalink
Update docstrings (via synth). (#8986)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and tseaver committed Aug 7, 2019
1 parent b821592 commit 5d3c7b5
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 34 deletions.
5 changes: 3 additions & 2 deletions talent/google/cloud/talent_v4beta1/proto/filters.proto
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,9 @@ message LocationFilter {
// used to address ambiguity of the user-input location, for example,
// "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK".
//
// Set this field if all the jobs to search against are from a same region,
// or jobs are world-wide, but the job seeker is from a specific region.
// Set this field to bias location resolution toward a specific country
// or territory. If this field is not set, application behavior is biased
// toward the United States by default.
//
// See http://cldr.unicode.org/ and
// http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
Expand Down
15 changes: 8 additions & 7 deletions talent/google/cloud/talent_v4beta1/proto/filters_pb2.py

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

4 changes: 3 additions & 1 deletion talent/google/cloud/talent_v4beta1/proto/profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ message Profile {
// for example, "projects/api-test-project/tenants/foo/profiles/bar".
string name = 1;

// Optional. Profile's id in client system if available.
// Optional. Profile's id in client system if available. This value is not
// required to be unique to each profile. However, providing unique values
// makes it easier to specify individual profiles when filing support tickets.
//
// The maximum number of bytes allowed is 100.
string external_id = 2;
Expand Down
7 changes: 5 additions & 2 deletions talent/google/cloud/talent_v4beta1/proto/profile_pb2.py

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

4 changes: 0 additions & 4 deletions talent/google/cloud/talent_v4beta1/proto/tenant.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ syntax = "proto3";

package google.cloud.talent.v4beta1;

import "google/api/annotations.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/wrappers.proto";

option go_package = "google.golang.org/genproto/googleapis/cloud/talent/v4beta1;talent";
option java_multiple_files = true;
option java_outer_classname = "TenantResourceProto";
Expand Down
20 changes: 5 additions & 15 deletions talent/google/cloud/talent_v4beta1/proto/tenant_pb2.py

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

6 changes: 3 additions & 3 deletions talent/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-08-06T12:41:16.157242Z",
"updateTime": "2019-08-07T12:36:04.122564Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e699b0cba64ffddfae39633417180f1f65875896",
"internalRef": "261759677"
"sha": "6d29882872298c8bfbaef33bd69bfca275c4d2eb",
"internalRef": "262019251"
}
},
{
Expand Down

0 comments on commit 5d3c7b5

Please sign in to comment.