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
|
@@ -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
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Type
|
|
22
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
23
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
24
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
25
|
+
# following:
|
|
26
|
+
#
|
|
27
|
+
# * A full date, with non-zero year, month, and day values.
|
|
28
|
+
# * A month and day, with a zero year (for example, an anniversary).
|
|
29
|
+
# * A year on its own, with a zero month and a zero day.
|
|
30
|
+
# * A year and month, with a zero day (for example, a credit card expiration
|
|
31
|
+
# date).
|
|
32
|
+
#
|
|
33
|
+
# Related types:
|
|
34
|
+
#
|
|
35
|
+
# * [google.type.TimeOfDay][google.type.TimeOfDay]
|
|
36
|
+
# * [google.type.DateTime][google.type.DateTime]
|
|
37
|
+
# * {::Google::Protobuf::Timestamp google.protobuf.Timestamp}
|
|
38
|
+
# @!attribute [rw] year
|
|
39
|
+
# @return [::Integer]
|
|
40
|
+
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without
|
|
41
|
+
# a year.
|
|
42
|
+
# @!attribute [rw] month
|
|
43
|
+
# @return [::Integer]
|
|
44
|
+
# Month of a year. Must be from 1 to 12, or 0 to specify a year without a
|
|
45
|
+
# month and day.
|
|
46
|
+
# @!attribute [rw] day
|
|
47
|
+
# @return [::Integer]
|
|
48
|
+
# Day of a month. Must be from 1 to 31 and valid for the year and month, or 0
|
|
49
|
+
# to specify a year by itself or a year and month where the day isn't
|
|
50
|
+
# significant.
|
|
51
|
+
class Date
|
|
52
|
+
include ::Google::Protobuf::MessageExts
|
|
53
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
54
|
+
end
|
|
55
|
+
end
|
|
56
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-chronicle-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -37,11 +37,11 @@ dependencies:
|
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '1.0'
|
|
40
|
-
description: The Google Cloud Security Operations API
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
40
|
+
description: The Google Cloud Security Operations API (Chronicle API) provides endpoints
|
|
41
|
+
that help analysts investigate and mitigate security threats throughout their lifecycle.
|
|
42
|
+
Note that google-cloud-chronicle-v1 is a version-specific client library. For most
|
|
43
|
+
uses, we recommend installing the main client library google-cloud-chronicle instead.
|
|
44
|
+
See the readme for more details.
|
|
45
45
|
email: googleapis-packages@google.com
|
|
46
46
|
executables: []
|
|
47
47
|
extensions: []
|
|
@@ -53,6 +53,33 @@ files:
|
|
|
53
53
|
- README.md
|
|
54
54
|
- lib/google-cloud-chronicle-v1.rb
|
|
55
55
|
- lib/google/cloud/chronicle/v1.rb
|
|
56
|
+
- lib/google/cloud/chronicle/v1/big_query_export_pb.rb
|
|
57
|
+
- lib/google/cloud/chronicle/v1/big_query_export_service.rb
|
|
58
|
+
- lib/google/cloud/chronicle/v1/big_query_export_service/client.rb
|
|
59
|
+
- lib/google/cloud/chronicle/v1/big_query_export_service/credentials.rb
|
|
60
|
+
- lib/google/cloud/chronicle/v1/big_query_export_service/paths.rb
|
|
61
|
+
- lib/google/cloud/chronicle/v1/big_query_export_service/rest.rb
|
|
62
|
+
- lib/google/cloud/chronicle/v1/big_query_export_service/rest/client.rb
|
|
63
|
+
- lib/google/cloud/chronicle/v1/big_query_export_service/rest/service_stub.rb
|
|
64
|
+
- lib/google/cloud/chronicle/v1/big_query_export_services_pb.rb
|
|
65
|
+
- lib/google/cloud/chronicle/v1/dashboard_chart_pb.rb
|
|
66
|
+
- lib/google/cloud/chronicle/v1/dashboard_chart_service.rb
|
|
67
|
+
- lib/google/cloud/chronicle/v1/dashboard_chart_service/client.rb
|
|
68
|
+
- lib/google/cloud/chronicle/v1/dashboard_chart_service/credentials.rb
|
|
69
|
+
- lib/google/cloud/chronicle/v1/dashboard_chart_service/paths.rb
|
|
70
|
+
- lib/google/cloud/chronicle/v1/dashboard_chart_service/rest.rb
|
|
71
|
+
- lib/google/cloud/chronicle/v1/dashboard_chart_service/rest/client.rb
|
|
72
|
+
- lib/google/cloud/chronicle/v1/dashboard_chart_service/rest/service_stub.rb
|
|
73
|
+
- lib/google/cloud/chronicle/v1/dashboard_chart_services_pb.rb
|
|
74
|
+
- lib/google/cloud/chronicle/v1/dashboard_query_pb.rb
|
|
75
|
+
- lib/google/cloud/chronicle/v1/dashboard_query_service.rb
|
|
76
|
+
- lib/google/cloud/chronicle/v1/dashboard_query_service/client.rb
|
|
77
|
+
- lib/google/cloud/chronicle/v1/dashboard_query_service/credentials.rb
|
|
78
|
+
- lib/google/cloud/chronicle/v1/dashboard_query_service/paths.rb
|
|
79
|
+
- lib/google/cloud/chronicle/v1/dashboard_query_service/rest.rb
|
|
80
|
+
- lib/google/cloud/chronicle/v1/dashboard_query_service/rest/client.rb
|
|
81
|
+
- lib/google/cloud/chronicle/v1/dashboard_query_service/rest/service_stub.rb
|
|
82
|
+
- lib/google/cloud/chronicle/v1/dashboard_query_services_pb.rb
|
|
56
83
|
- lib/google/cloud/chronicle/v1/data_access_control_pb.rb
|
|
57
84
|
- lib/google/cloud/chronicle/v1/data_access_control_service.rb
|
|
58
85
|
- lib/google/cloud/chronicle/v1/data_access_control_service/client.rb
|
|
@@ -62,6 +89,15 @@ files:
|
|
|
62
89
|
- lib/google/cloud/chronicle/v1/data_access_control_service/rest/client.rb
|
|
63
90
|
- lib/google/cloud/chronicle/v1/data_access_control_service/rest/service_stub.rb
|
|
64
91
|
- lib/google/cloud/chronicle/v1/data_access_control_services_pb.rb
|
|
92
|
+
- lib/google/cloud/chronicle/v1/data_table_pb.rb
|
|
93
|
+
- lib/google/cloud/chronicle/v1/data_table_service.rb
|
|
94
|
+
- lib/google/cloud/chronicle/v1/data_table_service/client.rb
|
|
95
|
+
- lib/google/cloud/chronicle/v1/data_table_service/credentials.rb
|
|
96
|
+
- lib/google/cloud/chronicle/v1/data_table_service/paths.rb
|
|
97
|
+
- lib/google/cloud/chronicle/v1/data_table_service/rest.rb
|
|
98
|
+
- lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb
|
|
99
|
+
- lib/google/cloud/chronicle/v1/data_table_service/rest/service_stub.rb
|
|
100
|
+
- lib/google/cloud/chronicle/v1/data_table_services_pb.rb
|
|
65
101
|
- lib/google/cloud/chronicle/v1/entity_pb.rb
|
|
66
102
|
- lib/google/cloud/chronicle/v1/entity_service.rb
|
|
67
103
|
- lib/google/cloud/chronicle/v1/entity_service/client.rb
|
|
@@ -71,6 +107,16 @@ files:
|
|
|
71
107
|
- lib/google/cloud/chronicle/v1/entity_service/rest/client.rb
|
|
72
108
|
- lib/google/cloud/chronicle/v1/entity_service/rest/service_stub.rb
|
|
73
109
|
- lib/google/cloud/chronicle/v1/entity_services_pb.rb
|
|
110
|
+
- lib/google/cloud/chronicle/v1/featured_content_metadata_pb.rb
|
|
111
|
+
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_pb.rb
|
|
112
|
+
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service.rb
|
|
113
|
+
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/client.rb
|
|
114
|
+
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/credentials.rb
|
|
115
|
+
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/paths.rb
|
|
116
|
+
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest.rb
|
|
117
|
+
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/client.rb
|
|
118
|
+
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/service_stub.rb
|
|
119
|
+
- lib/google/cloud/chronicle/v1/featured_content_native_dashboard_services_pb.rb
|
|
74
120
|
- lib/google/cloud/chronicle/v1/instance_pb.rb
|
|
75
121
|
- lib/google/cloud/chronicle/v1/instance_service.rb
|
|
76
122
|
- lib/google/cloud/chronicle/v1/instance_service/client.rb
|
|
@@ -80,6 +126,15 @@ files:
|
|
|
80
126
|
- lib/google/cloud/chronicle/v1/instance_service/rest/client.rb
|
|
81
127
|
- lib/google/cloud/chronicle/v1/instance_service/rest/service_stub.rb
|
|
82
128
|
- lib/google/cloud/chronicle/v1/instance_services_pb.rb
|
|
129
|
+
- lib/google/cloud/chronicle/v1/native_dashboard_pb.rb
|
|
130
|
+
- lib/google/cloud/chronicle/v1/native_dashboard_service.rb
|
|
131
|
+
- lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb
|
|
132
|
+
- lib/google/cloud/chronicle/v1/native_dashboard_service/credentials.rb
|
|
133
|
+
- lib/google/cloud/chronicle/v1/native_dashboard_service/paths.rb
|
|
134
|
+
- lib/google/cloud/chronicle/v1/native_dashboard_service/rest.rb
|
|
135
|
+
- lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb
|
|
136
|
+
- lib/google/cloud/chronicle/v1/native_dashboard_service/rest/service_stub.rb
|
|
137
|
+
- lib/google/cloud/chronicle/v1/native_dashboard_services_pb.rb
|
|
83
138
|
- lib/google/cloud/chronicle/v1/reference_list_pb.rb
|
|
84
139
|
- lib/google/cloud/chronicle/v1/reference_list_service.rb
|
|
85
140
|
- lib/google/cloud/chronicle/v1/reference_list_service/client.rb
|
|
@@ -107,9 +162,16 @@ files:
|
|
|
107
162
|
- proto_docs/google/api/field_behavior.rb
|
|
108
163
|
- proto_docs/google/api/launch_stage.rb
|
|
109
164
|
- proto_docs/google/api/resource.rb
|
|
165
|
+
- proto_docs/google/cloud/chronicle/v1/big_query_export.rb
|
|
166
|
+
- proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb
|
|
167
|
+
- proto_docs/google/cloud/chronicle/v1/dashboard_query.rb
|
|
110
168
|
- proto_docs/google/cloud/chronicle/v1/data_access_control.rb
|
|
169
|
+
- proto_docs/google/cloud/chronicle/v1/data_table.rb
|
|
111
170
|
- proto_docs/google/cloud/chronicle/v1/entity.rb
|
|
171
|
+
- proto_docs/google/cloud/chronicle/v1/featured_content_metadata.rb
|
|
172
|
+
- proto_docs/google/cloud/chronicle/v1/featured_content_native_dashboard.rb
|
|
112
173
|
- proto_docs/google/cloud/chronicle/v1/instance.rb
|
|
174
|
+
- proto_docs/google/cloud/chronicle/v1/native_dashboard.rb
|
|
113
175
|
- proto_docs/google/cloud/chronicle/v1/reference_list.rb
|
|
114
176
|
- proto_docs/google/cloud/chronicle/v1/rule.rb
|
|
115
177
|
- proto_docs/google/longrunning/operations.rb
|
|
@@ -119,6 +181,7 @@ files:
|
|
|
119
181
|
- proto_docs/google/protobuf/field_mask.rb
|
|
120
182
|
- proto_docs/google/protobuf/timestamp.rb
|
|
121
183
|
- proto_docs/google/rpc/status.rb
|
|
184
|
+
- proto_docs/google/type/date.rb
|
|
122
185
|
- proto_docs/google/type/interval.rb
|
|
123
186
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
|
124
187
|
licenses:
|
|
@@ -140,7 +203,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
203
|
requirements: []
|
|
141
204
|
rubygems_version: 3.6.9
|
|
142
205
|
specification_version: 4
|
|
143
|
-
summary: The Google Cloud Security Operations API
|
|
144
|
-
|
|
145
|
-
threat throughout its lifecycle.
|
|
206
|
+
summary: The Google Cloud Security Operations API (Chronicle API) provides endpoints
|
|
207
|
+
that help analysts investigate and mitigate security threats throughout their lifecycle.
|
|
146
208
|
test_files: []
|