Skip to content

Commit ad4e27a

Browse files
chore: update googleapis commitish to 05c4b6d (#13399)
This pull request is generated with proto changes between [googleapis/googleapis@ff15be5](googleapis/googleapis@ff15be5) (exclusive) and [googleapis/googleapis@05c4b6d](googleapis/googleapis@05c4b6d) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat: [ces] update cloud ml ces v1beta client libraries docs: [ces] Update comments for `audio_recording_config` and `bigquery_export_settings` in `LoggingSettings`. docs: [ces] Update comments for various `InputType` enum values. docs: [ces] Update comments for `root_span`, `turns`, and `max_turns` in `Evaluation`. PiperOrigin-RevId: 928656124 Source Link: [googleapis/googleapis@aee6df1](googleapis/googleapis@aee6df1) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent 51a8557 commit ad4e27a

156 files changed

Lines changed: 48981 additions & 3076 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
googleapis_commitish: ff15be54722218705740b9fc6223d264c4cdb6dd
1+
googleapis_commitish: 05c4b6d37258ab81054529451cdf804f2918441f
22
libraries_bom_version: 26.83.0
33
is_monorepo: true
44
libraries:

java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/AgentServiceClient.java

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,8 +1070,7 @@
10701070
* <tr>
10711071
* <td><p> ListLocations</td>
10721072
* <td><p> Lists information about the supported locations for this service.
1073-
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name] field:
1074-
* <p> &#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
1073+
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
10751074
* <p> For gRPC and client library implementations, the resource name ispassed as the `name` field. For direct service calls, the resourcename isincorporated into the request path based on the specific serviceimplementation and version.</td>
10761075
* <td>
10771076
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -8313,9 +8312,8 @@ public final UnaryCallable<GetChangelogRequest, Changelog> getChangelogCallable(
83138312
* Lists information about the supported locations for this service.
83148313
*
83158314
* <p>This method lists locations based on the resource scope provided inthe
8316-
* [ListLocationsRequest.name] field:
8317-
*
8318-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
8315+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
8316+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
83198317
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
83208318
* `name` follows the format`projects/{project}`, the method lists locations visible to
83218319
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
@@ -8359,9 +8357,8 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
83598357
* Lists information about the supported locations for this service.
83608358
*
83618359
* <p>This method lists locations based on the resource scope provided inthe
8362-
* [ListLocationsRequest.name] field:
8363-
*
8364-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
8360+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
8361+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
83658362
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
83668363
* `name` follows the format`projects/{project}`, the method lists locations visible to
83678364
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
@@ -8406,9 +8403,8 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
84068403
* Lists information about the supported locations for this service.
84078404
*
84088405
* <p>This method lists locations based on the resource scope provided inthe
8409-
* [ListLocationsRequest.name] field:
8410-
*
8411-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
8406+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
8407+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
84128408
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
84138409
* `name` follows the format`projects/{project}`, the method lists locations visible to
84148410
* thatspecific project. This includes public, private, or otherproject-specific locations enabled

java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/EvaluationServiceClient.java

Lines changed: 582 additions & 11 deletions
Large diffs are not rendered by default.

java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/EvaluationServiceSettings.java

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,53 @@ public UnaryCallSettings<ExportEvaluationsRequest, Operation> exportEvaluationsS
367367
return ((EvaluationServiceStubSettings) getStubSettings()).exportEvaluationsOperationSettings();
368368
}
369369

