google-cloud-chronicle-v1 0.5.0 → 0.7.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 (74) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +4 -4
  3. data/README.md +5 -5
  4. data/lib/google/cloud/chronicle/v1/big_query_export_pb.rb +34 -0
  5. data/lib/google/cloud/chronicle/v1/big_query_export_service/client.rb +684 -0
  6. data/lib/google/cloud/chronicle/v1/big_query_export_service/credentials.rb +49 -0
  7. data/lib/google/cloud/chronicle/v1/big_query_export_service/paths.rb +71 -0
  8. data/lib/google/cloud/chronicle/v1/big_query_export_service/rest/client.rb +620 -0
  9. data/lib/google/cloud/chronicle/v1/big_query_export_service/rest/service_stub.rb +266 -0
  10. data/lib/google/cloud/chronicle/v1/big_query_export_service/rest.rb +52 -0
  11. data/lib/google/cloud/chronicle/v1/big_query_export_service.rb +55 -0
  12. data/lib/google/cloud/chronicle/v1/big_query_export_services_pb.rb +51 -0
  13. data/lib/google/cloud/chronicle/v1/dashboard_chart_pb.rb +83 -0
  14. data/lib/google/cloud/chronicle/v1/dashboard_chart_service/client.rb +586 -0
  15. data/lib/google/cloud/chronicle/v1/dashboard_chart_service/credentials.rb +49 -0
  16. data/lib/google/cloud/chronicle/v1/dashboard_chart_service/paths.rb +73 -0
  17. data/lib/google/cloud/chronicle/v1/dashboard_chart_service/rest/client.rb +529 -0
  18. data/lib/google/cloud/chronicle/v1/dashboard_chart_service/rest/service_stub.rb +203 -0
  19. data/lib/google/cloud/chronicle/v1/dashboard_chart_service/rest.rb +52 -0
  20. data/lib/google/cloud/chronicle/v1/dashboard_chart_service.rb +55 -0
  21. data/lib/google/cloud/chronicle/v1/dashboard_chart_services_pb.rb +47 -0
  22. data/lib/google/cloud/chronicle/v1/dashboard_query_pb.rb +58 -0
  23. data/lib/google/cloud/chronicle/v1/dashboard_query_service/client.rb +591 -0
  24. data/lib/google/cloud/chronicle/v1/dashboard_query_service/credentials.rb +49 -0
  25. data/lib/google/cloud/chronicle/v1/dashboard_query_service/paths.rb +94 -0
  26. data/lib/google/cloud/chronicle/v1/dashboard_query_service/rest/client.rb +534 -0
  27. data/lib/google/cloud/chronicle/v1/dashboard_query_service/rest/service_stub.rb +204 -0
  28. data/lib/google/cloud/chronicle/v1/dashboard_query_service/rest.rb +52 -0
  29. data/lib/google/cloud/chronicle/v1/dashboard_query_service.rb +55 -0
  30. data/lib/google/cloud/chronicle/v1/dashboard_query_services_pb.rb +47 -0
  31. data/lib/google/cloud/chronicle/v1/data_access_control_service/client.rb +2 -0
  32. data/lib/google/cloud/chronicle/v1/data_access_control_service/rest/client.rb +2 -0
  33. data/lib/google/cloud/chronicle/v1/data_table_service/client.rb +2 -0
  34. data/lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb +2 -0
  35. data/lib/google/cloud/chronicle/v1/entity_service/client.rb +2 -0
  36. data/lib/google/cloud/chronicle/v1/entity_service/rest/client.rb +2 -0
  37. data/lib/google/cloud/chronicle/v1/featured_content_metadata_pb.rb +25 -0
  38. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_pb.rb +33 -0
  39. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/client.rb +719 -0
  40. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/credentials.rb +49 -0
  41. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/paths.rb +136 -0
  42. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/client.rb +655 -0
  43. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/service_stub.rb +265 -0
  44. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest.rb +53 -0
  45. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service.rb +56 -0
  46. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_services_pb.rb +50 -0
  47. data/lib/google/cloud/chronicle/v1/instance_service/client.rb +2 -0
  48. data/lib/google/cloud/chronicle/v1/instance_service/rest/client.rb +2 -0
  49. data/lib/google/cloud/chronicle/v1/native_dashboard_pb.rb +61 -0
  50. data/lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb +1613 -0
  51. data/lib/google/cloud/chronicle/v1/native_dashboard_service/credentials.rb +49 -0
  52. data/lib/google/cloud/chronicle/v1/native_dashboard_service/paths.rb +115 -0
  53. data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb +1486 -0
  54. data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest/service_stub.rb +822 -0
  55. data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest.rb +52 -0
  56. data/lib/google/cloud/chronicle/v1/native_dashboard_service.rb +55 -0
  57. data/lib/google/cloud/chronicle/v1/native_dashboard_services_pb.rb +67 -0
  58. data/lib/google/cloud/chronicle/v1/reference_list_service/client.rb +2 -0
  59. data/lib/google/cloud/chronicle/v1/reference_list_service/rest/client.rb +2 -0
  60. data/lib/google/cloud/chronicle/v1/rest.rb +6 -1
  61. data/lib/google/cloud/chronicle/v1/rule_service/client.rb +2 -0
  62. data/lib/google/cloud/chronicle/v1/rule_service/operations.rb +2 -0
  63. data/lib/google/cloud/chronicle/v1/rule_service/rest/client.rb +2 -0
  64. data/lib/google/cloud/chronicle/v1/rule_service/rest/operations.rb +2 -0
  65. data/lib/google/cloud/chronicle/v1/version.rb +1 -1
  66. data/lib/google/cloud/chronicle/v1.rb +7 -2
  67. data/proto_docs/google/cloud/chronicle/v1/big_query_export.rb +142 -0
  68. data/proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb +923 -0
  69. data/proto_docs/google/cloud/chronicle/v1/dashboard_query.rb +653 -0
  70. data/proto_docs/google/cloud/chronicle/v1/featured_content_metadata.rb +82 -0
  71. data/proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb +141 -0
  72. data/proto_docs/google/cloud/chronicle/v1/native_dashboard.rb +502 -0
  73. data/proto_docs/google/type/date.rb +56 -0
  74. metadata +56 -3
