google-cloud-chronicle-v1 0.4.0 → 0.6.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 (71) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +4 -4
  3. data/README.md +6 -6
  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 +682 -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 +618 -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 +584 -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 +527 -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 +589 -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 +532 -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_table_pb.rb +57 -0
  32. data/lib/google/cloud/chronicle/v1/data_table_service/client.rb +1915 -0
  33. data/lib/google/cloud/chronicle/v1/data_table_service/credentials.rb +49 -0
  34. data/lib/google/cloud/chronicle/v1/data_table_service/paths.rb +138 -0
  35. data/lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb +1767 -0
  36. data/lib/google/cloud/chronicle/v1/data_table_service/rest/service_stub.rb +1004 -0
  37. data/lib/google/cloud/chronicle/v1/data_table_service/rest.rb +52 -0
  38. data/lib/google/cloud/chronicle/v1/data_table_service.rb +55 -0
  39. data/lib/google/cloud/chronicle/v1/data_table_services_pb.rb +73 -0
  40. data/lib/google/cloud/chronicle/v1/featured_content_metadata_pb.rb +25 -0
  41. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_pb.rb +33 -0
  42. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/client.rb +717 -0
  43. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/credentials.rb +49 -0
  44. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/paths.rb +136 -0
  45. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/client.rb +653 -0
  46. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/service_stub.rb +265 -0
  47. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest.rb +53 -0
  48. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service.rb +56 -0
  49. data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_services_pb.rb +50 -0
  50. data/lib/google/cloud/chronicle/v1/native_dashboard_pb.rb +61 -0
  51. data/lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb +1611 -0
  52. data/lib/google/cloud/chronicle/v1/native_dashboard_service/credentials.rb +49 -0
  53. data/lib/google/cloud/chronicle/v1/native_dashboard_service/paths.rb +115 -0
  54. data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb +1484 -0
  55. data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest/service_stub.rb +822 -0
  56. data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest.rb +52 -0
  57. data/lib/google/cloud/chronicle/v1/native_dashboard_service.rb +55 -0
  58. data/lib/google/cloud/chronicle/v1/native_dashboard_services_pb.rb +67 -0
  59. data/lib/google/cloud/chronicle/v1/rest.rb +7 -1
  60. data/lib/google/cloud/chronicle/v1/version.rb +1 -1
  61. data/lib/google/cloud/chronicle/v1.rb +8 -2
  62. data/proto_docs/google/api/client.rb +149 -29
  63. data/proto_docs/google/cloud/chronicle/v1/big_query_export.rb +142 -0
  64. data/proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb +923 -0
  65. data/proto_docs/google/cloud/chronicle/v1/dashboard_query.rb +653 -0
  66. data/proto_docs/google/cloud/chronicle/v1/data_table.rb +512 -0
  67. data/proto_docs/google/cloud/chronicle/v1/featured_content_metadata.rb +82 -0
  68. data/proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb +141 -0
  69. data/proto_docs/google/cloud/chronicle/v1/native_dashboard.rb +502 -0
  70. data/proto_docs/google/type/date.rb +56 -0
  71. metadata +71 -9