370+
/** Returns the object with the settings used for calls to exportEvaluationRuns. */
371+
public UnaryCallSettings<ExportEvaluationRunsRequest, Operation> exportEvaluationRunsSettings() {
372+
return ((EvaluationServiceStubSettings) getStubSettings()).exportEvaluationRunsSettings();
373+
}
374+
375+
/** Returns the object with the settings used for calls to exportEvaluationRuns. */
376+
public OperationCallSettings<
377+
ExportEvaluationRunsRequest,
378+
ExportEvaluationRunsResponse,
379+
ExportEvaluationRunsOperationMetadata>
380+
exportEvaluationRunsOperationSettings() {
381+
return ((EvaluationServiceStubSettings) getStubSettings())
382+
.exportEvaluationRunsOperationSettings();
383+
}
384+
385+
/** Returns the object with the settings used for calls to exportEvaluationResults. */
386+
public UnaryCallSettings<ExportEvaluationResultsRequest, Operation>
387+
exportEvaluationResultsSettings() {
388+
return ((EvaluationServiceStubSettings) getStubSettings()).exportEvaluationResultsSettings();
389+
}
390+
391+
/** Returns the object with the settings used for calls to exportEvaluationResults. */
392+
public OperationCallSettings<
393+
ExportEvaluationResultsRequest,
394+
ExportEvaluationResultsResponse,
395+
ExportEvaluationResultsOperationMetadata>
396+
exportEvaluationResultsOperationSettings() {
397+
return ((EvaluationServiceStubSettings) getStubSettings())
398+
.exportEvaluationResultsOperationSettings();
399+
}
400+
401+
/** Returns the object with the settings used for calls to runEvaluationResultMetrics. */
402+
public UnaryCallSettings<RunEvaluationResultMetricsRequest, Operation>
403+
runEvaluationResultMetricsSettings() {
404+
return ((EvaluationServiceStubSettings) getStubSettings()).runEvaluationResultMetricsSettings();
405+
}
406+
407+
/** Returns the object with the settings used for calls to runEvaluationResultMetrics. */
408+
public OperationCallSettings<
409+
RunEvaluationResultMetricsRequest,
410+
RunEvaluationResultMetricsResponse,
411+
RunEvaluationResultMetricsOperationMetadata>
412+
runEvaluationResultMetricsOperationSettings() {
413+
return ((EvaluationServiceStubSettings) getStubSettings())
414+
.runEvaluationResultMetricsOperationSettings();
415+
}
416+
370417
/** Returns the object with the settings used for calls to listLocations. */
371418
public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
372419
listLocationsSettings() {
@@ -728,6 +775,51 @@ public UnaryCallSettings.Builder<GetEvaluationRequest, Evaluation> getEvaluation
728775
return getStubSettingsBuilder().exportEvaluationsOperationSettings();
729776
}
730777

778+
/** Returns the builder for the settings used for calls to exportEvaluationRuns. */
779+
public UnaryCallSettings.Builder<ExportEvaluationRunsRequest, Operation>
780+
exportEvaluationRunsSettings() {
781+
return getStubSettingsBuilder().exportEvaluationRunsSettings();
782+
}
783+
784+
/** Returns the builder for the settings used for calls to exportEvaluationRuns. */
785+
public OperationCallSettings.Builder<
786+
ExportEvaluationRunsRequest,
787+
ExportEvaluationRunsResponse,
788+
ExportEvaluationRunsOperationMetadata>
789+
exportEvaluationRunsOperationSettings() {
790+
return getStubSettingsBuilder().exportEvaluationRunsOperationSettings();
791+
}
792+
793+
/** Returns the builder for the settings used for calls to exportEvaluationResults. */
794+
public UnaryCallSettings.Builder<ExportEvaluationResultsRequest, Operation>
795+
exportEvaluationResultsSettings() {
796+
return getStubSettingsBuilder().exportEvaluationResultsSettings();
797+
}
798+
799+
/** Returns the builder for the settings used for calls to exportEvaluationResults. */
800+
public OperationCallSettings.Builder<
801+
ExportEvaluationResultsRequest,
802+
ExportEvaluationResultsResponse,
803+
ExportEvaluationResultsOperationMetadata>
804+
exportEvaluationResultsOperationSettings() {
805+
return getStubSettingsBuilder().exportEvaluationResultsOperationSettings();
806+
}
807+
808+
/** Returns the builder for the settings used for calls to runEvaluationResultMetrics. */
809+
public UnaryCallSettings.Builder<RunEvaluationResultMetricsRequest, Operation>
810+
runEvaluationResultMetricsSettings() {
811+
return getStubSettingsBuilder().runEvaluationResultMetricsSettings();
812+
}
813+
814+
/** Returns the builder for the settings used for calls to runEvaluationResultMetrics. */
815+
public OperationCallSettings.Builder<
816+
RunEvaluationResultMetricsRequest,
817+
RunEvaluationResultMetricsResponse,
818+
RunEvaluationResultMetricsOperationMetadata>
819+
runEvaluationResultMetricsOperationSettings() {
820+
return getStubSettingsBuilder().runEvaluationResultMetricsOperationSettings();
821+
}
822+
731823
/** Returns the builder for the settings used for calls to listLocations. */
732824
public PagedCallSettings.Builder<
733825
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>

