google-cloud-ces-v1beta 0.a → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +122 -0
- data/README.md +154 -8
- data/lib/google/cloud/ces/v1beta/agent_card_pb.rb +26 -0
- data/lib/google/cloud/ces/v1beta/agent_pb.rb +30 -0
- data/lib/google/cloud/ces/v1beta/agent_service/client.rb +5641 -0
- data/lib/google/cloud/ces/v1beta/agent_service/credentials.rb +48 -0
- data/lib/google/cloud/ces/v1beta/agent_service/operations.rb +843 -0
- data/lib/google/cloud/ces/v1beta/agent_service/paths.rb +481 -0
- data/lib/google/cloud/ces/v1beta/agent_service/rest/client.rb +5249 -0
- data/lib/google/cloud/ces/v1beta/agent_service/rest/operations.rb +927 -0
- data/lib/google/cloud/ces/v1beta/agent_service/rest/service_stub.rb +3213 -0
- data/lib/google/cloud/ces/v1beta/agent_service/rest.rb +55 -0
- data/lib/google/cloud/ces/v1beta/agent_service.rb +57 -0
- data/lib/google/cloud/ces/v1beta/agent_service_pb.rb +132 -0
- data/lib/google/cloud/ces/v1beta/agent_service_services_pb.rb +148 -0
- data/lib/google/cloud/ces/v1beta/agent_tool_pb.rb +24 -0
- data/lib/google/cloud/ces/v1beta/agent_transfers_pb.rb +29 -0
- data/lib/google/cloud/ces/v1beta/app_pb.rb +70 -0
- data/lib/google/cloud/ces/v1beta/app_version_pb.rb +32 -0
- data/lib/google/cloud/ces/v1beta/auth_pb.rb +34 -0
- data/lib/google/cloud/ces/v1beta/bigquery_export_pb.rb +23 -0
- data/lib/google/cloud/ces/v1beta/bindings_override.rb +75 -0
- data/lib/google/cloud/ces/v1beta/changelog_pb.rb +26 -0
- data/lib/google/cloud/ces/v1beta/client_function_pb.rb +24 -0
- data/lib/google/cloud/ces/v1beta/common_pb.rb +46 -0
- data/lib/google/cloud/ces/v1beta/connector_tool_pb.rb +27 -0
- data/lib/google/cloud/ces/v1beta/connector_toolset_pb.rb +25 -0
- data/lib/google/cloud/ces/v1beta/conversation_pb.rb +31 -0
- data/lib/google/cloud/ces/v1beta/data_store_pb.rb +27 -0
- data/lib/google/cloud/ces/v1beta/data_store_tool_pb.rb +40 -0
- data/lib/google/cloud/ces/v1beta/deployment_pb.rb +30 -0
- data/lib/google/cloud/ces/v1beta/evaluation_metrics_config_pb.rb +31 -0
- data/lib/google/cloud/ces/v1beta/evaluation_pb.rb +99 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service/client.rb +4050 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service/credentials.rb +48 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service/operations.rb +843 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service/paths.rb +306 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb +3770 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service/rest/operations.rb +927 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service/rest/service_stub.rb +2233 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service/rest.rb +54 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service.rb +56 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service_pb.rb +93 -0
- data/lib/google/cloud/ces/v1beta/evaluation_service_services_pb.rb +116 -0
- data/lib/google/cloud/ces/v1beta/example_pb.rb +34 -0
- data/lib/google/cloud/ces/v1beta/fakes_pb.rb +25 -0
- data/lib/google/cloud/ces/v1beta/file_context_pb.rb +24 -0
- data/lib/google/cloud/ces/v1beta/file_search_tool_pb.rb +24 -0
- data/lib/google/cloud/ces/v1beta/golden_run_pb.rb +21 -0
- data/lib/google/cloud/ces/v1beta/google_search_tool_pb.rb +24 -0
- data/lib/google/cloud/ces/v1beta/guardrail_pb.rb +37 -0
- data/lib/google/cloud/ces/v1beta/mcp_tool_pb.rb +27 -0
- data/lib/google/cloud/ces/v1beta/mcp_toolset_pb.rb +28 -0
- data/lib/google/cloud/ces/v1beta/mocks_pb.rb +26 -0
- data/lib/google/cloud/ces/v1beta/omnichannel_pb.rb +31 -0
- data/lib/google/cloud/ces/v1beta/omnichannel_service_pb.rb +27 -0
- data/lib/google/cloud/ces/v1beta/open_api_tool_pb.rb +25 -0
- data/lib/google/cloud/ces/v1beta/open_api_toolset_pb.rb +25 -0
- data/lib/google/cloud/ces/v1beta/python_function_pb.rb +24 -0
- data/lib/google/cloud/ces/v1beta/rest.rb +42 -0
- data/lib/google/cloud/ces/v1beta/schema_pb.rb +25 -0
- data/lib/google/cloud/ces/v1beta/search_suggestions_pb.rb +22 -0
- data/lib/google/cloud/ces/v1beta/security_settings_pb.rb +27 -0
- data/lib/google/cloud/ces/v1beta/session_service/client.rb +762 -0
- data/lib/google/cloud/ces/v1beta/session_service/credentials.rb +48 -0
- data/lib/google/cloud/ces/v1beta/session_service/paths.rb +117 -0
- data/lib/google/cloud/ces/v1beta/session_service/rest/client.rb +562 -0
- data/lib/google/cloud/ces/v1beta/session_service/rest/service_stub.rb +199 -0
- data/lib/google/cloud/ces/v1beta/session_service/rest.rb +53 -0
- data/lib/google/cloud/ces/v1beta/session_service.rb +55 -0
- data/lib/google/cloud/ces/v1beta/session_service_pb.rb +54 -0
- data/lib/google/cloud/ces/v1beta/session_service_services_pb.rb +120 -0
- data/lib/google/cloud/ces/v1beta/system_tool_pb.rb +23 -0
- data/lib/google/cloud/ces/v1beta/tool_pb.rb +40 -0
- data/lib/google/cloud/ces/v1beta/tool_service/client.rb +733 -0
- data/lib/google/cloud/ces/v1beta/tool_service/credentials.rb +48 -0
- data/lib/google/cloud/ces/v1beta/tool_service/paths.rb +94 -0
- data/lib/google/cloud/ces/v1beta/tool_service/rest/client.rb +677 -0
- data/lib/google/cloud/ces/v1beta/tool_service/rest/service_stub.rb +267 -0
- data/lib/google/cloud/ces/v1beta/tool_service/rest.rb +53 -0
- data/lib/google/cloud/ces/v1beta/tool_service.rb +55 -0
- data/lib/google/cloud/ces/v1beta/tool_service_pb.rb +37 -0
- data/lib/google/cloud/ces/v1beta/tool_service_services_pb.rb +50 -0
- data/lib/google/cloud/ces/v1beta/toolset_pb.rb +30 -0
- data/lib/google/cloud/ces/v1beta/toolset_tool_pb.rb +24 -0
- data/lib/google/cloud/ces/v1beta/version.rb +7 -2
- data/lib/google/cloud/ces/v1beta/widget_service/client.rb +503 -0
- data/lib/google/cloud/ces/v1beta/widget_service/credentials.rb +48 -0
- data/lib/google/cloud/ces/v1beta/widget_service/paths.rb +75 -0
- data/lib/google/cloud/ces/v1beta/widget_service/rest/client.rb +461 -0
- data/lib/google/cloud/ces/v1beta/widget_service/rest/service_stub.rb +143 -0
- data/lib/google/cloud/ces/v1beta/widget_service/rest.rb +53 -0
- data/lib/google/cloud/ces/v1beta/widget_service.rb +55 -0
- data/lib/google/cloud/ces/v1beta/widget_service_pb.rb +28 -0
- data/lib/google/cloud/ces/v1beta/widget_service_services_pb.rb +46 -0
- data/lib/google/cloud/ces/v1beta/widget_tool_pb.rb +31 -0
- data/lib/google/cloud/ces/v1beta.rb +49 -0
- data/lib/google-cloud-ces-v1beta.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +593 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +227 -0
- data/proto_docs/google/cloud/ces/v1beta/agent.rb +233 -0
- data/proto_docs/google/cloud/ces/v1beta/agent_card.rb +122 -0
- data/proto_docs/google/cloud/ces/v1beta/agent_service.rb +1682 -0
- data/proto_docs/google/cloud/ces/v1beta/agent_tool.rb +48 -0
- data/proto_docs/google/cloud/ces/v1beta/agent_transfers.rb +111 -0
- data/proto_docs/google/cloud/ces/v1beta/app.rb +883 -0
- data/proto_docs/google/cloud/ces/v1beta/app_version.rb +83 -0
- data/proto_docs/google/cloud/ces/v1beta/auth.rb +214 -0
- data/proto_docs/google/cloud/ces/v1beta/bigquery_export.rb +45 -0
- data/proto_docs/google/cloud/ces/v1beta/changelog.rb +73 -0
- data/proto_docs/google/cloud/ces/v1beta/client_function.rb +48 -0
- data/proto_docs/google/cloud/ces/v1beta/common.rb +375 -0
- data/proto_docs/google/cloud/ces/v1beta/connector_tool.rb +122 -0
- data/proto_docs/google/cloud/ces/v1beta/connector_toolset.rb +52 -0
- data/proto_docs/google/cloud/ces/v1beta/conversation.rb +159 -0
- data/proto_docs/google/cloud/ces/v1beta/data_store.rb +102 -0
- data/proto_docs/google/cloud/ces/v1beta/data_store_tool.rb +328 -0
- data/proto_docs/google/cloud/ces/v1beta/deployment.rb +123 -0
- data/proto_docs/google/cloud/ces/v1beta/evaluation.rb +1687 -0
- data/proto_docs/google/cloud/ces/v1beta/evaluation_metrics_config.rb +151 -0
- data/proto_docs/google/cloud/ces/v1beta/evaluation_service.rb +1087 -0
- data/proto_docs/google/cloud/ces/v1beta/example.rb +245 -0
- data/proto_docs/google/cloud/ces/v1beta/fakes.rb +67 -0
- data/proto_docs/google/cloud/ces/v1beta/file_context.rb +50 -0
- data/proto_docs/google/cloud/ces/v1beta/file_search_tool.rb +60 -0
- data/proto_docs/google/cloud/ces/v1beta/golden_run.rb +40 -0
- data/proto_docs/google/cloud/ces/v1beta/google_search_tool.rb +76 -0
- data/proto_docs/google/cloud/ces/v1beta/guardrail.rb +324 -0
- data/proto_docs/google/cloud/ces/v1beta/mcp_tool.rb +110 -0
- data/proto_docs/google/cloud/ces/v1beta/mcp_toolset.rb +118 -0
- data/proto_docs/google/cloud/ces/v1beta/mocks.rb +60 -0
- data/proto_docs/google/cloud/ces/v1beta/omnichannel.rb +163 -0
- data/proto_docs/google/cloud/ces/v1beta/omnichannel_service.rb +45 -0
- data/proto_docs/google/cloud/ces/v1beta/open_api_tool.rb +66 -0
- data/proto_docs/google/cloud/ces/v1beta/open_api_toolset.rb +57 -0
- data/proto_docs/google/cloud/ces/v1beta/python_function.rb +47 -0
- data/proto_docs/google/cloud/ces/v1beta/schema.rb +162 -0
- data/proto_docs/google/cloud/ces/v1beta/search_suggestions.rb +55 -0
- data/proto_docs/google/cloud/ces/v1beta/security_settings.rb +80 -0
- data/proto_docs/google/cloud/ces/v1beta/session_service.rb +493 -0
- data/proto_docs/google/cloud/ces/v1beta/system_tool.rb +38 -0
- data/proto_docs/google/cloud/ces/v1beta/tool.rb +136 -0
- data/proto_docs/google/cloud/ces/v1beta/tool_service.rb +185 -0
- data/proto_docs/google/cloud/ces/v1beta/toolset.rb +80 -0
- data/proto_docs/google/cloud/ces/v1beta/toolset_tool.rb +40 -0
- data/proto_docs/google/cloud/ces/v1beta/widget_service.rb +62 -0
- data/proto_docs/google/cloud/ces/v1beta/widget_tool.rb +182 -0
- data/proto_docs/google/longrunning/operations.rb +191 -0
- data/proto_docs/google/protobuf/any.rb +145 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/struct.rb +108 -0
- data/proto_docs/google/protobuf/timestamp.rb +127 -0
- data/proto_docs/google/rpc/status.rb +48 -0
- metadata +208 -9
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2026 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
require "gapic/rest"
|
|
20
|
+
require "gapic/config"
|
|
21
|
+
require "gapic/config/method"
|
|
22
|
+
|
|
23
|
+
require "google/cloud/ces/v1beta/version"
|
|
24
|
+
require "google/cloud/ces/v1beta/bindings_override"
|
|
25
|
+
|
|
26
|
+
require "google/cloud/ces/v1beta/evaluation_service/credentials"
|
|
27
|
+
require "google/cloud/ces/v1beta/evaluation_service/paths"
|
|
28
|
+
require "google/cloud/ces/v1beta/evaluation_service/rest/operations"
|
|
29
|
+
require "google/cloud/ces/v1beta/evaluation_service/rest/client"
|
|
30
|
+
|
|
31
|
+
module Google
|
|
32
|
+
module Cloud
|
|
33
|
+
module Ces
|
|
34
|
+
module V1beta
|
|
35
|
+
##
|
|
36
|
+
# EvaluationService exposes methods to perform evaluation for the CES app.
|
|
37
|
+
#
|
|
38
|
+
# To load this service and instantiate a REST client:
|
|
39
|
+
#
|
|
40
|
+
# require "google/cloud/ces/v1beta/evaluation_service/rest"
|
|
41
|
+
# client = ::Google::Cloud::Ces::V1beta::EvaluationService::Rest::Client.new
|
|
42
|
+
#
|
|
43
|
+
module EvaluationService
|
|
44
|
+
# Client for the REST transport
|
|
45
|
+
module Rest
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
helper_path = ::File.join __dir__, "rest", "helpers.rb"
|
|
54
|
+
require "google/cloud/ces/v1beta/evaluation_service/rest/helpers" if ::File.file? helper_path
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2026 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
require "gapic/common"
|
|
20
|
+
require "gapic/config"
|
|
21
|
+
require "gapic/config/method"
|
|
22
|
+
|
|
23
|
+
require "google/cloud/ces/v1beta/version"
|
|
24
|
+
|
|
25
|
+
require "google/cloud/ces/v1beta/evaluation_service/credentials"
|
|
26
|
+
require "google/cloud/ces/v1beta/evaluation_service/paths"
|
|
27
|
+
require "google/cloud/ces/v1beta/evaluation_service/operations"
|
|
28
|
+
require "google/cloud/ces/v1beta/evaluation_service/client"
|
|
29
|
+
require "google/cloud/ces/v1beta/evaluation_service/rest"
|
|
30
|
+
|
|
31
|
+
module Google
|
|
32
|
+
module Cloud
|
|
33
|
+
module Ces
|
|
34
|
+
module V1beta
|
|
35
|
+
##
|
|
36
|
+
# EvaluationService exposes methods to perform evaluation for the CES app.
|
|
37
|
+
#
|
|
38
|
+
# @example Load this service and instantiate a gRPC client
|
|
39
|
+
#
|
|
40
|
+
# require "google/cloud/ces/v1beta/evaluation_service"
|
|
41
|
+
# client = ::Google::Cloud::Ces::V1beta::EvaluationService::Client.new
|
|
42
|
+
#
|
|
43
|
+
# @example Load this service and instantiate a REST client
|
|
44
|
+
#
|
|
45
|
+
# require "google/cloud/ces/v1beta/evaluation_service/rest"
|
|
46
|
+
# client = ::Google::Cloud::Ces::V1beta::EvaluationService::Rest::Client.new
|
|
47
|
+
#
|
|
48
|
+
module EvaluationService
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
helper_path = ::File.join __dir__, "evaluation_service", "helpers.rb"
|
|
56
|
+
require "google/cloud/ces/v1beta/evaluation_service/helpers" if ::File.file? helper_path
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/ces/v1beta/evaluation_service.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/annotations_pb'
|
|
8
|
+
require 'google/api/client_pb'
|
|
9
|
+
require 'google/api/field_behavior_pb'
|
|
10
|
+
require 'google/api/resource_pb'
|
|
11
|
+
require 'google/cloud/ces/v1beta/agent_service_pb'
|
|
12
|
+
require 'google/cloud/ces/v1beta/conversation_pb'
|
|
13
|
+
require 'google/cloud/ces/v1beta/evaluation_pb'
|
|
14
|
+
require 'google/longrunning/operations_pb'
|
|
15
|
+
require 'google/protobuf/duration_pb'
|
|
16
|
+
require 'google/protobuf/empty_pb'
|
|
17
|
+
require 'google/protobuf/field_mask_pb'
|
|
18
|
+
require 'google/protobuf/timestamp_pb'
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
descriptor_data = "\n0google/cloud/ces/v1beta/evaluation_service.proto\x12\x17google.cloud.ces.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a+google/cloud/ces/v1beta/agent_service.proto\x1a*google/cloud/ces/v1beta/conversation.proto\x1a(google/cloud/ces/v1beta/evaluation.proto\x1a#google/longrunning/operations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"n\n!RunEvaluationResultMetricsRequest\x12I\n\x14\x65valuation_result_id\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#ces.googleapis.com/EvaluationResult\"l\n\"RunEvaluationResultMetricsResponse\x12\x46\n\x06status\x18\x01 \x01(\x0e\x32\x31.google.cloud.ces.v1beta.EvaluationResult.OutcomeB\x03\xe0\x41\x03\"V\n\x15RunEvaluationResponse\x12=\n\x0e\x65valuation_run\x18\x01 \x01(\tB%\xfa\x41\"\n ces.googleapis.com/EvaluationRun\"\xb9\x02\n\x1eRunEvaluationOperationMetadata\x12:\n\x0b\x65valuations\x18\x01 \x03(\tB%\xe0\x41\x03\xfa\x41\x1f\n\x1d\x63\x65s.googleapis.com/Evaluation\x12@\n\x0e\x65valuation_run\x18\x02 \x01(\tB(\xe0\x41\x03\xfa\x41\"\n ces.googleapis.com/EvaluationRun\x12\x34\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x1d\n\x10\x63\x61ncel_requested\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\"%\n#GenerateEvaluationOperationMetadata\"&\n$DeleteEvaluationRunOperationMetadata\"\xa3\x01\n\x17\x43reateEvaluationRequest\x12.\n\x06parent\x18\x01 \x01(\tB\x1e\xe0\x41\x02\xfa\x41\x18\n\x16\x63\x65s.googleapis.com/App\x12\x1a\n\revaluation_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12<\n\nevaluation\x18\x03 \x01(\x0b\x32#.google.cloud.ces.v1beta.EvaluationB\x03\xe0\x41\x02\"\x9f\x01\n\x19GenerateEvaluationRequest\x12=\n\x0c\x63onversation\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1f\x63\x65s.googleapis.com/Conversation\x12\x43\n\x06source\x18\x02 \x01(\x0e\x32,.google.cloud.ces.v1beta.Conversation.SourceB\x05\x18\x01\xe0\x41\x01\"\xfb\x04\n\x18ImportEvaluationsRequest\x12_\n\x11\x63onversation_list\x18\x02 \x01(\x0b\x32\x42.google.cloud.ces.v1beta.ImportEvaluationsRequest.ConversationListH\x00\x12\x11\n\x07gcs_uri\x18\x03 \x01(\tH\x00\x12\x15\n\x0b\x63sv_content\x18\x04 \x01(\x0cH\x00\x12.\n\x06parent\x18\x01 \x01(\tB\x1e\xe0\x41\x02\xfa\x41\x18\n\x16\x63\x65s.googleapis.com/App\x12\\\n\x0eimport_options\x18\x05 \x01(\x0b\x32?.google.cloud.ces.v1beta.ImportEvaluationsRequest.ImportOptionsB\x03\xe0\x41\x01\x1a.\n\x10\x43onversationList\x12\x1a\n\rconversations\x18\x01 \x03(\tB\x03\xe0\x41\x01\x1a\x8b\x02\n\rImportOptions\x12\x85\x01\n\x1c\x63onflict_resolution_strategy\x18\x01 \x01(\x0e\x32Z.google.cloud.ces.v1beta.ImportEvaluationsRequest.ImportOptions.ConflictResolutionStrategyB\x03\xe0\x41\x01\"r\n\x1a\x43onflictResolutionStrategy\x12,\n(CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED\x10\x00\x12\r\n\tOVERWRITE\x10\x01\x12\x08\n\x04SKIP\x10\x02\x12\r\n\tDUPLICATE\x10\x03\x42\x08\n\x06source\"\xf5\x02\n\x19ImportEvaluationsResponse\x12\x38\n\x0b\x65valuations\x18\x01 \x03(\x0b\x32#.google.cloud.ces.v1beta.Evaluation\x12\x45\n\x12\x65valuation_results\x18\x04 \x03(\x0b\x32).google.cloud.ces.v1beta.EvaluationResult\x12?\n\x0f\x65valuation_runs\x18\x05 \x03(\x0b\x32&.google.cloud.ces.v1beta.EvaluationRun\x12\x1b\n\x0e\x65rror_messages\x18\x02 \x03(\tB\x03\xe0\x41\x01\x12\x1c\n\x14import_failure_count\x18\x03 \x01(\x05\x12.\n&evaluation_result_import_failure_count\x18\x06 \x01(\x05\x12+\n#evaluation_run_import_failure_count\x18\x07 \x01(\x05\"\xaa\x01\n\"ImportEvaluationsOperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x03 \x01(\tB\x03\xe0\x41\x03\"\xc1\x01\n\x1e\x43reateEvaluationDatasetRequest\x12.\n\x06parent\x18\x01 \x01(\tB\x1e\xe0\x41\x02\xfa\x41\x18\n\x16\x63\x65s.googleapis.com/App\x12\"\n\x15\x65valuation_dataset_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12K\n\x12\x65valuation_dataset\x18\x03 \x01(\x0b\x32*.google.cloud.ces.v1beta.EvaluationDatasetB\x03\xe0\x41\x02\"\x8d\x01\n\x17UpdateEvaluationRequest\x12<\n\nevaluation\x18\x01 \x01(\x0b\x32#.google.cloud.ces.v1beta.EvaluationB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\"\xa3\x01\n\x1eUpdateEvaluationDatasetRequest\x12K\n\x12\x65valuation_dataset\x18\x01 \x01(\x0b\x32*.google.cloud.ces.v1beta.EvaluationDatasetB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\"u\n\x17\x44\x65leteEvaluationRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1d\x63\x65s.googleapis.com/Evaluation\x12\x12\n\x05\x66orce\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\x12\x11\n\x04\x65tag\x18\x03 \x01(\tB\x03\xe0\x41\x01\"Z\n\x1d\x44\x65leteEvaluationResultRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#ces.googleapis.com/EvaluationResult\"o\n\x1e\x44\x65leteEvaluationDatasetRequest\x12:\n\x04name\x18\x01 \x01(\tB,\xe0\x41\x02\xfa\x41&\n$ces.googleapis.com/EvaluationDataset\x12\x11\n\x04\x65tag\x18\x02 \x01(\tB\x03\xe0\x41\x01\"T\n\x1a\x44\x65leteEvaluationRunRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n ces.googleapis.com/EvaluationRun\"K\n\x14GetEvaluationRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1d\x63\x65s.googleapis.com/Evaluation\"W\n\x1aGetEvaluationResultRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#ces.googleapis.com/EvaluationResult\"Y\n\x1bGetEvaluationDatasetRequest\x12:\n\x04name\x18\x01 \x01(\tB,\xe0\x41\x02\xfa\x41&\n$ces.googleapis.com/EvaluationDataset\"Q\n\x17GetEvaluationRunRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n ces.googleapis.com/EvaluationRun\"\x91\x02\n\x16ListEvaluationsRequest\x12\x35\n\x06parent\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\x12\x1d\x63\x65s.googleapis.com/Evaluation\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x06\x66ilter\x18\x04 \x01(\tB\x05\x18\x01\xe0\x41\x01\x12\x1e\n\x11\x65valuation_filter\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\"\n\x15\x65valuation_run_filter\x18\x08 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x1d\n\x10last_ten_results\x18\x06 \x01(\x08\x42\x03\xe0\x41\x01\"\xb8\x01\n\x1cListEvaluationResultsRequest\x12;\n\x06parent\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\x12#ces.googleapis.com/EvaluationResult\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\xba\x01\n\x1dListEvaluationDatasetsRequest\x12<\n\x06parent\x18\x01 \x01(\tB,\xe0\x41\x02\xfa\x41&\x12$ces.googleapis.com/EvaluationDataset\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\xb2\x01\n\x19ListEvaluationRunsRequest\x12\x38\n\x06parent\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\x12 ces.googleapis.com/EvaluationRun\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"l\n\x17ListEvaluationsResponse\x12\x38\n\x0b\x65valuations\x18\x01 \x03(\x0b\x32#.google.cloud.ces.v1beta.Evaluation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x7f\n\x1dListEvaluationResultsResponse\x12\x45\n\x12\x65valuation_results\x18\x01 \x03(\x0b\x32).google.cloud.ces.v1beta.EvaluationResult\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x82\x01\n\x1eListEvaluationDatasetsResponse\x12G\n\x13\x65valuation_datasets\x18\x01 \x03(\x0b\x32*.google.cloud.ces.v1beta.EvaluationDataset\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"v\n\x1aListEvaluationRunsResponse\x12?\n\x0f\x65valuation_runs\x18\x01 \x03(\x0b\x32&.google.cloud.ces.v1beta.EvaluationRun\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd7\x01\n#CreateScheduledEvaluationRunRequest\x12.\n\x06parent\x18\x01 \x01(\tB\x1e\xe0\x41\x02\xfa\x41\x18\n\x16\x63\x65s.googleapis.com/App\x12(\n\x1bscheduled_evaluation_run_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12V\n\x18scheduled_evaluation_run\x18\x03 \x01(\x0b\x32/.google.cloud.ces.v1beta.ScheduledEvaluationRunB\x03\xe0\x41\x02\"c\n GetScheduledEvaluationRunRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)ces.googleapis.com/ScheduledEvaluationRun\"\xc4\x01\n\"ListScheduledEvaluationRunsRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\x12)ces.googleapis.com/ScheduledEvaluationRun\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x92\x01\n#ListScheduledEvaluationRunsResponse\x12R\n\x19scheduled_evaluation_runs\x18\x01 \x03(\x0b\x32/.google.cloud.ces.v1beta.ScheduledEvaluationRun\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb3\x01\n#UpdateScheduledEvaluationRunRequest\x12V\n\x18scheduled_evaluation_run\x18\x01 \x01(\x0b\x32/.google.cloud.ces.v1beta.ScheduledEvaluationRunB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\"y\n#DeleteScheduledEvaluationRunRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)ces.googleapis.com/ScheduledEvaluationRun\x12\x11\n\x04\x65tag\x18\x02 \x01(\tB\x03\xe0\x41\x01\"r\n\x17TestPersonaVoiceRequest\x12+\n\x03\x61pp\x18\x01 \x01(\tB\x1e\xe0\x41\x02\xfa\x41\x18\n\x16\x63\x65s.googleapis.com/App\x12\x17\n\npersona_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04text\x18\x03 \x01(\tB\x03\xe0\x41\x02\"\x94\x01\n\x1cUploadEvaluationAudioRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1d\x63\x65s.googleapis.com/Evaluation\x12\x1a\n\raudio_content\x18\x02 \x01(\x0c\x42\x03\xe0\x41\x02\x12#\n\x16previous_audio_gcs_uri\x18\x03 \x01(\tB\x03\xe0\x41\x01\"w\n\x1dUploadEvaluationAudioResponse\x12\x15\n\raudio_gcs_uri\x18\x01 \x01(\t\x12\x12\n\ntranscript\x18\x02 \x01(\t\x12+\n\x08\x64uration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\")\n\x18TestPersonaVoiceResponse\x12\r\n\x05\x61udio\x18\x01 \x01(\x0c\"\xd1\x01\n\"CreateEvaluationExpectationRequest\x12.\n\x06parent\x18\x01 \x01(\tB\x1e\xe0\x41\x02\xfa\x41\x18\n\x16\x63\x65s.googleapis.com/App\x12&\n\x19\x65valuation_expectation_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12S\n\x16\x65valuation_expectation\x18\x03 \x01(\x0b\x32..google.cloud.ces.v1beta.EvaluationExpectationB\x03\xe0\x41\x02\"\xaf\x01\n\"UpdateEvaluationExpectationRequest\x12S\n\x16\x65valuation_expectation\x18\x01 \x01(\x0b\x32..google.cloud.ces.v1beta.EvaluationExpectationB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\"w\n\"DeleteEvaluationExpectationRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(ces.googleapis.com/EvaluationExpectation\x12\x11\n\x04\x65tag\x18\x02 \x01(\tB\x03\xe0\x41\x01\"a\n\x1fGetEvaluationExpectationRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(ces.googleapis.com/EvaluationExpectation\"\xc2\x01\n!ListEvaluationExpectationsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(ces.googleapis.com/EvaluationExpectation\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x8e\x01\n\"ListEvaluationExpectationsResponse\x12O\n\x17\x65valuation_expectations\x18\x01 \x03(\x0b\x32..google.cloud.ces.v1beta.EvaluationExpectation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb9\x01\n\rExportOptions\x12O\n\rexport_format\x18\x01 \x01(\x0e\x32\x33.google.cloud.ces.v1beta.ExportOptions.ExportFormatB\x03\xe0\x41\x01\x12\x14\n\x07gcs_uri\x18\x02 \x01(\tB\x03\xe0\x41\x01\"A\n\x0c\x45xportFormat\x12\x1d\n\x19\x45XPORT_FORMAT_UNSPECIFIED\x10\x00\x12\x08\n\x04JSON\x10\x01\x12\x08\n\x04YAML\x10\x02\"\x90\x02\n\x18\x45xportEvaluationsRequest\x12.\n\x06parent\x18\x01 \x01(\tB\x1e\xe0\x41\x02\xfa\x41\x18\n\x16\x63\x65s.googleapis.com/App\x12\x34\n\x05names\x18\x02 \x03(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1d\x63\x65s.googleapis.com/Evaluation\x12\x43\n\x0e\x65xport_options\x18\x03 \x01(\x0b\x32&.google.cloud.ces.v1beta.ExportOptionsB\x03\xe0\x41\x01\x12\'\n\x1ainclude_evaluation_results\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12 \n\x13include_evaluations\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01\"\x8a\x02\n\x19\x45xportEvaluationsResponse\x12\x1d\n\x13\x65valuations_content\x18\x01 \x01(\x0cH\x00\x12\x19\n\x0f\x65valuations_uri\x18\x02 \x01(\tH\x00\x12j\n\x12\x66\x61iled_evaluations\x18\x03 \x03(\x0b\x32I.google.cloud.ces.v1beta.ExportEvaluationsResponse.FailedEvaluationsEntryB\x03\xe0\x41\x03\x1a\x38\n\x16\x46\x61iledEvaluationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\r\n\x0b\x65valuations\"\xd8\x01\n\x1e\x45xportEvaluationResultsRequest\x12\x35\n\x06parent\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1d\x63\x65s.googleapis.com/Evaluation\x12:\n\x05names\x18\x02 \x03(\tB+\xe0\x41\x02\xfa\x41%\n#ces.googleapis.com/EvaluationResult\x12\x43\n\x0e\x65xport_options\x18\x03 \x01(\x0b\x32&.google.cloud.ces.v1beta.ExportOptionsB\x03\xe0\x41\x01\"\x7f\n\x1f\x45xportEvaluationResultsResponse\x12$\n\x1a\x65valuation_results_content\x18\x01 \x01(\x0cH\x00\x12 \n\x16\x65valuation_results_uri\x18\x02 \x01(\tH\x00\x42\x14\n\x12\x65valuation_results\"\xcb\x01\n\x1b\x45xportEvaluationRunsRequest\x12.\n\x06parent\x18\x01 \x01(\tB\x1e\xe0\x41\x02\xfa\x41\x18\n\x16\x63\x65s.googleapis.com/App\x12\x37\n\x05names\x18\x02 \x03(\tB(\xe0\x41\x02\xfa\x41\"\n ces.googleapis.com/EvaluationRun\x12\x43\n\x0e\x65xport_options\x18\x03 \x01(\x0b\x32&.google.cloud.ces.v1beta.ExportOptionsB\x03\xe0\x41\x01\"s\n\x1c\x45xportEvaluationRunsResponse\x12!\n\x17\x65valuation_runs_content\x18\x01 \x01(\x0cH\x00\x12\x1d\n\x13\x65valuation_runs_uri\x18\x02 \x01(\tH\x00\x42\x11\n\x0f\x65valuation_runs\"\'\n%ExportEvaluationRunsOperationMetadata\"*\n(ExportEvaluationResultsOperationMetadata\"-\n+RunEvaluationResultMetricsOperationMetadata2\xb9\x43\n\x11\x45valuationService\x12\xe4\x01\n\rRunEvaluation\x12-.google.cloud.ces.v1beta.RunEvaluationRequest\x1a\x1d.google.longrunning.Operation\"\x84\x01\xca\x41\x37\n\x15RunEvaluationResponse\x12\x1eRunEvaluationOperationMetadata\xda\x41\x03\x61pp\x82\xd3\xe4\x93\x02>\"9/v1beta/{app=projects/*/locations/*/apps/*}:runEvaluation:\x01*\x12\xf8\x01\n\x15UploadEvaluationAudio\x12\x35.google.cloud.ces.v1beta.UploadEvaluationAudioRequest\x1a\x36.google.cloud.ces.v1beta.UploadEvaluationAudioResponse\"p\xda\x41\x12name,audio_content\x82\xd3\xe4\x93\x02U\"P/v1beta/{name=projects/*/locations/*/apps/*/evaluations/*}:uploadEvaluationAudio:\x01*\x12\xf0\x01\n\x10\x43reateEvaluation\x12\x30.google.cloud.ces.v1beta.CreateEvaluationRequest\x1a#.google.cloud.ces.v1beta.Evaluation\"\x84\x01\xda\x41\x1fparent,evaluation,evaluation_id\xda\x41\x11parent,evaluation\x82\xd3\xe4\x93\x02H\":/v1beta/{parent=projects/*/locations/*/apps/*}/evaluations:\nevaluation\x12\x8f\x02\n\x12GenerateEvaluation\x12\x32.google.cloud.ces.v1beta.GenerateEvaluationRequest\x1a\x1d.google.longrunning.Operation\"\xa5\x01\xca\x41\x31\n\nEvaluation\x12#GenerateEvaluationOperationMetadata\xda\x41\x0c\x63onversation\x82\xd3\xe4\x93\x02\\\"W/v1beta/{conversation=projects/*/locations/*/apps/*/conversations/*}:generateEvaluation:\x01*\x12\xfe\x01\n\x11ImportEvaluations\x12\x31.google.cloud.ces.v1beta.ImportEvaluationsRequest\x1a\x1d.google.longrunning.Operation\"\x96\x01\xca\x41?\n\x19ImportEvaluationsResponse\x12\"ImportEvaluationsOperationMetadata\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x45\"@/v1beta/{parent=projects/*/locations/*/apps/*}:importEvaluations:\x01*\x12\xac\x02\n\x17\x43reateEvaluationDataset\x12\x37.google.cloud.ces.v1beta.CreateEvaluationDatasetRequest\x1a*.google.cloud.ces.v1beta.EvaluationDataset\"\xab\x01\xda\x41/parent,evaluation_dataset,evaluation_dataset_id\xda\x41\x19parent,evaluation_dataset\x82\xd3\xe4\x93\x02W\"A/v1beta/{parent=projects/*/locations/*/apps/*}/evaluationDatasets:\x12\x65valuation_dataset\x12\xdd\x01\n\x10UpdateEvaluation\x12\x30.google.cloud.ces.v1beta.UpdateEvaluationRequest\x1a#.google.cloud.ces.v1beta.Evaluation\"r\xda\x41\x16\x65valuation,update_mask\x82\xd3\xe4\x93\x02S2E/v1beta/{evaluation.name=projects/*/locations/*/apps/*/evaluations/*}:\nevaluation\x12\x92\x02\n\x17UpdateEvaluationDataset\x12\x37.google.cloud.ces.v1beta.UpdateEvaluationDatasetRequest\x1a*.google.cloud.ces.v1beta.EvaluationDataset\"\x91\x01\xda\x41\x1e\x65valuation_dataset,update_mask\x82\xd3\xe4\x93\x02j2T/v1beta/{evaluation_dataset.name=projects/*/locations/*/apps/*/evaluationDatasets/*}:\x12\x65valuation_dataset\x12\xa7\x01\n\x10\x44\x65leteEvaluation\x12\x30.google.cloud.ces.v1beta.DeleteEvaluationRequest\x1a\x16.google.protobuf.Empty\"I\xda\x41\x04name\x82\xd3\xe4\x93\x02<*:/v1beta/{name=projects/*/locations/*/apps/*/evaluations/*}\x12\xbd\x01\n\x16\x44\x65leteEvaluationResult\x12\x36.google.cloud.ces.v1beta.DeleteEvaluationResultRequest\x1a\x16.google.protobuf.Empty\"S\xda\x41\x04name\x82\xd3\xe4\x93\x02\x46*D/v1beta/{name=projects/*/locations/*/apps/*/evaluations/*/results/*}\x12\xbc\x01\n\x17\x44\x65leteEvaluationDataset\x12\x37.google.cloud.ces.v1beta.DeleteEvaluationDatasetRequest\x1a\x16.google.protobuf.Empty\"P\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43*A/v1beta/{name=projects/*/locations/*/apps/*/evaluationDatasets/*}\x12\xf8\x01\n\x13\x44\x65leteEvaluationRun\x12\x33.google.cloud.ces.v1beta.DeleteEvaluationRunRequest\x1a\x1d.google.longrunning.Operation\"\x8c\x01\xca\x41=\n\x15google.protobuf.Empty\x12$DeleteEvaluationRunOperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02?*=/v1beta/{name=projects/*/locations/*/apps/*/evaluationRuns/*}\x12\xae\x01\n\rGetEvaluation\x12-.google.cloud.ces.v1beta.GetEvaluationRequest\x1a#.google.cloud.ces.v1beta.Evaluation\"I\xda\x41\x04name\x82\xd3\xe4\x93\x02<\x12:/v1beta/{name=projects/*/locations/*/apps/*/evaluations/*}\x12\xca\x01\n\x13GetEvaluationResult\x12\x33.google.cloud.ces.v1beta.GetEvaluationResultRequest\x1a).google.cloud.ces.v1beta.EvaluationResult\"S\xda\x41\x04name\x82\xd3\xe4\x93\x02\x46\x12\x44/v1beta/{name=projects/*/locations/*/apps/*/evaluations/*/results/*}\x12\xca\x01\n\x14GetEvaluationDataset\x12\x34.google.cloud.ces.v1beta.GetEvaluationDatasetRequest\x1a*.google.cloud.ces.v1beta.EvaluationDataset\"P\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43\x12\x41/v1beta/{name=projects/*/locations/*/apps/*/evaluationDatasets/*}\x12\xba\x01\n\x10GetEvaluationRun\x12\x30.google.cloud.ces.v1beta.GetEvaluationRunRequest\x1a&.google.cloud.ces.v1beta.EvaluationRun\"L\xda\x41\x04name\x82\xd3\xe4\x93\x02?\x12=/v1beta/{name=projects/*/locations/*/apps/*/evaluationRuns/*}\x12\xc1\x01\n\x0fListEvaluations\x12/.google.cloud.ces.v1beta.ListEvaluationsRequest\x1a\x30.google.cloud.ces.v1beta.ListEvaluationsResponse\"K\xda\x41\x06parent\x82\xd3\xe4\x93\x02<\x12:/v1beta/{parent=projects/*/locations/*/apps/*}/evaluations\x12\xdd\x01\n\x15ListEvaluationResults\x12\x35.google.cloud.ces.v1beta.ListEvaluationResultsRequest\x1a\x36.google.cloud.ces.v1beta.ListEvaluationResultsResponse\"U\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x46\x12\x44/v1beta/{parent=projects/*/locations/*/apps/*/evaluations/*}/results\x12\xdd\x01\n\x16ListEvaluationDatasets\x12\x36.google.cloud.ces.v1beta.ListEvaluationDatasetsRequest\x1a\x37.google.cloud.ces.v1beta.ListEvaluationDatasetsResponse\"R\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x43\x12\x41/v1beta/{parent=projects/*/locations/*/apps/*}/evaluationDatasets\x12\xcd\x01\n\x12ListEvaluationRuns\x12\x32.google.cloud.ces.v1beta.ListEvaluationRunsRequest\x1a\x33.google.cloud.ces.v1beta.ListEvaluationRunsResponse\"N\xda\x41\x06parent\x82\xd3\xe4\x93\x02?\x12=/v1beta/{parent=projects/*/locations/*/apps/*}/evaluationRuns\x12\xed\x01\n\x1aListEvaluationExpectations\x12:.google.cloud.ces.v1beta.ListEvaluationExpectationsRequest\x1a;.google.cloud.ces.v1beta.ListEvaluationExpectationsResponse\"V\xda\x41\x06parent\x82\xd3\xe4\x93\x02G\x12\x45/v1beta/{parent=projects/*/locations/*/apps/*}/evaluationExpectations\x12\xda\x01\n\x18GetEvaluationExpectation\x12\x38.google.cloud.ces.v1beta.GetEvaluationExpectationRequest\x1a..google.cloud.ces.v1beta.EvaluationExpectation\"T\xda\x41\x04name\x82\xd3\xe4\x93\x02G\x12\x45/v1beta/{name=projects/*/locations/*/apps/*/evaluationExpectations/*}\x12\xcc\x02\n\x1b\x43reateEvaluationExpectation\x12;.google.cloud.ces.v1beta.CreateEvaluationExpectationRequest\x1a..google.cloud.ces.v1beta.EvaluationExpectation\"\xbf\x01\xda\x41\x37parent,evaluation_expectation,evaluation_expectation_id\xda\x41\x1dparent,evaluation_expectation\x82\xd3\xe4\x93\x02_\"E/v1beta/{parent=projects/*/locations/*/apps/*}/evaluationExpectations:\x16\x65valuation_expectation\x12\xae\x02\n\x1bUpdateEvaluationExpectation\x12;.google.cloud.ces.v1beta.UpdateEvaluationExpectationRequest\x1a..google.cloud.ces.v1beta.EvaluationExpectation\"\xa1\x01\xda\x41\"evaluation_expectation,update_mask\x82\xd3\xe4\x93\x02v2\\/v1beta/{evaluation_expectation.name=projects/*/locations/*/apps/*/evaluationExpectations/*}:\x16\x65valuation_expectation\x12\xc8\x01\n\x1b\x44\x65leteEvaluationExpectation\x12;.google.cloud.ces.v1beta.DeleteEvaluationExpectationRequest\x1a\x16.google.protobuf.Empty\"T\xda\x41\x04name\x82\xd3\xe4\x93\x02G*E/v1beta/{name=projects/*/locations/*/apps/*/evaluationExpectations/*}\x12\xd8\x02\n\x1c\x43reateScheduledEvaluationRun\x12<.google.cloud.ces.v1beta.CreateScheduledEvaluationRunRequest\x1a/.google.cloud.ces.v1beta.ScheduledEvaluationRun\"\xc8\x01\xda\x41;parent,scheduled_evaluation_run,scheduled_evaluation_run_id\xda\x41\x1fparent,scheduled_evaluation_run\x82\xd3\xe4\x93\x02\x62\"F/v1beta/{parent=projects/*/locations/*/apps/*}/scheduledEvaluationRuns:\x18scheduled_evaluation_run\x12\xde\x01\n\x19GetScheduledEvaluationRun\x12\x39.google.cloud.ces.v1beta.GetScheduledEvaluationRunRequest\x1a/.google.cloud.ces.v1beta.ScheduledEvaluationRun\"U\xda\x41\x04name\x82\xd3\xe4\x93\x02H\x12\x46/v1beta/{name=projects/*/locations/*/apps/*/scheduledEvaluationRuns/*}\x12\xf1\x01\n\x1bListScheduledEvaluationRuns\x12;.google.cloud.ces.v1beta.ListScheduledEvaluationRunsRequest\x1a<.google.cloud.ces.v1beta.ListScheduledEvaluationRunsResponse\"W\xda\x41\x06parent\x82\xd3\xe4\x93\x02H\x12\x46/v1beta/{parent=projects/*/locations/*/apps/*}/scheduledEvaluationRuns\x12\xb8\x02\n\x1cUpdateScheduledEvaluationRun\x12<.google.cloud.ces.v1beta.UpdateScheduledEvaluationRunRequest\x1a/.google.cloud.ces.v1beta.ScheduledEvaluationRun\"\xa8\x01\xda\x41$scheduled_evaluation_run,update_mask\x82\xd3\xe4\x93\x02{2_/v1beta/{scheduled_evaluation_run.name=projects/*/locations/*/apps/*/scheduledEvaluationRuns/*}:\x18scheduled_evaluation_run\x12\xcb\x01\n\x1c\x44\x65leteScheduledEvaluationRun\x12<.google.cloud.ces.v1beta.DeleteScheduledEvaluationRunRequest\x1a\x16.google.protobuf.Empty\"U\xda\x41\x04name\x82\xd3\xe4\x93\x02H*F/v1beta/{name=projects/*/locations/*/apps/*/scheduledEvaluationRuns/*}\x12\xc6\x01\n\x10TestPersonaVoice\x12\x30.google.cloud.ces.v1beta.TestPersonaVoiceRequest\x1a\x31.google.cloud.ces.v1beta.TestPersonaVoiceResponse\"M\xda\x41\x03\x61pp\x82\xd3\xe4\x93\x02\x41\"</v1beta/{app=projects/*/locations/*/apps/*}:testPersonaVoice:\x01*\x12\xee\x01\n\x11\x45xportEvaluations\x12\x31.google.cloud.ces.v1beta.ExportEvaluationsRequest\x1a\x1d.google.longrunning.Operation\"\x86\x01\xca\x41.\n\x19\x45xportEvaluationsResponse\x12\x11OperationMetadata\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x46\"A/v1beta/{parent=projects/*/locations/*/apps/*}/evaluations:export:\x01*\x12\x94\x02\n\x14\x45xportEvaluationRuns\x12\x34.google.cloud.ces.v1beta.ExportEvaluationRunsRequest\x1a\x1d.google.longrunning.Operation\"\xa6\x01\xca\x41\x45\n\x1c\x45xportEvaluationRunsResponse\x12%ExportEvaluationRunsOperationMetadata\xda\x41\x0cparent,names\x82\xd3\xe4\x93\x02I\"D/v1beta/{parent=projects/*/locations/*/apps/*}/evaluationRuns:export:\x01*\x12\xa7\x02\n\x17\x45xportEvaluationResults\x12\x37.google.cloud.ces.v1beta.ExportEvaluationResultsRequest\x1a\x1d.google.longrunning.Operation\"\xb3\x01\xca\x41K\n\x1f\x45xportEvaluationResultsResponse\x12(ExportEvaluationResultsOperationMetadata\xda\x41\x0cparent,names\x82\xd3\xe4\x93\x02P\"K/v1beta/{parent=projects/*/locations/*/apps/*/evaluations/*}/results:export:\x01*\x12\xdf\x02\n\x1aRunEvaluationResultMetrics\x12:.google.cloud.ces.v1beta.RunEvaluationResultMetricsRequest\x1a\x1d.google.longrunning.Operation\"\xe5\x01\xca\x41Q\n\"RunEvaluationResultMetricsResponse\x12+RunEvaluationResultMetricsOperationMetadata\xda\x41\x14\x65valuation_result_id\x82\xd3\xe4\x93\x02t\"o/v1beta/{evaluation_result_id=projects/*/locations/*/apps/*/evaluations/*/results/*}:runEvaluationResultMetrics:\x01*\x1aj\xca\x41\x12\x63\x65s.googleapis.com\xd2\x41Rhttps://www.googleapis.com/auth/ces,https://www.googleapis.com/auth/cloud-platformBf\n\x1b\x63om.google.cloud.ces.v1betaB\x16\x45valuationServiceProtoP\x01Z-cloud.google.com/go/ces/apiv1beta/cespb;cespbb\x06proto3"
|
|
22
|
+
|
|
23
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
24
|
+
pool.add_serialized_file(descriptor_data)
|
|
25
|
+
|
|
26
|
+
module Google
|
|
27
|
+
module Cloud
|
|
28
|
+
module Ces
|
|
29
|
+
module V1beta
|
|
30
|
+
RunEvaluationResultMetricsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.RunEvaluationResultMetricsRequest").msgclass
|
|
31
|
+
RunEvaluationResultMetricsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.RunEvaluationResultMetricsResponse").msgclass
|
|
32
|
+
RunEvaluationResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.RunEvaluationResponse").msgclass
|
|
33
|
+
RunEvaluationOperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.RunEvaluationOperationMetadata").msgclass
|
|
34
|
+
GenerateEvaluationOperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GenerateEvaluationOperationMetadata").msgclass
|
|
35
|
+
DeleteEvaluationRunOperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.DeleteEvaluationRunOperationMetadata").msgclass
|
|
36
|
+
CreateEvaluationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.CreateEvaluationRequest").msgclass
|
|
37
|
+
GenerateEvaluationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GenerateEvaluationRequest").msgclass
|
|
38
|
+
ImportEvaluationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ImportEvaluationsRequest").msgclass
|
|
39
|
+
ImportEvaluationsRequest::ConversationList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ImportEvaluationsRequest.ConversationList").msgclass
|
|
40
|
+
ImportEvaluationsRequest::ImportOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ImportEvaluationsRequest.ImportOptions").msgclass
|
|
41
|
+
ImportEvaluationsRequest::ImportOptions::ConflictResolutionStrategy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ImportEvaluationsRequest.ImportOptions.ConflictResolutionStrategy").enummodule
|
|
42
|
+
ImportEvaluationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ImportEvaluationsResponse").msgclass
|
|
43
|
+
ImportEvaluationsOperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ImportEvaluationsOperationMetadata").msgclass
|
|
44
|
+
CreateEvaluationDatasetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.CreateEvaluationDatasetRequest").msgclass
|
|
45
|
+
UpdateEvaluationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.UpdateEvaluationRequest").msgclass
|
|
46
|
+
UpdateEvaluationDatasetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.UpdateEvaluationDatasetRequest").msgclass
|
|
47
|
+
DeleteEvaluationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.DeleteEvaluationRequest").msgclass
|
|
48
|
+
DeleteEvaluationResultRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.DeleteEvaluationResultRequest").msgclass
|
|
49
|
+
DeleteEvaluationDatasetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.DeleteEvaluationDatasetRequest").msgclass
|
|
50
|
+
DeleteEvaluationRunRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.DeleteEvaluationRunRequest").msgclass
|
|
51
|
+
GetEvaluationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GetEvaluationRequest").msgclass
|
|
52
|
+
GetEvaluationResultRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GetEvaluationResultRequest").msgclass
|
|
53
|
+
GetEvaluationDatasetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GetEvaluationDatasetRequest").msgclass
|
|
54
|
+
GetEvaluationRunRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GetEvaluationRunRequest").msgclass
|
|
55
|
+
ListEvaluationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationsRequest").msgclass
|
|
56
|
+
ListEvaluationResultsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationResultsRequest").msgclass
|
|
57
|
+
ListEvaluationDatasetsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationDatasetsRequest").msgclass
|
|
58
|
+
ListEvaluationRunsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationRunsRequest").msgclass
|
|
59
|
+
ListEvaluationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationsResponse").msgclass
|
|
60
|
+
ListEvaluationResultsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationResultsResponse").msgclass
|
|
61
|
+
ListEvaluationDatasetsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationDatasetsResponse").msgclass
|
|
62
|
+
ListEvaluationRunsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationRunsResponse").msgclass
|
|
63
|
+
CreateScheduledEvaluationRunRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.CreateScheduledEvaluationRunRequest").msgclass
|
|
64
|
+
GetScheduledEvaluationRunRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GetScheduledEvaluationRunRequest").msgclass
|
|
65
|
+
ListScheduledEvaluationRunsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListScheduledEvaluationRunsRequest").msgclass
|
|
66
|
+
ListScheduledEvaluationRunsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListScheduledEvaluationRunsResponse").msgclass
|
|
67
|
+
UpdateScheduledEvaluationRunRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.UpdateScheduledEvaluationRunRequest").msgclass
|
|
68
|
+
DeleteScheduledEvaluationRunRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.DeleteScheduledEvaluationRunRequest").msgclass
|
|
69
|
+
TestPersonaVoiceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.TestPersonaVoiceRequest").msgclass
|
|
70
|
+
UploadEvaluationAudioRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.UploadEvaluationAudioRequest").msgclass
|
|
71
|
+
UploadEvaluationAudioResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.UploadEvaluationAudioResponse").msgclass
|
|
72
|
+
TestPersonaVoiceResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.TestPersonaVoiceResponse").msgclass
|
|
73
|
+
CreateEvaluationExpectationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.CreateEvaluationExpectationRequest").msgclass
|
|
74
|
+
UpdateEvaluationExpectationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.UpdateEvaluationExpectationRequest").msgclass
|
|
75
|
+
DeleteEvaluationExpectationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.DeleteEvaluationExpectationRequest").msgclass
|
|
76
|
+
GetEvaluationExpectationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GetEvaluationExpectationRequest").msgclass
|
|
77
|
+
ListEvaluationExpectationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationExpectationsRequest").msgclass
|
|
78
|
+
ListEvaluationExpectationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ListEvaluationExpectationsResponse").msgclass
|
|
79
|
+
ExportOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportOptions").msgclass
|
|
80
|
+
ExportOptions::ExportFormat = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportOptions.ExportFormat").enummodule
|
|
81
|
+
ExportEvaluationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportEvaluationsRequest").msgclass
|
|
82
|
+
ExportEvaluationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportEvaluationsResponse").msgclass
|
|
83
|
+
ExportEvaluationResultsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportEvaluationResultsRequest").msgclass
|
|
84
|
+
ExportEvaluationResultsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportEvaluationResultsResponse").msgclass
|
|
85
|
+
ExportEvaluationRunsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportEvaluationRunsRequest").msgclass
|
|
86
|
+
ExportEvaluationRunsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportEvaluationRunsResponse").msgclass
|
|
87
|
+
ExportEvaluationRunsOperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportEvaluationRunsOperationMetadata").msgclass
|
|
88
|
+
ExportEvaluationResultsOperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ExportEvaluationResultsOperationMetadata").msgclass
|
|
89
|
+
RunEvaluationResultMetricsOperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.RunEvaluationResultMetricsOperationMetadata").msgclass
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
end
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# Source: google/cloud/ces/v1beta/evaluation_service.proto for package 'google.cloud.ces.v1beta'
|
|
3
|
+
# Original file comments:
|
|
4
|
+
# Copyright 2026 Google LLC
|
|
5
|
+
#
|
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
# you may not use this file except in compliance with the License.
|
|
8
|
+
# You may obtain a copy of the License at
|
|
9
|
+
#
|
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
#
|
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
# See the License for the specific language governing permissions and
|
|
16
|
+
# limitations under the License.
|
|
17
|
+
#
|
|
18
|
+
|
|
19
|
+
require 'grpc'
|
|
20
|
+
require 'google/cloud/ces/v1beta/evaluation_service_pb'
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module Ces
|
|
25
|
+
module V1beta
|
|
26
|
+
module EvaluationService
|
|
27
|
+
# EvaluationService exposes methods to perform evaluation for the CES app.
|
|
28
|
+
class Service
|
|
29
|
+
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
|
+
|
|
32
|
+
self.marshal_class_method = :encode
|
|
33
|
+
self.unmarshal_class_method = :decode
|
|
34
|
+
self.service_name = 'google.cloud.ces.v1beta.EvaluationService'
|
|
35
|
+
|
|
36
|
+
# Runs an evaluation of the app.
|
|
37
|
+
rpc :RunEvaluation, ::Google::Cloud::Ces::V1beta::RunEvaluationRequest, ::Google::Longrunning::Operation
|
|
38
|
+
# Uploads audio for use in Golden Evaluations. Stores the audio in the Cloud
|
|
39
|
+
# Storage bucket defined in
|
|
40
|
+
# 'App.logging_settings.evaluation_audio_recording_config.gcs_bucket' and
|
|
41
|
+
# returns a transcript.
|
|
42
|
+
rpc :UploadEvaluationAudio, ::Google::Cloud::Ces::V1beta::UploadEvaluationAudioRequest, ::Google::Cloud::Ces::V1beta::UploadEvaluationAudioResponse
|
|
43
|
+
# Creates an evaluation.
|
|
44
|
+
rpc :CreateEvaluation, ::Google::Cloud::Ces::V1beta::CreateEvaluationRequest, ::Google::Cloud::Ces::V1beta::Evaluation
|
|
45
|
+
# Creates a golden evaluation from a conversation.
|
|
46
|
+
rpc :GenerateEvaluation, ::Google::Cloud::Ces::V1beta::GenerateEvaluationRequest, ::Google::Longrunning::Operation
|
|
47
|
+
# Imports evaluations into the app.
|
|
48
|
+
rpc :ImportEvaluations, ::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest, ::Google::Longrunning::Operation
|
|
49
|
+
# Creates an evaluation dataset.
|
|
50
|
+
rpc :CreateEvaluationDataset, ::Google::Cloud::Ces::V1beta::CreateEvaluationDatasetRequest, ::Google::Cloud::Ces::V1beta::EvaluationDataset
|
|
51
|
+
# Updates an evaluation.
|
|
52
|
+
rpc :UpdateEvaluation, ::Google::Cloud::Ces::V1beta::UpdateEvaluationRequest, ::Google::Cloud::Ces::V1beta::Evaluation
|
|
53
|
+
# Updates an evaluation dataset.
|
|
54
|
+
rpc :UpdateEvaluationDataset, ::Google::Cloud::Ces::V1beta::UpdateEvaluationDatasetRequest, ::Google::Cloud::Ces::V1beta::EvaluationDataset
|
|
55
|
+
# Deletes an evaluation.
|
|
56
|
+
rpc :DeleteEvaluation, ::Google::Cloud::Ces::V1beta::DeleteEvaluationRequest, ::Google::Protobuf::Empty
|
|
57
|
+
# Deletes an evaluation result.
|
|
58
|
+
rpc :DeleteEvaluationResult, ::Google::Cloud::Ces::V1beta::DeleteEvaluationResultRequest, ::Google::Protobuf::Empty
|
|
59
|
+
# Deletes an evaluation dataset.
|
|
60
|
+
rpc :DeleteEvaluationDataset, ::Google::Cloud::Ces::V1beta::DeleteEvaluationDatasetRequest, ::Google::Protobuf::Empty
|
|
61
|
+
# Deletes an evaluation run.
|
|
62
|
+
rpc :DeleteEvaluationRun, ::Google::Cloud::Ces::V1beta::DeleteEvaluationRunRequest, ::Google::Longrunning::Operation
|
|
63
|
+
# Gets details of the specified evaluation.
|
|
64
|
+
rpc :GetEvaluation, ::Google::Cloud::Ces::V1beta::GetEvaluationRequest, ::Google::Cloud::Ces::V1beta::Evaluation
|
|
65
|
+
# Gets details of the specified evaluation result.
|
|
66
|
+
rpc :GetEvaluationResult, ::Google::Cloud::Ces::V1beta::GetEvaluationResultRequest, ::Google::Cloud::Ces::V1beta::EvaluationResult
|
|
67
|
+
# Gets details of the specified evaluation dataset.
|
|
68
|
+
rpc :GetEvaluationDataset, ::Google::Cloud::Ces::V1beta::GetEvaluationDatasetRequest, ::Google::Cloud::Ces::V1beta::EvaluationDataset
|
|
69
|
+
# Gets details of the specified evaluation run.
|
|
70
|
+
rpc :GetEvaluationRun, ::Google::Cloud::Ces::V1beta::GetEvaluationRunRequest, ::Google::Cloud::Ces::V1beta::EvaluationRun
|
|
71
|
+
# Lists all evaluations in the given app.
|
|
72
|
+
rpc :ListEvaluations, ::Google::Cloud::Ces::V1beta::ListEvaluationsRequest, ::Google::Cloud::Ces::V1beta::ListEvaluationsResponse
|
|
73
|
+
# Lists all evaluation results for a given evaluation.
|
|
74
|
+
rpc :ListEvaluationResults, ::Google::Cloud::Ces::V1beta::ListEvaluationResultsRequest, ::Google::Cloud::Ces::V1beta::ListEvaluationResultsResponse
|
|
75
|
+
# Lists all evaluation datasets in the given app.
|
|
76
|
+
rpc :ListEvaluationDatasets, ::Google::Cloud::Ces::V1beta::ListEvaluationDatasetsRequest, ::Google::Cloud::Ces::V1beta::ListEvaluationDatasetsResponse
|
|
77
|
+
# Lists all evaluation runs in the given app.
|
|
78
|
+
rpc :ListEvaluationRuns, ::Google::Cloud::Ces::V1beta::ListEvaluationRunsRequest, ::Google::Cloud::Ces::V1beta::ListEvaluationRunsResponse
|
|
79
|
+
# Lists all evaluation expectations in the given app.
|
|
80
|
+
rpc :ListEvaluationExpectations, ::Google::Cloud::Ces::V1beta::ListEvaluationExpectationsRequest, ::Google::Cloud::Ces::V1beta::ListEvaluationExpectationsResponse
|
|
81
|
+
# Gets details of the specified evaluation expectation.
|
|
82
|
+
rpc :GetEvaluationExpectation, ::Google::Cloud::Ces::V1beta::GetEvaluationExpectationRequest, ::Google::Cloud::Ces::V1beta::EvaluationExpectation
|
|
83
|
+
# Creates an evaluation expectation.
|
|
84
|
+
rpc :CreateEvaluationExpectation, ::Google::Cloud::Ces::V1beta::CreateEvaluationExpectationRequest, ::Google::Cloud::Ces::V1beta::EvaluationExpectation
|
|
85
|
+
# Updates an evaluation expectation.
|
|
86
|
+
rpc :UpdateEvaluationExpectation, ::Google::Cloud::Ces::V1beta::UpdateEvaluationExpectationRequest, ::Google::Cloud::Ces::V1beta::EvaluationExpectation
|
|
87
|
+
# Deletes an evaluation expectation.
|
|
88
|
+
rpc :DeleteEvaluationExpectation, ::Google::Cloud::Ces::V1beta::DeleteEvaluationExpectationRequest, ::Google::Protobuf::Empty
|
|
89
|
+
# Creates a scheduled evaluation run.
|
|
90
|
+
rpc :CreateScheduledEvaluationRun, ::Google::Cloud::Ces::V1beta::CreateScheduledEvaluationRunRequest, ::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun
|
|
91
|
+
# Gets details of the specified scheduled evaluation run.
|
|
92
|
+
rpc :GetScheduledEvaluationRun, ::Google::Cloud::Ces::V1beta::GetScheduledEvaluationRunRequest, ::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun
|
|
93
|
+
# Lists all scheduled evaluation runs in the given app.
|
|
94
|
+
rpc :ListScheduledEvaluationRuns, ::Google::Cloud::Ces::V1beta::ListScheduledEvaluationRunsRequest, ::Google::Cloud::Ces::V1beta::ListScheduledEvaluationRunsResponse
|
|
95
|
+
# Updates a scheduled evaluation run.
|
|
96
|
+
rpc :UpdateScheduledEvaluationRun, ::Google::Cloud::Ces::V1beta::UpdateScheduledEvaluationRunRequest, ::Google::Cloud::Ces::V1beta::ScheduledEvaluationRun
|
|
97
|
+
# Deletes a scheduled evaluation run.
|
|
98
|
+
rpc :DeleteScheduledEvaluationRun, ::Google::Cloud::Ces::V1beta::DeleteScheduledEvaluationRunRequest, ::Google::Protobuf::Empty
|
|
99
|
+
# Tests the voice of a persona. Also accepts a default persona.
|
|
100
|
+
rpc :TestPersonaVoice, ::Google::Cloud::Ces::V1beta::TestPersonaVoiceRequest, ::Google::Cloud::Ces::V1beta::TestPersonaVoiceResponse
|
|
101
|
+
# Exports evaluations.
|
|
102
|
+
rpc :ExportEvaluations, ::Google::Cloud::Ces::V1beta::ExportEvaluationsRequest, ::Google::Longrunning::Operation
|
|
103
|
+
# Exports evaluations runs.
|
|
104
|
+
rpc :ExportEvaluationRuns, ::Google::Cloud::Ces::V1beta::ExportEvaluationRunsRequest, ::Google::Longrunning::Operation
|
|
105
|
+
# Exports evaluations results.
|
|
106
|
+
rpc :ExportEvaluationResults, ::Google::Cloud::Ces::V1beta::ExportEvaluationResultsRequest, ::Google::Longrunning::Operation
|
|
107
|
+
# Runs metrics on an existing evaluation result.
|
|
108
|
+
rpc :RunEvaluationResultMetrics, ::Google::Cloud::Ces::V1beta::RunEvaluationResultMetricsRequest, ::Google::Longrunning::Operation
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
Stub = Service.rpc_stub_class
|
|
112
|
+
end
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
end
|
|
116
|
+
end
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/ces/v1beta/example.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
require 'google/api/resource_pb'
|
|
9
|
+
require 'google/cloud/ces/v1beta/toolset_tool_pb'
|
|
10
|
+
require 'google/protobuf/struct_pb'
|
|
11
|
+
require 'google/protobuf/timestamp_pb'
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
descriptor_data = "\n%google/cloud/ces/v1beta/example.proto\x12\x17google.cloud.ces.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a*google/cloud/ces/v1beta/toolset_tool.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xcc\x03\n\x07\x45xample\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x35\n\x0b\x65ntry_agent\x18\x04 \x01(\tB \xe0\x41\x01\xfa\x41\x1a\n\x18\x63\x65s.googleapis.com/Agent\x12\x37\n\x08messages\x18\x05 \x03(\x0b\x32 .google.cloud.ces.v1beta.MessageB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x14\n\x07invalid\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\t \x01(\t:y\xea\x41v\n\x1a\x63\x65s.googleapis.com/Example\x12\x45projects/{project}/locations/{location}/apps/{app}/examples/{example}*\x08\x65xamples2\x07\x65xample\"\x86\x01\n\x07Message\x12\x11\n\x04role\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x33\n\x06\x63hunks\x18\x02 \x03(\x0b\x32\x1e.google.cloud.ces.v1beta.ChunkB\x03\xe0\x41\x01\x12\x33\n\nevent_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01\"\x8f\x04\n\x05\x43hunk\x12\x13\n\x04text\x18\x01 \x01(\tB\x03\xe0\x41\x01H\x00\x12\x19\n\ntranscript\x18\t \x01(\tB\x03\xe0\x41\x01H\x00\x12\x32\n\x04\x62lob\x18\x07 \x01(\x0b\x32\x1d.google.cloud.ces.v1beta.BlobB\x03\xe0\x41\x01H\x00\x12/\n\x07payload\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB\x03\xe0\x41\x01H\x00\x12\x34\n\x05image\x18\x05 \x01(\x0b\x32\x1e.google.cloud.ces.v1beta.ImageB\x03\xe0\x41\x01H\x00\x12;\n\ttool_call\x18\x02 \x01(\x0b\x32!.google.cloud.ces.v1beta.ToolCallB\x03\xe0\x41\x01H\x00\x12\x43\n\rtool_response\x18\x03 \x01(\x0b\x32%.google.cloud.ces.v1beta.ToolResponseB\x03\xe0\x41\x01H\x00\x12\x45\n\x0e\x61gent_transfer\x18\x04 \x01(\x0b\x32&.google.cloud.ces.v1beta.AgentTransferB\x03\xe0\x41\x01H\x00\x12\x34\n\x11updated_variables\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructH\x00\x12\x34\n\x11\x64\x65\x66\x61ult_variables\x18\n \x01(\x0b\x32\x17.google.protobuf.StructH\x00\x42\x06\n\x04\x64\x61ta\"1\n\x04\x42lob\x12\x16\n\tmime_type\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x42\x03\xe0\x41\x02\"2\n\x05Image\x12\x16\n\tmime_type\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x42\x03\xe0\x41\x02\"\xe9\x01\n\x08ToolCall\x12/\n\x04tool\x18\x02 \x01(\tB\x1f\xe0\x41\x01\xfa\x41\x19\n\x17\x63\x65s.googleapis.com/ToolH\x00\x12\x41\n\x0ctoolset_tool\x18\x05 \x01(\x0b\x32$.google.cloud.ces.v1beta.ToolsetToolB\x03\xe0\x41\x01H\x00\x12\x0f\n\x02id\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x64isplay_name\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12*\n\x04\x61rgs\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\x03\xe0\x41\x01\x42\x11\n\x0ftool_identifier\"\xf1\x01\n\x0cToolResponse\x12/\n\x04tool\x18\x02 \x01(\tB\x1f\xe0\x41\x01\xfa\x41\x19\n\x17\x63\x65s.googleapis.com/ToolH\x00\x12\x41\n\x0ctoolset_tool\x18\x05 \x01(\x0b\x32$.google.cloud.ces.v1beta.ToolsetToolB\x03\xe0\x41\x01H\x00\x12\x0f\n\x02id\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x64isplay_name\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12.\n\x08response\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\x03\xe0\x41\x02\x42\x11\n\x0ftool_identifier\"b\n\rAgentTransfer\x12\x36\n\x0ctarget_agent\x18\x01 \x01(\tB \xe0\x41\x02\xfa\x41\x1a\n\x18\x63\x65s.googleapis.com/Agent\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x03\x42\\\n\x1b\x63om.google.cloud.ces.v1betaB\x0c\x45xampleProtoP\x01Z-cloud.google.com/go/ces/apiv1beta/cespb;cespbb\x06proto3"
|
|
15
|
+
|
|
16
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
17
|
+
pool.add_serialized_file(descriptor_data)
|
|
18
|
+
|
|
19
|
+
module Google
|
|
20
|
+
module Cloud
|
|
21
|
+
module Ces
|
|
22
|
+
module V1beta
|
|
23
|
+
Example = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Example").msgclass
|
|
24
|
+
Message = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Message").msgclass
|
|
25
|
+
Chunk = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Chunk").msgclass
|
|
26
|
+
Blob = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Blob").msgclass
|
|
27
|
+
Image = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Image").msgclass
|
|
28
|
+
ToolCall = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ToolCall").msgclass
|
|
29
|
+
ToolResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ToolResponse").msgclass
|
|
30
|
+
AgentTransfer = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.AgentTransfer").msgclass
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/ces/v1beta/fakes.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
descriptor_data = "\n#google/cloud/ces/v1beta/fakes.proto\x12\x17google.cloud.ces.v1beta\x1a\x1fgoogle/api/field_behavior.proto\"%\n\tCodeBlock\x12\x18\n\x0bpython_code\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\x7f\n\x0eToolFakeConfig\x12=\n\ncode_block\x18\x01 \x01(\x0b\x32\".google.cloud.ces.v1beta.CodeBlockB\x03\xe0\x41\x01H\x00\x12\x1d\n\x10\x65nable_fake_mode\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\x42\x0f\n\rtool_response*a\n\x1b\x45valuationToolCallBehaviour\x12.\n*EVALUATION_TOOL_CALL_BEHAVIOUR_UNSPECIFIED\x10\x00\x12\x08\n\x04REAL\x10\x01\x12\x08\n\x04\x46\x41KE\x10\x02\x42Z\n\x1b\x63om.google.cloud.ces.v1betaB\nFakesProtoP\x01Z-cloud.google.com/go/ces/apiv1beta/cespb;cespbb\x06proto3"
|
|
11
|
+
|
|
12
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
|
14
|
+
|
|
15
|
+
module Google
|
|
16
|
+
module Cloud
|
|
17
|
+
module Ces
|
|
18
|
+
module V1beta
|
|
19
|
+
CodeBlock = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.CodeBlock").msgclass
|
|
20
|
+
ToolFakeConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.ToolFakeConfig").msgclass
|
|
21
|
+
EvaluationToolCallBehaviour = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.EvaluationToolCallBehaviour").enummodule
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/ces/v1beta/file_context.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
descriptor_data = "\n*google/cloud/ces/v1beta/file_context.proto\x12\x17google.cloud.ces.v1beta\x1a\x1fgoogle/api/field_behavior.proto\"\xb0\x01\n\x0b\x46ileContext\x12I\n\nfile_bytes\x18\x01 \x01(\x0b\x32..google.cloud.ces.v1beta.FileContext.FileBytesB\x03\xe0\x41\x01H\x00\x1aN\n\tFileBytes\x12\x16\n\tfile_name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x16\n\tmime_type\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04\x64\x61ta\x18\x03 \x01(\x0c\x42\x03\xe0\x41\x02\x42\x06\n\x04\x66ileB`\n\x1b\x63om.google.cloud.ces.v1betaB\x10\x46ileContextProtoP\x01Z-cloud.google.com/go/ces/apiv1beta/cespb;cespbb\x06proto3"
|
|
11
|
+
|
|
12
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
|
14
|
+
|
|
15
|
+
module Google
|
|
16
|
+
module Cloud
|
|
17
|
+
module Ces
|
|
18
|
+
module V1beta
|
|
19
|
+
FileContext = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.FileContext").msgclass
|
|
20
|
+
FileContext::FileBytes = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.FileContext.FileBytes").msgclass
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/ces/v1beta/file_search_tool.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
descriptor_data = "\n.google/cloud/ces/v1beta/file_search_tool.proto\x12\x17google.cloud.ces.v1beta\x1a\x1fgoogle/api/field_behavior.proto\"\xf3\x01\n\x0e\x46ileSearchTool\x12L\n\x0b\x63orpus_type\x18\x03 \x01(\x0e\x32\x32.google.cloud.ces.v1beta.FileSearchTool.CorpusTypeB\x03\xe0\x41\x01\x12\x11\n\x04name\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x18\n\x0b\x66ile_corpus\x18\x06 \x01(\tB\x03\xe0\x41\x01\"L\n\nCorpusType\x12\x1b\n\x17\x43ORPUS_TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nUSER_OWNED\x10\x01\x12\x11\n\rFULLY_MANAGED\x10\x02\x42\x63\n\x1b\x63om.google.cloud.ces.v1betaB\x13\x46ileSearchToolProtoP\x01Z-cloud.google.com/go/ces/apiv1beta/cespb;cespbb\x06proto3"
|
|
11
|
+
|
|
12
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
|
14
|
+
|
|
15
|
+
module Google
|
|
16
|
+
module Cloud
|
|
17
|
+
module Ces
|
|
18
|
+
module V1beta
|
|
19
|
+
FileSearchTool = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.FileSearchTool").msgclass
|
|
20
|
+
FileSearchTool::CorpusType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.FileSearchTool.CorpusType").enummodule
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/ces/v1beta/golden_run.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
descriptor_data = "\n(google/cloud/ces/v1beta/golden_run.proto\x12\x17google.cloud.ces.v1beta*K\n\x0fGoldenRunMethod\x12!\n\x1dGOLDEN_RUN_METHOD_UNSPECIFIED\x10\x00\x12\n\n\x06STABLE\x10\x01\x12\t\n\x05NAIVE\x10\x02\x42^\n\x1b\x63om.google.cloud.ces.v1betaB\x0eGoldenRunProtoP\x01Z-cloud.google.com/go/ces/apiv1beta/cespb;cespbb\x06proto3"
|
|
9
|
+
|
|
10
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
11
|
+
pool.add_serialized_file(descriptor_data)
|
|
12
|
+
|
|
13
|
+
module Google
|
|
14
|
+
module Cloud
|
|
15
|
+
module Ces
|
|
16
|
+
module V1beta
|
|
17
|
+
GoldenRunMethod = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GoldenRunMethod").enummodule
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/ces/v1beta/google_search_tool.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
descriptor_data = "\n0google/cloud/ces/v1beta/google_search_tool.proto\x12\x17google.cloud.ces.v1beta\x1a\x1fgoogle/api/field_behavior.proto\"\xb1\x02\n\x10GoogleSearchTool\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x63ontext_urls\x18\x03 \x03(\tB\x03\xe0\x41\x01\x12\x1e\n\x11preferred_domains\x18\x06 \x03(\tB\x03\xe0\x41\x01\x12\x1c\n\x0f\x65xclude_domains\x18\x04 \x03(\tB\x03\xe0\x41\x01\x12R\n\rprompt_config\x18\x05 \x01(\x0b\x32\x36.google.cloud.ces.v1beta.GoogleSearchTool.PromptConfigB\x03\xe0\x41\x01\x1a\x43\n\x0cPromptConfig\x12\x18\n\x0btext_prompt\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0cvoice_prompt\x18\x02 \x01(\tB\x03\xe0\x41\x01\x42\x65\n\x1b\x63om.google.cloud.ces.v1betaB\x15GoogleSearchToolProtoP\x01Z-cloud.google.com/go/ces/apiv1beta/cespb;cespbb\x06proto3"
|
|
11
|
+
|
|
12
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
|
14
|
+
|
|
15
|
+
module Google
|
|
16
|
+
module Cloud
|
|
17
|
+
module Ces
|
|
18
|
+
module V1beta
|
|
19
|
+
GoogleSearchTool = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GoogleSearchTool").msgclass
|
|
20
|
+
GoogleSearchTool::PromptConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.GoogleSearchTool.PromptConfig").msgclass
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/ces/v1beta/guardrail.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
require 'google/api/resource_pb'
|
|
9
|
+
require 'google/cloud/ces/v1beta/common_pb'
|
|
10
|
+
require 'google/protobuf/timestamp_pb'
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
descriptor_data = "\n\'google/cloud/ces/v1beta/guardrail.proto\x12\x17google.cloud.ces.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a$google/cloud/ces/v1beta/common.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc2\x16\n\tGuardrail\x12O\n\x0e\x63ontent_filter\x18\x08 \x01(\x0b\x32\x30.google.cloud.ces.v1beta.Guardrail.ContentFilterB\x03\xe0\x41\x01H\x00\x12X\n\x13llm_prompt_security\x18\t \x01(\x0b\x32\x34.google.cloud.ces.v1beta.Guardrail.LlmPromptSecurityB\x03\xe0\x41\x01H\x00\x12G\n\nllm_policy\x18\n \x01(\x0b\x32,.google.cloud.ces.v1beta.Guardrail.LlmPolicyB\x03\xe0\x41\x01H\x00\x12K\n\x0cmodel_safety\x18\r \x01(\x0b\x32..google.cloud.ces.v1beta.Guardrail.ModelSafetyB\x03\xe0\x41\x01H\x00\x12M\n\rcode_callback\x18\x0e \x01(\x0b\x32/.google.cloud.ces.v1beta.Guardrail.CodeCallbackB\x03\xe0\x41\x01H\x00\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x14\n\x07\x65nabled\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12;\n\x06\x61\x63tion\x18\x05 \x01(\x0b\x32&.google.cloud.ces.v1beta.TriggerActionB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\x0b \x01(\t\x1a\xf5\x02\n\rContentFilter\x12\x1c\n\x0f\x62\x61nned_contents\x18\x01 \x03(\tB\x03\xe0\x41\x01\x12*\n\x1d\x62\x61nned_contents_in_user_input\x18\x02 \x03(\tB\x03\xe0\x41\x01\x12.\n!banned_contents_in_agent_response\x18\x03 \x03(\tB\x03\xe0\x41\x01\x12S\n\nmatch_type\x18\x04 \x01(\x0e\x32:.google.cloud.ces.v1beta.Guardrail.ContentFilter.MatchTypeB\x03\xe0\x41\x02\x12!\n\x14\x64isregard_diacritics\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01\"r\n\tMatchType\x12\x1a\n\x16MATCH_TYPE_UNSPECIFIED\x10\x00\x12\x17\n\x13SIMPLE_STRING_MATCH\x10\x01\x12\x1e\n\x1aWORD_BOUNDARY_STRING_MATCH\x10\x02\x12\x10\n\x0cREGEXP_MATCH\x10\x03\x1a\xba\x02\n\x11LlmPromptSecurity\x12m\n\x10\x64\x65\x66\x61ult_settings\x18\x01 \x01(\x0b\x32L.google.cloud.ces.v1beta.Guardrail.LlmPromptSecurity.DefaultSecuritySettingsB\x03\xe0\x41\x01H\x00\x12J\n\rcustom_policy\x18\x02 \x01(\x0b\x32,.google.cloud.ces.v1beta.Guardrail.LlmPolicyB\x03\xe0\x41\x01H\x00\x12\x16\n\tfail_open\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\x1a?\n\x17\x44\x65\x66\x61ultSecuritySettings\x12$\n\x17\x64\x65\x66\x61ult_prompt_template\x18\x01 \x01(\tB\x03\xe0\x41\x03\x42\x11\n\x0fsecurity_config\x1a\x92\x03\n\tLlmPolicy\x12&\n\x19max_conversation_messages\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x43\n\x0emodel_settings\x18\x02 \x01(\x0b\x32&.google.cloud.ces.v1beta.ModelSettingsB\x03\xe0\x41\x01\x12\x13\n\x06prompt\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12S\n\x0cpolicy_scope\x18\x04 \x01(\x0e\x32\x38.google.cloud.ces.v1beta.Guardrail.LlmPolicy.PolicyScopeB\x03\xe0\x41\x02\x12\x16\n\tfail_open\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01\x12\"\n\x15\x61llow_short_utterance\x18\x06 \x01(\x08\x42\x03\xe0\x41\x01\"r\n\x0bPolicyScope\x12\x1c\n\x18POLICY_SCOPE_UNSPECIFIED\x10\x00\x12\x0e\n\nUSER_QUERY\x10\x01\x12\x12\n\x0e\x41GENT_RESPONSE\x10\x02\x12!\n\x1dUSER_QUERY_AND_AGENT_RESPONSE\x10\x03\x1a\x81\x05\n\x0bModelSafety\x12Z\n\x0fsafety_settings\x18\x01 \x03(\x0b\x32<.google.cloud.ces.v1beta.Guardrail.ModelSafety.SafetySettingB\x03\xe0\x41\x02\x1a\xbe\x01\n\rSafetySetting\x12R\n\x08\x63\x61tegory\x18\x01 \x01(\x0e\x32;.google.cloud.ces.v1beta.Guardrail.ModelSafety.HarmCategoryB\x03\xe0\x41\x02\x12Y\n\tthreshold\x18\x02 \x01(\x0e\x32\x41.google.cloud.ces.v1beta.Guardrail.ModelSafety.HarmBlockThresholdB\x03\xe0\x41\x02\"\xb4\x01\n\x0cHarmCategory\x12\x1d\n\x19HARM_CATEGORY_UNSPECIFIED\x10\x00\x12\x1d\n\x19HARM_CATEGORY_HATE_SPEECH\x10\x01\x12#\n\x1fHARM_CATEGORY_DANGEROUS_CONTENT\x10\x02\x12\x1c\n\x18HARM_CATEGORY_HARASSMENT\x10\x03\x12#\n\x1fHARM_CATEGORY_SEXUALLY_EXPLICIT\x10\x04\"\x9d\x01\n\x12HarmBlockThreshold\x12$\n HARM_BLOCK_THRESHOLD_UNSPECIFIED\x10\x00\x12\x17\n\x13\x42LOCK_LOW_AND_ABOVE\x10\x01\x12\x1a\n\x16\x42LOCK_MEDIUM_AND_ABOVE\x10\x02\x12\x13\n\x0f\x42LOCK_ONLY_HIGH\x10\x03\x12\x0e\n\nBLOCK_NONE\x10\x04\x12\x07\n\x03OFF\x10\x05\x1a\xa8\x02\n\x0c\x43odeCallback\x12\x45\n\x15\x62\x65\x66ore_agent_callback\x18\x01 \x01(\x0b\x32!.google.cloud.ces.v1beta.CallbackB\x03\xe0\x41\x01\x12\x44\n\x14\x61\x66ter_agent_callback\x18\x02 \x01(\x0b\x32!.google.cloud.ces.v1beta.CallbackB\x03\xe0\x41\x01\x12\x45\n\x15\x62\x65\x66ore_model_callback\x18\x03 \x01(\x0b\x32!.google.cloud.ces.v1beta.CallbackB\x03\xe0\x41\x01\x12\x44\n\x14\x61\x66ter_model_callback\x18\x04 \x01(\x0b\x32!.google.cloud.ces.v1beta.CallbackB\x03\xe0\x41\x01:\x84\x01\xea\x41\x80\x01\n\x1c\x63\x65s.googleapis.com/Guardrail\x12Iprojects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}*\nguardrails2\tguardrailB\x10\n\x0eguardrail_typeB^\n\x1b\x63om.google.cloud.ces.v1betaB\x0eGuardrailProtoP\x01Z-cloud.google.com/go/ces/apiv1beta/cespb;cespbb\x06proto3"
|
|
14
|
+
|
|
15
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
16
|
+
pool.add_serialized_file(descriptor_data)
|
|
17
|
+
|
|
18
|
+
module Google
|
|
19
|
+
module Cloud
|
|
20
|
+
module Ces
|
|
21
|
+
module V1beta
|
|
22
|
+
Guardrail = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail").msgclass
|
|
23
|
+
Guardrail::ContentFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.ContentFilter").msgclass
|
|
24
|
+
Guardrail::ContentFilter::MatchType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.ContentFilter.MatchType").enummodule
|
|
25
|
+
Guardrail::LlmPromptSecurity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.LlmPromptSecurity").msgclass
|
|
26
|
+
Guardrail::LlmPromptSecurity::DefaultSecuritySettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.LlmPromptSecurity.DefaultSecuritySettings").msgclass
|
|
27
|
+
Guardrail::LlmPolicy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.LlmPolicy").msgclass
|
|
28
|
+
Guardrail::LlmPolicy::PolicyScope = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.LlmPolicy.PolicyScope").enummodule
|
|
29
|
+
Guardrail::ModelSafety = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.ModelSafety").msgclass
|
|
30
|
+
Guardrail::ModelSafety::SafetySetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.ModelSafety.SafetySetting").msgclass
|
|
31
|
+
Guardrail::ModelSafety::HarmCategory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.ModelSafety.HarmCategory").enummodule
|
|
32
|
+
Guardrail::ModelSafety::HarmBlockThreshold = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.ModelSafety.HarmBlockThreshold").enummodule
|
|
33
|
+
Guardrail::CodeCallback = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.ces.v1beta.Guardrail.CodeCallback").msgclass
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|