You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-talent/google-api-grpc/grpc-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/JobServiceGrpc.java
+48-32Lines changed: 48 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -573,10 +573,12 @@ public void batchDeleteJobs(
573
573
*
574
574
*
575
575
* <pre>
576
-
* Searches for jobs using the provided [SearchJobsRequest][google.cloud.talent.v4beta1.SearchJobsRequest].
577
-
* This call constrains the [visibility][google.cloud.talent.v4beta1.Job.visibility] of jobs
578
-
* present in the database, and only returns jobs that the caller has
Copy file name to clipboardExpand all lines: branches/autosynth-talent/google-api-grpc/grpc-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ProfileServiceGrpc.java
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,9 @@ public void deleteProfile(
471
471
* Searches for profiles within a tenant.
472
472
* For example, search by raw queries "software engineer in Mountain View" or
473
473
* search by structured filters (location filter, education filter, etc.).
474
-
* See [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest] for more information.
Copy file name to clipboardExpand all lines: branches/autosynth-talent/google-api-grpc/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/session.proto
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -459,25 +459,6 @@ message TextInput {
459
459
stringlanguage_code=2;
460
460
}
461
461
462
-
// Events allow for matching intents by event name instead of the natural
463
-
// language input. For instance, input `<event: { name: "welcome_event",
464
-
// parameters: { name: "Sam" } }>` can trigger a personalized welcome response.
465
-
// The parameter `name` may be used by the agent in the response:
466
-
// `"Hello #welcome_event.name! What can I do for you today?"`.
467
-
messageEventInput {
468
-
// Required. The unique identifier of the event.
469
-
stringname=1;
470
-
471
-
// Optional. The collection of parameters associated with the event.
472
-
google.protobuf.Structparameters=2;
473
-
474
-
// Required. The language of this query. See [Language
0 commit comments