@@ -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/data_table_service/credentials"
26
+ require "google/cloud/chronicle/v1/data_table_service/paths"
27
+ require "google/cloud/chronicle/v1/data_table_service/rest/client"
28
+
29
+ module Google
30
+ module Cloud
31
+ module Chronicle
32
+ module V1
33
+ ##
34
+ # DataTableManager provides an interface for managing data tables.
35
+ #
36
+ # To load this service and instantiate a REST client:
37
+ #
38
+ # require "google/cloud/chronicle/v1/data_table_service/rest"
39
+ # client = ::Google::Cloud::Chronicle::V1::DataTableService::Rest::Client.new
40
+ #
41
+ module DataTableService
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/data_table_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/data_table_service/credentials"
26
+ require "google/cloud/chronicle/v1/data_table_service/paths"
27
+ require "google/cloud/chronicle/v1/data_table_service/client"
28
+ require "google/cloud/chronicle/v1/data_table_service/rest"
29
+
30
+ module Google
31
+ module Cloud
32
+ module Chronicle
33
+ module V1
34
+ ##
35
+ # DataTableManager provides an interface for managing data tables.
36
+ #
37
+ # @example Load this service and instantiate a gRPC client
38
+ #
39
+ # require "google/cloud/chronicle/v1/data_table_service"
40
+ # client = ::Google::Cloud::Chronicle::V1::DataTableService::Client.new
41
+ #
42
+ # @example Load this service and instantiate a REST client
43
+ #
44
+ # require "google/cloud/chronicle/v1/data_table_service/rest"
45
+ # client = ::Google::Cloud::Chronicle::V1::DataTableService::Rest::Client.new
46
+ #
47
+ module DataTableService
48
+ end
49
+ end
50
+ end
51
+ end
52
+ end
53
+
54
+ helper_path = ::File.join __dir__, "data_table_service", "helpers.rb"
55
+ require "google/cloud/chronicle/v1/data_table_service/helpers" if ::File.file? helper_path
@@ -0,0 +1,73 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/chronicle/v1/data_table.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/data_table_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module Chronicle
25
+ module V1
26
+ module DataTableService
27
+ # DataTableManager provides an interface for managing data tables.
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.DataTableService'
35
+
36
+ # Create a new data table.
37
+ rpc :CreateDataTable, ::Google::Cloud::Chronicle::V1::CreateDataTableRequest, ::Google::Cloud::Chronicle::V1::DataTable
38
+ # List data tables.
39
+ rpc :ListDataTables, ::Google::Cloud::Chronicle::V1::ListDataTablesRequest, ::Google::Cloud::Chronicle::V1::ListDataTablesResponse
40
+ # Get data table info.
41
+ rpc :GetDataTable, ::Google::Cloud::Chronicle::V1::GetDataTableRequest, ::Google::Cloud::Chronicle::V1::DataTable
42
+ # Update data table.
43
+ rpc :UpdateDataTable, ::Google::Cloud::Chronicle::V1::UpdateDataTableRequest, ::Google::Cloud::Chronicle::V1::DataTable
44
+ # Delete data table.
45
+ rpc :DeleteDataTable, ::Google::Cloud::Chronicle::V1::DeleteDataTableRequest, ::Google::Protobuf::Empty
46
+ # Create a new data table row.
47
+ rpc :CreateDataTableRow, ::Google::Cloud::Chronicle::V1::CreateDataTableRowRequest, ::Google::Cloud::Chronicle::V1::DataTableRow
48
+ # Update data table row
49
+ rpc :UpdateDataTableRow, ::Google::Cloud::Chronicle::V1::UpdateDataTableRowRequest, ::Google::Cloud::Chronicle::V1::DataTableRow
50
+ # List data table rows.
51
+ rpc :ListDataTableRows, ::Google::Cloud::Chronicle::V1::ListDataTableRowsRequest, ::Google::Cloud::Chronicle::V1::ListDataTableRowsResponse
52
+ # Get data table row
53
+ rpc :GetDataTableRow, ::Google::Cloud::Chronicle::V1::GetDataTableRowRequest, ::Google::Cloud::Chronicle::V1::DataTableRow
54
+ # Delete data table row.
55
+ rpc :DeleteDataTableRow, ::Google::Cloud::Chronicle::V1::DeleteDataTableRowRequest, ::Google::Protobuf::Empty
56
+ # Create data table rows in bulk.
57
+ rpc :BulkCreateDataTableRows, ::Google::Cloud::Chronicle::V1::BulkCreateDataTableRowsRequest, ::Google::Cloud::Chronicle::V1::BulkCreateDataTableRowsResponse
58
+ # Get data table rows in bulk.
59
+ rpc :BulkGetDataTableRows, ::Google::Cloud::Chronicle::V1::BulkGetDataTableRowsRequest, ::Google::Cloud::Chronicle::V1::BulkGetDataTableRowsResponse
60
+ # Replace all existing data table rows with new data table rows.
61
+ rpc :BulkReplaceDataTableRows, ::Google::Cloud::Chronicle::V1::BulkReplaceDataTableRowsRequest, ::Google::Cloud::Chronicle::V1::BulkReplaceDataTableRowsResponse
62
+ # Update data table rows in bulk.
63
+ rpc :BulkUpdateDataTableRows, ::Google::Cloud::Chronicle::V1::BulkUpdateDataTableRowsRequest, ::Google::Cloud::Chronicle::V1::BulkUpdateDataTableRowsResponse
64
+ # Get the error for a data table operation.
65
+ rpc :GetDataTableOperationErrors, ::Google::Cloud::Chronicle::V1::GetDataTableOperationErrorsRequest, ::Google::Cloud::Chronicle::V1::DataTableOperationErrors
66
+ end
67
+
68
+ Stub = Service.rpc_stub_class
69
+ end
70
+ end
71
+ end
72
+ end
73
+ end
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/chronicle/v1/featured_content_metadata.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/protobuf/timestamp_pb'
9
+
10
+
11
+ descriptor_data = "\n9google/cloud/chronicle/v1/featured_content_metadata.proto\x12\x19google.cloud.chronicle.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x92\x04\n\x17\x46\x65\x61turedContentMetadata\x12\x0f\n\x02id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06\x61uthor\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x16\n\tcertified\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x64\x65scription\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12\x17\n\ncategories\x18\x08 \x03(\tB\x03\xe0\x41\x03\x12\x14\n\x07version\x18\t \x01(\tB\x03\xe0\x41\x03\x12\x1a\n\x08verified\x18\n \x01(\x08\x42\x03\xe0\x41\x03H\x00\x88\x01\x01\x12^\n\x0bsource_type\x18\x0b \x01(\x0e\x32\x44.google.cloud.chronicle.v1.FeaturedContentMetadata.ContentSourceTypeB\x03\xe0\x41\x03\"`\n\x11\x43ontentSourceType\x12#\n\x1f\x43ONTENT_SOURCE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06GOOGLE\x10\x01\x12\r\n\tCOMMUNITY\x10\x02\x12\x0b\n\x07PARTNER\x10\x03\x42\x0b\n\t_verifiedB\xd3\x01\n\x1d\x63om.google.cloud.chronicle.v1B\x1c\x46\x65\x61turedContentMetadataProtoP\x01Z;cloud.google.com/go/chronicle/apiv1/chroniclepb;chroniclepb\xaa\x02\x19Google.Cloud.Chronicle.V1\xca\x02\x19Google\\Cloud\\Chronicle\\V1\xea\x02\x1cGoogle::Cloud::Chronicle::V1b\x06proto3"
12
+
13
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Google
17
+ module Cloud
18
+ module Chronicle
19
+ module V1
20
+ FeaturedContentMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.FeaturedContentMetadata").msgclass
21
+ FeaturedContentMetadata::ContentSourceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.FeaturedContentMetadata.ContentSourceType").enummodule
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/chronicle/v1/featured_content_native_dashboard.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
10
+ require 'google/api/resource_pb'
11
+ require 'google/cloud/chronicle/v1/featured_content_metadata_pb'
12
+ require 'google/cloud/chronicle/v1/native_dashboard_pb'
13
+
14
+
15
+ descriptor_data = "\nAgoogle/cloud/chronicle/v1/featured_content_native_dashboard.proto\x12\x19google.cloud.chronicle.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x39google/cloud/chronicle/v1/featured_content_metadata.proto\x1a\x30google/cloud/chronicle/v1/native_dashboard.proto\"\xf5\x03\n\x1e\x46\x65\x61turedContentNativeDashboard\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12Q\n\x10\x63ontent_metadata\x18\x02 \x01(\x0b\x32\x32.google.cloud.chronicle.v1.FeaturedContentMetadataB\x03\xe0\x41\x03\x12^\n\x11\x64\x61shboard_content\x18\x03 \x01(\x0b\x32>.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueriesB\x03\xe0\x41\x01:\x8c\x02\xea\x41\x88\x02\n7chronicle.googleapis.com/FeaturedContentNativeDashboard\x12\x8b\x01projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}*\x1f\x66\x65\x61turedContentNativeDashboards2\x1e\x66\x65\x61turedContentNativeDashboard\"y\n(GetFeaturedContentNativeDashboardRequest\x12M\n\x04name\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\n7chronicle.googleapis.com/FeaturedContentNativeDashboard\"\xc3\x01\n*ListFeaturedContentNativeDashboardsRequest\x12O\n\x06parent\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\x12\x37\x63hronicle.googleapis.com/FeaturedContentNativeDashboard\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xad\x01\n+ListFeaturedContentNativeDashboardsResponse\x12\x65\n\"featured_content_native_dashboards\x18\x01 \x03(\x0b\x32\x39.google.cloud.chronicle.v1.FeaturedContentNativeDashboard\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe8\x01\n,InstallFeaturedContentNativeDashboardRequest\x12M\n\x04name\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\n7chronicle.googleapis.com/FeaturedContentNativeDashboard\x12i\n!featured_content_native_dashboard\x18\x02 \x01(\x0b\x32\x39.google.cloud.chronicle.v1.FeaturedContentNativeDashboardB\x03\xe0\x41\x01\"{\n-InstallFeaturedContentNativeDashboardResponse\x12J\n\x10native_dashboard\x18\x01 \x01(\tB0\xe0\x41\x01\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard2\xbc\x08\n%FeaturedContentNativeDashboardService\x12\x8e\x02\n!GetFeaturedContentNativeDashboard\x12\x43.google.cloud.chronicle.v1.GetFeaturedContentNativeDashboardRequest\x1a\x39.google.cloud.chronicle.v1.FeaturedContentNativeDashboard\"i\xda\x41\x04name\x82\xd3\xe4\x93\x02\\\x12Z/v1/{name=projects/*/locations/*/instances/*/contentHub/featuredContentNativeDashboards/*}\x12\xa1\x02\n#ListFeaturedContentNativeDashboards\x12\x45.google.cloud.chronicle.v1.ListFeaturedContentNativeDashboardsRequest\x1a\x46.google.cloud.chronicle.v1.ListFeaturedContentNativeDashboardsResponse\"k\xda\x41\x06parent\x82\xd3\xe4\x93\x02\\\x12Z/v1/{parent=projects/*/locations/*/instances/*/contentHub}/featuredContentNativeDashboards\x12\xb0\x02\n%InstallFeaturedContentNativeDashboard\x12G.google.cloud.chronicle.v1.InstallFeaturedContentNativeDashboardRequest\x1aH.google.cloud.chronicle.v1.InstallFeaturedContentNativeDashboardResponse\"t\xda\x41\x04name\x82\xd3\xe4\x93\x02g\"b/v1/{name=projects/*/locations/*/instances/*/contentHub/featuredContentNativeDashboards/*}:install:\x01*\x1a\xaa\x01\xca\x41\x18\x63hronicle.googleapis.com\xd2\x41\x8b\x01https://www.googleapis.com/auth/chronicle,https://www.googleapis.com/auth/chronicle.readonly,https://www.googleapis.com/auth/cloud-platformB\xe4\x02\n\x1d\x63om.google.cloud.chronicle.v1B#FeaturedContentNativeDashboardProtoP\x01Z;cloud.google.com/go/chronicle/apiv1/chroniclepb;chroniclepb\xaa\x02\x19Google.Cloud.Chronicle.V1\xca\x02\x19Google\\Cloud\\Chronicle\\V1\xea\x02\x1cGoogle::Cloud::Chronicle::V1\xea\x41\x86\x01\n#chronicle.googleapis.com/ContentHub\x12Gprojects/{project}/locations/{location}/instances/{instance}/contentHub*\ncontentHub2\ncontentHubb\x06proto3"
16
+
17
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
18
+ pool.add_serialized_file(descriptor_data)
19
+
20
+ module Google
21
+ module Cloud
22
+ module Chronicle
23
+ module V1
24
+ FeaturedContentNativeDashboard = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.FeaturedContentNativeDashboard").msgclass
25
+ GetFeaturedContentNativeDashboardRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.GetFeaturedContentNativeDashboardRequest").msgclass
26
+ ListFeaturedContentNativeDashboardsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ListFeaturedContentNativeDashboardsRequest").msgclass
27
+ ListFeaturedContentNativeDashboardsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ListFeaturedContentNativeDashboardsResponse").msgclass
28
+ InstallFeaturedContentNativeDashboardRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.InstallFeaturedContentNativeDashboardRequest").msgclass
29
+ InstallFeaturedContentNativeDashboardResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.InstallFeaturedContentNativeDashboardResponse").msgclass
30
+ end
31
+ end
32
+ end
33
+ end