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.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +154 -8
  5. data/lib/google/cloud/ces/v1beta/agent_card_pb.rb +26 -0
  6. data/lib/google/cloud/ces/v1beta/agent_pb.rb +30 -0
  7. data/lib/google/cloud/ces/v1beta/agent_service/client.rb +5641 -0
  8. data/lib/google/cloud/ces/v1beta/agent_service/credentials.rb +48 -0
  9. data/lib/google/cloud/ces/v1beta/agent_service/operations.rb +843 -0
  10. data/lib/google/cloud/ces/v1beta/agent_service/paths.rb +481 -0
  11. data/lib/google/cloud/ces/v1beta/agent_service/rest/client.rb +5249 -0
  12. data/lib/google/cloud/ces/v1beta/agent_service/rest/operations.rb +927 -0
  13. data/lib/google/cloud/ces/v1beta/agent_service/rest/service_stub.rb +3213 -0
  14. data/lib/google/cloud/ces/v1beta/agent_service/rest.rb +55 -0
  15. data/lib/google/cloud/ces/v1beta/agent_service.rb +57 -0
  16. data/lib/google/cloud/ces/v1beta/agent_service_pb.rb +132 -0
  17. data/lib/google/cloud/ces/v1beta/agent_service_services_pb.rb +148 -0
  18. data/lib/google/cloud/ces/v1beta/agent_tool_pb.rb +24 -0
  19. data/lib/google/cloud/ces/v1beta/agent_transfers_pb.rb +29 -0
  20. data/lib/google/cloud/ces/v1beta/app_pb.rb +70 -0
  21. data/lib/google/cloud/ces/v1beta/app_version_pb.rb +32 -0
  22. data/lib/google/cloud/ces/v1beta/auth_pb.rb +34 -0
  23. data/lib/google/cloud/ces/v1beta/bigquery_export_pb.rb +23 -0
  24. data/lib/google/cloud/ces/v1beta/bindings_override.rb +75 -0
  25. data/lib/google/cloud/ces/v1beta/changelog_pb.rb +26 -0
  26. data/lib/google/cloud/ces/v1beta/client_function_pb.rb +24 -0
  27. data/lib/google/cloud/ces/v1beta/common_pb.rb +46 -0
  28. data/lib/google/cloud/ces/v1beta/connector_tool_pb.rb +27 -0
  29. data/lib/google/cloud/ces/v1beta/connector_toolset_pb.rb +25 -0
  30. data/lib/google/cloud/ces/v1beta/conversation_pb.rb +31 -0
  31. data/lib/google/cloud/ces/v1beta/data_store_pb.rb +27 -0
  32. data/lib/google/cloud/ces/v1beta/data_store_tool_pb.rb +40 -0
  33. data/lib/google/cloud/ces/v1beta/deployment_pb.rb +30 -0
  34. data/lib/google/cloud/ces/v1beta/evaluation_metrics_config_pb.rb +31 -0
  35. data/lib/google/cloud/ces/v1beta/evaluation_pb.rb +99 -0
  36. data/lib/google/cloud/ces/v1beta/evaluation_service/client.rb +4050 -0
  37. data/lib/google/cloud/ces/v1beta/evaluation_service/credentials.rb +48 -0
  38. data/lib/google/cloud/ces/v1beta/evaluation_service/operations.rb +843 -0
  39. data/lib/google/cloud/ces/v1beta/evaluation_service/paths.rb +306 -0
  40. data/lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb +3770 -0
  41. data/lib/google/cloud/ces/v1beta/evaluation_service/rest/operations.rb +927 -0
  42. data/lib/google/cloud/ces/v1beta/evaluation_service/rest/service_stub.rb +2233 -0
  43. data/lib/google/cloud/ces/v1beta/evaluation_service/rest.rb +54 -0
  44. data/lib/google/cloud/ces/v1beta/evaluation_service.rb +56 -0
  45. data/lib/google/cloud/ces/v1beta/evaluation_service_pb.rb +93 -0
  46. data/lib/google/cloud/ces/v1beta/evaluation_service_services_pb.rb +116 -0
  47. data/lib/google/cloud/ces/v1beta/example_pb.rb +34 -0
  48. data/lib/google/cloud/ces/v1beta/fakes_pb.rb +25 -0
  49. data/lib/google/cloud/ces/v1beta/file_context_pb.rb +24 -0
  50. data/lib/google/cloud/ces/v1beta/file_search_tool_pb.rb +24 -0
  51. data/lib/google/cloud/ces/v1beta/golden_run_pb.rb +21 -0
  52. data/lib/google/cloud/ces/v1beta/google_search_tool_pb.rb +24 -0
  53. data/lib/google/cloud/ces/v1beta/guardrail_pb.rb +37 -0
  54. data/lib/google/cloud/ces/v1beta/mcp_tool_pb.rb +27 -0
  55. data/lib/google/cloud/ces/v1beta/mcp_toolset_pb.rb +28 -0
  56. data/lib/google/cloud/ces/v1beta/mocks_pb.rb +26 -0
  57. data/lib/google/cloud/ces/v1beta/omnichannel_pb.rb +31 -0
  58. data/lib/google/cloud/ces/v1beta/omnichannel_service_pb.rb +27 -0
  59. data/lib/google/cloud/ces/v1beta/open_api_tool_pb.rb +25 -0
  60. data/lib/google/cloud/ces/v1beta/open_api_toolset_pb.rb +25 -0
  61. data/lib/google/cloud/ces/v1beta/python_function_pb.rb +24 -0
  62. data/lib/google/cloud/ces/v1beta/rest.rb +42 -0
  63. data/lib/google/cloud/ces/v1beta/schema_pb.rb +25 -0
  64. data/lib/google/cloud/ces/v1beta/search_suggestions_pb.rb +22 -0
  65. data/lib/google/cloud/ces/v1beta/security_settings_pb.rb +27 -0
  66. data/lib/google/cloud/ces/v1beta/session_service/client.rb +762 -0
  67. data/lib/google/cloud/ces/v1beta/session_service/credentials.rb +48 -0
  68. data/lib/google/cloud/ces/v1beta/session_service/paths.rb +117 -0
  69. data/lib/google/cloud/ces/v1beta/session_service/rest/client.rb +562 -0
  70. data/lib/google/cloud/ces/v1beta/session_service/rest/service_stub.rb +199 -0
  71. data/lib/google/cloud/ces/v1beta/session_service/rest.rb +53 -0
  72. data/lib/google/cloud/ces/v1beta/session_service.rb +55 -0
  73. data/lib/google/cloud/ces/v1beta/session_service_pb.rb +54 -0
  74. data/lib/google/cloud/ces/v1beta/session_service_services_pb.rb +120 -0
  75. data/lib/google/cloud/ces/v1beta/system_tool_pb.rb +23 -0
  76. data/lib/google/cloud/ces/v1beta/tool_pb.rb +40 -0
  77. data/lib/google/cloud/ces/v1beta/tool_service/client.rb +733 -0
  78. data/lib/google/cloud/ces/v1beta/tool_service/credentials.rb +48 -0
  79. data/lib/google/cloud/ces/v1beta/tool_service/paths.rb +94 -0
  80. data/lib/google/cloud/ces/v1beta/tool_service/rest/client.rb +677 -0
  81. data/lib/google/cloud/ces/v1beta/tool_service/rest/service_stub.rb +267 -0
  82. data/lib/google/cloud/ces/v1beta/tool_service/rest.rb +53 -0
  83. data/lib/google/cloud/ces/v1beta/tool_service.rb +55 -0
  84. data/lib/google/cloud/ces/v1beta/tool_service_pb.rb +37 -0
  85. data/lib/google/cloud/ces/v1beta/tool_service_services_pb.rb +50 -0
  86. data/lib/google/cloud/ces/v1beta/toolset_pb.rb +30 -0
  87. data/lib/google/cloud/ces/v1beta/toolset_tool_pb.rb +24 -0
  88. data/lib/google/cloud/ces/v1beta/version.rb +7 -2
  89. data/lib/google/cloud/ces/v1beta/widget_service/client.rb +503 -0
  90. data/lib/google/cloud/ces/v1beta/widget_service/credentials.rb +48 -0
  91. data/lib/google/cloud/ces/v1beta/widget_service/paths.rb +75 -0
  92. data/lib/google/cloud/ces/v1beta/widget_service/rest/client.rb +461 -0
  93. data/lib/google/cloud/ces/v1beta/widget_service/rest/service_stub.rb +143 -0
  94. data/lib/google/cloud/ces/v1beta/widget_service/rest.rb +53 -0
  95. data/lib/google/cloud/ces/v1beta/widget_service.rb +55 -0
  96. data/lib/google/cloud/ces/v1beta/widget_service_pb.rb +28 -0
  97. data/lib/google/cloud/ces/v1beta/widget_service_services_pb.rb +46 -0
  98. data/lib/google/cloud/ces/v1beta/widget_tool_pb.rb +31 -0
  99. data/lib/google/cloud/ces/v1beta.rb +49 -0
  100. data/lib/google-cloud-ces-v1beta.rb +21 -0
  101. data/proto_docs/README.md +4 -0
  102. data/proto_docs/google/api/client.rb +593 -0
  103. data/proto_docs/google/api/field_behavior.rb +85 -0
  104. data/proto_docs/google/api/launch_stage.rb +71 -0
  105. data/proto_docs/google/api/resource.rb +227 -0
  106. data/proto_docs/google/cloud/ces/v1beta/agent.rb +233 -0
  107. data/proto_docs/google/cloud/ces/v1beta/agent_card.rb +122 -0
  108. data/proto_docs/google/cloud/ces/v1beta/agent_service.rb +1682 -0
  109. data/proto_docs/google/cloud/ces/v1beta/agent_tool.rb +48 -0
  110. data/proto_docs/google/cloud/ces/v1beta/agent_transfers.rb +111 -0
  111. data/proto_docs/google/cloud/ces/v1beta/app.rb +883 -0
  112. data/proto_docs/google/cloud/ces/v1beta/app_version.rb +83 -0
  113. data/proto_docs/google/cloud/ces/v1beta/auth.rb +214 -0
  114. data/proto_docs/google/cloud/ces/v1beta/bigquery_export.rb +45 -0
  115. data/proto_docs/google/cloud/ces/v1beta/changelog.rb +73 -0
  116. data/proto_docs/google/cloud/ces/v1beta/client_function.rb +48 -0
  117. data/proto_docs/google/cloud/ces/v1beta/common.rb +375 -0
  118. data/proto_docs/google/cloud/ces/v1beta/connector_tool.rb +122 -0
  119. data/proto_docs/google/cloud/ces/v1beta/connector_toolset.rb +52 -0
  120. data/proto_docs/google/cloud/ces/v1beta/conversation.rb +159 -0
  121. data/proto_docs/google/cloud/ces/v1beta/data_store.rb +102 -0
  122. data/proto_docs/google/cloud/ces/v1beta/data_store_tool.rb +328 -0
  123. data/proto_docs/google/cloud/ces/v1beta/deployment.rb +123 -0
  124. data/proto_docs/google/cloud/ces/v1beta/evaluation.rb +1687 -0
  125. data/proto_docs/google/cloud/ces/v1beta/evaluation_metrics_config.rb +151 -0
  126. data/proto_docs/google/cloud/ces/v1beta/evaluation_service.rb +1087 -0
  127. data/proto_docs/google/cloud/ces/v1beta/example.rb +245 -0
  128. data/proto_docs/google/cloud/ces/v1beta/fakes.rb +67 -0
  129. data/proto_docs/google/cloud/ces/v1beta/file_context.rb +50 -0
  130. data/proto_docs/google/cloud/ces/v1beta/file_search_tool.rb +60 -0
  131. data/proto_docs/google/cloud/ces/v1beta/golden_run.rb +40 -0
  132. data/proto_docs/google/cloud/ces/v1beta/google_search_tool.rb +76 -0
  133. data/proto_docs/google/cloud/ces/v1beta/guardrail.rb +324 -0
  134. data/proto_docs/google/cloud/ces/v1beta/mcp_tool.rb +110 -0
  135. data/proto_docs/google/cloud/ces/v1beta/mcp_toolset.rb +118 -0
  136. data/proto_docs/google/cloud/ces/v1beta/mocks.rb +60 -0
  137. data/proto_docs/google/cloud/ces/v1beta/omnichannel.rb +163 -0
  138. data/proto_docs/google/cloud/ces/v1beta/omnichannel_service.rb +45 -0
  139. data/proto_docs/google/cloud/ces/v1beta/open_api_tool.rb +66 -0
  140. data/proto_docs/google/cloud/ces/v1beta/open_api_toolset.rb +57 -0
  141. data/proto_docs/google/cloud/ces/v1beta/python_function.rb +47 -0
  142. data/proto_docs/google/cloud/ces/v1beta/schema.rb +162 -0
  143. data/proto_docs/google/cloud/ces/v1beta/search_suggestions.rb +55 -0
  144. data/proto_docs/google/cloud/ces/v1beta/security_settings.rb +80 -0
  145. data/proto_docs/google/cloud/ces/v1beta/session_service.rb +493 -0
  146. data/proto_docs/google/cloud/ces/v1beta/system_tool.rb +38 -0
  147. data/proto_docs/google/cloud/ces/v1beta/tool.rb +136 -0
  148. data/proto_docs/google/cloud/ces/v1beta/tool_service.rb +185 -0
  149. data/proto_docs/google/cloud/ces/v1beta/toolset.rb +80 -0
  150. data/proto_docs/google/cloud/ces/v1beta/toolset_tool.rb +40 -0
  151. data/proto_docs/google/cloud/ces/v1beta/widget_service.rb +62 -0
  152. data/proto_docs/google/cloud/ces/v1beta/widget_tool.rb +182 -0
  153. data/proto_docs/google/longrunning/operations.rb +191 -0
  154. data/proto_docs/google/protobuf/any.rb +145 -0
  155. data/proto_docs/google/protobuf/duration.rb +98 -0
  156. data/proto_docs/google/protobuf/empty.rb +34 -0
  157. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  158. data/proto_docs/google/protobuf/struct.rb +108 -0
  159. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  160. data/proto_docs/google/rpc/status.rb +48 -0
  161. metadata +208 -9
