google-apis-alloydb_v1beta 0.35.0 → 0.36.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: 8a8711f673c116e5a825ed1fa1a28f6ca9078eb1ab7d2ae87fa8d34e069b1a70
4
- data.tar.gz: ab95d0c28d7fc55f5eef04330df468149574ac2128b4e440de4770edf634bb88
3
+ metadata.gz: efce621062c39b2d5d18ffd5df22edbb338454782a16abc4be7f3482add8f548
4
+ data.tar.gz: 1e678bd0003749bc94e1ffe8f9239cd897b51d15e254d481fedfa768746ca3fa
5
5
  SHA512:
6
- metadata.gz: 64aaeede853d32fa50df0ed295ad776325624789b8efd1f81e0f4a6f577ec6627788914d4a416cd7954fcc67e9457b134cd68ff1a4a20c9094b93b5cbc292505
7
- data.tar.gz: 13690bc7b66beca86b92ebf3737d3f4b94518a27a051ae53141db8f8a1711305231982b079ff1dcda04d4a93759bee279e0e4f249fbda0a525056e015f405b4b
6
+ metadata.gz: 62680bb86ec64bfcb83feb100304950a03c17298cd87183ff97d528147d9476a85f30f61560c249475c11a67dfce63a198adf9a573cd52046984fb0a6e599d36
7
+ data.tar.gz: 6f90ffb95c0dbf4cfc12822e96175166b0823b6db502cab174e5f613fc51494b4ce4e63a30cfb1d8e3873a605b2d8733db17d8d6a7aad5e49b53dcc2ff280109
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1beta
2
2
 
3
+ ### v0.36.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250904
6
+
3
7
  ### v0.35.0 (2025-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20250820
@@ -3686,7 +3686,7 @@ module Google
3686
3686
  end
3687
3687
 
3688
3688
  # DatabaseResourceFeed is the top level proto to be used to ingest different
3689
- # database resource level events into Condor platform. Next ID: 11
3689
+ # database resource level events into Condor platform. Next ID: 12
3690
3690
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
3691
3691
  include Google::Apis::Core::Hashable
3692
3692
 
@@ -3703,6 +3703,13 @@ module Google
3703
3703
  # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData]
3704
3704
  attr_accessor :config_based_signal_data
3705
3705
 
3706
+ # Database resource signal data. This is used to send signals to Condor which
3707
+ # are based on the DB/Instance/Fleet level configurations. These will be used to
3708
+ # send signals for all inventory types. Next ID: 7
3709
+ # Corresponds to the JSON property `databaseResourceSignalData`
3710
+ # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData]
3711
+ attr_accessor :database_resource_signal_data
3712
+
3706
3713
  # Required. Timestamp when feed is generated.
3707
3714
  # Corresponds to the JSON property `feedTimestamp`
3708
3715
  # @return [String]
@@ -3733,7 +3740,7 @@ module Google
3733
3740
  # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
3734
3741
  attr_accessor :resource_id
3735
3742
 
3736
- # Common model for database resource instance metadata. Next ID: 26
3743
+ # Common model for database resource instance metadata. Next ID: 27
3737
3744
  # Corresponds to the JSON property `resourceMetadata`
3738
3745
  # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
3739
3746
  attr_accessor :resource_metadata
@@ -3756,6 +3763,7 @@ module Google
3756
3763
  def update!(**args)
3757
3764
  @backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
3758
3765
  @config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
3766
+ @database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
3759
3767
  @feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
3760
3768
  @feed_type = args[:feed_type] if args.key?(:feed_type)
3761
3769
  @observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
@@ -3930,7 +3938,7 @@ module Google
3930
3938
  end
3931
3939
  end
3932
3940
 
3933
- # Common model for database resource instance metadata. Next ID: 26
3941
+ # Common model for database resource instance metadata. Next ID: 27
3934
3942
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
3935
3943
  include Google::Apis::Core::Hashable
3936
3944
 
@@ -4074,6 +4082,12 @@ module Google
4074
4082
  # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels]
4075
4083
  attr_accessor :user_label_set
4076
4084
 
4085
+ # The resource zone. This is only applicable for zonal resources and will be
4086
+ # empty for regional and multi-regional resources.
4087
+ # Corresponds to the JSON property `zone`
4088
+ # @return [String]
4089
+ attr_accessor :zone
4090
+
4077
4091
  def initialize(**args)
4078
4092
  update!(**args)
4079
4093
  end
@@ -4104,6 +4118,7 @@ module Google
4104
4118
  @tags_set = args[:tags_set] if args.key?(:tags_set)
4105
4119
  @updation_time = args[:updation_time] if args.key?(:updation_time)
4106
4120
  @user_label_set = args[:user_label_set] if args.key?(:user_label_set)
4121
+ @zone = args[:zone] if args.key?(:zone)
4107
4122
  end
4108
4123
  end
4109
4124
 
@@ -4180,6 +4195,58 @@ module Google
4180
4195
  end
4181
4196
  end
4182
4197
 
4198
+ # Database resource signal data. This is used to send signals to Condor which
4199
+ # are based on the DB/Instance/Fleet level configurations. These will be used to
4200
+ # send signals for all inventory types. Next ID: 7
4201
+ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
4202
+ include Google::Apis::Core::Hashable
4203
+
4204
+ # Required. Full Resource name of the source resource.
4205
+ # Corresponds to the JSON property `fullResourceName`
4206
+ # @return [String]
4207
+ attr_accessor :full_resource_name
4208
+
4209
+ # Required. Last time signal was refreshed
4210
+ # Corresponds to the JSON property `lastRefreshTime`
4211
+ # @return [String]
4212
+ attr_accessor :last_refresh_time
4213
+
4214
+ # DatabaseResourceId will serve as primary key for any resource ingestion event.
4215
+ # Corresponds to the JSON property `resourceId`
4216
+ # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
4217
+ attr_accessor :resource_id
4218
+
4219
+ # Signal data for boolean signals.
4220
+ # Corresponds to the JSON property `signalBoolValue`
4221
+ # @return [Boolean]
4222
+ attr_accessor :signal_bool_value
4223
+ alias_method :signal_bool_value?, :signal_bool_value
4224
+
4225
+ # Required. Output only. Signal state of the signal
4226
+ # Corresponds to the JSON property `signalState`
4227
+ # @return [String]
4228
+ attr_accessor :signal_state
4229
+
4230
+ # Required. Signal type of the signal
4231
+ # Corresponds to the JSON property `signalType`
4232
+ # @return [String]
4233
+ attr_accessor :signal_type
4234
+
4235
+ def initialize(**args)
4236
+ update!(**args)
4237
+ end
4238
+
4239
+ # Update properties of this object
4240
+ def update!(**args)
4241
+ @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
4242
+ @last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
4243
+ @resource_id = args[:resource_id] if args.key?(:resource_id)
4244
+ @signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
4245
+ @signal_state = args[:signal_state] if args.key?(:signal_state)
4246
+ @signal_type = args[:signal_type] if args.key?(:signal_type)
4247
+ end
4248
+ end
4249
+
4183
4250
  # Proto representing the access that a user has to a specific feature/service.
4184
4251
  # NextId: 3.
4185
4252
  class StorageDatabasecenterPartnerapiV1mainEntitlement
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1beta
18
18
  # Version of the google-apis-alloydb_v1beta gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250820"
25
+ REVISION = "20250904"
26
26
  end
27
27
  end
28
28
  end
@@ -550,6 +550,12 @@ module Google
550
550
  include Google::Apis::Core::JsonObjectSupport
551
551
  end
552
552
 
553
+ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
553
559
  class StorageDatabasecenterPartnerapiV1mainEntitlement
554
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
555
561
 
@@ -1622,6 +1628,8 @@ module Google
1622
1628
 
1623
1629
  property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
1624
1630
 
1631
+ property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData::Representation
1632
+
1625
1633
  property :feed_timestamp, as: 'feedTimestamp'
1626
1634
  property :feed_type, as: 'feedType'
1627
1635
  property :observability_metric_data, as: 'observabilityMetricData', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData::Representation
@@ -1710,6 +1718,7 @@ module Google
1710
1718
  property :updation_time, as: 'updationTime'
1711
1719
  property :user_label_set, as: 'userLabelSet', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels::Representation
1712
1720
 
1721
+ property :zone, as: 'zone'
1713
1722
  end
1714
1723
  end
1715
1724
 
@@ -1727,6 +1736,19 @@ module Google
1727
1736
  end
1728
1737
  end
1729
1738
 
1739
+ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
1740
+ # @private
1741
+ class Representation < Google::Apis::Core::JsonRepresentation
1742
+ property :full_resource_name, as: 'fullResourceName'
1743
+ property :last_refresh_time, as: 'lastRefreshTime'
1744
+ property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
1745
+
1746
+ property :signal_bool_value, as: 'signalBoolValue'
1747
+ property :signal_state, as: 'signalState'
1748
+ property :signal_type, as: 'signalType'
1749
+ end
1750
+ end
1751
+
1730
1752
  class StorageDatabasecenterPartnerapiV1mainEntitlement
1731
1753
  # @private
1732
1754
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -95,8 +95,8 @@ module Google
95
95
  # @param [String] name
96
96
  # The resource that owns the locations collection, if applicable.
97
97
  # @param [Array<String>, String] extra_location_types
98
- # Optional. Do not use this field. It is unsupported and is ignored unless
99
- # explicitly documented otherwise. This is primarily for internal usage.
98
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
99
+ # field which is primarily intended for internal usage.
100
100
  # @param [String] filter
101
101
  # A filter to narrow down results to a preferred subset. The filtering language
102
102
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-alloydb_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.36.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: