Skip to content

Commit 65dc4ff

Browse files
yoshi-automationbusunkim96
authored andcommitted
[CHANGE ME] Re-generated talent to pick up changes in the API or client library generator. (#8712)
1 parent 9b30669 commit 65dc4ff

21 files changed

+387
-179
lines changed

packages/google-cloud-talent/google/cloud/talent_v4beta1/gapic/application_service_client_config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
},
1919
"methods": {
2020
"CreateApplication": {
21-
"timeout_millis": 30000,
21+
"timeout_millis": 60000,
2222
"retry_codes_name": "non_idempotent",
2323
"retry_params_name": "default",
2424
},
2525
"GetApplication": {
26-
"timeout_millis": 30000,
26+
"timeout_millis": 60000,
2727
"retry_codes_name": "idempotent",
2828
"retry_params_name": "default",
2929
},
3030
"UpdateApplication": {
31-
"timeout_millis": 30000,
31+
"timeout_millis": 60000,
3232
"retry_codes_name": "non_idempotent",
3333
"retry_params_name": "default",
3434
},
3535
"DeleteApplication": {
36-
"timeout_millis": 30000,
36+
"timeout_millis": 60000,
3737
"retry_codes_name": "idempotent",
3838
"retry_params_name": "default",
3939
},
4040
"ListApplications": {
41-
"timeout_millis": 30000,
41+
"timeout_millis": 60000,
4242
"retry_codes_name": "idempotent",
4343
"retry_params_name": "default",
4444
},

packages/google-cloud-talent/google/cloud/talent_v4beta1/gapic/company_service_client_config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
},
1919
"methods": {
2020
"CreateCompany": {
21-
"timeout_millis": 30000,
21+
"timeout_millis": 60000,
2222
"retry_codes_name": "non_idempotent",
2323
"retry_params_name": "default",
2424
},
2525
"GetCompany": {
26-
"timeout_millis": 30000,
26+
"timeout_millis": 60000,
2727
"retry_codes_name": "idempotent",
2828
"retry_params_name": "default",
2929
},
3030
"UpdateCompany": {
31-
"timeout_millis": 30000,
31+
"timeout_millis": 60000,
3232
"retry_codes_name": "non_idempotent",
3333
"retry_params_name": "default",
3434
},
3535
"DeleteCompany": {
36-
"timeout_millis": 30000,
36+
"timeout_millis": 60000,
3737
"retry_codes_name": "idempotent",
3838
"retry_params_name": "default",
3939
},
4040
"ListCompanies": {
41-
"timeout_millis": 30000,
41+
"timeout_millis": 60000,
4242
"retry_codes_name": "idempotent",
4343
"retry_params_name": "default",
4444
},

packages/google-cloud-talent/google/cloud/talent_v4beta1/gapic/enums.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ class State(enum.IntEnum):
527527
successfully processed.
528528
FAILED (int): The batch operation is done and no item has been successfully processed.
529529
CANCELLING (int): The batch operation is in the process of cancelling after
530-
[google.longrunning.Operation.CancelOperation] is called.
530+
``google.longrunning.Operations.CancelOperation`` is called.
531531
CANCELLED (int): The batch operation is done after
532-
[google.longrunning.Operation.CancelOperation] is called. Any items
532+
``google.longrunning.Operations.CancelOperation`` is called. Any items
533533
processed before cancelling are returned in the response.
534534
"""
535535

@@ -980,7 +980,7 @@ class ProfileEventType(enum.IntEnum):
980980
981981
For a VIEW that happens as a result of seeing the profile in a CTS API
982982
request's result set, the ``ClientEvent.request_id`` should be
983-
populated. If the VIEW happens for some other reason, the [requestId]
983+
populated. If the VIEW happens for some other reason, the ``request_id``
984984
should not be populated.
985985
986986
This event requires a valid recruiter and one valid ID in profiles.

packages/google-cloud-talent/google/cloud/talent_v4beta1/gapic/job_service_client_config.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,42 @@
1818
},
1919
"methods": {
2020
"CreateJob": {
21-
"timeout_millis": 30000,
21+
"timeout_millis": 60000,
2222
"retry_codes_name": "non_idempotent",
2323
"retry_params_name": "default",
2424
},
2525
"GetJob": {
26-
"timeout_millis": 30000,
26+
"timeout_millis": 60000,
2727
"retry_codes_name": "idempotent",
2828
"retry_params_name": "default",
2929
},
3030
"UpdateJob": {
31-
"timeout_millis": 30000,
31+
"timeout_millis": 60000,
3232
"retry_codes_name": "non_idempotent",
3333
"retry_params_name": "default",
3434
},
3535
"DeleteJob": {
36-
"timeout_millis": 30000,
36+
"timeout_millis": 60000,
3737
"retry_codes_name": "idempotent",
3838
"retry_params_name": "default",
3939
},
4040
"ListJobs": {
41-
"timeout_millis": 30000,
41+
"timeout_millis": 60000,
4242
"retry_codes_name": "idempotent",
4343
"retry_params_name": "default",
4444
},
4545
"BatchDeleteJobs": {
46-
"timeout_millis": 30000,
46+
"timeout_millis": 60000,
4747
"retry_codes_name": "non_idempotent",
4848
"retry_params_name": "default",
4949
},
5050
"SearchJobs": {
51-
"timeout_millis": 30000,
51+
"timeout_millis": 60000,
5252
"retry_codes_name": "non_idempotent",
5353
"retry_params_name": "default",
5454
},
5555
"SearchJobsForAlert": {
56-
"timeout_millis": 30000,
56+
"timeout_millis": 60000,
5757
"retry_codes_name": "non_idempotent",
5858
"retry_params_name": "default",
5959
},

packages/google-cloud-talent/google/cloud/talent_v4beta1/gapic/profile_service_client.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ def search_profiles(
690690
case_sensitive_sort=None,
691691
histogram_queries=None,
692692
result_set_id=None,
693+
strict_keywords_search=None,
693694
retry=google.api_core.gapic_v1.method.DEFAULT,
694695
timeout=google.api_core.gapic_v1.method.DEFAULT,
695696
metadata=None,
@@ -878,11 +879,24 @@ def search_profiles(
878879
If this field is set, the service will ignore the resource and
879880
``profile_query`` values, and simply retrieve a page of results from the
880881
corresponding result set. In this case, one and only one of
881-
[page\_token] or [offset] must be set.
882+
``page_token`` or ``offset`` must be set.
882883
883884
A typical use case is to invoke ``SearchProfilesRequest`` without this
884885
field, then use the resulting ``result_set_id`` in
885886
``SearchProfilesResponse`` to page through the results.
887+
strict_keywords_search (bool): Optional. This flag is used to indicate whether the service will attempt to
888+
understand synonyms and terms related to the search query or treat the
889+
query "as is" when it generates a set of results. By default this flag is
890+
set to false, thus allowing expanded results to also be returned. For
891+
example a search for "software engineer" might also return candidates who
892+
have experience in jobs similar to software engineer positions. By setting
893+
this flag to true, the service will only attempt to deliver candidates has
894+
software engineer in his/her global fields by treating "software engineer"
895+
as a keyword.
896+
897+
It is recommended to provide a feature in the UI (such as a checkbox) to
898+
allow recruiters to set this flag to true if they intend to search for
899+
longer boolean strings.
886900
retry (Optional[google.api_core.retry.Retry]): A retry object used
887901
to retry requests. If ``None`` is specified, requests will not
888902
be retried.
@@ -927,6 +941,7 @@ def search_profiles(
927941
case_sensitive_sort=case_sensitive_sort,
928942
histogram_queries=histogram_queries,
929943
result_set_id=result_set_id,
944+
strict_keywords_search=strict_keywords_search,
930945
)
931946
if metadata is None:
932947
metadata = []

packages/google-cloud-talent/google/cloud/talent_v4beta1/gapic/profile_service_client_config.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@
1818
},
1919
"methods": {
2020
"ListProfiles": {
21-
"timeout_millis": 30000,
21+
"timeout_millis": 60000,
2222
"retry_codes_name": "idempotent",
2323
"retry_params_name": "default",
2424
},
2525
"CreateProfile": {
26-
"timeout_millis": 30000,
26+
"timeout_millis": 60000,
2727
"retry_codes_name": "non_idempotent",
2828
"retry_params_name": "default",
2929
},
3030
"GetProfile": {
31-
"timeout_millis": 30000,
31+
"timeout_millis": 60000,
3232
"retry_codes_name": "idempotent",
3333
"retry_params_name": "default",
3434
},
3535
"UpdateProfile": {
36-
"timeout_millis": 30000,
36+
"timeout_millis": 60000,
3737
"retry_codes_name": "non_idempotent",
3838
"retry_params_name": "default",
3939
},
4040
"DeleteProfile": {
41-
"timeout_millis": 30000,
41+
"timeout_millis": 60000,
4242
"retry_codes_name": "idempotent",
4343
"retry_params_name": "default",
4444
},
4545
"SearchProfiles": {
46-
"timeout_millis": 30000,
46+
"timeout_millis": 60000,
4747
"retry_codes_name": "non_idempotent",
4848
"retry_params_name": "default",
4949
},

packages/google-cloud-talent/google/cloud/talent_v4beta1/gapic/tenant_service_client_config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
},
1919
"methods": {
2020
"CreateTenant": {
21-
"timeout_millis": 30000,
21+
"timeout_millis": 60000,
2222
"retry_codes_name": "non_idempotent",
2323
"retry_params_name": "default",
2424
},
2525
"GetTenant": {
26-
"timeout_millis": 30000,
26+
"timeout_millis": 60000,
2727
"retry_codes_name": "idempotent",
2828
"retry_params_name": "default",
2929
},
3030
"UpdateTenant": {
31-
"timeout_millis": 30000,
31+
"timeout_millis": 60000,
3232
"retry_codes_name": "non_idempotent",
3333
"retry_params_name": "default",
3434
},
3535
"DeleteTenant": {
36-
"timeout_millis": 30000,
36+
"timeout_millis": 60000,
3737
"retry_codes_name": "idempotent",
3838
"retry_params_name": "default",
3939
},
4040
"ListTenants": {
41-
"timeout_millis": 30000,
41+
"timeout_millis": 60000,
4242
"retry_codes_name": "idempotent",
4343
"retry_params_name": "default",
4444
},

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ message BatchOperationMetadata {
5252
FAILED = 4;
5353

5454
// The batch operation is in the process of cancelling after
55-
// [google.longrunning.Operation.CancelOperation] is called.
55+
// [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
56+
// is called.
5657
CANCELLING = 5;
5758

5859
// The batch operation is done after
59-
// [google.longrunning.Operation.CancelOperation] is called. Any items
60-
// processed before cancelling are returned in the response.
60+
// [google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
61+
// is called. Any items processed before cancelling are returned in the
62+
// response.
6163
CANCELLED = 6;
6264
}
6365

@@ -92,8 +94,11 @@ message BatchOperationMetadata {
9294

9395
// Output only.
9496
//
95-
// The result of [BatchCreateJobs][] or [BatchUpdateJobs][] APIs. It's used to
96-
// replace
97+
// The result of
98+
// [JobService.BatchCreateJobs][google.cloud.talent.v4beta1.JobService.BatchCreateJobs]
99+
// or
100+
// [JobService.BatchUpdateJobs][google.cloud.talent.v4beta1.JobService.BatchUpdateJobs]
101+
// APIs. It's used to replace
97102
// [google.longrunning.Operation.response][google.longrunning.Operation.response]
98103
// in case of success.
99104
message JobOperationResult {

packages/google-cloud-talent/google/cloud/talent_v4beta1/proto/batch_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/company.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ message Company {
5151
// example, "projects/api-test-project/companies/bar".
5252
string name = 1;
5353

54-
// Required. The display name of the company, for example, "Google, LLC".
54+
// Required. The display name of the company, for example, "Google LLC".
5555
string display_name = 2;
5656

5757
// Required. Client side company identifier, used to uniquely identify the

0 commit comments

Comments
 (0)