Skip to content

Commit 8732ef0

Browse files
feat: GA FindingsRefinementService Client libraries (#34709)
* feat: GA FindingsRefinementService Client libraries PiperOrigin-RevId: 941807639 Source-Link: googleapis/googleapis@0fcabfc Source-Link: googleapis/googleapis-gen@57999b3 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWNocm9uaWNsZS12MS8uT3dsQm90LnlhbWwiLCJoIjoiNTc5OTliM2ZjMDZlODI0ZGY2ZGI1ZmZkMWY1NTk1YWYwZDJmNzU4MiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d9407b8 commit 8732ef0

27 files changed

Lines changed: 6297 additions & 0 deletions

google-cloud-chronicle-v1/.owlbot-manifest.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@
7979
"lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/client.rb",
8080
"lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/service_stub.rb",
8181
"lib/google/cloud/chronicle/v1/featured_content_native_dashboard_services_pb.rb",
82+
"lib/google/cloud/chronicle/v1/findings_refinement_pb.rb",
83+
"lib/google/cloud/chronicle/v1/findings_refinement_service.rb",
84+
"lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb",
85+
"lib/google/cloud/chronicle/v1/findings_refinement_service/credentials.rb",
86+
"lib/google/cloud/chronicle/v1/findings_refinement_service/paths.rb",
87+
"lib/google/cloud/chronicle/v1/findings_refinement_service/rest.rb",
88+
"lib/google/cloud/chronicle/v1/findings_refinement_service/rest/client.rb",
89+
"lib/google/cloud/chronicle/v1/findings_refinement_service/rest/service_stub.rb",
90+
"lib/google/cloud/chronicle/v1/findings_refinement_services_pb.rb",
8291
"lib/google/cloud/chronicle/v1/instance_pb.rb",
8392
"lib/google/cloud/chronicle/v1/instance_service.rb",
8493
"lib/google/cloud/chronicle/v1/instance_service/client.rb",
@@ -141,6 +150,7 @@
141150
"proto_docs/google/cloud/chronicle/v1/entity.rb",
142151
"proto_docs/google/cloud/chronicle/v1/featured_content_metadata.rb",
143152
"proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb",
153+
"proto_docs/google/cloud/chronicle/v1/findings_refinement.rb",
144154
"proto_docs/google/cloud/chronicle/v1/instance.rb",
145155
"proto_docs/google/cloud/chronicle/v1/native_dashboard.rb",
146156
"proto_docs/google/cloud/chronicle/v1/reference_list.rb",
@@ -196,6 +206,15 @@
196206
"snippets/featured_content_native_dashboard_service/get_featured_content_native_dashboard.rb",
197207
"snippets/featured_content_native_dashboard_service/install_featured_content_native_dashboard.rb",
198208
"snippets/featured_content_native_dashboard_service/list_featured_content_native_dashboards.rb",
209+
"snippets/findings_refinement_service/compute_all_findings_refinement_activities.rb",
210+
"snippets/findings_refinement_service/compute_findings_refinement_activity.rb",
211+
"snippets/findings_refinement_service/create_findings_refinement.rb",
212+
"snippets/findings_refinement_service/get_findings_refinement.rb",
213+
"snippets/findings_refinement_service/get_findings_refinement_deployment.rb",
214+
"snippets/findings_refinement_service/list_all_findings_refinement_deployments.rb",
215+
"snippets/findings_refinement_service/list_findings_refinements.rb",
216+
"snippets/findings_refinement_service/update_findings_refinement.rb",
217+
"snippets/findings_refinement_service/update_findings_refinement_deployment.rb",
199218
"snippets/instance_service/get_instance.rb",
200219
"snippets/native_dashboard_service/add_chart.rb",
201220
"snippets/native_dashboard_service/create_native_dashboard.rb",
@@ -250,6 +269,9 @@
250269
"test/google/cloud/chronicle/v1/featured_content_native_dashboard_service_paths_test.rb",
251270
"test/google/cloud/chronicle/v1/featured_content_native_dashboard_service_rest_test.rb",
252271
"test/google/cloud/chronicle/v1/featured_content_native_dashboard_service_test.rb",
272+
"test/google/cloud/chronicle/v1/findings_refinement_service_paths_test.rb",
273+
"test/google/cloud/chronicle/v1/findings_refinement_service_rest_test.rb",
274+
"test/google/cloud/chronicle/v1/findings_refinement_service_test.rb",
253275
"test/google/cloud/chronicle/v1/instance_service_paths_test.rb",
254276
"test/google/cloud/chronicle/v1/instance_service_rest_test.rb",
255277
"test/google/cloud/chronicle/v1/instance_service_test.rb",

google-cloud-chronicle-v1/gapic_metadata.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,60 @@
337337
}
338338
}
339339
},
340+
"FindingsRefinementService": {
341+
"clients": {
342+
"grpc": {
343+
"libraryClient": "::Google::Cloud::Chronicle::V1::FindingsRefinementService::Client",
344+
"rpcs": {
345+
"GetFindingsRefinement": {
346+
"methods": [
347+
"get_findings_refinement"
348+
]
349+
},
350+
"ListFindingsRefinements": {
351+
"methods": [
352+
"list_findings_refinements"
353+
]
354+
},
355+
"CreateFindingsRefinement": {
356+
"methods": [
357+
"create_findings_refinement"
358+
]
359+
},
360+
"UpdateFindingsRefinement": {
361+
"methods": [
362+
"update_findings_refinement"
363+
]
364+
},
365+
"GetFindingsRefinementDeployment": {
366+
"methods": [
367+
"get_findings_refinement_deployment"
368+
]
369+
},
370+
"UpdateFindingsRefinementDeployment": {
371+
"methods": [
372+
"update_findings_refinement_deployment"
373+
]
374+
},
375+
"ListAllFindingsRefinementDeployments": {
376+
"methods": [
377+
"list_all_findings_refinement_deployments"
378+
]
379+
},
380+
"ComputeFindingsRefinementActivity": {
381+
"methods": [
382+
"compute_findings_refinement_activity"
383+
]
384+
},
385+
"ComputeAllFindingsRefinementActivities": {
386+
"methods": [
387+
"compute_all_findings_refinement_activities"
388+
]
389+
}
390+
}
391+
}
392+
}
393+
},
340394
"InstanceService": {
341395
"clients": {
342396
"grpc": {

google-cloud-chronicle-v1/lib/google/cloud/chronicle/v1.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
require "google/cloud/chronicle/v1/entity_service"
2525
require "google/cloud/chronicle/v1/native_dashboard_service"
2626
require "google/cloud/chronicle/v1/featured_content_native_dashboard_service"
27+
require "google/cloud/chronicle/v1/findings_refinement_service"
2728
require "google/cloud/chronicle/v1/instance_service"
2829
require "google/cloud/chronicle/v1/reference_list_service"
2930
require "google/cloud/chronicle/v1/rule_service"

0 commit comments

Comments
 (0)