google-apis-databasecenter_v1beta 0.1.0 → 0.2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 980d142e867d76349438e02a5807635c5fb329e2897a4d587a59c165027704b9
|
|
4
|
+
data.tar.gz: 516bbfa86649b768cd93985b685279d0027da127f2fb04743ac4ce7f79ea6146
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75819cdf7124eef4d8909bbf6bce27e41cfab481ed0580b57690fc3ca8f6edf27402407d55733e7fb0647debc860efb4c26f81fa182bc8eb45668fc020c315f3
|
|
7
|
+
data.tar.gz: bef053f0ef01f655f46fc3d867d9d04dadcdb224ea67bae2eb5e7552bc0a727192c276e4760a96edbb65d921fc39436086675296dc19bdfd055874dea857c0ba
|
data/CHANGELOG.md
CHANGED
|
@@ -1567,6 +1567,12 @@ module Google
|
|
|
1567
1567
|
# @return [Array<Google::Apis::DatabasecenterV1beta::SignalFilter>]
|
|
1568
1568
|
attr_accessor :signal_filters
|
|
1569
1569
|
|
|
1570
|
+
# Optional. Filters based on signal and product. The filter list will be ORed
|
|
1571
|
+
# across pairs and ANDed within a signal and products pair.
|
|
1572
|
+
# Corresponds to the JSON property `signalProductsFilters`
|
|
1573
|
+
# @return [Array<Google::Apis::DatabasecenterV1beta::SignalProductsFilters>]
|
|
1574
|
+
attr_accessor :signal_products_filters
|
|
1575
|
+
|
|
1570
1576
|
# Optional. Groups of signal types that are requested.
|
|
1571
1577
|
# Corresponds to the JSON property `signalTypeGroups`
|
|
1572
1578
|
# @return [Array<Google::Apis::DatabasecenterV1beta::SignalTypeGroup>]
|
|
@@ -1584,6 +1590,7 @@ module Google
|
|
|
1584
1590
|
@page_token = args[:page_token] if args.key?(:page_token)
|
|
1585
1591
|
@parent = args[:parent] if args.key?(:parent)
|
|
1586
1592
|
@signal_filters = args[:signal_filters] if args.key?(:signal_filters)
|
|
1593
|
+
@signal_products_filters = args[:signal_products_filters] if args.key?(:signal_products_filters)
|
|
1587
1594
|
@signal_type_groups = args[:signal_type_groups] if args.key?(:signal_type_groups)
|
|
1588
1595
|
end
|
|
1589
1596
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DatabasecenterV1beta
|
|
18
18
|
# Version of the google-apis-databasecenter_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260710"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -772,6 +772,8 @@ module Google
|
|
|
772
772
|
property :parent, as: 'parent'
|
|
773
773
|
collection :signal_filters, as: 'signalFilters', class: Google::Apis::DatabasecenterV1beta::SignalFilter, decorator: Google::Apis::DatabasecenterV1beta::SignalFilter::Representation
|
|
774
774
|
|
|
775
|
+
collection :signal_products_filters, as: 'signalProductsFilters', class: Google::Apis::DatabasecenterV1beta::SignalProductsFilters, decorator: Google::Apis::DatabasecenterV1beta::SignalProductsFilters::Representation
|
|
776
|
+
|
|
775
777
|
collection :signal_type_groups, as: 'signalTypeGroups', class: Google::Apis::DatabasecenterV1beta::SignalTypeGroup, decorator: Google::Apis::DatabasecenterV1beta::SignalTypeGroup::Representation
|
|
776
778
|
|
|
777
779
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-databasecenter_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-databasecenter_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-databasecenter_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-databasecenter_v1beta/v0.2.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-databasecenter_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|