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

Commit

Permalink
chore(talent): tweak docstrings (via synth) (#9432)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and tseaver committed Oct 9, 2019
1 parent 0fba106 commit 91311a5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions google/cloud/talent_v4beta1/proto/filters.proto
Expand Up @@ -205,15 +205,18 @@ message ProfileQuery {
//
// The following logic is used to determine which locations in
// the profile to filter against:
//
// 1. All of the profile's geocoded
// [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses] where
// [Address.usage][google.cloud.talent.v4beta1.Address.usage] is PERSONAL and
// [Address.current][google.cloud.talent.v4beta1.Address.current] is true.
//
// 2. If the above set of locations is empty, all of the profile's geocoded
// [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses] where
// [Address.usage][google.cloud.talent.v4beta1.Address.usage] is
// CONTACT_INFO_USAGE_UNSPECIFIED and
// [Address.current][google.cloud.talent.v4beta1.Address.current] is true.
//
// 3. If the above set of locations is empty, all of the profile's geocoded
// [Profile.addresses][google.cloud.talent.v4beta1.Profile.addresses] where
// [Address.usage][google.cloud.talent.v4beta1.Address.usage] is PERSONAL or
Expand Down
22 changes: 11 additions & 11 deletions 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.

10 changes: 5 additions & 5 deletions synth.metadata
@@ -1,19 +1,19 @@
{
"updateTime": "2019-09-20T12:33:12.721312Z",
"updateTime": "2019-10-09T12:34:24.307023Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.36.3",
"dockerImage": "googleapis/artman@sha256:66ca01f27ef7dc50fbfb7743b67028115a6a8acf43b2d82f9fc826de008adac4"
"version": "0.38.0",
"dockerImage": "googleapis/artman@sha256:0d2f8d429110aeb8d82df6550ef4ede59d40df9062d260a1580fce688b0512bf"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "2e02174cad304dac67a40e1f63885964c4db91b2",
"internalRef": "270249401"
"sha": "2dec8f98383214ad4fafa7680eb0cc46d6531976",
"internalRef": "273619851"
}
},
{
Expand Down

0 comments on commit 91311a5

Please sign in to comment.