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.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +4 -4
- data/README.md +6 -6
- data/lib/google/cloud/chronicle/v1/big_query_export_pb.rb +34 -0
- data/lib/google/cloud/chronicle/v1/big_query_export_service/client.rb +682 -0
- data/lib/google/cloud/chronicle/v1/big_query_export_service/credentials.rb +49 -0
- data/lib/google/cloud/chronicle/v1/big_query_export_service/paths.rb +71 -0
- data/lib/google/cloud/chronicle/v1/big_query_export_service/rest/client.rb +618 -0
- data/lib/google/cloud/chronicle/v1/big_query_export_service/rest/service_stub.rb +266 -0
- data/lib/google/cloud/chronicle/v1/big_query_export_service/rest.rb +52 -0
- data/lib/google/cloud/chronicle/v1/big_query_export_service.rb +55 -0
- data/lib/google/cloud/chronicle/v1/big_query_export_services_pb.rb +51 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_pb.rb +83 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_service/client.rb +584 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_service/credentials.rb +49 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_service/paths.rb +73 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_service/rest/client.rb +527 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_service/rest/service_stub.rb +203 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_service/rest.rb +52 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_service.rb +55 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_services_pb.rb +47 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_pb.rb +58 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_service/client.rb +589 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_service/credentials.rb +49 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_service/paths.rb +94 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_service/rest/client.rb +532 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_service/rest/service_stub.rb +204 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_service/rest.rb +52 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_service.rb +55 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_services_pb.rb +47 -0
- data/lib/google/cloud/chronicle/v1/data_table_pb.rb +57 -0
- data/lib/google/cloud/chronicle/v1/data_table_service/client.rb +1915 -0
- data/lib/google/cloud/chronicle/v1/data_table_service/credentials.rb +49 -0
- data/lib/google/cloud/chronicle/v1/data_table_service/paths.rb +138 -0
- data/lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb +1767 -0
- data/lib/google/cloud/chronicle/v1/data_table_service/rest/service_stub.rb +1004 -0
- data/lib/google/cloud/chronicle/v1/data_table_service/rest.rb +52 -0
- data/lib/google/cloud/chronicle/v1/data_table_service.rb +55 -0
- data/lib/google/cloud/chronicle/v1/data_table_services_pb.rb +73 -0
- data/lib/google/cloud/chronicle/v1/featured_content_metadata_pb.rb +25 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_pb.rb +33 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/client.rb +717 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/credentials.rb +49 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/paths.rb +136 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/client.rb +653 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/service_stub.rb +265 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest.rb +53 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service.rb +56 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_services_pb.rb +50 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_pb.rb +61 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb +1611 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_service/credentials.rb +49 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_service/paths.rb +115 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb +1484 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest/service_stub.rb +822 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest.rb +52 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_service.rb +55 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_services_pb.rb +67 -0
- data/lib/google/cloud/chronicle/v1/rest.rb +7 -1
- data/lib/google/cloud/chronicle/v1/version.rb +1 -1
- data/lib/google/cloud/chronicle/v1.rb +8 -2
- data/proto_docs/google/api/client.rb +149 -29
- data/proto_docs/google/cloud/chronicle/v1/big_query_export.rb +142 -0
- data/proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb +923 -0
- data/proto_docs/google/cloud/chronicle/v1/dashboard_query.rb +653 -0
- data/proto_docs/google/cloud/chronicle/v1/data_table.rb +512 -0
- data/proto_docs/google/cloud/chronicle/v1/featured_content_metadata.rb +82 -0
- data/proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb +141 -0
- data/proto_docs/google/cloud/chronicle/v1/native_dashboard.rb +502 -0
- data/proto_docs/google/type/date.rb +56 -0
- metadata +71 -9
data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/service_stub.rb
ADDED
|
@@ -0,0 +1,265 @@
|
|
|
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/featured_content_native_dashboard_pb"
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Cloud
|
|
23
|
+
module Chronicle
|
|
24
|
+
module V1
|
|
25
|
+
module FeaturedContentNativeDashboardService
|
|
26
|
+
module Rest
|
|
27
|
+
##
|
|
28
|
+
# REST service stub for the FeaturedContentNativeDashboardService 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_featured_content_native_dashboard REST call
|
|
78
|
+
#
|
|
79
|
+
# @param request_pb [::Google::Cloud::Chronicle::V1::GetFeaturedContentNativeDashboardRequest]
|
|
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::FeaturedContentNativeDashboard]
|
|
86
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
87
|
+
#
|
|
88
|
+
# @return [::Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboard]
|
|
89
|
+
# A result object deserialized from the server's reply
|
|
90
|
+
def get_featured_content_native_dashboard 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_featured_content_native_dashboard_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_featured_content_native_dashboard",
|
|
106
|
+
options: options
|
|
107
|
+
)
|
|
108
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
|
109
|
+
result = ::Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboard.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 list_featured_content_native_dashboards REST call
|
|
118
|
+
#
|
|
119
|
+
# @param request_pb [::Google::Cloud::Chronicle::V1::ListFeaturedContentNativeDashboardsRequest]
|
|
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::ListFeaturedContentNativeDashboardsResponse]
|
|
126
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
127
|
+
#
|
|
128
|
+
# @return [::Google::Cloud::Chronicle::V1::ListFeaturedContentNativeDashboardsResponse]
|
|
129
|
+
# A result object deserialized from the server's reply
|
|
130
|
+
def list_featured_content_native_dashboards 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_list_featured_content_native_dashboards_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: "list_featured_content_native_dashboards",
|
|
146
|
+
options: options
|
|
147
|
+
)
|
|
148
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
|
149
|
+
result = ::Google::Cloud::Chronicle::V1::ListFeaturedContentNativeDashboardsResponse.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 install_featured_content_native_dashboard REST call
|
|
158
|
+
#
|
|
159
|
+
# @param request_pb [::Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardRequest]
|
|
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::InstallFeaturedContentNativeDashboardResponse]
|
|
166
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
167
|
+
#
|
|
168
|
+
# @return [::Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardResponse]
|
|
169
|
+
# A result object deserialized from the server's reply
|
|
170
|
+
def install_featured_content_native_dashboard 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_install_featured_content_native_dashboard_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: "install_featured_content_native_dashboard",
|
|
186
|
+
options: options
|
|
187
|
+
)
|
|
188
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
|
189
|
+
result = ::Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardResponse.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_featured_content_native_dashboard REST call
|
|
200
|
+
#
|
|
201
|
+
# @param request_pb [::Google::Cloud::Chronicle::V1::GetFeaturedContentNativeDashboardRequest]
|
|
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_featured_content_native_dashboard_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/[^/]+/contentHub/featuredContentNativeDashboards/[^/]+/?$}, false]
|
|
212
|
+
]
|
|
213
|
+
)
|
|
214
|
+
transcoder.transcode request_pb
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
##
|
|
218
|
+
# @private
|
|
219
|
+
#
|
|
220
|
+
# GRPC transcoding helper method for the list_featured_content_native_dashboards REST call
|
|
221
|
+
#
|
|
222
|
+
# @param request_pb [::Google::Cloud::Chronicle::V1::ListFeaturedContentNativeDashboardsRequest]
|
|
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_list_featured_content_native_dashboards_request request_pb
|
|
227
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
228
|
+
.with_bindings(
|
|
229
|
+
uri_method: :get,
|
|
230
|
+
uri_template: "/v1/{parent}/featuredContentNativeDashboards",
|
|
231
|
+
matches: [
|
|
232
|
+
["parent", %r{^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/?$}, false]
|
|
233
|
+
]
|
|
234
|
+
)
|
|
235
|
+
transcoder.transcode request_pb
|
|
236
|
+
end
|
|
237
|
+
|
|
238
|
+
##
|
|
239
|
+
# @private
|
|
240
|
+
#
|
|
241
|
+
# GRPC transcoding helper method for the install_featured_content_native_dashboard REST call
|
|
242
|
+
#
|
|
243
|
+
# @param request_pb [::Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardRequest]
|
|
244
|
+
# A request object representing the call parameters. Required.
|
|
245
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
|
246
|
+
# Uri, Body, Query string parameters
|
|
247
|
+
def self.transcode_install_featured_content_native_dashboard_request request_pb
|
|
248
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
|
249
|
+
.with_bindings(
|
|
250
|
+
uri_method: :post,
|
|
251
|
+
uri_template: "/v1/{name}:install",
|
|
252
|
+
body: "*",
|
|
253
|
+
matches: [
|
|
254
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/featuredContentNativeDashboards/[^/]+/?$}, false]
|
|
255
|
+
]
|
|
256
|
+
)
|
|
257
|
+
transcoder.transcode request_pb
|
|
258
|
+
end
|
|
259
|
+
end
|
|
260
|
+
end
|
|
261
|
+
end
|
|
262
|
+
end
|
|
263
|
+
end
|
|
264
|
+
end
|
|
265
|
+
end
|
|
@@ -0,0 +1,53 @@
|
|
|
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/featured_content_native_dashboard_service/credentials"
|
|
26
|
+
require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/paths"
|
|
27
|
+
require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/client"
|
|
28
|
+
|
|
29
|
+
module Google
|
|
30
|
+
module Cloud
|
|
31
|
+
module Chronicle
|
|
32
|
+
module V1
|
|
33
|
+
##
|
|
34
|
+
# This service provides functionality for managing
|
|
35
|
+
# FeaturedContentNativeDashboard.
|
|
36
|
+
#
|
|
37
|
+
# To load this service and instantiate a REST client:
|
|
38
|
+
#
|
|
39
|
+
# require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest"
|
|
40
|
+
# client = ::Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboardService::Rest::Client.new
|
|
41
|
+
#
|
|
42
|
+
module FeaturedContentNativeDashboardService
|
|
43
|
+
# Client for the REST transport
|
|
44
|
+
module Rest
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
helper_path = ::File.join __dir__, "rest", "helpers.rb"
|
|
53
|
+
require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/helpers" if ::File.file? helper_path
|
|
@@ -0,0 +1,56 @@
|
|
|
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/featured_content_native_dashboard_service/credentials"
|
|
26
|
+
require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/paths"
|
|
27
|
+
require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/client"
|
|
28
|
+
require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest"
|
|
29
|
+
|
|
30
|
+
module Google
|
|
31
|
+
module Cloud
|
|
32
|
+
module Chronicle
|
|
33
|
+
module V1
|
|
34
|
+
##
|
|
35
|
+
# This service provides functionality for managing
|
|
36
|
+
# FeaturedContentNativeDashboard.
|
|
37
|
+
#
|
|
38
|
+
# @example Load this service and instantiate a gRPC client
|
|
39
|
+
#
|
|
40
|
+
# require "google/cloud/chronicle/v1/featured_content_native_dashboard_service"
|
|
41
|
+
# client = ::Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboardService::Client.new
|
|
42
|
+
#
|
|
43
|
+
# @example Load this service and instantiate a REST client
|
|
44
|
+
#
|
|
45
|
+
# require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest"
|
|
46
|
+
# client = ::Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboardService::Rest::Client.new
|
|
47
|
+
#
|
|
48
|
+
module FeaturedContentNativeDashboardService
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
helper_path = ::File.join __dir__, "featured_content_native_dashboard_service", "helpers.rb"
|
|
56
|
+
require "google/cloud/chronicle/v1/featured_content_native_dashboard_service/helpers" if ::File.file? helper_path
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# Source: google/cloud/chronicle/v1/featured_content_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/featured_content_native_dashboard_pb'
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module Chronicle
|
|
25
|
+
module V1
|
|
26
|
+
module FeaturedContentNativeDashboardService
|
|
27
|
+
# This service provides functionality for managing
|
|
28
|
+
# FeaturedContentNativeDashboard.
|
|
29
|
+
class Service
|
|
30
|
+
|
|
31
|
+
include ::GRPC::GenericService
|
|
32
|
+
|
|
33
|
+
self.marshal_class_method = :encode
|
|
34
|
+
self.unmarshal_class_method = :decode
|
|
35
|
+
self.service_name = 'google.cloud.chronicle.v1.FeaturedContentNativeDashboardService'
|
|
36
|
+
|
|
37
|
+
# Get a native dashboard featured content.
|
|
38
|
+
rpc :GetFeaturedContentNativeDashboard, ::Google::Cloud::Chronicle::V1::GetFeaturedContentNativeDashboardRequest, ::Google::Cloud::Chronicle::V1::FeaturedContentNativeDashboard
|
|
39
|
+
# List all native dashboards featured content.
|
|
40
|
+
rpc :ListFeaturedContentNativeDashboards, ::Google::Cloud::Chronicle::V1::ListFeaturedContentNativeDashboardsRequest, ::Google::Cloud::Chronicle::V1::ListFeaturedContentNativeDashboardsResponse
|
|
41
|
+
# Install a native dashboard featured content.
|
|
42
|
+
rpc :InstallFeaturedContentNativeDashboard, ::Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardRequest, ::Google::Cloud::Chronicle::V1::InstallFeaturedContentNativeDashboardResponse
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
Stub = Service.rpc_stub_class
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/chronicle/v1/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/dashboard_chart_pb'
|
|
12
|
+
require 'google/cloud/chronicle/v1/dashboard_query_pb'
|
|
13
|
+
require 'google/protobuf/empty_pb'
|
|
14
|
+
require 'google/protobuf/field_mask_pb'
|
|
15
|
+
require 'google/protobuf/timestamp_pb'
|
|
16
|
+
require 'google/rpc/status_pb'
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
descriptor_data = "\n0google/cloud/chronicle/v1/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/google/cloud/chronicle/v1/dashboard_chart.proto\x1a/google/cloud/chronicle/v1/dashboard_query.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17google/rpc/status.proto\"u\n\x1d\x45xportNativeDashboardsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(chronicle.googleapis.com/NativeDashboard\x12\x12\n\x05names\x18\x02 \x03(\tB\x03\xe0\x41\x02\"{\n\x1e\x45xportNativeDashboardsResponse\x12J\n\x12inline_destination\x18\x01 \x01(\x0b\x32,.google.cloud.chronicle.v1.InlineDestinationH\x00\x42\r\n\x0b\x64\x65stination\"g\n\x11InlineDestination\x12R\n\ndashboards\x18\x01 \x03(\x0b\x32>.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries\"\xfe\x01\n#NativeDashboardWithChartsAndQueries\x12\x42\n\tdashboard\x18\x01 \x01(\x0b\x32*.google.cloud.chronicle.v1.NativeDashboardB\x03\xe0\x41\x01\x12H\n\x10\x64\x61shboard_charts\x18\x02 \x03(\x0b\x32).google.cloud.chronicle.v1.DashboardChartB\x03\xe0\x41\x01\x12I\n\x11\x64\x61shboard_queries\x18\x03 \x03(\x0b\x32).google.cloud.chronicle.v1.DashboardQueryB\x03\xe0\x41\x01\"\xb5\x01\n\x1dImportNativeDashboardsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(chronicle.googleapis.com/NativeDashboard\x12R\n\x06source\x18\x02 \x01(\x0b\x32=.google.cloud.chronicle.v1.ImportNativeDashboardsInlineSourceB\x03\xe0\x41\x02\"}\n\"ImportNativeDashboardsInlineSource\x12W\n\ndashboards\x18\x01 \x03(\x0b\x32>.google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueriesB\x03\xe0\x41\x02\"e\n\x1eImportNativeDashboardsResponse\x12\x43\n\x07results\x18\x01 \x03(\x0b\x32-.google.cloud.chronicle.v1.ImportExportStatusB\x03\xe0\x41\x03\"P\n\x12ImportExportStatus\x12\x11\n\tdashboard\x18\x01 \x01(\t\x12\'\n\x06status\x18\x02 \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\"\x85\x06\n\x0fNativeDashboard\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x03\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard\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\x12G\n\ndefinition\x18\x04 \x01(\x0b\x32..google.cloud.chronicle.v1.DashboardDefinitionB\x03\xe0\x41\x01\x12;\n\x04type\x18\x05 \x01(\x0e\x32(.google.cloud.chronicle.v1.DashboardTypeB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1b\n\x0e\x63reate_user_id\x18\x08 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0eupdate_user_id\x18\t \x01(\tB\x03\xe0\x41\x03\x12N\n\x13\x64\x61shboard_user_data\x18\n \x01(\x0b\x32,.google.cloud.chronicle.v1.DashboardUserDataB\x03\xe0\x41\x03\x12\x11\n\x04\x65tag\x18\x0b \x01(\tB\x03\xe0\x41\x01\x12?\n\x06\x61\x63\x63\x65ss\x18\x0c \x01(\x0e\x32*.google.cloud.chronicle.v1.DashboardAccessB\x03\xe0\x41\x03:\xac\x01\xea\x41\xa8\x01\n(chronicle.googleapis.com/NativeDashboard\x12Yprojects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}*\x10nativeDashboards2\x0fnativeDashboard\"\xab\x01\n\x1c\x43reateNativeDashboardRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(chronicle.googleapis.com/NativeDashboard\x12I\n\x10native_dashboard\x18\x02 \x01(\x0b\x32*.google.cloud.chronicle.v1.NativeDashboardB\x03\xe0\x41\x02\"\x9e\x01\n\x19GetNativeDashboardRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard\x12\x41\n\x04view\x18\x02 \x01(\x0e\x32..google.cloud.chronicle.v1.NativeDashboardViewB\x03\xe0\x41\x01\"\xd3\x01\n\x1bListNativeDashboardsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(chronicle.googleapis.com/NativeDashboard\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\x41\n\x04view\x18\x04 \x01(\x0e\x32..google.cloud.chronicle.v1.NativeDashboardViewB\x03\xe0\x41\x01\"~\n\x1cListNativeDashboardsResponse\x12\x45\n\x11native_dashboards\x18\x01 \x03(\x0b\x32*.google.cloud.chronicle.v1.NativeDashboard\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x9f\x01\n\x1cUpdateNativeDashboardRequest\x12I\n\x10native_dashboard\x18\x01 \x01(\x0b\x32*.google.cloud.chronicle.v1.NativeDashboardB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"\xac\x01\n\x1f\x44uplicateNativeDashboardRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard\x12I\n\x10native_dashboard\x18\x02 \x01(\x0b\x32*.google.cloud.chronicle.v1.NativeDashboardB\x03\xe0\x41\x02\"^\n\x1c\x44\x65leteNativeDashboardRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard\"\xc6\x02\n\x0f\x41\x64\x64\x43hartRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard\x12G\n\x0f\x64\x61shboard_query\x18\x02 \x01(\x0b\x32).google.cloud.chronicle.v1.DashboardQueryB\x03\xe0\x41\x01\x12G\n\x0f\x64\x61shboard_chart\x18\x03 \x01(\x0b\x32).google.cloud.chronicle.v1.DashboardChartB\x03\xe0\x41\x02\x12\x61\n\x0c\x63hart_layout\x18\x04 \x01(\x0b\x32\x46.google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayoutB\x03\xe0\x41\x02\"\x9c\x01\n\x10\x41\x64\x64\x43hartResponse\x12\x44\n\x10native_dashboard\x18\x01 \x01(\x0b\x32*.google.cloud.chronicle.v1.NativeDashboard\x12\x42\n\x0f\x64\x61shboard_chart\x18\x02 \x01(\x0b\x32).google.cloud.chronicle.v1.DashboardChart\"\xe4\x02\n\x10\x45\x64itChartRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard\x12G\n\x0f\x64\x61shboard_query\x18\x02 \x01(\x0b\x32).google.cloud.chronicle.v1.DashboardQueryB\x03\xe0\x41\x01\x12G\n\x0f\x64\x61shboard_chart\x18\x03 \x01(\x0b\x32).google.cloud.chronicle.v1.DashboardChartB\x03\xe0\x41\x01\x12\x32\n\tedit_mask\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12J\n\x11language_features\x18\x05 \x03(\x0e\x32*.google.cloud.chronicle.v1.LanguageFeatureB\x03\xe0\x41\x01\"\x9d\x01\n\x11\x45\x64itChartResponse\x12\x44\n\x10native_dashboard\x18\x01 \x01(\x0b\x32*.google.cloud.chronicle.v1.NativeDashboard\x12\x42\n\x0f\x64\x61shboard_chart\x18\x02 \x01(\x0b\x32).google.cloud.chronicle.v1.DashboardChart\"\x9e\x01\n\x12RemoveChartRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard\x12H\n\x0f\x64\x61shboard_chart\x18\x02 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'chronicle.googleapis.com/DashboardChart\"\xa1\x01\n\x15\x44uplicateChartRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(chronicle.googleapis.com/NativeDashboard\x12H\n\x0f\x64\x61shboard_chart\x18\x02 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'chronicle.googleapis.com/DashboardChart\"\xa2\x01\n\x16\x44uplicateChartResponse\x12\x44\n\x10native_dashboard\x18\x01 \x01(\x0b\x32*.google.cloud.chronicle.v1.NativeDashboard\x12\x42\n\x0f\x64\x61shboard_chart\x18\x02 \x01(\x0b\x32).google.cloud.chronicle.v1.DashboardChart\"\\\n\x11\x44\x61shboardUserData\x12\x34\n\x10last_viewed_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tis_pinned\x18\x02 \x01(\x08\"\xf3\x03\n\x13\x44\x61shboardDefinition\x12;\n\x07\x66ilters\x18\x01 \x03(\x0b\x32*.google.cloud.chronicle.v1.DashboardFilter\x12\x13\n\x0b\x66ingerprint\x18\x02 \x01(\t\x12J\n\x06\x63harts\x18\x04 \x03(\x0b\x32:.google.cloud.chronicle.v1.DashboardDefinition.ChartConfig\x1a\xbd\x02\n\x0b\x43hartConfig\x12H\n\x0f\x64\x61shboard_chart\x18\x01 \x01(\tB/\xe0\x41\x03\xfa\x41)\n\'chronicle.googleapis.com/DashboardChart\x12\\\n\x0c\x63hart_layout\x18\x02 \x01(\x0b\x32\x46.google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayout\x12\x13\n\x0b\x66ilters_ids\x18\x04 \x03(\t\x1aq\n\x0b\x43hartLayout\x12\x14\n\x07start_x\x18\t \x01(\x05H\x00\x88\x01\x01\x12\x0e\n\x06span_x\x18\n \x01(\x05\x12\x14\n\x07start_y\x18\x0b \x01(\x05H\x01\x88\x01\x01\x12\x0e\n\x06span_y\x18\x0c \x01(\x05\x42\n\n\x08_start_xB\n\n\x08_start_y*r\n\rDashboardType\x12\x1e\n\x1a\x44\x41SHBOARD_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x43URATED\x10\x01\x12\x0b\n\x07PRIVATE\x10\x02\x12\n\n\x06PUBLIC\x10\x03\x12\n\n\x06\x43USTOM\x10\x04\x12\x0f\n\x0bMARKETPLACE\x10\x05*`\n\x0f\x44\x61shboardAccess\x12 \n\x1c\x44\x41SHBOARD_ACCESS_UNSPECIFIED\x10\x00\x12\x15\n\x11\x44\x41SHBOARD_PRIVATE\x10\x01\x12\x14\n\x10\x44\x41SHBOARD_PUBLIC\x10\x02*}\n\x13NativeDashboardView\x12%\n!NATIVE_DASHBOARD_VIEW_UNSPECIFIED\x10\x00\x12\x1f\n\x1bNATIVE_DASHBOARD_VIEW_BASIC\x10\x01\x12\x1e\n\x1aNATIVE_DASHBOARD_VIEW_FULL\x10\x02\x32\x86\x17\n\x16NativeDashboardService\x12\xf2\x01\n\x15\x43reateNativeDashboard\x12\x37.google.cloud.chronicle.v1.CreateNativeDashboardRequest\x1a*.google.cloud.chronicle.v1.NativeDashboard\"t\xda\x41\x17parent,native_dashboard\x82\xd3\xe4\x93\x02T\"@/v1/{parent=projects/*/locations/*/instances/*}/nativeDashboards:\x10native_dashboard\x12\xc7\x01\n\x12GetNativeDashboard\x12\x34.google.cloud.chronicle.v1.GetNativeDashboardRequest\x1a*.google.cloud.chronicle.v1.NativeDashboard\"O\xda\x41\x04name\x82\xd3\xe4\x93\x02\x42\x12@/v1/{name=projects/*/locations/*/instances/*/nativeDashboards/*}\x12\xda\x01\n\x14ListNativeDashboards\x12\x36.google.cloud.chronicle.v1.ListNativeDashboardsRequest\x1a\x37.google.cloud.chronicle.v1.ListNativeDashboardsResponse\"Q\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x42\x12@/v1/{parent=projects/*/locations/*/instances/*}/nativeDashboards\x12\x89\x02\n\x15UpdateNativeDashboard\x12\x37.google.cloud.chronicle.v1.UpdateNativeDashboardRequest\x1a*.google.cloud.chronicle.v1.NativeDashboard\"\x8a\x01\xda\x41\x1cnative_dashboard,update_mask\x82\xd3\xe4\x93\x02\x65\x32Q/v1/{native_dashboard.name=projects/*/locations/*/instances/*/nativeDashboards/*}:\x10native_dashboard\x12\xf2\x01\n\x18\x44uplicateNativeDashboard\x12:.google.cloud.chronicle.v1.DuplicateNativeDashboardRequest\x1a*.google.cloud.chronicle.v1.NativeDashboard\"n\xda\x41\x16name, native_dashboard\x82\xd3\xe4\x93\x02O\"J/v1/{name=projects/*/locations/*/instances/*/nativeDashboards/*}:duplicate:\x01*\x12\xb9\x01\n\x15\x44\x65leteNativeDashboard\x12\x37.google.cloud.chronicle.v1.DeleteNativeDashboardRequest\x1a\x16.google.protobuf.Empty\"O\xda\x41\x04name\x82\xd3\xe4\x93\x02\x42*@/v1/{name=projects/*/locations/*/instances/*/nativeDashboards/*}\x12\xe2\x01\n\x08\x41\x64\x64\x43hart\x12*.google.cloud.chronicle.v1.AddChartRequest\x1a+.google.cloud.chronicle.v1.AddChartResponse\"}\xda\x41&name, dashboard_query, dashboard_chart\x82\xd3\xe4\x93\x02N\"I/v1/{name=projects/*/locations/*/instances/*/nativeDashboards/*}:addChart:\x01*\x12\xc8\x01\n\x0bRemoveChart\x12-.google.cloud.chronicle.v1.RemoveChartRequest\x1a*.google.cloud.chronicle.v1.NativeDashboard\"^\xda\x41\x04name\x82\xd3\xe4\x93\x02Q\"L/v1/{name=projects/*/locations/*/instances/*/nativeDashboards/*}:removeChart:\x01*\x12\xf2\x01\n\tEditChart\x12+.google.cloud.chronicle.v1.EditChartRequest\x1a,.google.cloud.chronicle.v1.EditChartResponse\"\x89\x01\xda\x41\x31name, dashboard_query, dashboard_chart, edit_mask\x82\xd3\xe4\x93\x02O\"J/v1/{name=projects/*/locations/*/instances/*/nativeDashboards/*}:editChart:\x01*\x12\xd8\x01\n\x0e\x44uplicateChart\x12\x30.google.cloud.chronicle.v1.DuplicateChartRequest\x1a\x31.google.cloud.chronicle.v1.DuplicateChartResponse\"a\xda\x41\x04name\x82\xd3\xe4\x93\x02T\"O/v1/{name=projects/*/locations/*/instances/*/nativeDashboards/*}:duplicateChart:\x01*\x12\xf1\x01\n\x16\x45xportNativeDashboards\x12\x38.google.cloud.chronicle.v1.ExportNativeDashboardsRequest\x1a\x39.google.cloud.chronicle.v1.ExportNativeDashboardsResponse\"b\xda\x41\rparent, names\x82\xd3\xe4\x93\x02L\"G/v1/{parent=projects/*/locations/*/instances/*}/nativeDashboards:export:\x01*\x12\xf1\x01\n\x16ImportNativeDashboards\x12\x38.google.cloud.chronicle.v1.ImportNativeDashboardsRequest\x1a\x39.google.cloud.chronicle.v1.ImportNativeDashboardsResponse\"b\xda\x41\rparent,source\x82\xd3\xe4\x93\x02L\"G/v1/{parent=projects/*/locations/*/instances/*}/nativeDashboards:import:\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\xcb\x01\n\x1d\x63om.google.cloud.chronicle.v1B\x14NativeDashboardProtoP\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"
|
|
20
|
+
|
|
21
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
22
|
+
pool.add_serialized_file(descriptor_data)
|
|
23
|
+
|
|
24
|
+
module Google
|
|
25
|
+
module Cloud
|
|
26
|
+
module Chronicle
|
|
27
|
+
module V1
|
|
28
|
+
ExportNativeDashboardsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ExportNativeDashboardsRequest").msgclass
|
|
29
|
+
ExportNativeDashboardsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ExportNativeDashboardsResponse").msgclass
|
|
30
|
+
InlineDestination = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.InlineDestination").msgclass
|
|
31
|
+
NativeDashboardWithChartsAndQueries = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries").msgclass
|
|
32
|
+
ImportNativeDashboardsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ImportNativeDashboardsRequest").msgclass
|
|
33
|
+
ImportNativeDashboardsInlineSource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ImportNativeDashboardsInlineSource").msgclass
|
|
34
|
+
ImportNativeDashboardsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ImportNativeDashboardsResponse").msgclass
|
|
35
|
+
ImportExportStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ImportExportStatus").msgclass
|
|
36
|
+
NativeDashboard = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.NativeDashboard").msgclass
|
|
37
|
+
CreateNativeDashboardRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.CreateNativeDashboardRequest").msgclass
|
|
38
|
+
GetNativeDashboardRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.GetNativeDashboardRequest").msgclass
|
|
39
|
+
ListNativeDashboardsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ListNativeDashboardsRequest").msgclass
|
|
40
|
+
ListNativeDashboardsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.ListNativeDashboardsResponse").msgclass
|
|
41
|
+
UpdateNativeDashboardRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.UpdateNativeDashboardRequest").msgclass
|
|
42
|
+
DuplicateNativeDashboardRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DuplicateNativeDashboardRequest").msgclass
|
|
43
|
+
DeleteNativeDashboardRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DeleteNativeDashboardRequest").msgclass
|
|
44
|
+
AddChartRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.AddChartRequest").msgclass
|
|
45
|
+
AddChartResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.AddChartResponse").msgclass
|
|
46
|
+
EditChartRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.EditChartRequest").msgclass
|
|
47
|
+
EditChartResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.EditChartResponse").msgclass
|
|
48
|
+
RemoveChartRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.RemoveChartRequest").msgclass
|
|
49
|
+
DuplicateChartRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DuplicateChartRequest").msgclass
|
|
50
|
+
DuplicateChartResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DuplicateChartResponse").msgclass
|
|
51
|
+
DashboardUserData = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardUserData").msgclass
|
|
52
|
+
DashboardDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardDefinition").msgclass
|
|
53
|
+
DashboardDefinition::ChartConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardDefinition.ChartConfig").msgclass
|
|
54
|
+
DashboardDefinition::ChartConfig::ChartLayout = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayout").msgclass
|
|
55
|
+
DashboardType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardType").enummodule
|
|
56
|
+
DashboardAccess = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.DashboardAccess").enummodule
|
|
57
|
+
NativeDashboardView = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.chronicle.v1.NativeDashboardView").enummodule
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
end
|
|
61
|
+
end
|