@@ -0,0 +1,52 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/rest"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/chronicle/v1/version"
24
+
25
+ require "google/cloud/chronicle/v1/native_dashboard_service/credentials"
26
+ require "google/cloud/chronicle/v1/native_dashboard_service/paths"
27
+ require "google/cloud/chronicle/v1/native_dashboard_service/rest/client"
28
+
29
+ module Google
30
+ module Cloud
31
+ module Chronicle
32
+ module V1
33
+ ##
34
+ # A service providing functionality for managing native dashboards.
35
+ #
36
+ # To load this service and instantiate a REST client:
37
+ #
38
+ # require "google/cloud/chronicle/v1/native_dashboard_service/rest"
39
+ # client = ::Google::Cloud::Chronicle::V1::NativeDashboardService::Rest::Client.new
40
+ #
41
+ module NativeDashboardService
42
+ # Client for the REST transport
43
+ module Rest
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
50
+
51
+ helper_path = ::File.join __dir__, "rest", "helpers.rb"
52
+ require "google/cloud/chronicle/v1/native_dashboard_service/rest/helpers" if ::File.file? helper_path
@@ -0,0 +1,55 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/common"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/chronicle/v1/version"
24
+
25
+ require "google/cloud/chronicle/v1/native_dashboard_service/credentials"
26
+ require "google/cloud/chronicle/v1/native_dashboard_service/paths"
27
+ require "google/cloud/chronicle/v1/native_dashboard_service/client"
28
+ require "google/cloud/chronicle/v1/native_dashboard_service/rest"
29
+
30
+ module Google
31
+ module Cloud
32
+ module Chronicle
33
+ module V1
34
+ ##
35
+ # A service providing functionality for managing native dashboards.
36
+ #
37
+ # @example Load this service and instantiate a gRPC client
38
+ #
39
+ # require "google/cloud/chronicle/v1/native_dashboard_service"
40
+ # client = ::Google::Cloud::Chronicle::V1::NativeDashboardService::Client.new
41
+ #
42
+ # @example Load this service and instantiate a REST client
43
+ #
44
+ # require "google/cloud/chronicle/v1/native_dashboard_service/rest"
45
+ # client = ::Google::Cloud::Chronicle::V1::NativeDashboardService::Rest::Client.new
46
+ #
47
+ module NativeDashboardService
48
+ end
49
+ end
50
+ end
51
+ end
52
+ end
53
+
54
+ helper_path = ::File.join __dir__, "native_dashboard_service", "helpers.rb"
55
+ require "google/cloud/chronicle/v1/native_dashboard_service/helpers" if ::File.file? helper_path
@@ -0,0 +1,67 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/chronicle/v1/native_dashboard.proto for package 'Google.Cloud.Chronicle.V1'
3
+ # Original file comments:
4
+ # Copyright 2026 Google LLC
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'grpc'
20
+ require 'google/cloud/chronicle/v1/native_dashboard_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module Chronicle
25
+ module V1
26
+ module NativeDashboardService
27
+ # A service providing functionality for managing native dashboards.
28
+ class Service
29
+
30
+ include ::GRPC::GenericService
31
+
32
+ self.marshal_class_method = :encode
33
+ self.unmarshal_class_method = :decode
34
+ self.service_name = 'google.cloud.chronicle.v1.NativeDashboardService'
35
+
36
+ # Create a dashboard.
37
+ rpc :CreateNativeDashboard, ::Google::Cloud::Chronicle::V1::CreateNativeDashboardRequest, ::Google::Cloud::Chronicle::V1::NativeDashboard
38
+ # Get a dashboard.
39
+ rpc :GetNativeDashboard, ::Google::Cloud::Chronicle::V1::GetNativeDashboardRequest, ::Google::Cloud::Chronicle::V1::NativeDashboard
40
+ # List all dashboards.
41
+ rpc :ListNativeDashboards, ::Google::Cloud::Chronicle::V1::ListNativeDashboardsRequest, ::Google::Cloud::Chronicle::V1::ListNativeDashboardsResponse
42
+ # Update a dashboard.
43
+ rpc :UpdateNativeDashboard, ::Google::Cloud::Chronicle::V1::UpdateNativeDashboardRequest, ::Google::Cloud::Chronicle::V1::NativeDashboard
44
+ # Duplicate a dashboard.
45
+ rpc :DuplicateNativeDashboard, ::Google::Cloud::Chronicle::V1::DuplicateNativeDashboardRequest, ::Google::Cloud::Chronicle::V1::NativeDashboard
46
+ # Delete a dashboard.
47
+ rpc :DeleteNativeDashboard, ::Google::Cloud::Chronicle::V1::DeleteNativeDashboardRequest, ::Google::Protobuf::Empty
48
+ # Add chart in a dashboard.
49
+ rpc :AddChart, ::Google::Cloud::Chronicle::V1::AddChartRequest, ::Google::Cloud::Chronicle::V1::AddChartResponse
50
+ # Remove chart from a dashboard.
51
+ rpc :RemoveChart, ::Google::Cloud::Chronicle::V1::RemoveChartRequest, ::Google::Cloud::Chronicle::V1::NativeDashboard
52
+ # Edit chart in a dashboard.
53
+ rpc :EditChart, ::Google::Cloud::Chronicle::V1::EditChartRequest, ::Google::Cloud::Chronicle::V1::EditChartResponse
54
+ # Duplicate chart in a dashboard.
55
+ rpc :DuplicateChart, ::Google::Cloud::Chronicle::V1::DuplicateChartRequest, ::Google::Cloud::Chronicle::V1::DuplicateChartResponse
56
+ # Exports the dashboards.
57
+ rpc :ExportNativeDashboards, ::Google::Cloud::Chronicle::V1::ExportNativeDashboardsRequest, ::Google::Cloud::Chronicle::V1::ExportNativeDashboardsResponse
58
+ # Imports the dashboards.
59
+ rpc :ImportNativeDashboards, ::Google::Cloud::Chronicle::V1::ImportNativeDashboardsRequest, ::Google::Cloud::Chronicle::V1::ImportNativeDashboardsResponse
60
+ end
61
+
62
+ Stub = Service.rpc_stub_class
63
+ end
64
+ end
65
+ end
66
+ end
67
+ end
@@ -678,6 +678,7 @@ module Google
678
678
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
679
679
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
680
680
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
681
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
681
682
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
682
683
  # trigger a retry.
