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,266 @@
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 "google/cloud/chronicle/v1/big_query_export_pb"
20
+
21
+ module Google
22
+ module Cloud
23
+ module Chronicle
24
+ module V1
25
+ module BigQueryExportService
26
+ module Rest
27
+ ##
28
+ # REST service stub for the BigQueryExportService service.
29
+ # Service stub contains baseline method implementations
30
+ # including transcoding, making the REST call, and deserialing the response.
31
+ #
32
+ class ServiceStub
33
+ # @private
34
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
35
+ # These require statements are intentionally placed here to initialize
36
+ # the REST modules only when it's required.
37
+ require "gapic/rest"
38
+
39
+ @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint,
40
+ endpoint_template: endpoint_template,
41
+ universe_domain: universe_domain,
42
+ credentials: credentials,
43
+ numeric_enums: true,
44
+ service_name: self.class,
45
+ raise_faraday_errors: false,
46
+ logger: logger
47
+ end
48
+
49
+ ##
50
+ # The effective universe domain
51
+ #
52
+ # @return [String]
53
+ #
54
+ def universe_domain
55
+ @client_stub.universe_domain
56
+ end
57
+
58
+ ##
59
+ # The effective endpoint
60
+ #
61
+ # @return [String]
62
+ #
63
+ def endpoint
64
+ @client_stub.endpoint
65
+ end
66
+
67
+ ##
68
+ # The logger used for request/response debug logging.
69
+ #
70
+ # @return [Logger]
71
+ #
72
+ def logger stub: false
73
+ stub ? @client_stub.stub_logger : @client_stub.logger
74
+ end
75
+
76
+ ##
77
+ # Baseline implementation for the get_big_query_export REST call
78
+ #
79
+ # @param request_pb [::Google::Cloud::Chronicle::V1::GetBigQueryExportRequest]
80
+ # A request object representing the call parameters. Required.
81
+ # @param options [::Gapic::CallOptions]
82
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
83
+ #
84
+ # @yield [result, operation] Access the result along with the TransportOperation object
85
+ # @yieldparam result [::Google::Cloud::Chronicle::V1::BigQueryExport]
86
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
87
+ #
88
+ # @return [::Google::Cloud::Chronicle::V1::BigQueryExport]
89
+ # A result object deserialized from the server's reply
90
+ def get_big_query_export request_pb, options = nil
91
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
92
+
93
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_big_query_export_request request_pb
94
+ query_string_params = if query_string_params.any?
95
+ query_string_params.to_h { |p| p.split "=", 2 }
96
+ else
97
+ {}
98
+ end
99
+
100
+ response = @client_stub.make_http_request(
101
+ verb,
102
+ uri: uri,
103
+ body: body || "",
104
+ params: query_string_params,
105
+ method_name: "get_big_query_export",
106
+ options: options
107
+ )
108
+ operation = ::Gapic::Rest::TransportOperation.new response
109
+ result = ::Google::Cloud::Chronicle::V1::BigQueryExport.decode_json response.body, ignore_unknown_fields: true
110
+ catch :response do
111
+ yield result, operation if block_given?
112
+ result
113
+ end
114
+ end
115
+
116
+ ##
117
+ # Baseline implementation for the update_big_query_export REST call
118
+ #
119
+ # @param request_pb [::Google::Cloud::Chronicle::V1::UpdateBigQueryExportRequest]
120
+ # A request object representing the call parameters. Required.
121
+ # @param options [::Gapic::CallOptions]
122
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
123
+ #
124
+ # @yield [result, operation] Access the result along with the TransportOperation object
125
+ # @yieldparam result [::Google::Cloud::Chronicle::V1::BigQueryExport]
126
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
127
+ #
128
+ # @return [::Google::Cloud::Chronicle::V1::BigQueryExport]
129
+ # A result object deserialized from the server's reply
130
+ def update_big_query_export request_pb, options = nil
131
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
132
+
133
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_big_query_export_request request_pb
134
+ query_string_params = if query_string_params.any?
135
+ query_string_params.to_h { |p| p.split "=", 2 }
136
+ else
137
+ {}
138
+ end
139
+
140
+ response = @client_stub.make_http_request(
141
+ verb,
142
+ uri: uri,
143
+ body: body || "",
144
+ params: query_string_params,
145
+ method_name: "update_big_query_export",
146
+ options: options
147
+ )
148
+ operation = ::Gapic::Rest::TransportOperation.new response
149
+ result = ::Google::Cloud::Chronicle::V1::BigQueryExport.decode_json response.body, ignore_unknown_fields: true
150
+ catch :response do
151
+ yield result, operation if block_given?
152
+ result
153
+ end
154
+ end
155
+
156
+ ##
157
+ # Baseline implementation for the provision_big_query_export REST call
158
+ #
159
+ # @param request_pb [::Google::Cloud::Chronicle::V1::ProvisionBigQueryExportRequest]
160
+ # A request object representing the call parameters. Required.
161
+ # @param options [::Gapic::CallOptions]
162
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
163
+ #
164
+ # @yield [result, operation] Access the result along with the TransportOperation object
165
+ # @yieldparam result [::Google::Cloud::Chronicle::V1::BigQueryExport]
166
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
167
+ #
168
+ # @return [::Google::Cloud::Chronicle::V1::BigQueryExport]
169
+ # A result object deserialized from the server's reply
170
+ def provision_big_query_export request_pb, options = nil
171
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
172
+
173
+ verb, uri, query_string_params, body = ServiceStub.transcode_provision_big_query_export_request request_pb
174
+ query_string_params = if query_string_params.any?
175
+ query_string_params.to_h { |p| p.split "=", 2 }
176
+ else
177
+ {}
178
+ end
179
+
180
+ response = @client_stub.make_http_request(
181
+ verb,
182
+ uri: uri,
183
+ body: body || "",
184
+ params: query_string_params,
185
+ method_name: "provision_big_query_export",
186
+ options: options
187
+ )
188
+ operation = ::Gapic::Rest::TransportOperation.new response
189
+ result = ::Google::Cloud::Chronicle::V1::BigQueryExport.decode_json response.body, ignore_unknown_fields: true
190
+ catch :response do
191
+ yield result, operation if block_given?
192
+ result
193
+ end
194
+ end
195
+
196
+ ##
197
+ # @private
198
+ #
199
+ # GRPC transcoding helper method for the get_big_query_export REST call
200
+ #
201
+ # @param request_pb [::Google::Cloud::Chronicle::V1::GetBigQueryExportRequest]
202
+ # A request object representing the call parameters. Required.
203
+ # @return [Array(String, [String, nil], Hash{String => String})]
204
+ # Uri, Body, Query string parameters
205
+ def self.transcode_get_big_query_export_request request_pb
206
+ transcoder = Gapic::Rest::GrpcTranscoder.new
207
+ .with_bindings(
208
+ uri_method: :get,
209
+ uri_template: "/v1/{name}",
210
+ matches: [
211
+ ["name", %r{^projects/[^/]+/locations/[^/]+/instances/[^/]+/bigQueryExport/?$}, false]
212
+ ]
213
+ )
214
+ transcoder.transcode request_pb
215
+ end
216
+
217
+ ##
218
+ # @private
219
+ #
220
+ # GRPC transcoding helper method for the update_big_query_export REST call
221
+ #
222
+ # @param request_pb [::Google::Cloud::Chronicle::V1::UpdateBigQueryExportRequest]
223
+ # A request object representing the call parameters. Required.
224
+ # @return [Array(String, [String, nil], Hash{String => String})]
225
+ # Uri, Body, Query string parameters
226
+ def self.transcode_update_big_query_export_request request_pb
227
+ transcoder = Gapic::Rest::GrpcTranscoder.new
228
+ .with_bindings(
229
+ uri_method: :patch,
230
+ uri_template: "/v1/{big_query_export.name}",
231
+ body: "big_query_export",
232
+ matches: [
233
+ ["big_query_export.name", %r{^projects/[^/]+/locations/[^/]+/instances/[^/]+/bigQueryExport/?$}, false]
234
+ ]
235
+ )
236
+ transcoder.transcode request_pb
237
+ end
238
+
239
+ ##
240
+ # @private
241
+ #
242
+ # GRPC transcoding helper method for the provision_big_query_export REST call
243
+ #
244
+ # @param request_pb [::Google::Cloud::Chronicle::V1::ProvisionBigQueryExportRequest]
245
+ # A request object representing the call parameters. Required.
246
+ # @return [Array(String, [String, nil], Hash{String => String})]
247
+ # Uri, Body, Query string parameters
248
+ def self.transcode_provision_big_query_export_request request_pb
249
+ transcoder = Gapic::Rest::GrpcTranscoder.new
250
+ .with_bindings(
251
+ uri_method: :post,
252
+ uri_template: "/v1/{parent}/bigQueryExport:provision",
253
+ body: "*",
254
+ matches: [
255
+ ["parent", %r{^projects/[^/]+/locations/[^/]+/instances/[^/]+/?$}, false]
256
+ ]
257
+ )
258
+ transcoder.transcode request_pb
259
+ end
260
+ end
261
+ end
262
+ end
263
+ end
264
+ end
265
+ end
266
+ end
@@ -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/big_query_export_service/credentials"
26
+ require "google/cloud/chronicle/v1/big_query_export_service/paths"
27
+ require "google/cloud/chronicle/v1/big_query_export_service/rest/client"
28
+
29
+ module Google
30
+ module Cloud
31
+ module Chronicle
32
+ module V1
33
+ ##
34
+ # Service for managing BigQuery export configurations for Chronicle instances.
35
+ #
36
+ # To load this service and instantiate a REST client:
37
+ #
38
+ # require "google/cloud/chronicle/v1/big_query_export_service/rest"
39
+ # client = ::Google::Cloud::Chronicle::V1::BigQueryExportService::Rest::Client.new
40
+ #
41
+ module BigQueryExportService
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/big_query_export_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/big_query_export_service/credentials"
26
+ require "google/cloud/chronicle/v1/big_query_export_service/paths"
27
+ require "google/cloud/chronicle/v1/big_query_export_service/client"
28
+ require "google/cloud/chronicle/v1/big_query_export_service/rest"
29
+
30
+ module Google
31
+ module Cloud
32
+ module Chronicle
33
+ module V1
34
+ ##
35
+ # Service for managing BigQuery export configurations for Chronicle instances.
36
+ #
37
+ # @example Load this service and instantiate a gRPC client
38
+ #
39
+ # require "google/cloud/chronicle/v1/big_query_export_service"
40
+ # client = ::Google::Cloud::Chronicle::V1::BigQueryExportService::Client.new
41
+ #
42
+ # @example Load this service and instantiate a REST client
43
+ #
44
+ # require "google/cloud/chronicle/v1/big_query_export_service/rest"
45
+ # client = ::Google::Cloud::Chronicle::V1::BigQueryExportService::Rest::Client.new
46
+ #
47
+ module BigQueryExportService
48
+ end
49
+ end
50
+ end
51
+ end
52
+ end
53
+
54
+ helper_path = ::File.join __dir__, "big_query_export_service", "helpers.rb"
55
+ require "google/cloud/chronicle/v1/big_query_export_service/helpers" if ::File.file? helper_path
@@ -0,0 +1,51 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/chronicle/v1/big_query_export.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/big_query_export_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module Chronicle
25
+ module V1
26
+ module BigQueryExportService
27
+ # Service for managing BigQuery export configurations for Chronicle instances.
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.BigQueryExportService'
35
+
36
+ # Get the BigQuery export configuration for a Chronicle instance.
37
+ rpc :GetBigQueryExport, ::Google::Cloud::Chronicle::V1::GetBigQueryExportRequest, ::Google::Cloud::Chronicle::V1::BigQueryExport
38
+ # Update the BigQuery export configuration for a Chronicle instance.
39
+ rpc :UpdateBigQueryExport, ::Google::Cloud::Chronicle::V1::UpdateBigQueryExportRequest, ::Google::Cloud::Chronicle::V1::BigQueryExport
40
+ # Provision the BigQuery export for a Chronicle instance. This will create
41
+ # {{gcp_name}} resources like {{storage_name}} buckets, BigQuery datasets
42
+ # and set default export settings for each data source.
43
+ rpc :ProvisionBigQueryExport, ::Google::Cloud::Chronicle::V1::ProvisionBigQueryExportRequest, ::Google::Cloud::Chronicle::V1::BigQueryExport
44
+ end
45
+
46
+ Stub = Service.rpc_stub_class
47
+ end
48
+ end
49
+ end
50
+ end
51
+ end
@@ -0,0 +1,83 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/chronicle/v1/dashboard_chart.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/dashboard_query_pb'
12
+
13
+
14
+ descriptor_data = "\n/google/cloud/chronicle/v1/dashboard_chart.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/google/cloud/chronicle/v1/dashboard_query.proto\"\xfd=\n\x0e\x44\x61shboardChart\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x03\xfa\x41)\n\'chronicle.googleapis.com/DashboardChart\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12J\n\x10native_dashboard\x18\x04 \x01(\tB0\xe0\x41\x03\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard\x12;\n\ttile_type\x18\x07 \x01(\x0e\x32#.google.cloud.chronicle.v1.TileTypeB\x03\xe0\x41\x01\x12X\n\x10\x63hart_datasource\x18\x05 \x01(\x0b\x32\x39.google.cloud.chronicle.v1.DashboardChart.ChartDatasourceB\x03\xe0\x41\x01\x12S\n\rvisualization\x18\x06 \x01(\x0b\x32\x37.google.cloud.chronicle.v1.DashboardChart.VisualizationB\x03\xe0\x41\x02\x12\x11\n\x04\x65tag\x18\x08 \x01(\tB\x03\xe0\x41\x01\x12Y\n\x11\x64rill_down_config\x18\t \x01(\x0b\x32\x39.google.cloud.chronicle.v1.DashboardChart.DrillDownConfigB\x03\xe0\x41\x01\x12\x13\n\x06tokens\x18\n \x03(\tB\x03\xe0\x41\x01\x1a\x95\x01\n\x0f\x43hartDatasource\x12\x45\n\x0f\x64\x61shboard_query\x18\x01 \x01(\tB,\xfa\x41)\n\'chronicle.googleapis.com/DashboardQuery\x12;\n\x0c\x64\x61ta_sources\x18\x03 \x03(\x0e\x32%.google.cloud.chronicle.v1.DataSource\x1a\x8c+\n\rVisualization\x12L\n\x06x_axes\x18\x07 \x03(\x0b\x32<.google.cloud.chronicle.v1.DashboardChart.Visualization.Axis\x12L\n\x06y_axes\x18\x08 \x03(\x0b\x32<.google.cloud.chronicle.v1.DashboardChart.Visualization.Axis\x12N\n\x06series\x18\x03 \x03(\x0b\x32>.google.cloud.chronicle.v1.DashboardChart.Visualization.Series\x12P\n\x07tooltip\x18\x04 \x01(\x0b\x32?.google.cloud.chronicle.v1.DashboardChart.Visualization.Tooltip\x12O\n\x07legends\x18\t \x03(\x0b\x32>.google.cloud.chronicle.v1.DashboardChart.Visualization.Legend\x12V\n\x0b\x63olumn_defs\x18\n \x03(\x0b\x32\x41.google.cloud.chronicle.v1.DashboardChart.Visualization.ColumnDef\x12^\n\x0ctable_config\x18\x12 \x01(\x0b\x32\x43.google.cloud.chronicle.v1.DashboardChart.Visualization.TableConfigB\x03\xe0\x41\x01\x12\x31\n\x06\x62utton\x18\x0b \x01(\x0b\x32!.google.cloud.chronicle.v1.Button\x12:\n\x08markdown\x18\x11 \x01(\x0b\x32#.google.cloud.chronicle.v1.MarkdownB\x03\xe0\x41\x01\x12\x1a\n\rseries_column\x18\x0c \x03(\tB\x03\xe0\x41\x01\x12\x1a\n\rgrouping_type\x18\r \x01(\tB\x03\xe0\x41\x01\x12i\n\x12google_maps_config\x18\x0e \x01(\x0b\x32H.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfigB\x03\xe0\x41\x01\x12\'\n\x1athreshold_coloring_enabled\x18\x0f \x01(\x08\x42\x03\xe0\x41\x01\x12[\n\x0bvisual_maps\x18\x10 \x03(\x0b\x32\x41.google.cloud.chronicle.v1.DashboardChart.Visualization.VisualMapB\x03\xe0\x41\x01\x1a\x88\x01\n\x04\x41xis\x12\x36\n\taxis_type\x18\x04 \x01(\x0e\x32#.google.cloud.chronicle.v1.AxisType\x12\x14\n\x0c\x64isplay_name\x18\x05 \x01(\t\x12\x10\n\x03min\x18\x06 \x01(\x05H\x00\x88\x01\x01\x12\x10\n\x03max\x18\x07 \x01(\x05H\x01\x88\x01\x01\x42\x06\n\x04_minB\x06\n\x04_max\x1a\xc1\x12\n\x06Series\x12:\n\x0bseries_type\x18\x08 \x01(\x0e\x32%.google.cloud.chronicle.v1.SeriesType\x12\x13\n\x0bseries_name\x18\x02 \x01(\t\x12\x13\n\x0bshow_symbol\x18\x04 \x01(\x08\x12\x17\n\x0fshow_background\x18\x05 \x01(\x08\x12\r\n\x05stack\x18\x06 \x01(\t\x12M\n\x15series_stack_strategy\x18\t \x01(\x0e\x32..google.cloud.chronicle.v1.SeriesStackStrategy\x12U\n\x06\x65ncode\x18\n \x01(\x0b\x32\x45.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.Encode\x12\r\n\x05label\x18\x0b \x01(\t\x12\r\n\x05\x66ield\x18\x0c \x01(\t\x12\x61\n\ndata_label\x18\r \x01(\x0b\x32H.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.DataLabelB\x03\xe0\x41\x01\x12\x13\n\x06radius\x18\x0e \x03(\tB\x03\xe0\x41\x01\x12\x61\n\nitem_style\x18\x0f \x01(\x0b\x32H.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemStyleB\x03\xe0\x41\x01\x12 \n\x13series_unique_value\x18\x10 \x01(\tB\x03\xe0\x41\x01\x12\x61\n\narea_style\x18\x11 \x01(\x0b\x32H.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.AreaStyleB\x03\xe0\x41\x01\x12\x63\n\x0bitem_colors\x18\x12 \x01(\x0b\x32I.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemColorsB\x03\xe0\x41\x01\x12\x65\n\x0cgauge_config\x18\x13 \x01(\x0b\x32J.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeConfigB\x03\xe0\x41\x01\x12r\n\x13metric_trend_config\x18\x14 \x01(\x0b\x32P.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.MetricTrendConfigB\x03\xe0\x41\x01\x1a@\n\x06\x45ncode\x12\t\n\x01x\x18\x01 \x01(\t\x12\t\n\x01y\x18\x02 \x01(\t\x12\r\n\x05value\x18\x03 \x01(\t\x12\x11\n\titem_name\x18\x04 \x01(\t\x1a\x1e\n\tDataLabel\x12\x11\n\x04show\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01\x1aU\n\tItemStyle\x12\x19\n\x0c\x62order_width\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x19\n\x0c\x62order_color\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x12\n\x05\x63olor\x18\x03 \x01(\tB\x03\xe0\x41\x01\x1a\xbb\x01\n\tAreaStyle\x12\x12\n\x05\x63olor\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06origin\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x18\n\x0bshadow_blur\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x19\n\x0cshadow_color\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x1c\n\x0fshadow_offset_x\x18\x05 \x01(\x05\x42\x03\xe0\x41\x01\x12\x1c\n\x0fshadow_offset_y\x18\x06 \x01(\x05\x42\x03\xe0\x41\x01\x12\x14\n\x07opacity\x18\x07 \x01(\x05\x42\x03\xe0\x41\x01\x1a<\n\x12UserSelectedValues\x12\x12\n\x05\x63olor\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x12\n\x05label\x18\x02 \x01(\tB\x03\xe0\x41\x01\x1a\x8a\x01\n\x0f\x43hartSliceColor\x12\x10\n\x03key\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x65\n\x05value\x18\x02 \x01(\x0b\x32Q.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.UserSelectedValuesB\x03\xe0\x41\x01\x1aq\n\nItemColors\x12\x63\n\x06\x63olors\x18\x01 \x03(\x0b\x32N.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ChartSliceColorB\x03\xe0\x41\x01\x1a\x34\n\nGaugeValue\x12\x12\n\x05value\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x12\n\x05\x63olor\x18\x02 \x01(\tB\x03\xe0\x41\x01\x1a\xc0\x02\n\x0bGaugeConfig\x12\x62\n\nbase_value\x18\x01 \x01(\x0b\x32I.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValueB\x03\xe0\x41\x01\x12\x63\n\x0blimit_value\x18\x02 \x01(\x0b\x32I.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValueB\x03\xe0\x41\x01\x12h\n\x10threshold_values\x18\x03 \x03(\x0b\x32I.google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValueB\x03\xe0\x41\x01\x1a\x96\x02\n\x11MetricTrendConfig\x12\x43\n\rmetric_format\x18\x01 \x01(\x0e\x32\'.google.cloud.chronicle.v1.MetricFormatB\x03\xe0\x41\x01\x12\x1e\n\x11show_metric_trend\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01\x12P\n\x14metric_display_trend\x18\x03 \x01(\x0e\x32-.google.cloud.chronicle.v1.MetricDisplayTrendB\x03\xe0\x41\x01\x12J\n\x11metric_trend_type\x18\x04 \x01(\x0e\x32*.google.cloud.chronicle.v1.MetricTrendTypeB\x03\xe0\x41\x01\x1a[\n\x07Tooltip\x12\x0c\n\x04show\x18\x01 \x01(\x08\x12\x42\n\x0ftooltip_trigger\x18\x03 \x01(\x0e\x32).google.cloud.chronicle.v1.ToolTipTrigger\x1a\x87\x02\n\x06Legend\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04show\x18\x02 \x01(\x08\x12\x0f\n\x07z_level\x18\x03 \x01(\x05\x12\t\n\x01z\x18\x04 \x01(\x05\x12\x0c\n\x04left\x18\x05 \x01(\x05\x12\x0b\n\x03top\x18\x06 \x01(\x05\x12\r\n\x05right\x18\x07 \x01(\x05\x12\x0e\n\x06\x62ottom\x18\x08 \x01(\x05\x12>\n\rlegend_orient\x18\x0c \x01(\x0e\x32\'.google.cloud.chronicle.v1.LegendOrient\x12<\n\x0clegend_align\x18\r \x01(\x0e\x32&.google.cloud.chronicle.v1.LegendAlign\x12\x0f\n\x07padding\x18\x0b \x03(\x05\x1a*\n\tColumnDef\x12\r\n\x05\x66ield\x18\x01 \x01(\t\x12\x0e\n\x06header\x18\x02 \x01(\t\x1av\n\x18\x43olumnRenderTypeSettings\x12\x12\n\x05\x66ield\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x46\n\x12\x63olumn_render_type\x18\x02 \x01(\x0e\x32%.google.cloud.chronicle.v1.RenderTypeB\x03\xe0\x41\x01\x1am\n\x15\x43olumnTooltipSettings\x12\x12\n\x05\x66ield\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12 \n\x13header_tooltip_text\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x1e\n\x11\x63\x65ll_tooltip_text\x18\x03 \x01(\tB\x03\xe0\x41\x01\x1a\x9d\x02\n\x0bTableConfig\x12\x1d\n\x10\x65nable_text_wrap\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01\x12z\n\x1b\x63olumn_render_type_settings\x18\x02 \x03(\x0b\x32P.google.cloud.chronicle.v1.DashboardChart.Visualization.ColumnRenderTypeSettingsB\x03\xe0\x41\x01\x12s\n\x17\x63olumn_tooltip_settings\x18\x03 \x03(\x0b\x32M.google.cloud.chronicle.v1.DashboardChart.Visualization.ColumnTooltipSettingsB\x03\xe0\x41\x01\x1a\xfd\x05\n\x10GoogleMapsConfig\x12q\n\rdata_settings\x18\x01 \x01(\x0b\x32U.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.DataSettingsB\x03\xe0\x41\x01\x12;\n\tplot_mode\x18\x02 \x01(\x0e\x32#.google.cloud.chronicle.v1.PlotModeB\x03\xe0\x41\x01\x12o\n\x0cmap_position\x18\x03 \x01(\x0b\x32T.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.MapPositionB\x03\xe0\x41\x01\x12s\n\x0epoint_settings\x18\x04 \x01(\x0b\x32V.google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.PointSettingsB\x03\xe0\x41\x01\x1a\x66\n\x0c\x44\x61taSettings\x12\x1c\n\x0flatitude_column\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x1d\n\x10longitude_column\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x63ount_column\x18\x03 \x01(\tB\x03\xe0\x41\x01\x1a~\n\x0bMapPosition\x12\x15\n\x08\x66it_data\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01\x12\x1b\n\x0elatitude_value\x18\x05 \x01(\x01\x42\x03\xe0\x41\x01\x12\x1c\n\x0flongitude_value\x18\x06 \x01(\x01\x42\x03\xe0\x41\x01\x12\x1d\n\x10zoom_scale_value\x18\x07 \x01(\x01\x42\x03\xe0\x41\x01\x1ak\n\rPointSettings\x12\x46\n\x0fpoint_size_type\x18\x01 \x01(\x0e\x32(.google.cloud.chronicle.v1.PointSizeTypeB\x03\xe0\x41\x01\x12\x12\n\x05\x63olor\x18\x02 \x01(\tB\x03\xe0\x41\x01\x1a\xb2\x02\n\tVisualMap\x12\x46\n\x0fvisual_map_type\x18\x01 \x01(\x0e\x32(.google.cloud.chronicle.v1.VisualMapTypeB\x03\xe0\x41\x01\x12\x65\n\x06pieces\x18\x02 \x03(\x0b\x32P.google.cloud.chronicle.v1.DashboardChart.Visualization.VisualMap.VisualMapPieceB\x03\xe0\x41\x01\x1av\n\x0eVisualMapPiece\x12\x15\n\x03min\x18\x01 \x01(\x03\x42\x03\xe0\x41\x01H\x00\x88\x01\x01\x12\x15\n\x03max\x18\x02 \x01(\x03\x42\x03\xe0\x41\x01H\x01\x88\x01\x01\x12\x12\n\x05\x63olor\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x12\n\x05label\x18\x04 \x01(\tB\x03\xe0\x41\x01\x42\x06\n\x04_minB\x06\n\x04_max\x1a\xed\x0b\n\x0f\x44rillDownConfig\x12\x62\n\x10left_drill_downs\x18\x01 \x03(\x0b\x32\x43.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDownB\x03\xe0\x41\x02\x12\x63\n\x11right_drill_downs\x18\x02 \x03(\x0b\x32\x43.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDownB\x03\xe0\x41\x02\x1a\x90\n\n\tDrillDown\x12x\n\x10\x64\x65\x66\x61ult_settings\x18\x03 \x01(\x0b\x32\\.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettingsH\x00\x12v\n\x0f\x63ustom_settings\x18\x04 \x01(\x0b\x32[.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettingsH\x00\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\x02\x1a\x30\n\x18\x44\x65\x66\x61ultDrillDownSettings\x12\x14\n\x07\x65nabled\x18\x01 \x01(\x08\x42\x03\xe0\x41\x02\x1a\xa6\x07\n\x17\x43ustomDrillDownSettings\x12{\n\x05query\x18\x03 \x01(\x0b\x32j.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQueryH\x00\x12}\n\x06\x66ilter\x18\x04 \x01(\x0b\x32k.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilterH\x00\x12\x8a\x01\n\rexternal_link\x18\x05 \x01(\x0b\x32q.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLinkH\x00\x12\x14\n\x07new_tab\x18\x01 \x01(\x08\x42\x03\xe0\x41\x02\x12\x1e\n\x11left_click_column\x18\x02 \x01(\tB\x03\xe0\x41\x01\x1a$\n\x0e\x44rillDownQuery\x12\x12\n\x05query\x18\x01 \x01(\tB\x03\xe0\x41\x02\x1a\xd5\x02\n\x0f\x44rillDownFilter\x12\xa5\x01\n\x11\x64\x61shboard_filters\x18\x01 \x03(\x0b\x32\x84\x01.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilterB\x03\xe0\x41\x02\x1a\x99\x01\n\x18\x44rillDownDashboardFilter\x12 \n\x13\x64\x61shboard_filter_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12[\n\x1a\x66ilter_operator_and_values\x18\x02 \x03(\x0b\x32\x32.google.cloud.chronicle.v1.FilterOperatorAndValuesB\x03\xe0\x41\x02\x1a\x44\n\x15\x44rillDownExternalLink\x12\x11\n\x04link\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x42\x08\n\x06\x61\x63tionB\n\n\x08settings:\xa4\x01\xea\x41\xa0\x01\n\'chronicle.googleapis.com/DashboardChart\x12Tprojects/{project}/locations/{location}/instances/{instance}/dashboardCharts/{chart}*\x0f\x64\x61shboardCharts2\x0e\x64\x61shboardChart\"\x90\x02\n\x06\x42utton\x12\x12\n\x05label\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x16\n\thyperlink\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x14\n\x07new_tab\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12\x45\n\nproperties\x18\x05 \x01(\x0b\x32,.google.cloud.chronicle.v1.Button.PropertiesB\x03\xe0\x41\x01\x1a\x63\n\nProperties\x12\x12\n\x05\x63olor\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x41\n\x0c\x62utton_style\x18\x02 \x01(\x0e\x32&.google.cloud.chronicle.v1.ButtonStyleB\x03\xe0\x41\x01\"\xa6\x01\n\x08Markdown\x12\x14\n\x07\x63ontent\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12O\n\nproperties\x18\x02 \x01(\x0b\x32\x36.google.cloud.chronicle.v1.Markdown.MarkdownPropertiesB\x03\xe0\x41\x01\x1a\x33\n\x12MarkdownProperties\x12\x1d\n\x10\x62\x61\x63kground_color\x18\x03 \x01(\tB\x03\xe0\x41\x01\"Y\n\x18GetDashboardChartRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'chronicle.googleapis.com/DashboardChart\"\xa1\x01\n\x1e\x42\x61tchGetDashboardChartsRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\x12\'chronicle.googleapis.com/DashboardChart\x12>\n\x05names\x18\x02 \x03(\tB/\xe0\x41\x02\xfa\x41)\n\'chronicle.googleapis.com/DashboardChart\"f\n\x1f\x42\x61tchGetDashboardChartsResponse\x12\x43\n\x10\x64\x61shboard_charts\x18\x01 \x03(\x0b\x32).google.cloud.chronicle.v1.DashboardChart*p\n\x08TileType\x12\x19\n\x15TILE_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17TILE_TYPE_VISUALIZATION\x10\x01\x12\x14\n\x10TILE_TYPE_BUTTON\x10\x02\x12\x16\n\x12TILE_TYPE_MARKDOWN\x10\x03*t\n\nRenderType\x12\x1b\n\x17RENDER_TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10RENDER_TYPE_TEXT\x10\x01\x12\x14\n\x10RENDER_TYPE_ICON\x10\x02\x12\x1d\n\x19RENDER_TYPE_ICON_AND_TEXT\x10\x03*Q\n\x08\x41xisType\x12\x19\n\x15\x41XIS_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05VALUE\x10\x01\x12\x0c\n\x08\x43\x41TEGORY\x10\x02\x12\x08\n\x04TIME\x10\x03\x12\x07\n\x03LOG\x10\x04*t\n\nSeriesType\x12\x1b\n\x17SERIES_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04LINE\x10\x01\x12\x07\n\x03\x42\x41R\x10\x02\x12\x07\n\x03PIE\x10\x03\x12\x08\n\x04TEXT\x10\x04\x12\x07\n\x03MAP\x10\x05\x12\t\n\x05GAUGE\x10\x06\x12\x0f\n\x0bSCATTERPLOT\x10\x07*o\n\x13SeriesStackStrategy\x12%\n!SERIES_STACK_STRATEGY_UNSPECIFIED\x10\x00\x12\x0c\n\x08SAMESIGN\x10\x01\x12\x07\n\x03\x41LL\x10\x02\x12\x0c\n\x08POSITIVE\x10\x03\x12\x0c\n\x08NEGATIVE\x10\x04*\x7f\n\x0eToolTipTrigger\x12\x1f\n\x1bTOOLTIP_TRIGGER_UNSPECIFIED\x10\x00\x12\x18\n\x14TOOLTIP_TRIGGER_NONE\x10\x01\x12\x18\n\x14TOOLTIP_TRIGGER_ITEM\x10\x02\x12\x18\n\x14TOOLTIP_TRIGGER_AXIS\x10\x03*K\n\x0cLegendOrient\x12\x1d\n\x19LEGEND_ORIENT_UNSPECIFIED\x10\x00\x12\x0c\n\x08VERTICAL\x10\x01\x12\x0e\n\nHORIZONTAL\x10\x02*J\n\x0bLegendAlign\x12\x1c\n\x18LEGEND_ALIGN_UNSPECIFIED\x10\x00\x12\x08\n\x04\x41UTO\x10\x01\x12\x08\n\x04LEFT\x10\x02\x12\t\n\x05RIGHT\x10\x03*}\n\x0b\x42uttonStyle\x12\x1c\n\x18\x42UTTON_STYLE_UNSPECIFIED\x10\x00\x12\x17\n\x13\x42UTTON_STYLE_FILLED\x10\x01\x12\x19\n\x15\x42UTTON_STYLE_OUTLINED\x10\x02\x12\x1c\n\x18\x42UTTON_STYLE_TRANSPARENT\x10\x03*f\n\x08PlotMode\x12\x19\n\x15PLOT_MODE_UNSPECIFIED\x10\x00\x12\x14\n\x10PLOT_MODE_POINTS\x10\x01\x12\x15\n\x11PLOT_MODE_HEATMAP\x10\x02\x12\x12\n\x0ePLOT_MODE_BOTH\x10\x03*u\n\rPointSizeType\x12\x1f\n\x1bPOINT_SIZE_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15POINT_SIZE_TYPE_FIXED\x10\x01\x12(\n$POINT_SIZE_TYPE_PROPORTIONAL_TO_SIZE\x10\x02*e\n\x0cMetricFormat\x12\x1d\n\x19METRIC_FORMAT_UNSPECIFIED\x10\x00\x12\x18\n\x14METRIC_FORMAT_NUMBER\x10\x01\x12\x1c\n\x18METRIC_FORMAT_PLAIN_TEXT\x10\x02*\xc0\x01\n\x12MetricDisplayTrend\x12$\n METRIC_DISPLAY_TREND_UNSPECIFIED\x10\x00\x12\'\n#METRIC_DISPLAY_TREND_ABSOLUTE_VALUE\x10\x02\x12#\n\x1fMETRIC_DISPLAY_TREND_PERCENTAGE\x10\x03\x12\x36\n2METRIC_DISPLAY_TREND_ABSOLUTE_VALUE_AND_PERCENTAGE\x10\x04*r\n\x0fMetricTrendType\x12!\n\x1dMETRIC_TREND_TYPE_UNSPECIFIED\x10\x00\x12\x1d\n\x19METRIC_TREND_TYPE_REGULAR\x10\x01\x12\x1d\n\x19METRIC_TREND_TYPE_INVERSE\x10\x02*O\n\rVisualMapType\x12\x1f\n\x1bVISUAL_MAP_TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nCONTINUOUS\x10\x01\x12\r\n\tPIECEWISE\x10\x02\x32\xfe\x04\n\x15\x44\x61shboardChartService\x12\xc3\x01\n\x11GetDashboardChart\x12\x33.google.cloud.chronicle.v1.GetDashboardChartRequest\x1a).google.cloud.chronicle.v1.DashboardChart\"N\xda\x41\x04name\x82\xd3\xe4\x93\x02\x41\x12?/v1/{name=projects/*/locations/*/instances/*/dashboardCharts/*}\x12\xf1\x01\n\x17\x42\x61tchGetDashboardCharts\x12\x39.google.cloud.chronicle.v1.BatchGetDashboardChartsRequest\x1a:.google.cloud.chronicle.v1.BatchGetDashboardChartsResponse\"_\xda\x41\x0cparent,names\x82\xd3\xe4\x93\x02J\x12H/v1/{parent=projects/*/locations/*/instances/*}/dashboardCharts:batchGet\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\xca\x01\n\x1d\x63om.google.cloud.chronicle.v1B\x13\x44\x61shboardChartProtoP\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"
15
+
16
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
17
+ pool.add_serialized_file(descriptor_data)
18
+
19
+ module Google
20
+ module Cloud
21
+ module Chronicle
22
+ module V1
23
+ DashboardChart = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart").msgclass
24
+ DashboardChart::ChartDatasource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.ChartDatasource").msgclass
25
+ DashboardChart::Visualization = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization").msgclass
26
+ DashboardChart::Visualization::Axis = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Axis").msgclass
27
+ DashboardChart::Visualization::Series = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series").msgclass
28
+ DashboardChart::Visualization::Series::Encode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.Encode").msgclass
29
+ DashboardChart::Visualization::Series::DataLabel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.DataLabel").msgclass
30
+ DashboardChart::Visualization::Series::ItemStyle = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemStyle").msgclass
31
+ DashboardChart::Visualization::Series::AreaStyle = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.AreaStyle").msgclass
32
+ DashboardChart::Visualization::Series::UserSelectedValues = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.UserSelectedValues").msgclass
33
+ DashboardChart::Visualization::Series::ChartSliceColor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ChartSliceColor").msgclass
34
+ DashboardChart::Visualization::Series::ItemColors = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemColors").msgclass
35
+ DashboardChart::Visualization::Series::GaugeValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeValue").msgclass
36
+ DashboardChart::Visualization::Series::GaugeConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.GaugeConfig").msgclass
37
+ DashboardChart::Visualization::Series::MetricTrendConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Series.MetricTrendConfig").msgclass
38
+ DashboardChart::Visualization::Tooltip = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Tooltip").msgclass
39
+ DashboardChart::Visualization::Legend = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.Legend").msgclass
40
+ DashboardChart::Visualization::ColumnDef = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.ColumnDef").msgclass
41
+ DashboardChart::Visualization::ColumnRenderTypeSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.ColumnRenderTypeSettings").msgclass
42
+ DashboardChart::Visualization::ColumnTooltipSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.ColumnTooltipSettings").msgclass
43
+ DashboardChart::Visualization::TableConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.TableConfig").msgclass
44
+ DashboardChart::Visualization::GoogleMapsConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig").msgclass
45
+ DashboardChart::Visualization::GoogleMapsConfig::DataSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.DataSettings").msgclass
46
+ DashboardChart::Visualization::GoogleMapsConfig::MapPosition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.MapPosition").msgclass
47
+ DashboardChart::Visualization::GoogleMapsConfig::PointSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.GoogleMapsConfig.PointSettings").msgclass
48
+ DashboardChart::Visualization::VisualMap = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.VisualMap").msgclass
49
+ DashboardChart::Visualization::VisualMap::VisualMapPiece = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.Visualization.VisualMap.VisualMapPiece").msgclass
50
+ DashboardChart::DrillDownConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.DrillDownConfig").msgclass
51
+ DashboardChart::DrillDownConfig::DrillDown = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown").msgclass
52
+ DashboardChart::DrillDownConfig::DrillDown::DefaultDrillDownSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.DefaultDrillDownSettings").msgclass
53
+ DashboardChart::DrillDownConfig::DrillDown::CustomDrillDownSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings").msgclass
54
+ DashboardChart::DrillDownConfig::DrillDown::CustomDrillDownSettings::DrillDownQuery = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQuery").msgclass
55
+ DashboardChart::DrillDownConfig::DrillDown::CustomDrillDownSettings::DrillDownFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter").msgclass
56
+ DashboardChart::DrillDownConfig::DrillDown::CustomDrillDownSettings::DrillDownFilter::DrillDownDashboardFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter.DrillDownDashboardFilter").msgclass
57
+ DashboardChart::DrillDownConfig::DrillDown::CustomDrillDownSettings::DrillDownExternalLink = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLink").msgclass
58
+ Button = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.Button").msgclass
59
+ Button::Properties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.Button.Properties").msgclass
60
+ Markdown = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.Markdown").msgclass
61
+ Markdown::MarkdownProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.Markdown.MarkdownProperties").msgclass
62
+ GetDashboardChartRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.GetDashboardChartRequest").msgclass
63
+ BatchGetDashboardChartsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.BatchGetDashboardChartsRequest").msgclass
64
+ BatchGetDashboardChartsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.BatchGetDashboardChartsResponse").msgclass
65
+ TileType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.TileType").enummodule
66
+ RenderType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.RenderType").enummodule
67
+ AxisType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.AxisType").enummodule
68
+ SeriesType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.SeriesType").enummodule
69
+ SeriesStackStrategy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.SeriesStackStrategy").enummodule
70
+ ToolTipTrigger = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ToolTipTrigger").enummodule
71
+ LegendOrient = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.LegendOrient").enummodule
72
+ LegendAlign = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.LegendAlign").enummodule
73
+ ButtonStyle = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ButtonStyle").enummodule
74
+ PlotMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.PlotMode").enummodule
75
+ PointSizeType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.PointSizeType").enummodule
76
+ MetricFormat = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.MetricFormat").enummodule
77
+ MetricDisplayTrend = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.MetricDisplayTrend").enummodule
78
+ MetricTrendType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.MetricTrendType").enummodule
79
+ VisualMapType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.VisualMapType").enummodule
80
+ end
81
+ end
82
+ end
83
+ end