Skip to content

Commit 83fb222

Browse files
yoshi-automationtseaver
authored andcommitted
Update docstrings (via synth). (#8986)
1 parent 9ef914e commit 83fb222

7 files changed

Lines changed: 27 additions & 34 deletions

File tree

packages/google-cloud-talent/google/cloud/talent_v4beta1/proto/filters.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,9 @@ message LocationFilter {
395395
// used to address ambiguity of the user-input location, for example,
396396
// "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK".
397397
//
398-
// Set this field if all the jobs to search against are from a same region,
399-
// or jobs are world-wide, but the job seeker is from a specific region.
398+
// Set this field to bias location resolution toward a specific country
399+
// or territory. If this field is not set, application behavior is biased
400+
// toward the United States by default.
400401
//
401402
// See http://cldr.unicode.org/ and
402403
// http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html

packages/google-cloud-talent/google/cloud/talent_v4beta1/proto/filters_pb2.py

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-talent/google/cloud/talent_v4beta1/proto/profile.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ message Profile {
4646
// for example, "projects/api-test-project/tenants/foo/profiles/bar".
4747
string name = 1;
4848

49-
// Optional. Profile's id in client system if available.
49+
// Optional. Profile's id in client system if available. This value is not
50+
// required to be unique to each profile. However, providing unique values
51+
// makes it easier to specify individual profiles when filing support tickets.
5052
//
5153
// The maximum number of bytes allowed is 100.
5254
string external_id = 2;

packages/google-cloud-talent/google/cloud/talent_v4beta1/proto/profile_pb2.py

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-talent/google/cloud/talent_v4beta1/proto/tenant.proto

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ syntax = "proto3";
1717

1818
package google.cloud.talent.v4beta1;
1919

20-
import "google/api/annotations.proto";
21-
import "google/protobuf/timestamp.proto";
22-
import "google/protobuf/wrappers.proto";
23-
2420
option go_package = "google.golang.org/genproto/googleapis/cloud/talent/v4beta1;talent";
2521
option java_multiple_files = true;
2622
option java_outer_classname = "TenantResourceProto";

packages/google-cloud-talent/google/cloud/talent_v4beta1/proto/tenant_pb2.py

Lines changed: 5 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-talent/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-08-06T12:41:16.157242Z",
2+
"updateTime": "2019-08-07T12:36:04.122564Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "e699b0cba64ffddfae39633417180f1f65875896",
16-
"internalRef": "261759677"
15+
"sha": "6d29882872298c8bfbaef33bd69bfca275c4d2eb",
16+
"internalRef": "262019251"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)