@@ -0,0 +1,1682 @@
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
+
20
+ module Google
21
+ module Cloud
22
+ module Ces
23
+ module V1beta
24
+ # Request message for
25
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_apps AgentService.ListApps}.
26
+ # @!attribute [rw] parent
27
+ # @return [::String]
28
+ # Required. The resource name of the location to list apps from.
29
+ # @!attribute [rw] page_size
30
+ # @return [::Integer]
31
+ # Optional. Requested page size. Server may return fewer items than
32
+ # requested. If unspecified, server will pick an appropriate default.
33
+ # @!attribute [rw] page_token
34
+ # @return [::String]
35
+ # Optional. The
36
+ # {::Google::Cloud::Ces::V1beta::ListAppsResponse#next_page_token next_page_token}
37
+ # value returned from a previous list
38
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_apps AgentService.ListApps}
39
+ # call.
40
+ # @!attribute [rw] filter
41
+ # @return [::String]
42
+ # Optional. Filter to be applied when listing the apps.
43
+ # See https://google.aip.dev/160 for more details.
44
+ # @!attribute [rw] order_by
45
+ # @return [::String]
46
+ # Optional. Field to sort by. Only "name" and "create_time" is supported.
47
+ # See https://google.aip.dev/132#ordering for more details.
48
+ class ListAppsRequest
49
+ include ::Google::Protobuf::MessageExts
50
+ extend ::Google::Protobuf::MessageExts::ClassMethods
51
+ end
52
+
53
+ # Response message for
54
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_apps AgentService.ListApps}.
55
+ # @!attribute [rw] apps
56
+ # @return [::Array<::Google::Cloud::Ces::V1beta::App>]
57
+ # The list of apps.
58
+ # @!attribute [rw] next_page_token
59
+ # @return [::String]
60
+ # A token that can be sent as
61
+ # {::Google::Cloud::Ces::V1beta::ListAppsRequest#page_token ListAppsRequest.page_token}
62
+ # to retrieve the next page. Absence of this field indicates there are no
63
+ # subsequent pages.
64
+ # @!attribute [rw] unreachable
65
+ # @return [::Array<::String>]
66
+ # Unordered list. Locations that could not be reached.
67
+ class ListAppsResponse
68
+ include ::Google::Protobuf::MessageExts
69
+ extend ::Google::Protobuf::MessageExts::ClassMethods
70
+ end
71
+
72
+ # Request message for
73
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_app AgentService.GetApp}.
74
+ # @!attribute [rw] name
75
+ # @return [::String]
76
+ # Required. The resource name of the app to retrieve.
77
+ class GetAppRequest
78
+ include ::Google::Protobuf::MessageExts
79
+ extend ::Google::Protobuf::MessageExts::ClassMethods
80
+ end
81
+
82
+ # Request message for
83
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#create_app AgentService.CreateApp}.
84
+ # @!attribute [rw] parent
85
+ # @return [::String]
86
+ # Required. The resource name of the location to create an app in.
87
+ # @!attribute [rw] app_id
88
+ # @return [::String]
89
+ # Optional. The ID to use for the app, which will become the final component
90
+ # of the app's resource name. If not provided, a unique ID will be
91
+ # automatically assigned for the app.
92
+ # @!attribute [rw] app
93
+ # @return [::Google::Cloud::Ces::V1beta::App]
94
+ # Required. The app to create.
95
+ class CreateAppRequest
96
+ include ::Google::Protobuf::MessageExts
97
+ extend ::Google::Protobuf::MessageExts::ClassMethods
98
+ end
99
+
100
+ # Request message for
101
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#update_app AgentService.UpdateApp}.
102
+ # @!attribute [rw] app
103
+ # @return [::Google::Cloud::Ces::V1beta::App]
104
+ # Required. The app to update.
105
+ # @!attribute [rw] update_mask
106
+ # @return [::Google::Protobuf::FieldMask]
107
+ # Optional. Field mask is used to control which fields get updated. If the
108
+ # mask is not present, all fields will be updated.
109
+ class UpdateAppRequest
110
+ include ::Google::Protobuf::MessageExts
111
+ extend ::Google::Protobuf::MessageExts::ClassMethods
112
+ end
113
+
114
+ # Request message for
115
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#delete_app AgentService.DeleteApp}.
116
+ # @!attribute [rw] name
117
+ # @return [::String]
118
+ # Required. The resource name of the app to delete.
119
+ # @!attribute [rw] etag
120
+ # @return [::String]
121
+ # Optional. The current etag of the app. If an etag is not provided, the
122
+ # deletion will overwrite any concurrent changes. If an etag is provided and
123
+ # does not match the current etag of the app, deletion will be blocked and an
124
+ # ABORTED error will be returned.
125
+ class DeleteAppRequest
126
+ include ::Google::Protobuf::MessageExts
127
+ extend ::Google::Protobuf::MessageExts::ClassMethods
128
+ end
129
+
130
+ # Request message for
131
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#export_app AgentService.ExportApp}.
132
+ # @!attribute [rw] name
133
+ # @return [::String]
134
+ # Required. The resource name of the app to export.
135
+ # @!attribute [rw] export_format
136
+ # @return [::Google::Cloud::Ces::V1beta::ExportAppRequest::ExportFormat]
137
+ # Required. The format to export the app in.
138
+ # @!attribute [rw] gcs_uri
139
+ # @return [::String]
140
+ # Optional. The [Google Cloud
141
+ # Storage](https://cloud.google.com/storage/docs/) URI to which to export the
142
+ # app. The format of this URI must be `gs://<bucket-name>/<object-name>`. The
143
+ # exported app archive will be written directly to the specified GCS object.
144
+ # @!attribute [rw] app_version
145
+ # @return [::String]
146
+ # Optional. The resource name of the app version to export.
147
+ # Format:
148
+ # `projects/{project}/locations/{location}/apps/{app}/versions/{version}`.
149
+ class ExportAppRequest
150
+ include ::Google::Protobuf::MessageExts
151
+ extend ::Google::Protobuf::MessageExts::ClassMethods
152
+
153
+ # Export format for the app.
154
+ module ExportFormat
155
+ # The export format is unspecified.
156
+ EXPORT_FORMAT_UNSPECIFIED = 0
157
+
158
+ # The export format is JSON.
159
+ JSON = 1
160
+
161
+ # The export format is YAML.
162
+ YAML = 2
163
+ end
164
+ end
165
+
166
+ # Response message for
167
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#export_app AgentService.ExportApp}.
168
+ # @!attribute [rw] app_content
169
+ # @return [::String]
170
+ # App folder compressed as a zip file.
171
+ #
172
+ # Note: The following fields are mutually exclusive: `app_content`, `app_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
173
+ # @!attribute [rw] app_uri
174
+ # @return [::String]
175
+ # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
176
+ # to which the app was exported.
177
+ #
178
+ # Note: The following fields are mutually exclusive: `app_uri`, `app_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
179
+ class ExportAppResponse
180
+ include ::Google::Protobuf::MessageExts
181
+ extend ::Google::Protobuf::MessageExts::ClassMethods
182
+ end
183
+
184
+ # Request message for
185
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#import_app AgentService.ImportApp}.
186
+ # @!attribute [rw] gcs_uri
187
+ # @return [::String]
188
+ # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
189
+ # from which to import app. The format of this URI must be
190
+ # `gs://<bucket-name>/<object-name>`.
191
+ #
192
+ # Note: The following fields are mutually exclusive: `gcs_uri`, `app_content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
193
+ # @!attribute [rw] app_content
194
+ # @return [::String]
195
+ # Raw bytes representing the compressed zip file with the app folder
196
+ # structure.
197
+ #
198
+ # Note: The following fields are mutually exclusive: `app_content`, `gcs_uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
199
+ # @!attribute [rw] parent
200
+ # @return [::String]
201
+ # Required. The parent resource name with the location of the app to import.
202
+ # @!attribute [rw] display_name
203
+ # @return [::String]
204
+ # Optional. The display name of the app to import.
205
+ # * If the app is created on import, and the display name is specified,
206
+ # the imported app will use this display name. If a conflict is detected
207
+ # with an existing app, a timestamp will be appended to the display name
208
+ # to make it unique.
209
+ # * If the app is a reimport, this field should not be set. Providing a
210
+ # display name during reimport will result in an INVALID_ARGUMENT error.
211
+ # @!attribute [rw] app_id
212
+ # @return [::String]
213
+ # Optional. The ID to use for the imported app.
214
+ # * If not specified, a unique ID will be automatically assigned for
215
+ # the app.
216
+ # * Otherwise, the imported app will use this ID as the final component of
217
+ # its resource name. If an app with the same ID already exists at the
218
+ # specified location in the project, the content of the existing app will be
219
+ # replaced.
220
+ # @!attribute [rw] import_options
221
+ # @return [::Google::Cloud::Ces::V1beta::ImportAppRequest::ImportOptions]
222
+ # Optional. Options governing the import process for the app.
223
+ # @!attribute [rw] ignore_app_lock
224
+ # @return [::Boolean]
225
+ # Optional. Flag for overriding the app lock during import.
226
+ # If set to true, the import process will ignore the app lock.
227
+ class ImportAppRequest
228
+ include ::Google::Protobuf::MessageExts
229
+ extend ::Google::Protobuf::MessageExts::ClassMethods
230
+
231
+ # Configuration options for the app import process.
232
+ # These options control how the import behaves, particularly when
233
+ # conflicts arise with existing app data.
234
+ # @!attribute [rw] conflict_resolution_strategy
235
+ # @return [::Google::Cloud::Ces::V1beta::ImportAppRequest::ImportOptions::ConflictResolutionStrategy]
236
+ # Optional. The strategy to use when resolving conflicts during import.
237
+ class ImportOptions
238
+ include ::Google::Protobuf::MessageExts
239
+ extend ::Google::Protobuf::MessageExts::ClassMethods
240
+
241
+ # Defines the strategy for handling conflicts when an app with the same ID
242
+ # already exists, or when imported resources (like Agents, Tools, etc.)
243
+ # have the same display names as existing resources within that app.
244
+ module ConflictResolutionStrategy
245
+ # The conflict resolution strategy is unspecified.
246
+ CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED = 0
247
+
248
+ # Replace existing data with imported data.
249
+ # If an app with the same `app_id` already exists, its content will be
250
+ # updated based on the imported app.
251
+ # - Resources (App, Agents, Tools, Examples, Guardrails, Toolsets) in the
252
+ # imported app that have the same display name as existing resources
253
+ # will overwrite the existing ones.
254
+ # - Imported resources with new display names will be created.
255
+ # - Existing resources that do not have a matching display name in the
256
+ # imported app will remain untouched.
257
+ REPLACE = 1
258
+
259
+ # Overwrite existing data with imported data.
260
+ # If an app with the same `app_id` already exists, its content will be
261
+ # overwritten with the imported app.
262
+ # - Existing resources (Agents, Tools, Examples, Guardrails, Toolsets) in
263
+ # the app will be deleted.
264
+ # - Imported resources will be created as new resources.
265
+ OVERWRITE = 2
266
+ end
267
+ end
268
+ end
269
+
270
+ # Response message for
271
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#import_app AgentService.ImportApp}.
272
+ # @!attribute [rw] name
273
+ # @return [::String]
274
+ # The resource name of the app that was imported.
275
+ # @!attribute [rw] warnings
276
+ # @return [::Array<::String>]
277
+ # Warning messages generated during the import process.
278
+ # If errors occur for specific resources, they will not be included in the
279
+ # imported app and the error will be mentioned here.
280
+ class ImportAppResponse
281
+ include ::Google::Protobuf::MessageExts
282
+ extend ::Google::Protobuf::MessageExts::ClassMethods
283
+ end
284
+
285
+ # Request message for
286
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_agents AgentService.ListAgents}.
287
+ # @!attribute [rw] parent
288
+ # @return [::String]
289
+ # Required. The resource name of the app to list agents from.
290
+ # @!attribute [rw] page_size
291
+ # @return [::Integer]
292
+ # Optional. Requested page size. Server may return fewer items than
293
+ # requested. If unspecified, server will pick an appropriate default.
294
+ # @!attribute [rw] page_token
295
+ # @return [::String]
296
+ # Optional. The
297
+ # {::Google::Cloud::Ces::V1beta::ListAgentsResponse#next_page_token next_page_token}
298
+ # value returned from a previous list
299
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_agents AgentService.ListAgents}
300
+ # call.
301
+ # @!attribute [rw] filter
302
+ # @return [::String]
303
+ # Optional. Filter to be applied when listing the agents.
304
+ # See https://google.aip.dev/160 for more details.
305
+ # @!attribute [rw] order_by
306
+ # @return [::String]
307
+ # Optional. Field to sort by. Only "name" and "create_time" is supported.
308
+ # See https://google.aip.dev/132#ordering for more details.
309
+ class ListAgentsRequest
310
+ include ::Google::Protobuf::MessageExts
311
+ extend ::Google::Protobuf::MessageExts::ClassMethods
312
+ end
313
+
314
+ # Response message for
315
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_agents AgentService.ListAgents}.
316
+ # @!attribute [rw] agents
317
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Agent>]
318
+ # The list of agents.
319
+ # @!attribute [rw] next_page_token
320
+ # @return [::String]
321
+ # A token that can be sent as
322
+ # {::Google::Cloud::Ces::V1beta::ListAgentsRequest#page_token ListAgentsRequest.page_token}
323
+ # to retrieve the next page. Absence of this field indicates there are no
324
+ # subsequent pages.
325
+ class ListAgentsResponse
326
+ include ::Google::Protobuf::MessageExts
327
+ extend ::Google::Protobuf::MessageExts::ClassMethods
328
+ end
329
+
330
+ # Request message for
331
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_agent AgentService.GetAgent}.
332
+ # @!attribute [rw] name
333
+ # @return [::String]
334
+ # Required. The resource name of the agent to retrieve.
335
+ class GetAgentRequest
336
+ include ::Google::Protobuf::MessageExts
337
+ extend ::Google::Protobuf::MessageExts::ClassMethods
338
+ end
339
+
340
+ # Request message for
341
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#create_agent AgentService.CreateAgent}.
342
+ # @!attribute [rw] parent
343
+ # @return [::String]
344
+ # Required. The resource name of the app to create an agent in.
345
+ # @!attribute [rw] agent_id
346
+ # @return [::String]
347
+ # Optional. The ID to use for the agent, which will become the final
348
+ # component of the agent's resource name. If not provided, a unique ID will
349
+ # be automatically assigned for the agent.
350
+ # @!attribute [rw] agent
351
+ # @return [::Google::Cloud::Ces::V1beta::Agent]
352
+ # Required. The agent to create.
353
+ class CreateAgentRequest
354
+ include ::Google::Protobuf::MessageExts
355
+ extend ::Google::Protobuf::MessageExts::ClassMethods
356
+ end
357
+
358
+ # Request message for
359
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#update_agent AgentService.UpdateAgent}.
360
+ # @!attribute [rw] agent
361
+ # @return [::Google::Cloud::Ces::V1beta::Agent]
362
+ # Required. The agent to update.
363
+ # @!attribute [rw] update_mask
364
+ # @return [::Google::Protobuf::FieldMask]
365
+ # Optional. Field mask is used to control which fields get updated. If the
366
+ # mask is not present, all fields will be updated.
367
+ class UpdateAgentRequest
368
+ include ::Google::Protobuf::MessageExts
369
+ extend ::Google::Protobuf::MessageExts::ClassMethods
370
+ end
371
+
372
+ # Request message for
373
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#delete_agent AgentService.DeleteAgent}.
374
+ # @!attribute [rw] name
375
+ # @return [::String]
376
+ # Required. The resource name of the agent to delete.
377
+ # @!attribute [rw] force
378
+ # @return [::Boolean]
379
+ # Optional. Indicates whether to forcefully delete the agent, even if it is
380
+ # still referenced by other app/agents/examples.
381
+ #
382
+ # * If `force = false`, the deletion fails if other agents/examples
383
+ # reference it.
384
+ # * If `force = true`, delete the agent and remove it from all referencing
385
+ # apps/agents/examples.
386
+ # @!attribute [rw] etag
387
+ # @return [::String]
388
+ # Optional. The current etag of the agent. If an etag is not provided, the
389
+ # deletion will overwrite any concurrent changes. If an etag is provided and
390
+ # does not match the current etag of the agent, deletion will be blocked and
391
+ # an ABORTED error will be returned.
392
+ class DeleteAgentRequest
393
+ include ::Google::Protobuf::MessageExts
394
+ extend ::Google::Protobuf::MessageExts::ClassMethods
395
+ end
396
+
397
+ # Represents the metadata of the long-running operation.
398
+ # @!attribute [r] create_time
399
+ # @return [::Google::Protobuf::Timestamp]
400
+ # Output only. The time the operation was created.
401
+ # @!attribute [r] end_time
402
+ # @return [::Google::Protobuf::Timestamp]
403
+ # Output only. The time the operation finished running.
404
+ # @!attribute [r] status_message
405
+ # @return [::String]
406
+ # Output only. Human-readable status of the operation, if any.
407
+ # @!attribute [r] requested_cancellation
408
+ # @return [::Boolean]
409
+ # Output only. Identifies whether the user has requested cancellation of the
410
+ # operation. Operations that have been cancelled successfully have
411
+ # {::Google::Longrunning::Operation#error google.longrunning.Operation.error}
412
+ # value with a {::Google::Rpc::Status#code google.rpc.Status.code} of `1`,
413
+ # corresponding to `Code.CANCELLED`.
414
+ class OperationMetadata
415
+ include ::Google::Protobuf::MessageExts
416
+ extend ::Google::Protobuf::MessageExts::ClassMethods
417
+ end
418
+
419
+ # Request message for
420
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_examples AgentService.ListExamples}.
421
+ # @!attribute [rw] parent
422
+ # @return [::String]
423
+ # Required. The resource name of the app to list examples from.
424
+ # @!attribute [rw] page_size
425
+ # @return [::Integer]
426
+ # Optional. Requested page size. Server may return fewer items than
427
+ # requested. If unspecified, server will pick an appropriate default.
428
+ # @!attribute [rw] page_token
429
+ # @return [::String]
430
+ # Optional. The
431
+ # {::Google::Cloud::Ces::V1beta::ListExamplesResponse#next_page_token next_page_token}
432
+ # value returned from a previous list
433
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_examples AgentService.ListExamples}
434
+ # call.
435
+ # @!attribute [rw] filter
436
+ # @return [::String]
437
+ # Optional. Filter to be applied when listing the examples.
438
+ # See https://google.aip.dev/160 for more details.
439
+ # @!attribute [rw] order_by
440
+ # @return [::String]
441
+ # Optional. Field to sort by. Only "name" and "create_time" is supported.
442
+ # See https://google.aip.dev/132#ordering for more details.
443
+ class ListExamplesRequest
444
+ include ::Google::Protobuf::MessageExts
445
+ extend ::Google::Protobuf::MessageExts::ClassMethods
446
+ end
447
+
448
+ # Response message for
449
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_examples AgentService.ListExamples}.
450
+ # @!attribute [rw] examples
451
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Example>]
452
+ # The list of examples.
453
+ # @!attribute [rw] next_page_token
454
+ # @return [::String]
455
+ # A token that can be sent as
456
+ # {::Google::Cloud::Ces::V1beta::ListExamplesRequest#page_token ListExamplesRequest.page_token}
457
+ # to retrieve the next page. Absence of this field indicates there are no
458
+ # subsequent pages.
459
+ class ListExamplesResponse
460
+ include ::Google::Protobuf::MessageExts
461
+ extend ::Google::Protobuf::MessageExts::ClassMethods
462
+ end
463
+
464
+ # Request message for
465
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_example AgentService.GetExample}.
466
+ # @!attribute [rw] name
467
+ # @return [::String]
468
+ # Required. The resource name of the example to retrieve.
469
+ class GetExampleRequest
470
+ include ::Google::Protobuf::MessageExts
471
+ extend ::Google::Protobuf::MessageExts::ClassMethods
472
+ end
473
+
474
+ # Request message for
475
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#create_example AgentService.CreateExample}.
476
+ # @!attribute [rw] parent
477
+ # @return [::String]
478
+ # Required. The resource name of the app to create an example in.
479
+ # @!attribute [rw] example_id
480
+ # @return [::String]
481
+ # Optional. The ID to use for the example, which will become the final
482
+ # component of the example's resource name. If not provided, a unique ID will
483
+ # be automatically assigned for the example.
484
+ # @!attribute [rw] example
485
+ # @return [::Google::Cloud::Ces::V1beta::Example]
486
+ # Required. The example to create.
487
+ class CreateExampleRequest
488
+ include ::Google::Protobuf::MessageExts
489
+ extend ::Google::Protobuf::MessageExts::ClassMethods
490
+ end
491
+
492
+ # Request message for
493
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#update_example AgentService.UpdateExample}.
494
+ # @!attribute [rw] example
495
+ # @return [::Google::Cloud::Ces::V1beta::Example]
496
+ # Required. The example to update.
497
+ # @!attribute [rw] update_mask
498
+ # @return [::Google::Protobuf::FieldMask]
499
+ # Optional. Field mask is used to control which fields get updated. If the
500
+ # mask is not present, all fields will be updated.
501
+ class UpdateExampleRequest
502
+ include ::Google::Protobuf::MessageExts
503
+ extend ::Google::Protobuf::MessageExts::ClassMethods
504
+ end
505
+
506
+ # Request message for
507
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#delete_example AgentService.DeleteExample}.
508
+ # @!attribute [rw] name
509
+ # @return [::String]
510
+ # Required. The resource name of the example to delete.
511
+ # @!attribute [rw] etag
512
+ # @return [::String]
513
+ # Optional. The current etag of the example. If an etag is not provided, the
514
+ # deletion will overwrite any concurrent changes. If an etag is provided and
515
+ # does not match the current etag of the example, deletion will be blocked
516
+ # and an ABORTED error will be returned.
517
+ class DeleteExampleRequest
518
+ include ::Google::Protobuf::MessageExts
519
+ extend ::Google::Protobuf::MessageExts::ClassMethods
520
+ end
521
+
522
+ # Request message for
523
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_tools AgentService.ListTools}.
524
+ # @!attribute [rw] parent
525
+ # @return [::String]
526
+ # Required. The resource name of the app to list tools from.
527
+ # @!attribute [rw] page_size
528
+ # @return [::Integer]
529
+ # Optional. Requested page size. Server may return fewer items than
530
+ # requested. If unspecified, server will pick an appropriate default.
531
+ # @!attribute [rw] page_token
532
+ # @return [::String]
533
+ # Optional. The
534
+ # {::Google::Cloud::Ces::V1beta::ListToolsResponse#next_page_token next_page_token}
535
+ # value returned from a previous list
536
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_tools AgentService.ListTools}
537
+ # call.
538
+ # @!attribute [rw] filter
539
+ # @return [::String]
540
+ # Optional. Filter to be applied when listing the tools. Use
541
+ # "include_system_tools=true" to include system tools in the response. See
542
+ # https://google.aip.dev/160 for more details.
543
+ # @!attribute [rw] order_by
544
+ # @return [::String]
545
+ # Optional. Field to sort by. Only "name" and "create_time" is supported.
546
+ # See https://google.aip.dev/132#ordering for more details.
547
+ class ListToolsRequest
548
+ include ::Google::Protobuf::MessageExts
549
+ extend ::Google::Protobuf::MessageExts::ClassMethods
550
+ end
551
+
552
+ # Response message for
553
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_tools AgentService.ListTools}.
554
+ # @!attribute [rw] tools
555
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Tool>]
556
+ # The list of tools.
557
+ # @!attribute [rw] next_page_token
558
+ # @return [::String]
559
+ # A token that can be sent as
560
+ # {::Google::Cloud::Ces::V1beta::ListToolsRequest#page_token ListToolsRequest.page_token}
561
+ # to retrieve the next page. Absence of this field indicates there are no
562
+ # subsequent pages.
563
+ class ListToolsResponse
564
+ include ::Google::Protobuf::MessageExts
565
+ extend ::Google::Protobuf::MessageExts::ClassMethods
566
+ end
567
+
568
+ # Request message for
569
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_tool AgentService.GetTool}.
570
+ # @!attribute [rw] name
571
+ # @return [::String]
572
+ # Required. The resource name of the tool to retrieve.
573
+ class GetToolRequest
574
+ include ::Google::Protobuf::MessageExts
575
+ extend ::Google::Protobuf::MessageExts::ClassMethods
576
+ end
577
+
578
+ # Request message for
579
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#create_tool AgentService.CreateTool}.
580
+ # @!attribute [rw] parent
581
+ # @return [::String]
582
+ # Required. The resource name of the app to create a tool in.
583
+ # @!attribute [rw] tool_id
584
+ # @return [::String]
585
+ # Optional. The ID to use for the tool, which will become the final component
586
+ # of the tool's resource name. If not provided, a unique ID will be
587
+ # automatically assigned for the tool.
588
+ # @!attribute [rw] tool
589
+ # @return [::Google::Cloud::Ces::V1beta::Tool]
590
+ # Required. The tool to create.
591
+ class CreateToolRequest
592
+ include ::Google::Protobuf::MessageExts
593
+ extend ::Google::Protobuf::MessageExts::ClassMethods
594
+ end
595
+
596
+ # Request message for
597
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#update_tool AgentService.UpdateTool}.
598
+ # @!attribute [rw] tool
599
+ # @return [::Google::Cloud::Ces::V1beta::Tool]
600
+ # Required. The tool to update.
601
+ # @!attribute [rw] update_mask
602
+ # @return [::Google::Protobuf::FieldMask]
603
+ # Optional. Field mask is used to control which fields get updated. If the
604
+ # mask is not present, all fields will be updated.
605
+ class UpdateToolRequest
606
+ include ::Google::Protobuf::MessageExts
607
+ extend ::Google::Protobuf::MessageExts::ClassMethods
608
+ end
609
+
610
+ # Request message for
611
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#delete_tool AgentService.DeleteTool}.
612
+ # @!attribute [rw] name
613
+ # @return [::String]
614
+ # Required. The resource name of the tool to delete.
615
+ # @!attribute [rw] force
616
+ # @return [::Boolean]
617
+ # Optional. Indicates whether to forcefully delete the tool, even if it is
618
+ # still referenced by agents/examples.
619
+ #
620
+ # * If `force = false`, the deletion will fail if any agents still
621
+ # reference the tool.
622
+ # * If `force = true`, all existing references from agents will be removed
623
+ # and the tool will be deleted.
624
+ # @!attribute [rw] etag
625
+ # @return [::String]
626
+ # Optional. The current etag of the tool. If an etag is not provided, the
627
+ # deletion will overwrite any concurrent changes. If an etag is provided and
628
+ # does not match the current etag of the tool, deletion will be blocked and
629
+ # an ABORTED error will be returned.
630
+ class DeleteToolRequest
631
+ include ::Google::Protobuf::MessageExts
632
+ extend ::Google::Protobuf::MessageExts::ClassMethods
633
+ end
634
+
635
+ # Request message for
636
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_conversations AgentService.ListConversations}.
637
+ # @!attribute [rw] parent
638
+ # @return [::String]
639
+ # Required. The resource name of the app to list conversations from.
640
+ # @!attribute [rw] page_size
641
+ # @return [::Integer]
642
+ # Optional. Requested page size. Server may return fewer items than
643
+ # requested. If unspecified, server will pick an appropriate default.
644
+ # @!attribute [rw] page_token
645
+ # @return [::String]
646
+ # Optional. The
647
+ # {::Google::Cloud::Ces::V1beta::ListConversationsResponse#next_page_token next_page_token}
648
+ # value returned from a previous list
649
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_conversations AgentService.ListConversations}
650
+ # call.
651
+ # @!attribute [rw] filter
652
+ # @return [::String]
653
+ # Optional. Filter to be applied when listing the conversations.
654
+ # See https://google.aip.dev/160 for more details.
655
+ # @!attribute [rw] source
656
+ # @return [::Google::Cloud::Ces::V1beta::Conversation::Source]
657
+ # Optional. Indicate the source of the conversation. If not set, Source.Live
658
+ # will be applied by default. Will be deprecated in favor of `sources` field.
659
+ # @!attribute [rw] sources
660
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Conversation::Source>]
661
+ # Optional. Indicate the sources of the conversations. If not set, all
662
+ # available sources will be applied by default.
663
+ class ListConversationsRequest
664
+ include ::Google::Protobuf::MessageExts
665
+ extend ::Google::Protobuf::MessageExts::ClassMethods
666
+ end
667
+
668
+ # Response message for
669
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_conversations AgentService.ListConversations}.
670
+ # @!attribute [rw] conversations
671
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Conversation>]
672
+ # The list of conversations.
673
+ # @!attribute [rw] next_page_token
674
+ # @return [::String]
675
+ # A token that can be sent as
676
+ # {::Google::Cloud::Ces::V1beta::ListConversationsRequest#page_token ListConversationsRequest.page_token}
677
+ # to retrieve the next page. Absence of this field indicates there are no
678
+ # subsequent pages.
679
+ class ListConversationsResponse
680
+ include ::Google::Protobuf::MessageExts
681
+ extend ::Google::Protobuf::MessageExts::ClassMethods
682
+ end
683
+
684
+ # Request message for
685
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_conversation AgentService.GetConversation}.
686
+ # @!attribute [rw] name
687
+ # @return [::String]
688
+ # Required. The resource name of the conversation to retrieve.
689
+ # @!attribute [rw] source
690
+ # @deprecated This field is deprecated and may be removed in the next major version update.
691
+ # @return [::Google::Cloud::Ces::V1beta::Conversation::Source]
692
+ # Optional. Indicate the source of the conversation. If not set, all source
693
+ # will be searched.
694
+ class GetConversationRequest
695
+ include ::Google::Protobuf::MessageExts
696
+ extend ::Google::Protobuf::MessageExts::ClassMethods
697
+ end
698
+
699
+ # Request message for
700
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#delete_conversation AgentService.DeleteConversation}.
701
+ # @!attribute [rw] name
702
+ # @return [::String]
703
+ # Required. The resource name of the conversation to delete.
704
+ # @!attribute [rw] source
705
+ # @deprecated This field is deprecated and may be removed in the next major version update.
706
+ # @return [::Google::Cloud::Ces::V1beta::Conversation::Source]
707
+ # Optional. Indicate the source of the conversation. If not set, Source.Live
708
+ # will be applied by default.
709
+ class DeleteConversationRequest
710
+ include ::Google::Protobuf::MessageExts
711
+ extend ::Google::Protobuf::MessageExts::ClassMethods
712
+ end
713
+
714
+ # Request message for
715
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#batch_delete_conversations AgentService.BatchDeleteConversations}.
716
+ # @!attribute [rw] parent
717
+ # @return [::String]
718
+ # Required. The resource name of the app to delete conversations from.
719
+ # Format:
720
+ # `projects/{project}/locations/{location}/apps/{app}`
721
+ # @!attribute [rw] conversations
722
+ # @return [::Array<::String>]
723
+ # Required. The resource names of the conversations to delete.
724
+ class BatchDeleteConversationsRequest
725
+ include ::Google::Protobuf::MessageExts
726
+ extend ::Google::Protobuf::MessageExts::ClassMethods
727
+ end
728
+
729
+ # Response message for
730
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#batch_delete_conversations AgentService.BatchDeleteConversations}.
731
+ # @!attribute [rw] deleted_conversations
732
+ # @return [::Array<::String>]
733
+ # The list of conversations that were successfully deleted.
734
+ # @!attribute [rw] failed_conversations
735
+ # @return [::Array<::String>]
736
+ # The list of conversations that failed to be deleted.
737
+ # @!attribute [rw] error_messages
738
+ # @return [::Array<::String>]
739
+ # Optional. A list of error messages associated with conversations that
740
+ # failed to be deleted.
741
+ class BatchDeleteConversationsResponse
742
+ include ::Google::Protobuf::MessageExts
743
+ extend ::Google::Protobuf::MessageExts::ClassMethods
744
+ end
745
+
746
+ # Request message for
747
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_guardrails AgentService.ListGuardrails}.
748
+ # @!attribute [rw] parent
749
+ # @return [::String]
750
+ # Required. The resource name of the app to list guardrails from.
751
+ # @!attribute [rw] page_size
752
+ # @return [::Integer]
753
+ # Optional. Requested page size. Server may return fewer items than
754
+ # requested. If unspecified, server will pick an appropriate default.
755
+ # @!attribute [rw] page_token
756
+ # @return [::String]
757
+ # Optional. The
758
+ # {::Google::Cloud::Ces::V1beta::ListGuardrailsResponse#next_page_token next_page_token}
759
+ # value returned from a previous list
760
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_guardrails AgentService.ListGuardrails}
761
+ # call.
762
+ # @!attribute [rw] filter
763
+ # @return [::String]
764
+ # Optional. Filter to be applied when listing the guardrails.
765
+ # See https://google.aip.dev/160 for more details.
766
+ # @!attribute [rw] order_by
767
+ # @return [::String]
768
+ # Optional. Field to sort by. Only "name" and "create_time" is supported.
769
+ # See https://google.aip.dev/132#ordering for more details.
770
+ class ListGuardrailsRequest
771
+ include ::Google::Protobuf::MessageExts
772
+ extend ::Google::Protobuf::MessageExts::ClassMethods
773
+ end
774
+
775
+ # Response message for
776
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_guardrails AgentService.ListGuardrails}.
777
+ # @!attribute [rw] guardrails
778
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Guardrail>]
779
+ # The list of guardrails.
780
+ # @!attribute [rw] next_page_token
781
+ # @return [::String]
782
+ # A token that can be sent as
783
+ # {::Google::Cloud::Ces::V1beta::ListGuardrailsRequest#page_token ListGuardrailsRequest.page_token}
784
+ # to retrieve the next page. Absence of this field indicates there are no
785
+ # subsequent pages.
786
+ class ListGuardrailsResponse
787
+ include ::Google::Protobuf::MessageExts
788
+ extend ::Google::Protobuf::MessageExts::ClassMethods
789
+ end
790
+
791
+ # Request message for
792
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_guardrail AgentService.GetGuardrail}.
793
+ # @!attribute [rw] name
794
+ # @return [::String]
795
+ # Required. The resource name of the guardrail to retrieve.
796
+ class GetGuardrailRequest
797
+ include ::Google::Protobuf::MessageExts
798
+ extend ::Google::Protobuf::MessageExts::ClassMethods
799
+ end
800
+
801
+ # Request message for
802
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#create_guardrail AgentService.CreateGuardrail}.
803
+ # @!attribute [rw] parent
804
+ # @return [::String]
805
+ # Required. The resource name of the app to create a guardrail in.
806
+ # @!attribute [rw] guardrail_id
807
+ # @return [::String]
808
+ # Optional. The ID to use for the guardrail, which will become the final
809
+ # component of the guardrail's resource name. If not provided, a unique ID
810
+ # will be automatically assigned for the guardrail.
811
+ # @!attribute [rw] guardrail
812
+ # @return [::Google::Cloud::Ces::V1beta::Guardrail]
813
+ # Required. The guardrail to create.
814
+ class CreateGuardrailRequest
815
+ include ::Google::Protobuf::MessageExts
816
+ extend ::Google::Protobuf::MessageExts::ClassMethods
817
+ end
818
+
819
+ # Request message for
820
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#update_guardrail AgentService.UpdateGuardrail}.
821
+ # @!attribute [rw] guardrail
822
+ # @return [::Google::Cloud::Ces::V1beta::Guardrail]
823
+ # Required. The guardrail to update.
824
+ # @!attribute [rw] update_mask
825
+ # @return [::Google::Protobuf::FieldMask]
826
+ # Optional. Field mask is used to control which fields get updated. If the
827
+ # mask is not present, all fields will be updated.
828
+ class UpdateGuardrailRequest
829
+ include ::Google::Protobuf::MessageExts
830
+ extend ::Google::Protobuf::MessageExts::ClassMethods
831
+ end
832
+
833
+ # Request message for
834
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#delete_guardrail AgentService.DeleteGuardrail}.
835
+ # @!attribute [rw] name
836
+ # @return [::String]
837
+ # Required. The resource name of the guardrail to delete.
838
+ # @!attribute [rw] force
839
+ # @return [::Boolean]
840
+ # Optional. Indicates whether to forcefully delete the guardrail, even if it
841
+ # is still referenced by app/agents.
842
+ #
843
+ # * If `force = false`, the deletion fails if any apps/agents still
844
+ # reference the guardrail.
845
+ # * If `force = true`, all existing references from apps/agents will be
846
+ # removed and the guardrail will be deleted.
847
+ # @!attribute [rw] etag
848
+ # @return [::String]
849
+ # Optional. The current etag of the guardrail. If an etag is not provided,
850
+ # the deletion will overwrite any concurrent changes. If an etag is provided
851
+ # and does not match the current etag of the guardrail, deletion will be
852
+ # blocked and an ABORTED error will be returned.
853
+ class DeleteGuardrailRequest
854
+ include ::Google::Protobuf::MessageExts
855
+ extend ::Google::Protobuf::MessageExts::ClassMethods
856
+ end
857
+
858
+ # Request message for
859
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_deployments AgentService.ListDeployments}.
860
+ # @!attribute [rw] parent
861
+ # @return [::String]
862
+ # Required. The parent app.
863
+ # Format:
864
+ # `projects/{project}/locations/{location}/apps/{app}`
865
+ # @!attribute [rw] page_size
866
+ # @return [::Integer]
867
+ # Optional. The maximum number of deployments to return. The service may
868
+ # return fewer than this value. If unspecified, at most 50 deployments will
869
+ # be returned. The maximum value is 1000; values above 1000 will be coerced
870
+ # to 1000.
871
+ # @!attribute [rw] page_token
872
+ # @return [::String]
873
+ # Optional. A page token, received from a previous `ListDeployments` call.
874
+ # Provide this to retrieve the subsequent page.
875
+ #
876
+ # When paginating, all other parameters provided to `ListDeployments` must
877
+ # match the call that provided the page token.
878
+ # @!attribute [rw] order_by
879
+ # @return [::String]
880
+ # Optional. Field to sort by. Only "name" and "create_time" is supported.
881
+ # See https://google.aip.dev/132#ordering for more details.
882
+ class ListDeploymentsRequest
883
+ include ::Google::Protobuf::MessageExts
884
+ extend ::Google::Protobuf::MessageExts::ClassMethods
885
+ end
886
+
887
+ # Response message for
888
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_deployments AgentService.ListDeployments}.
889
+ # @!attribute [rw] deployments
890
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Deployment>]
891
+ # The list of deployments.
892
+ # @!attribute [rw] next_page_token
893
+ # @return [::String]
894
+ # A token, which can be sent as `page_token` to retrieve the next page.
895
+ # If this field is omitted, there are no subsequent pages.
896
+ class ListDeploymentsResponse
897
+ include ::Google::Protobuf::MessageExts
898
+ extend ::Google::Protobuf::MessageExts::ClassMethods
899
+ end
900
+
901
+ # Request message for
902
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_deployment AgentService.GetDeployment}.
903
+ # @!attribute [rw] name
904
+ # @return [::String]
905
+ # Required. The name of the deployment.
906
+ # Format:
907
+ # `projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}`
908
+ class GetDeploymentRequest
909
+ include ::Google::Protobuf::MessageExts
910
+ extend ::Google::Protobuf::MessageExts::ClassMethods
911
+ end
912
+
913
+ # Request message for
914
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#create_deployment AgentService.CreateDeployment}.
915
+ # @!attribute [rw] parent
916
+ # @return [::String]
917
+ # Required. The parent app.
918
+ # Format:
919
+ # `projects/{project}/locations/{location}/apps/{app}`
920
+ # @!attribute [rw] deployment_id
921
+ # @return [::String]
922
+ # Optional. The ID to use for the deployment, which will become the final
923
+ # component of the deployment's resource name. If not provided, a unique ID
924
+ # will be automatically assigned for the deployment.
925
+ # @!attribute [rw] deployment
926
+ # @return [::Google::Cloud::Ces::V1beta::Deployment]
927
+ # Required. The deployment to create.
928
+ class CreateDeploymentRequest
929
+ include ::Google::Protobuf::MessageExts
930
+ extend ::Google::Protobuf::MessageExts::ClassMethods
931
+ end
932
+
933
+ # Request message for
934
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#update_deployment AgentService.UpdateDeployment}.
935
+ # @!attribute [rw] deployment
936
+ # @return [::Google::Cloud::Ces::V1beta::Deployment]
937
+ # Required. The deployment to update.
938
+ # @!attribute [rw] update_mask
939
+ # @return [::Google::Protobuf::FieldMask]
940
+ # Optional. The list of fields to update.
941
+ class UpdateDeploymentRequest
942
+ include ::Google::Protobuf::MessageExts
943
+ extend ::Google::Protobuf::MessageExts::ClassMethods
944
+ end
945
+
946
+ # Request message for
947
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#delete_deployment AgentService.DeleteDeployment}.
948
+ # @!attribute [rw] name
949
+ # @return [::String]
950
+ # Required. The name of the deployment to delete.
951
+ # Format:
952
+ # `projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}`
953
+ # @!attribute [rw] etag
954
+ # @return [::String]
955
+ # Optional. The etag of the deployment.
956
+ # If an etag is provided and does not match the current etag of the
957
+ # deployment, deletion will be blocked and an ABORTED error will be returned.
958
+ class DeleteDeploymentRequest
959
+ include ::Google::Protobuf::MessageExts
960
+ extend ::Google::Protobuf::MessageExts::ClassMethods
961
+ end
962
+
963
+ # Request message for
964
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_toolsets AgentService.ListToolsets}.
965
+ # @!attribute [rw] parent
966
+ # @return [::String]
967
+ # Required. The resource name of the app to list toolsets from.
968
+ # @!attribute [rw] page_size
969
+ # @return [::Integer]
970
+ # Optional. Requested page size. Server may return fewer items than
971
+ # requested. If unspecified, server will pick an appropriate default.
972
+ # @!attribute [rw] page_token
973
+ # @return [::String]
974
+ # Optional. The
975
+ # {::Google::Cloud::Ces::V1beta::ListToolsetsResponse#next_page_token next_page_token}
976
+ # value returned from a previous list
977
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_toolsets AgentService.ListToolsets}
978
+ # call.
979
+ # @!attribute [rw] filter
980
+ # @return [::String]
981
+ # Optional. Filter to be applied when listing the toolsets.
982
+ # See https://google.aip.dev/160 for more details.
983
+ # @!attribute [rw] order_by
984
+ # @return [::String]
985
+ # Optional. Field to sort by. Only "name" and "create_time" is supported.
986
+ # See https://google.aip.dev/132#ordering for more details.
987
+ class ListToolsetsRequest
988
+ include ::Google::Protobuf::MessageExts
989
+ extend ::Google::Protobuf::MessageExts::ClassMethods
990
+ end
991
+
992
+ # Response message for
993
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_toolsets AgentService.ListToolsets}.
994
+ # @!attribute [rw] toolsets
995
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Toolset>]
996
+ # The list of toolsets.
997
+ # @!attribute [rw] next_page_token
998
+ # @return [::String]
999
+ # A token that can be sent as
1000
+ # {::Google::Cloud::Ces::V1beta::ListToolsetsRequest#page_token ListToolsetsRequest.page_token}
1001
+ # to retrieve the next page. Absence of this field indicates there are no
1002
+ # subsequent pages.
1003
+ class ListToolsetsResponse
1004
+ include ::Google::Protobuf::MessageExts
1005
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1006
+ end
1007
+
1008
+ # Request message for
1009
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_toolset AgentService.GetToolset}.
1010
+ # @!attribute [rw] name
1011
+ # @return [::String]
1012
+ # Required. The resource name of the toolset to retrieve.
1013
+ class GetToolsetRequest
1014
+ include ::Google::Protobuf::MessageExts
1015
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1016
+ end
1017
+
1018
+ # Request message for
1019
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#create_toolset AgentService.CreateToolset}.
1020
+ # @!attribute [rw] parent
1021
+ # @return [::String]
1022
+ # Required. The resource name of the app to create a toolset in.
1023
+ # @!attribute [rw] toolset_id
1024
+ # @return [::String]
1025
+ # Optional. The ID to use for the toolset, which will become the final
1026
+ # component of the toolset's resource name. If not provided, a unique ID will
1027
+ # be automatically assigned for the toolset.
1028
+ # @!attribute [rw] toolset
1029
+ # @return [::Google::Cloud::Ces::V1beta::Toolset]
1030
+ # Required. The toolset to create.
1031
+ class CreateToolsetRequest
1032
+ include ::Google::Protobuf::MessageExts
1033
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1034
+ end
1035
+
1036
+ # Request message for
1037
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#update_toolset AgentService.UpdateToolset}.
1038
+ # @!attribute [rw] toolset
1039
+ # @return [::Google::Cloud::Ces::V1beta::Toolset]
1040
+ # Required. The toolset to update.
1041
+ # @!attribute [rw] update_mask
1042
+ # @return [::Google::Protobuf::FieldMask]
1043
+ # Optional. Field mask is used to control which fields get updated. If the
1044
+ # mask is not present, all fields will be updated.
1045
+ class UpdateToolsetRequest
1046
+ include ::Google::Protobuf::MessageExts
1047
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1048
+ end
1049
+
1050
+ # Request message for
1051
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#delete_toolset AgentService.DeleteToolset}.
1052
+ # @!attribute [rw] name
1053
+ # @return [::String]
1054
+ # Required. The resource name of the toolset to delete.
1055
+ # @!attribute [rw] force
1056
+ # @return [::Boolean]
1057
+ # Optional. Indicates whether to forcefully delete the toolset, even if it is
1058
+ # still referenced by app/agents.
1059
+ #
1060
+ # * If `force = false`, the deletion fails if any agents still
1061
+ # reference the toolset.
1062
+ # * If `force = true`, all existing references from agents will be
1063
+ # removed and the toolset will be deleted.
1064
+ # @!attribute [rw] etag
1065
+ # @return [::String]
1066
+ # Optional. The current etag of the toolset. If an etag is not provided, the
1067
+ # deletion will overwrite any concurrent changes. If an etag is provided and
1068
+ # does not match the current etag of the toolset, deletion will be blocked
1069
+ # and an ABORTED error will be returned.
1070
+ class DeleteToolsetRequest
1071
+ include ::Google::Protobuf::MessageExts
1072
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1073
+ end
1074
+
1075
+ # Request message for
1076
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_app_versions AgentService.ListAppVersions}.
1077
+ # @!attribute [rw] parent
1078
+ # @return [::String]
1079
+ # Required. The resource name of the app to list app versions from.
1080
+ # @!attribute [rw] page_size
1081
+ # @return [::Integer]
1082
+ # Optional. Requested page size. Server may return fewer items than
1083
+ # requested. If unspecified, server will pick an appropriate default.
1084
+ # @!attribute [rw] page_token
1085
+ # @return [::String]
1086
+ # Optional. The
1087
+ # {::Google::Cloud::Ces::V1beta::ListAppVersionsResponse#next_page_token next_page_token}
1088
+ # value returned from a previous list
1089
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_app_versions AgentService.ListAppVersions}
1090
+ # call.
1091
+ # @!attribute [rw] filter
1092
+ # @return [::String]
1093
+ # Optional. Filter to be applied when listing the app versions.
1094
+ # See https://google.aip.dev/160 for more details.
1095
+ # @!attribute [rw] order_by
1096
+ # @return [::String]
1097
+ # Optional. Field to sort by. Only "name" and "create_time" is supported.
1098
+ # See https://google.aip.dev/132#ordering for more details.
1099
+ class ListAppVersionsRequest
1100
+ include ::Google::Protobuf::MessageExts
1101
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1102
+ end
1103
+
1104
+ # Response message for
1105
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_app_versions AgentService.ListAppVersions}.
1106
+ # @!attribute [rw] app_versions
1107
+ # @return [::Array<::Google::Cloud::Ces::V1beta::AppVersion>]
1108
+ # The list of app versions.
1109
+ # @!attribute [rw] next_page_token
1110
+ # @return [::String]
1111
+ # A token that can be sent as
1112
+ # {::Google::Cloud::Ces::V1beta::ListAppVersionsRequest#page_token ListAppVersionsRequest.page_token}
1113
+ # to retrieve the next page. Absence of this field indicates there are no
1114
+ # subsequent pages.
1115
+ class ListAppVersionsResponse
1116
+ include ::Google::Protobuf::MessageExts
1117
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1118
+ end
1119
+
1120
+ # Request message for
1121
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_app_version AgentService.GetAppVersion}.
1122
+ # @!attribute [rw] name
1123
+ # @return [::String]
1124
+ # Required. The resource name of the app version to retrieve.
1125
+ class GetAppVersionRequest
1126
+ include ::Google::Protobuf::MessageExts
1127
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1128
+ end
1129
+
1130
+ # Request message for
1131
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#delete_app_version AgentService.DeleteAppVersion}.
1132
+ # @!attribute [rw] name
1133
+ # @return [::String]
1134
+ # Required. The resource name of the app version to delete.
1135
+ # @!attribute [rw] etag
1136
+ # @return [::String]
1137
+ # Optional. The current etag of the app version. If an etag is not provided,
1138
+ # the deletion will overwrite any concurrent changes. If an etag is provided
1139
+ # and does not match the current etag of the app version, deletion will be
1140
+ # blocked and an ABORTED error will be returned.
1141
+ class DeleteAppVersionRequest
1142
+ include ::Google::Protobuf::MessageExts
1143
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1144
+ end
1145
+
1146
+ # Request message for
1147
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#create_app_version AgentService.CreateAppVersion}
1148
+ # @!attribute [rw] parent
1149
+ # @return [::String]
1150
+ # Required. The resource name of the app to create an app version in.
1151
+ # @!attribute [rw] app_version_id
1152
+ # @return [::String]
1153
+ # Optional. The ID to use for the app version, which will become the final
1154
+ # component of the app version's resource name. If not provided, a unique ID
1155
+ # will be automatically assigned for the app version.
1156
+ # @!attribute [rw] app_version
1157
+ # @return [::Google::Cloud::Ces::V1beta::AppVersion]
1158
+ # Required. The app version to create.
1159
+ class CreateAppVersionRequest
1160
+ include ::Google::Protobuf::MessageExts
1161
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1162
+ end
1163
+
1164
+ # Request message for
1165
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#restore_app_version AgentService.RestoreAppVersion}
1166
+ # @!attribute [rw] name
1167
+ # @return [::String]
1168
+ # Required. The resource name of the app version to restore.
1169
+ class RestoreAppVersionRequest
1170
+ include ::Google::Protobuf::MessageExts
1171
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1172
+ end
1173
+
1174
+ # Response message for
1175
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#restore_app_version AgentService.RestoreAppVersion}
1176
+ class RestoreAppVersionResponse
1177
+ include ::Google::Protobuf::MessageExts
1178
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1179
+ end
1180
+
1181
+ # Request message for
1182
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#generate_app_resource AgentService.GenerateAppResource}.
1183
+ # @!attribute [rw] agent
1184
+ # @return [::Google::Cloud::Ces::V1beta::Agent]
1185
+ # The agent resource to be used by the LLM assistant, can be empty for
1186
+ # generating a new agent.
1187
+ #
1188
+ # Note: The following fields are mutually exclusive: `agent`, `tool`, `toolset`, `app_version_context`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1189
+ # @!attribute [rw] tool
1190
+ # @return [::Google::Cloud::Ces::V1beta::Tool]
1191
+ # The tool resource to be used by the LLM assistant, can be empty for
1192
+ # generating a new tool.
1193
+ #
1194
+ # Note: The following fields are mutually exclusive: `tool`, `agent`, `toolset`, `app_version_context`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1195
+ # @!attribute [rw] toolset
1196
+ # @return [::Google::Cloud::Ces::V1beta::Toolset]
1197
+ # The toolset resource to be used by the LLM assistant, can be empty for
1198
+ # generating a new toolset.
1199
+ #
1200
+ # Note: The following fields are mutually exclusive: `toolset`, `agent`, `tool`, `app_version_context`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1201
+ # @!attribute [rw] app_version_context
1202
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::AppVersionContext]
1203
+ # The app version context specifying the base snapshot and target agent.
1204
+ #
1205
+ # Note: The following fields are mutually exclusive: `app_version_context`, `agent`, `tool`, `toolset`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1206
+ # @!attribute [rw] parent
1207
+ # @return [::String]
1208
+ # Required. The resource name of the app to generate the resource for.
1209
+ # @!attribute [rw] refine_instructions
1210
+ # @return [::Array<::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::RefineInstructions>]
1211
+ # Optional. List of refine instructions to be used to refine the resource.
1212
+ # @!attribute [rw] tool_generation_config
1213
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::ToolGenerationConfig]
1214
+ # Optional. The configuration to be used to generate the tool.
1215
+ # @!attribute [rw] app_generation_config
1216
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::AppGenerationConfig]
1217
+ # Optional. The configuration to be used to generate the agents and tools.
1218
+ # @!attribute [rw] evaluation_generation_config
1219
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::EvaluationGenerationConfig]
1220
+ # Optional. The configuration to be used to generate the evaluations.
1221
+ # @!attribute [rw] evaluation_personas_generation_config
1222
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::EvaluationPersonasGenerationConfig]
1223
+ # Optional. The configuration to be used to generate the evaluation personas.
1224
+ # @!attribute [rw] quality_report_generation_config
1225
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::QualityReportGenerationConfig]
1226
+ # Optional. The configuration to be used for quality report generation.
1227
+ # @!attribute [rw] hill_climbing_fix_config
1228
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::HillClimbingFixConfig]
1229
+ # Optional. The configuration to be used for hill climbing fixes.
1230
+ class GenerateAppResourceRequest
1231
+ include ::Google::Protobuf::MessageExts
1232
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1233
+
1234
+ # The app version context specifying the base snapshot and target agent.
1235
+ # @!attribute [rw] app_version
1236
+ # @return [::String]
1237
+ # The resource name of the app version to be used by the LLM assistant.
1238
+ # Format:
1239
+ # `projects/{project}/locations/{location}/apps/{app}/versions/{version}`
1240
+ # @!attribute [rw] agent_resource_name
1241
+ # @return [::String]
1242
+ # The resource name of the target agent to be used by the LLM assistant.
1243
+ # Format:
1244
+ # `projects/{project}/locations/{location}/apps/{app}/agents/{agent}`
1245
+ class AppVersionContext
1246
+ include ::Google::Protobuf::MessageExts
1247
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1248
+ end
1249
+
1250
+ # The instructions to be used to refine a part of the resource. The part of
1251
+ # the resource can be specified with a start index, end index and a field
1252
+ # mask. For example, if you want to refine a part of the agent instructions
1253
+ # you can specify the index of the first character of the instructions, the
1254
+ # index of the last character of the instructions and the field mask as
1255
+ # "instructions".
1256
+ # @!attribute [rw] start_index
1257
+ # @return [::Integer]
1258
+ # Required. The first character (inclusive) of the text to refine.
1259
+ # @!attribute [rw] end_index
1260
+ # @return [::Integer]
1261
+ # Required. The last character (inclusive) of the text to refine.
1262
+ # @!attribute [rw] field_mask
1263
+ # @return [::Google::Protobuf::FieldMask]
1264
+ # Required. The field of the resource being refined. Only one field is
1265
+ # allowed per RefineInstructions. If refining agent instructions, the field
1266
+ # mask should be "instructions".
1267
+ # @!attribute [rw] instructions
1268
+ # @return [::String]
1269
+ # Required. The instructions to refine the resource.
1270
+ class RefineInstructions
1271
+ include ::Google::Protobuf::MessageExts
1272
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1273
+ end
1274
+
1275
+ # The configuration to be used to generate a tool.
1276
+ # @!attribute [rw] context
1277
+ # @return [::String]
1278
+ # Optional. The context which describes the tool to be generated. This can
1279
+ # be empty if the tool request & response are provided.
1280
+ # @!attribute [rw] file_contexts
1281
+ # @return [::Array<::Google::Cloud::Ces::V1beta::FileContext>]
1282
+ # Optional. The files to be used as context.
1283
+ # @!attribute [rw] open_api_toolset_generation_config
1284
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::ToolGenerationConfig::OpenApiToolsetGenerationConfig]
1285
+ # Optional. The configuration to be used to generate an Open API schema.
1286
+ class ToolGenerationConfig
1287
+ include ::Google::Protobuf::MessageExts
1288
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1289
+
1290
+ # The configuration to be used to generate an Open API schema.
1291
+ # @!attribute [rw] uri
1292
+ # @return [::String]
1293
+ # Required. The base uri of the tool.
1294
+ # @!attribute [rw] operation_generation_configs
1295
+ # @return [::Array<::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::ToolGenerationConfig::OpenApiToolsetGenerationConfig::OperationGenerationConfig>]
1296
+ # Required. The list of operations to be added to the Open API schema.
1297
+ class OpenApiToolsetGenerationConfig
1298
+ include ::Google::Protobuf::MessageExts
1299
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1300
+
1301
+ # The configuration to be used to generate an operation in the Open API
1302
+ # schema.
1303
+ # @!attribute [rw] method
1304
+ # @return [::String]
1305
+ # Required. The uri of the tool. This should include query and path
1306
+ # parameters if any.
1307
+ # @!attribute [rw] path
1308
+ # @return [::String]
1309
+ # Required. The path of the tool to be appended to the base uri. This
1310
+ # should include query and path parameters if any.
1311
+ # @!attribute [rw] request_json
1312
+ # @return [::String]
1313
+ # Required. A sample request to the tool in JSON format. Skip if the
1314
+ # tool does not support request body.
1315
+ # @!attribute [rw] response_json
1316
+ # @return [::String]
1317
+ # Required. A sample response from the tool in JSON format.
1318
+ class OperationGenerationConfig
1319
+ include ::Google::Protobuf::MessageExts
1320
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1321
+ end
1322
+ end
1323
+ end
1324
+
1325
+ # The configuration to be used to generate the app.
1326
+ # @!attribute [rw] context
1327
+ # @return [::String]
1328
+ # Optional. The context which describes the requirements of the agents &
1329
+ # tools to be generated.
1330
+ # @!attribute [rw] file_contexts
1331
+ # @return [::Array<::Google::Cloud::Ces::V1beta::FileContext>]
1332
+ # Optional. The files to be used as context.
1333
+ # @!attribute [rw] dataset_id
1334
+ # @return [::String]
1335
+ # Optional. The insights dataset to be used to fetch conversation data for
1336
+ # generating the agents & tools.
1337
+ # Format:
1338
+ # `projects/{project}/locations/{location}/datasets/{dataset}`.
1339
+ # @!attribute [rw] generate_evaluations
1340
+ # @return [::Boolean]
1341
+ # Optional. Whether to generate the evaluations for the app. If true, the
1342
+ # provided context will be used to generate the evaluations data.
1343
+ # @!attribute [rw] gcs_location
1344
+ # @return [::String]
1345
+ # Optional. The Cloud Storage location to store the generated question
1346
+ # answer data to be used by the Datastore tool. This data is generated only
1347
+ # when using conversation data as an input source. The location must be
1348
+ # in the same project as the app.
1349
+ # Format: `gs://...`.
1350
+ class AppGenerationConfig
1351
+ include ::Google::Protobuf::MessageExts
1352
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1353
+ end
1354
+
1355
+ # The configuration to be used to generate the evaluations.
1356
+ # @!attribute [rw] dataset_id
1357
+ # @return [::String]
1358
+ # Optional. The insights dataset to be used to fetch conversation data for
1359
+ # generating the evaluations.
1360
+ # Format:
1361
+ # `projects/{project}/locations/{location}/datasets/{dataset}`.
1362
+ class EvaluationGenerationConfig
1363
+ include ::Google::Protobuf::MessageExts
1364
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1365
+ end
1366
+
1367
+ # The configuration to be used to generate the evaluation personas.
1368
+ class EvaluationPersonasGenerationConfig
1369
+ include ::Google::Protobuf::MessageExts
1370
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1371
+ end
1372
+
1373
+ # The configuration to be used for quality report generation.
1374
+ # @!attribute [rw] evaluation_run
1375
+ # @return [::String]
1376
+ # Required. The evaluation run used to inform quality report analysis.
1377
+ class QualityReportGenerationConfig
1378
+ include ::Google::Protobuf::MessageExts
1379
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1380
+ end
1381
+
1382
+ # The configuration to be used for hill climbing fixes.
1383
+ # @!attribute [rw] quality_report
1384
+ # @return [::Google::Cloud::Ces::V1beta::QualityReport]
1385
+ # Required. The quality report used to inform the instruction following
1386
+ # fix.
1387
+ class HillClimbingFixConfig
1388
+ include ::Google::Protobuf::MessageExts
1389
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1390
+ end
1391
+ end
1392
+
1393
+ # Response message for
1394
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#generate_app_resource AgentService.GenerateAppResource}.
1395
+ # @!attribute [rw] agent
1396
+ # @return [::Google::Cloud::Ces::V1beta::Agent]
1397
+ # Agent generated by the LLM assistant.
1398
+ #
1399
+ # Note: The following fields are mutually exclusive: `agent`, `toolset`, `app_snapshot`, `tools`, `evaluations`, `app_resources`, `quality_report`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1400
+ # @!attribute [rw] toolset
1401
+ # @return [::Google::Cloud::Ces::V1beta::Toolset]
1402
+ # Toolset generated by the LLM assistant. Supports Open API toolset schema
1403
+ # generation.
1404
+ #
1405
+ # Note: The following fields are mutually exclusive: `toolset`, `agent`, `app_snapshot`, `tools`, `evaluations`, `app_resources`, `quality_report`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1406
+ # @!attribute [rw] app_snapshot
1407
+ # @return [::Google::Cloud::Ces::V1beta::AppSnapshot]
1408
+ # App snapshot generated by the LLM assistant. This snapshot contains the
1409
+ # app, agents & tools generated by the LLM assistant.
1410
+ #
1411
+ # Note: The following fields are mutually exclusive: `app_snapshot`, `agent`, `toolset`, `tools`, `evaluations`, `app_resources`, `quality_report`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1412
+ # @!attribute [rw] tools
1413
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::Tools]
1414
+ # The list of tools generated by the LLM assistant.
1415
+ #
1416
+ # Note: The following fields are mutually exclusive: `tools`, `agent`, `toolset`, `app_snapshot`, `evaluations`, `app_resources`, `quality_report`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1417
+ # @!attribute [rw] evaluations
1418
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::Evaluations]
1419
+ # Evaluations generated by the LLM assistant.
1420
+ #
1421
+ # Note: The following fields are mutually exclusive: `evaluations`, `agent`, `toolset`, `app_snapshot`, `tools`, `app_resources`, `quality_report`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1422
+ # @!attribute [rw] app_resources
1423
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::AppResources]
1424
+ # The app resources generated by the LLM assistant.
1425
+ #
1426
+ # Note: The following fields are mutually exclusive: `app_resources`, `agent`, `toolset`, `app_snapshot`, `tools`, `evaluations`, `quality_report`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1427
+ # @!attribute [rw] quality_report
1428
+ # @return [::Google::Cloud::Ces::V1beta::QualityReport]
1429
+ # The quality report generated by the LLM assistant.
1430
+ #
1431
+ # Note: The following fields are mutually exclusive: `quality_report`, `agent`, `toolset`, `app_snapshot`, `tools`, `evaluations`, `app_resources`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1432
+ # @!attribute [rw] generate_result_info
1433
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::GenerateResultInfo]
1434
+ # Additional information about the generated result.
1435
+ class GenerateAppResourceResponse
1436
+ include ::Google::Protobuf::MessageExts
1437
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1438
+
1439
+ # The list of evaluations generated by the LLM assistant.
1440
+ # @!attribute [rw] evaluations
1441
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Evaluation>]
1442
+ # The list of generated evaluations.
1443
+ class Evaluations
1444
+ include ::Google::Protobuf::MessageExts
1445
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1446
+ end
1447
+
1448
+ # The list of tools generated by the LLM assistant.
1449
+ # @!attribute [rw] tools
1450
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Tool>]
1451
+ # The list of tools generated by the LLM assistant.
1452
+ class Tools
1453
+ include ::Google::Protobuf::MessageExts
1454
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1455
+ end
1456
+
1457
+ # The list of app resources generated by the LLM assistant.
1458
+ # @!attribute [rw] app_snapshot
1459
+ # @return [::Google::Cloud::Ces::V1beta::AppSnapshot]
1460
+ # The app snapshot generated by the LLM assistant. This snapshot contains
1461
+ # the app, agents & tools generated by the LLM assistant.
1462
+ # @!attribute [rw] evaluations
1463
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Evaluation>]
1464
+ # The list of evaluations generated by the LLM assistant.
1465
+ class AppResources
1466
+ include ::Google::Protobuf::MessageExts
1467
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1468
+ end
1469
+
1470
+ # This provides additional information about the generated result.
1471
+ # @!attribute [rw] explanation
1472
+ # @return [::String]
1473
+ # An explanation of the changes in the generated resource.
1474
+ class GenerateResultInfo
1475
+ include ::Google::Protobuf::MessageExts
1476
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1477
+ end
1478
+ end
1479
+
1480
+ # The report describing any identified quality issues in the app.
1481
+ # @!attribute [rw] issues
1482
+ # @return [::Array<::Google::Cloud::Ces::V1beta::QualityReport::AgentIssues>]
1483
+ # Optional. The issues grouped by agent.
1484
+ # @!attribute [rw] evaluation_runs
1485
+ # @return [::Array<::String>]
1486
+ # Optional. A list of evaluation runs used to generate the quality report.
1487
+ # Format:
1488
+ # `projects/{project}/locations/{location}/evaluationRuns/{evaluationRun}`.
1489
+ # @!attribute [rw] general_issues
1490
+ # @return [::Array<::Google::Cloud::Ces::V1beta::QualityReport::Issue>]
1491
+ # Optional. General issues not specific to any agent.
1492
+ class QualityReport
1493
+ include ::Google::Protobuf::MessageExts
1494
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1495
+
1496
+ # The issue identified.
1497
+ # @!attribute [rw] description
1498
+ # @return [::String]
1499
+ # Optional. Description of the issue found.
1500
+ # @!attribute [rw] occurrence_count
1501
+ # @return [::Integer]
1502
+ # Optional. How many times this issue occurred.
1503
+ # @!attribute [rw] proposed_solution
1504
+ # @return [::String]
1505
+ # Optional. Proposed solution to fix the issue by modifying instructions or
1506
+ # tools.
1507
+ class Issue
1508
+ include ::Google::Protobuf::MessageExts
1509
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1510
+ end
1511
+
1512
+ # Issues identified for a single agent.
1513
+ # @!attribute [rw] agent
1514
+ # @return [::String]
1515
+ # Optional. The name of the agent to which the issues are related.
1516
+ # Format:
1517
+ # `projects/{project}/locations/{location}/apps/{app}/agents/{agent}`
1518
+ # @!attribute [rw] issues
1519
+ # @return [::Array<::Google::Cloud::Ces::V1beta::QualityReport::Issue>]
1520
+ # Optional. List of issues found for this agent.
1521
+ class AgentIssues
1522
+ include ::Google::Protobuf::MessageExts
1523
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1524
+ end
1525
+ end
1526
+
1527
+ # Operation metadata for
1528
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#generate_app_resource AgentService.GenerateAppResource}.
1529
+ # @!attribute [r] generation_type
1530
+ # @return [::Google::Cloud::Ces::V1beta::GenerateAppResourceOperationMetadata::GenerationType]
1531
+ # Output only. The type of the operation.
1532
+ # @!attribute [r] message
1533
+ # @return [::String]
1534
+ # Output only. Human-readable status of the operation, if any.
1535
+ # @!attribute [r] create_time
1536
+ # @return [::Google::Protobuf::Timestamp]
1537
+ # Output only. The time the operation was created.
1538
+ # @!attribute [r] end_time
1539
+ # @return [::Google::Protobuf::Timestamp]
1540
+ # Output only. The time the operation finished running.
1541
+ # @!attribute [r] target
1542
+ # @return [::String]
1543
+ # Output only. The resource name of the app that the operation is associated
1544
+ # with. Format: `projects/{project}/locations/{location}/apps/{app}`.
1545
+ # @!attribute [r] partial_errors
1546
+ # @return [::Array<::Google::Rpc::Status>]
1547
+ # Output only. Error messages from the resource generation process.
1548
+ class GenerateAppResourceOperationMetadata
1549
+ include ::Google::Protobuf::MessageExts
1550
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1551
+
1552
+ # The type of the generation operation.
1553
+ module GenerationType
1554
+ # Unspecified operation type.
1555
+ GENERATION_TYPE_UNSPECIFIED = 0
1556
+
1557
+ # Agent instruction restructure type.
1558
+ AGENT_RESTRUCTURE = 1
1559
+
1560
+ # Agent instruction refinement type.
1561
+ AGENT_REFINE = 2
1562
+
1563
+ # Agent creation from type.
1564
+ AGENT_CREATE = 3
1565
+
1566
+ # Tool creation type.
1567
+ TOOL_CREATE = 4
1568
+
1569
+ # Scenario creation type.
1570
+ SCENARIO_CREATE = 5
1571
+
1572
+ # Scenario creation from transcripts type.
1573
+ SCENARIO_CREATE_FROM_TRANSCRIPTS = 7
1574
+
1575
+ # Evaluation persona generation type.
1576
+ EVALUATION_PERSONA_CREATE = 6
1577
+
1578
+ # Quality report generation type.
1579
+ QUALITY_REPORT_CREATE = 8
1580
+
1581
+ # Instruction following fix type (used for hill climbing fixes).
1582
+ INSTRUCTION_FOLLOWING_FIX = 9
1583
+ end
1584
+ end
1585
+
1586
+ # Request message for
1587
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_changelogs AgentService.ListChangelogs}.
1588
+ # @!attribute [rw] parent
1589
+ # @return [::String]
1590
+ # Required. The resource name of the app to list changelogs from.
1591
+ # @!attribute [rw] page_size
1592
+ # @return [::Integer]
1593
+ # Optional. Requested page size. Server may return fewer items than
1594
+ # requested. If unspecified, server will pick an appropriate default.
1595
+ # @!attribute [rw] page_token
1596
+ # @return [::String]
1597
+ # Optional. The
1598
+ # {::Google::Cloud::Ces::V1beta::ListChangelogsResponse#next_page_token next_page_token}
1599
+ # value returned from a previous list
1600
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_changelogs AgentService.ListChangelogs}
1601
+ # call.
1602
+ # @!attribute [rw] filter
1603
+ # @return [::String]
1604
+ # Optional. Filter to be applied when listing the changelogs.
1605
+ # See https://google.aip.dev/160 for more details.
1606
+ #
1607
+ # The filter string can be used to filter by `action`, `resource_type`,
1608
+ # `resource_name`, `author`, and `create_time`.
1609
+ # The `:` comparator can be used for case-insensitive partial matching on
1610
+ # string fields, while `=` performs an exact case-sensitive match.
1611
+ #
1612
+ # Examples:
1613
+ # * `action:update` (case-insensitive partial match)
1614
+ # * `action="Create"` (case-sensitive exact match)
1615
+ # * `resource_type:agent`
1616
+ # * `resource_name:my-agent`
1617
+ # * `author:me@example.com`
1618
+ # * `create_time > "2025-01-01T00:00:00Z"`
1619
+ # * `create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool`
1620
+ # @!attribute [rw] order_by
1621
+ # @return [::String]
1622
+ # Optional. Field to sort by. Only "name" and "create_time" is supported.
1623
+ # See https://google.aip.dev/132#ordering for more details.
1624
+ class ListChangelogsRequest
1625
+ include ::Google::Protobuf::MessageExts
1626
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1627
+ end
1628
+
1629
+ # Response message for
1630
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#list_changelogs AgentService.ListChangelogs}.
1631
+ # @!attribute [rw] changelogs
1632
+ # @return [::Array<::Google::Cloud::Ces::V1beta::Changelog>]
1633
+ # The list of changelogs.
1634
+ # @!attribute [rw] next_page_token
1635
+ # @return [::String]
1636
+ # A token that can be sent as
1637
+ # {::Google::Cloud::Ces::V1beta::ListChangelogsRequest#page_token ListChangelogsRequest.page_token}
1638
+ # to retrieve the next page. Absence of this field indicates there are no
1639
+ # subsequent pages.
1640
+ class ListChangelogsResponse
1641
+ include ::Google::Protobuf::MessageExts
1642
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1643
+ end
1644
+
1645
+ # Request message for
1646
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_changelog AgentService.GetChangelog}.
1647
+ # @!attribute [rw] name
1648
+ # @return [::String]
1649
+ # Required. The resource name of the changelog to retrieve.
1650
+ class GetChangelogRequest
1651
+ include ::Google::Protobuf::MessageExts
1652
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1653
+ end
1654
+
1655
+ # Request message for
1656
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#get_security_settings AgentService.GetSecuritySettings}.
1657
+ # @!attribute [rw] name
1658
+ # @return [::String]
1659
+ # Required. The resource name of the security settings to retrieve.
1660
+ # Format: `projects/{project}/locations/{location}/securitySettings`
1661
+ class GetSecuritySettingsRequest
1662
+ include ::Google::Protobuf::MessageExts
1663
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1664
+ end
1665
+
1666
+ # Request message for
1667
+ # {::Google::Cloud::Ces::V1beta::AgentService::Client#update_security_settings AgentService.UpdateSecuritySettings}.
1668
+ # @!attribute [rw] security_settings
1669
+ # @return [::Google::Cloud::Ces::V1beta::SecuritySettings]
1670
+ # Required. The security settings to update.
1671
+ # @!attribute [rw] update_mask
1672
+ # @return [::Google::Protobuf::FieldMask]
1673
+ # Optional. Field mask is used to control which fields get updated. If the
1674
+ # mask is not present, all fields will be updated.
1675
+ class UpdateSecuritySettingsRequest
1676
+ include ::Google::Protobuf::MessageExts
1677
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1678
+ end
1679
+ end
1680
+ end
1681
+ end
1682
+ end