java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/SessionServiceClient.java

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@
120120
* <tr>
121121
* <td><p> ListLocations</td>
122122
* <td><p> Lists information about the supported locations for this service.
123-
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name] field:
124-
* <p> &#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
123+
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
125124
* <p> For gRPC and client library implementations, the resource name ispassed as the `name` field. For direct service calls, the resourcename isincorporated into the request path based on the specific serviceimplementation and version.</td>
126125
* <td>
127126
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -431,9 +430,8 @@ public final UnaryCallable<RunSessionRequest, RunSessionResponse> runSessionCall
431430
* Lists information about the supported locations for this service.
432431
*
433432
* <p>This method lists locations based on the resource scope provided inthe
434-
* [ListLocationsRequest.name] field:
435-
*
436-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
433+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
434+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
437435
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
438436
* `name` follows the format`projects/{project}`, the method lists locations visible to
439437
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
@@ -477,9 +475,8 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
477475
* Lists information about the supported locations for this service.
478476
*
479477
* <p>This method lists locations based on the resource scope provided inthe
480-
* [ListLocationsRequest.name] field:
481-
*
482-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
478+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
479+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
483480
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
484481
* `name` follows the format`projects/{project}`, the method lists locations visible to
485482
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
@@ -524,9 +521,8 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
524521
* Lists information about the supported locations for this service.
525522
*
526523
* <p>This method lists locations based on the resource scope provided inthe
527-
* [ListLocationsRequest.name] field:
528-
*
529-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
524+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
525+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
530526
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
531527
* `name` follows the format`projects/{project}`, the method lists locations visible to
532528
* thatspecific project. This includes public, private, or otherproject-specific locations enabled

java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/ToolServiceClient.java

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@
116116
* <tr>
117117
* <td><p> ListLocations</td>
118118
* <td><p> Lists information about the supported locations for this service.
119-
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name] field:
120-
* <p> &#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
119+
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
121120
* <p> For gRPC and client library implementations, the resource name ispassed as the `name` field. For direct service calls, the resourcename isincorporated into the request path based on the specific serviceimplementation and version.</td>
122121
* <td>
123122
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -386,6 +385,7 @@ public final RetrieveToolSchemaResponse retrieveToolSchema(RetrieveToolSchemaReq
386385
* .setToolset(
387386
* ToolsetName.of("[PROJECT]", "[LOCATION]", "[APP]", "[TOOLSET]").toString())
388387
* .addAllToolIds(new ArrayList<String>())
388+
* .setBypassPersistenceConfig(true)
389389
* .build();
390390
* RetrieveToolsResponse response = toolServiceClient.retrieveTools(request);
391391
* }
@@ -416,6 +416,7 @@ public final RetrieveToolsResponse retrieveTools(RetrieveToolsRequest request) {
416416
* .setToolset(
417417
* ToolsetName.of("[PROJECT]", "[LOCATION]", "[APP]", "[TOOLSET]").toString())
418418
* .addAllToolIds(new ArrayList<String>())
419+
* .setBypassPersistenceConfig(true)
419420
* .build();
420421
* ApiFuture<RetrieveToolsResponse> future =
421422
* toolServiceClient.retrieveToolsCallable().futureCall(request);
@@ -433,9 +434,8 @@ public final UnaryCallable<RetrieveToolsRequest, RetrieveToolsResponse> retrieve
433434
* Lists information about the supported locations for this service.
434435
*
435436
* <p>This method lists locations based on the resource scope provided inthe
436-
* [ListLocationsRequest.name] field:
437-
*
438-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
437+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
438+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
439439
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
440440
* `name` follows the format`projects/{project}`, the method lists locations visible to
441441
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
@@ -479,9 +479,8 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
479479
* Lists information about the supported locations for this service.
480480
*
481481
* <p>This method lists locations based on the resource scope provided inthe
482-
* [ListLocationsRequest.name] field:
483-
*
484-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
482+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
483+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
485484
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
486485
* `name` follows the format`projects/{project}`, the method lists locations visible to
487486
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
@@ -526,9 +525,8 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
526525
* Lists information about the supported locations for this service.
527526
*
528527
* <p>This method lists locations based on the resource scope provided inthe
529-
* [ListLocationsRequest.name] field:
530-
*
531-
* <p>&#42; &#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
528+
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
529+
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
532530
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
533531
* `name` follows the format`projects/{project}`, the method lists locations visible to
534532
* thatspecific project. This includes public, private, or otherproject-specific locations enabled

0 commit comments

Comments
 (0)