Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def create_client_event(
`self service
tools <https://console.cloud.google.com/talent-solution/overview>`__.
`Learn
more <https://cloud.google.com/talent-solution/job-search/docs/management-tools>`__
more <https://cloud.google.com/talent-solution/docs/management-tools>`__
about self service tools.

Example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def create_client_event(self):
`self service
tools <https://console.cloud.google.com/talent-solution/overview>`__.
`Learn
more <https://cloud.google.com/talent-solution/job-search/docs/management-tools>`__
more <https://cloud.google.com/talent-solution/docs/management-tools>`__
about self service tools.

Returns:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ service EventService {
// [self service
// tools](https://console.cloud.google.com/talent-solution/overview).
// [Learn
// more](https://cloud.google.com/talent-solution/job-search/docs/management-tools)
// more](https://cloud.google.com/talent-solution/docs/management-tools)
// about self service tools.
rpc CreateClientEvent(CreateClientEventRequest) returns (ClientEvent) {
option (google.api.http) = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def CreateClientEvent(self, request, context):
[self service
tools](https://console.cloud.google.com/talent-solution/overview).
[Learn
more](https://cloud.google.com/talent-solution/job-search/docs/management-tools)
more](https://cloud.google.com/talent-solution/docs/management-tools)
about self service tools.
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
Expand Down
10 changes: 5 additions & 5 deletions talent/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-06T13:27:54.658651Z",
"updateTime": "2019-03-13T12:27:30.045090Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.15",
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
"version": "0.16.17",
"dockerImage": "googleapis/artman@sha256:7231f27272231a884e09edb5953148c85ecd8467780d33c4a35c3e507885715b"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
"internalRef": "236931378"
"sha": "e340f4a01ec287f7bb86e2331b5e98c473d10afd",
"internalRef": "238151361"
}
},
{
Expand Down