683
684
  # @return [::Hash]
@@ -761,6 +762,7 @@ module Google
761
762
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
762
763
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
763
764
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
765
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
764
766
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
765
767
  # trigger a retry.
766
768
  #
@@ -617,6 +617,7 @@ module Google
617
617
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
618
618
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
619
619
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
620
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
620
621
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
621
622
  # trigger a retry.
622
623
  # @return [::Hash]
@@ -689,6 +690,7 @@ module Google
689
690
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
690
691
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
691
692
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
693
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
692
694
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
693
695
  # trigger a retry.
694
696
  #
@@ -16,9 +16,14 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
+ require "google/cloud/chronicle/v1/big_query_export_service/rest"
20
+ require "google/cloud/chronicle/v1/dashboard_query_service/rest"
21
+ require "google/cloud/chronicle/v1/dashboard_chart_service/rest"
19
22
  require "google/cloud/chronicle/v1/data_access_control_service/rest"
20
23
  require "google/cloud/chronicle/v1/data_table_service/rest"
21
24
  require "google/cloud/chronicle/v1/entity_service/rest"
25
+ require "google/cloud/chronicle/v1/native_dashboard_service/rest"
26
+ require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest"
22
27
  require "google/cloud/chronicle/v1/instance_service/rest"
23
28
  require "google/cloud/chronicle/v1/reference_list_service/rest"
24
29
  require "google/cloud/chronicle/v1/rule_service/rest"
@@ -33,7 +38,7 @@ module Google
33
38
  # @example
34
39
  #
35
40
  # require "google/cloud/chronicle/v1/rest"
36
- # client = ::Google::Cloud::Chronicle::V1::DataAccessControlService::Rest::Client.new
41
+ # client = ::Google::Cloud::Chronicle::V1::BigQueryExportService::Rest::Client.new
37
42
  #
38
43
  module V1
39
44
  end
@@ -1504,6 +1504,7 @@ module Google
1504
1504
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1505
1505
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1506
1506
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1507
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1507
1508
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1508
1509
  # trigger a retry.
1509
1510
  # @return [::Hash]
@@ -1587,6 +1588,7 @@ module Google
1587
1588
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1588
1589
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1589
1590
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1591
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1590
1592
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1591
1593
  # trigger a retry.
1592
1594
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -1387,6 +1387,7 @@ module Google
1387
1387
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1388
1388
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1389
1389
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1390
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1390
1391
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1391
1392
  # trigger a retry.
1392
1393
  # @return [::Hash]
@@ -1459,6 +1460,7 @@ module Google
1459
1460
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1460
1461
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1461
1462
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1463
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1462
1464
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1463
1465
  # trigger a retry.
1464
1466
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Chronicle
23
23
  module V1
24
- VERSION = "0.5.0"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -16,9 +16,14 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
+ require "google/cloud/chronicle/v1/big_query_export_service"
20
+ require "google/cloud/chronicle/v1/dashboard_query_service"
21
+ require "google/cloud/chronicle/v1/dashboard_chart_service"
19
22
  require "google/cloud/chronicle/v1/data_access_control_service"
