google-apis-alloydb_v1alpha 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: cd0b9bdb355e9486c9b7ff3f26a8b820589cc2d7dd12e47f30aaec3bf289d96c
4
- data.tar.gz: 4363c898185ff69e8e18c8c3aefa706f1b8f8ea6d8bdcb8e8b5feab7509be858
3
+ metadata.gz: b115dad5d19fc6272c381a3ad0e6af16ab6dc419b52948a23a78a0a9ba831362
4
+ data.tar.gz: dfa13a285b4895f6bb7e6091b2068ad305da7d27542aca783e8ba37ec20ea135
5
5
  SHA512:
6
- metadata.gz: 90a4f9f37b51c27d2b6b2aa6f281e2ff2722cda7c5c09771ab9ff838a551f1f6ab22a65616910dfc1592e4a730b66d4663281e56f8fce471cf055b5d8e4fcea0
7
- data.tar.gz: c374d1bd4176205dfbc9d98fe264c204ae5ddf6b5eddeac8c38683fbfbf6cf37d59058e70b5c20b5cdc676eac45c7a18b6dc41e454c1859cf8f47b2bac371c6f
6
+ metadata.gz: b076149fdfd655a01df25fa22f933e975c624aa30757fe9a6069e5a2f895567602b485583e5c4c0d32af3d1eca7fd08ad3fa1b9f5f16b79a50c87a7e81dd04b0
7
+ data.tar.gz: 5643151946c12c0bd44afedbc2b6ad22f31f6f4855007f6258caa94dd00389f9f968f2e955856a124959b2714184de92541452ca9f3742bd913018b2442a3489
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
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
@@ -3720,7 +3720,7 @@ module Google
3720
3720
  end
3721
3721
 
3722
3722
  # DatabaseResourceFeed is the top level proto to be used to ingest different
3723
- # database resource level events into Condor platform. Next ID: 11
3723
+ # database resource level events into Condor platform. Next ID: 12
3724
3724
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
3725
3725
  include Google::Apis::Core::Hashable
3726
3726
 
@@ -3737,6 +3737,13 @@ module Google
3737
3737
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData]
3738
3738
  attr_accessor :config_based_signal_data
3739
3739
 
3740
+ # Database resource signal data. This is used to send signals to Condor which
3741
+ # are based on the DB/Instance/Fleet level configurations. These will be used to
3742
+ # send signals for all inventory types. Next ID: 7
3743
+ # Corresponds to the JSON property `databaseResourceSignalData`
3744
+ # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData]
3745
+ attr_accessor :database_resource_signal_data
3746
+
3740
3747
  # Required. Timestamp when feed is generated.
3741
3748
  # Corresponds to the JSON property `feedTimestamp`
3742
3749
  # @return [String]
@@ -3767,7 +3774,7 @@ module Google
3767
3774
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
3768
3775
  attr_accessor :resource_id
3769
3776
 
3770
- # Common model for database resource instance metadata. Next ID: 26
3777
+ # Common model for database resource instance metadata. Next ID: 27
3771
3778
  # Corresponds to the JSON property `resourceMetadata`
3772
3779
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
3773
3780
  attr_accessor :resource_metadata
@@ -3790,6 +3797,7 @@ module Google
3790
3797
  def update!(**args)
3791
3798
  @backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
3792
3799
  @config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
3800
+ @database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
3793
3801
  @feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
3794
3802
  @feed_type = args[:feed_type] if args.key?(:feed_type)
3795
3803
  @observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
@@ -3964,7 +3972,7 @@ module Google
3964
3972
  end
3965
3973
  end
3966
3974
 
3967
- # Common model for database resource instance metadata. Next ID: 26
3975
+ # Common model for database resource instance metadata. Next ID: 27
3968
3976
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
3969
3977
  include Google::Apis::Core::Hashable
3970
3978
 
@@ -4108,6 +4116,12 @@ module Google
4108
4116
  # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUserLabels]
4109
4117
  attr_accessor :user_label_set
4110
4118
 
4119
+ # The resource zone. This is only applicable for zonal resources and will be
4120
+ # empty for regional and multi-regional resources.
4121
+ # Corresponds to the JSON property `zone`
4122
+ # @return [String]
4123
+ attr_accessor :zone
4124
+
4111
4125
  def initialize(**args)
4112
4126
  update!(**args)
4113
4127
  end
@@ -4138,6 +4152,7 @@ module Google
4138
4152
  @tags_set = args[:tags_set] if args.key?(:tags_set)
4139
4153
  @updation_time = args[:updation_time] if args.key?(:updation_time)