20
23
  require "google/cloud/chronicle/v1/data_table_service"
21
24
  require "google/cloud/chronicle/v1/entity_service"
25
+ require "google/cloud/chronicle/v1/native_dashboard_service"
26
+ require "google/cloud/chronicle/v1/featured_content_native_dashboard_service"
22
27
  require "google/cloud/chronicle/v1/instance_service"
23
28
  require "google/cloud/chronicle/v1/reference_list_service"
24
29
  require "google/cloud/chronicle/v1/rule_service"
@@ -33,12 +38,12 @@ module Google
33
38
  # @example Load this package, including all its services, and instantiate a gRPC client
34
39
  #
35
40
  # require "google/cloud/chronicle/v1"
36
- # client = ::Google::Cloud::Chronicle::V1::DataAccessControlService::Client.new
41
+ # client = ::Google::Cloud::Chronicle::V1::BigQueryExportService::Client.new
37
42
  #
38
43
  # @example Load this package, including all its services, and instantiate a REST client
39
44
  #
40
45
  # require "google/cloud/chronicle/v1"
41
- # client = ::Google::Cloud::Chronicle::V1::DataAccessControlService::Rest::Client.new
46
+ # client = ::Google::Cloud::Chronicle::V1::BigQueryExportService::Rest::Client.new
42
47
  #
43
48
  module V1
44
49
  end
@@ -0,0 +1,142 @@
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 Chronicle
23
+ module V1
24
+ # This resource represents the BigQuery export configuration for a Chronicle
25
+ # instance which includes Google Cloud Platform resources like Cloud Storage
26
+ # buckets, BigQuery datasets etc and the export settings for each data source.
27
+ # @!attribute [rw] name
28
+ # @return [::String]
29
+ # Identifier. The resource name of the BigQueryExport.
30
+ # Format:
31
+ # projects/\\{project}/locations/\\{location}/instances/\\{instance}/bigQueryExport
32
+ # @!attribute [r] provisioned
33
+ # @return [::Boolean]
34
+ # Output only. Whether the BigQueryExport has been provisioned for the
35
+ # Chronicle instance.
36
+ # @!attribute [r] big_query_export_package
37
+ # @return [::Google::Cloud::Chronicle::V1::BigQueryExportPackage]
38
+ # Output only. The BigQueryExportPackage entitled for the Chronicle instance.
39
+ # @!attribute [rw] entity_graph_settings
40
+ # @return [::Google::Cloud::Chronicle::V1::DataSourceExportSettings]
41
+ # Optional. The export settings for the Entity Graph data source.
42
+ # @!attribute [rw] ioc_matches_settings
43
+ # @return [::Google::Cloud::Chronicle::V1::DataSourceExportSettings]
44
+ # Optional. The export settings for the IOC Matches data source.
45
+ # @!attribute [rw] rule_detections_settings
46
+ # @return [::Google::Cloud::Chronicle::V1::DataSourceExportSettings]
47
+ # Optional. The export settings for the Rule Detections data source.
48
+ # @!attribute [rw] udm_events_aggregates_settings
49
+ # @return [::Google::Cloud::Chronicle::V1::DataSourceExportSettings]
50
+ # Optional. The export settings for the UDM Events Aggregates data source.
51
+ # @!attribute [rw] udm_events_settings
52
+ # @return [::Google::Cloud::Chronicle::V1::DataSourceExportSettings]
53
+ # Optional. The export settings for the UDM Events data source.
54
+ class BigQueryExport
55
+ include ::Google::Protobuf::MessageExts
56
+ extend ::Google::Protobuf::MessageExts::ClassMethods
57
+ end
58
+
59
+ # The export settings for a data source.
60
+ # @!attribute [rw] enabled
61
+ # @return [::Boolean]
62
+ # Required. Whether the data source is enabled for export.
63
+ # @!attribute [rw] retention_days
64
+ # @return [::Integer]
65
+ # Required. The retention period for the data source in days.
66
+ # @!attribute [r] latest_export_job_state
67
+ # @return [::Google::Cloud::Chronicle::V1::LatestExportJobState]
68
+ # Output only. The state of the latest data source export job.
69
+ # @!attribute [r] data_freshness_time
70
+ # @return [::Google::Protobuf::Timestamp]
71
+ # Output only. The data freshness of the given export which represents the
72
+ # time bucket at which the latest event was exported.
73
+ # @!attribute [r] data_volume
74
+ # @return [::Integer]
75
+ # Output only. The stored data volume of all the exports.
76
+ class DataSourceExportSettings
77
+ include ::Google::Protobuf::MessageExts
78
+ extend ::Google::Protobuf::MessageExts::ClassMethods
79
+ end
80
+
81
+ # The request message to fetch BigQuery Export configuration.
82
+ # @!attribute [rw] name
83
+ # @return [::String]
84
+ # Required. The resource name of the BigqueryExport to retrieve.
85
+ # Format:
86
+ # projects/\\{project}/locations/\\{location}/instances/\\{instance}/bigQueryExport
87
+ class GetBigQueryExportRequest
88
+ include ::Google::Protobuf::MessageExts
89
+ extend ::Google::Protobuf::MessageExts::ClassMethods
90
+ end
91
+
92
+ # The request message to update BigQuery Export configuration.
93
+ # @!attribute [rw] big_query_export
94
+ # @return [::Google::Cloud::Chronicle::V1::BigQueryExport]
95
+ # Required. The BigQueryExport settings to update.
96
+ # Format:
97
+ # projects/\\{project}/locations/\\{location}/instances/\\{instance}/bigQueryExport
98
+ # @!attribute [rw] update_mask
99
+ # @return [::Google::Protobuf::FieldMask]
100
+ # Optional. The list of fields to update.
101
+ class UpdateBigQueryExportRequest
102
+ include ::Google::Protobuf::MessageExts
103
+ extend ::Google::Protobuf::MessageExts::ClassMethods
104
+ end
105
+
106
+ # The request message to provision BigQuery Export configuration.
107
+ # @!attribute [rw] parent
108
+ # @return [::String]
109
+ # Required. The instance for which BigQuery export is being provisioned.
110
+ # Format: projects/\\{project}/locations/\\{location}/instances/\\{instance}
111
+ class ProvisionBigQueryExportRequest
112
+ include ::Google::Protobuf::MessageExts
113
+ extend ::Google::Protobuf::MessageExts::ClassMethods
114
+ end
115
+
116
+ # The BigQueryExportPackage entitled for the Chronicle instance.
117
+ module BigQueryExportPackage
118
+ # The BigQueryExportPackage is unspecified.
119
+ BIG_QUERY_EXPORT_PACKAGE_UNSPECIFIED = 0
120
+
121
+ # The BigQueryExportPackage is Bring Your Own BigQuery.
122
+ BIG_QUERY_EXPORT_PACKAGE_BYOBQ = 1
123
+
124
+ # The BigQueryExportPackage is Advanced BigQuery.
125
+ BIG_QUERY_EXPORT_PACKAGE_ADVANCED = 2
126
+ end
127
+
128
+ # The state of the latest data source export job.
129
+ module LatestExportJobState
130
+ # The latest export job state is unspecified.
131
+ LATEST_EXPORT_JOB_STATE_UNSPECIFIED = 0
132
+
133
+ # The latest export job state is successful.
134
+ LATEST_EXPORT_JOB_STATE_SUCCESS = 1
135
+
136
+ # The latest export job state is failed.
137
+ LATEST_EXPORT_JOB_STATE_FAILED = 2
138
+ end
139
+ end
140
+ end
141
+ end
142
+ end