4140
4154
  @user_label_set = args[:user_label_set] if args.key?(:user_label_set)
4155
+ @zone = args[:zone] if args.key?(:zone)
4141
4156
  end
4142
4157
  end
4143
4158
 
@@ -4214,6 +4229,58 @@ module Google
4214
4229
  end
4215
4230
  end
4216
4231
 
4232
+ # Database resource signal data. This is used to send signals to Condor which
4233
+ # are based on the DB/Instance/Fleet level configurations. These will be used to
4234
+ # send signals for all inventory types. Next ID: 7
4235
+ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
4236
+ include Google::Apis::Core::Hashable
4237
+
4238
+ # Required. Full Resource name of the source resource.
4239
+ # Corresponds to the JSON property `fullResourceName`
4240
+ # @return [String]
4241
+ attr_accessor :full_resource_name
4242
+
4243
+ # Required. Last time signal was refreshed
4244
+ # Corresponds to the JSON property `lastRefreshTime`
4245
+ # @return [String]
4246
+ attr_accessor :last_refresh_time
4247
+
4248
+ # DatabaseResourceId will serve as primary key for any resource ingestion event.
4249
+ # Corresponds to the JSON property `resourceId`
4250
+ # @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
4251
+ attr_accessor :resource_id
4252
+
4253
+ # Signal data for boolean signals.
4254
+ # Corresponds to the JSON property `signalBoolValue`
4255
+ # @return [Boolean]
4256
+ attr_accessor :signal_bool_value
4257
+ alias_method :signal_bool_value?, :signal_bool_value
4258
+
4259
+ # Required. Output only. Signal state of the signal
4260
+ # Corresponds to the JSON property `signalState`
4261
+ # @return [String]
4262
+ attr_accessor :signal_state
4263
+
4264
+ # Required. Signal type of the signal
4265
+ # Corresponds to the JSON property `signalType`
4266
+ # @return [String]
4267
+ attr_accessor :signal_type
4268
+
4269
+ def initialize(**args)
4270
+ update!(**args)
4271
+ end
4272
+
4273
+ # Update properties of this object
4274
+ def update!(**args)
4275
+ @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
4276
+ @last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
4277
+ @resource_id = args[:resource_id] if args.key?(:resource_id)
4278
+ @signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
4279
+ @signal_state = args[:signal_state] if args.key?(:signal_state)
4280
+ @signal_type = args[:signal_type] if args.key?(:signal_type)
4281
+ end
4282
+ end
4283
+
4217
4284
  # Proto representing the access that a user has to a specific feature/service.
4218
4285
  # NextId: 3.
4219
4286
  class StorageDatabasecenterPartnerapiV1mainEntitlement
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1alpha
18
18
  # Version of the google-apis-alloydb_v1alpha 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
@@ -556,6 +556,12 @@ module Google
556
556
  include Google::Apis::Core::JsonObjectSupport
557
557
  end
558
558
 
559
+ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
559
565
  class StorageDatabasecenterPartnerapiV1mainEntitlement
560
566
  class Representation < Google::Apis::Core::JsonRepresentation; end
561
567
 
@@ -1637,6 +1643,8 @@ module Google
1637
1643
 
1638
1644
  property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
1639
1645
 
1646
+ property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData::Representation
1647
+
1640
1648
  property :feed_timestamp, as: 'feedTimestamp'
1641
1649
  property :feed_type, as: 'feedType'
1642
1650
  property :observability_metric_data, as: 'observabilityMetricData', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData::Representation
@@ -1725,6 +1733,7 @@ module Google
1725
1733
  property :updation_time, as: 'updationTime'
1726
1734
  property :user_label_set, as: 'userLabelSet', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUserLabels, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUserLabels::Representation
1727
1735
 
1736
+ property :zone, as: 'zone'
1728
1737
  end
1729
1738
  end
1730
1739
 
@@ -1742,6 +1751,19 @@ module Google
1742
1751
  end
1743
1752
  end
1744
1753
 
1754
+ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
1755
+ # @private
1756
+ class Representation < Google::Apis::Core::JsonRepresentation
1757
+ property :full_resource_name, as: 'fullResourceName'
1758
+ property :last_refresh_time, as: 'lastRefreshTime'
1759
+ property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
1760
+
1761
+ property :signal_bool_value, as: 'signalBoolValue'
1762
+ property :signal_state, as: 'signalState'
1763
+ property :signal_type, as: 'signalType'
1764
+ end
1765
+ end
1766
+
1745
1767
  class StorageDatabasecenterPartnerapiV1mainEntitlement
1746
1768
  # @private
1747
1769
  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_v1alpha
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_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.36.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: