google-apis-alloydb_v1 0.44.0 → 0.45.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: 942d6f5d3cf5e232ccc194539affe32f68a3e27d9aa498ed208104410b5af08d
4
- data.tar.gz: 74c5ad857473fe39c99bd3b14c89d5870cc0543dc24dbb6bf37e52f1af74335b
3
+ metadata.gz: 45e9d24a9a0d84b01e3ca26e2150e5170f5908293416fb6cf84ea807db12f460
4
+ data.tar.gz: 1495508ab9bf2749f3c2aceb8716d97003044b1349b507ff46265f802ac42789
5
5
  SHA512:
6
- metadata.gz: 0f77961297df6e2eda66fd8d8306039b02b6c0f5d4aa0b3cb12bc2014ee29ebe1b1b067e91b850b3d203a16792b0e11fc26b56ba2a97ed74570d0c1f4f3d5fa8
7
- data.tar.gz: 751034cad433eeb7d0de0c44b67d9a342df7d52766a12349cc4c851032dacffee5e45d6136051e6d0af973220c25025f030a3bc4490c0d5a6684ffd0ddd673d8
6
+ metadata.gz: a1ff763e1f95052f994599cf7ebee5d10846d3e636989cb107a155dc587320b0c0e667cf41e1ca3c9ea40ab9279a1a41491ce6ba5833aaa58a40777cd18e107c
7
+ data.tar.gz: cfbcd31e908f4a51812db2855e54e3740391ce6404862ac42d170b58bbd95f08fdd334033f00000bb1282608c2be9d19c20b1d6a43cf5ef9a4974287420368be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.45.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250904
6
+
3
7
  ### v0.44.0 (2025-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20250820
@@ -3492,7 +3492,7 @@ module Google
3492
3492
  end
3493
3493
 
3494
3494
  # DatabaseResourceFeed is the top level proto to be used to ingest different
3495
- # database resource level events into Condor platform. Next ID: 11
3495
+ # database resource level events into Condor platform. Next ID: 12
3496
3496
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
3497
3497
  include Google::Apis::Core::Hashable
3498
3498
 
@@ -3509,6 +3509,13 @@ module Google
3509
3509
  # @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData]
3510
3510
  attr_accessor :config_based_signal_data
3511
3511
 
3512
+ # Database resource signal data. This is used to send signals to Condor which
3513
+ # are based on the DB/Instance/Fleet level configurations. These will be used to
3514
+ # send signals for all inventory types. Next ID: 7
3515
+ # Corresponds to the JSON property `databaseResourceSignalData`
3516
+ # @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData]
3517
+ attr_accessor :database_resource_signal_data
3518
+
3512
3519
  # Required. Timestamp when feed is generated.
3513
3520
  # Corresponds to the JSON property `feedTimestamp`
3514
3521
  # @return [String]
@@ -3539,7 +3546,7 @@ module Google
3539
3546
  # @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
3540
3547
  attr_accessor :resource_id
3541
3548
 
3542
- # Common model for database resource instance metadata. Next ID: 26
3549
+ # Common model for database resource instance metadata. Next ID: 27
3543
3550
  # Corresponds to the JSON property `resourceMetadata`
3544
3551
  # @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
3545
3552
  attr_accessor :resource_metadata
@@ -3562,6 +3569,7 @@ module Google
3562
3569
  def update!(**args)
3563
3570
  @backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
3564
3571
  @config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
3572
+ @database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
3565
3573
  @feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
3566
3574
  @feed_type = args[:feed_type] if args.key?(:feed_type)
3567
3575
  @observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
@@ -3736,7 +3744,7 @@ module Google
3736
3744
  end
3737
3745
  end
3738
3746
 
3739
- # Common model for database resource instance metadata. Next ID: 26
3747
+ # Common model for database resource instance metadata. Next ID: 27
3740
3748
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
3741
3749
  include Google::Apis::Core::Hashable
3742
3750
 
@@ -3880,6 +3888,12 @@ module Google
3880
3888
  # @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUserLabels]
3881
3889
  attr_accessor :user_label_set
3882
3890
 
3891
+ # The resource zone. This is only applicable for zonal resources and will be
3892
+ # empty for regional and multi-regional resources.
3893
+ # Corresponds to the JSON property `zone`
3894
+ # @return [String]
3895
+ attr_accessor :zone
3896
+
3883
3897
  def initialize(**args)
3884
3898
  update!(**args)
3885
3899
  end
@@ -3910,6 +3924,7 @@ module Google
3910
3924
  @tags_set = args[:tags_set] if args.key?(:tags_set)
3911
3925
  @updation_time = args[:updation_time] if args.key?(:updation_time)
3912
3926
  @user_label_set = args[:user_label_set] if args.key?(:user_label_set)
3927
+ @zone = args[:zone] if args.key?(:zone)
3913
3928
  end
3914
3929
  end
3915
3930
 
@@ -3986,6 +4001,58 @@ module Google
3986
4001
  end
3987
4002
  end
3988
4003
 
4004
+ # Database resource signal data. This is used to send signals to Condor which
4005
+ # are based on the DB/Instance/Fleet level configurations. These will be used to
4006
+ # send signals for all inventory types. Next ID: 7
4007
+ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
4008
+ include Google::Apis::Core::Hashable
4009
+
4010
+ # Required. Full Resource name of the source resource.
4011
+ # Corresponds to the JSON property `fullResourceName`
4012
+ # @return [String]
4013
+ attr_accessor :full_resource_name
4014
+
4015
+ # Required. Last time signal was refreshed
4016
+ # Corresponds to the JSON property `lastRefreshTime`
4017
+ # @return [String]
4018
+ attr_accessor :last_refresh_time
4019
+
4020
+ # DatabaseResourceId will serve as primary key for any resource ingestion event.
4021
+ # Corresponds to the JSON property `resourceId`
4022
+ # @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
4023
+ attr_accessor :resource_id
4024
+
4025
+ # Signal data for boolean signals.
4026
+ # Corresponds to the JSON property `signalBoolValue`
4027
+ # @return [Boolean]
4028
+ attr_accessor :signal_bool_value
4029
+ alias_method :signal_bool_value?, :signal_bool_value
4030
+
4031
+ # Required. Output only. Signal state of the signal
4032
+ # Corresponds to the JSON property `signalState`
4033
+ # @return [String]
4034
+ attr_accessor :signal_state
4035
+
4036
+ # Required. Signal type of the signal
4037
+ # Corresponds to the JSON property `signalType`
4038
+ # @return [String]
4039
+ attr_accessor :signal_type
4040
+
4041
+ def initialize(**args)
4042
+ update!(**args)
4043
+ end
4044
+
4045
+ # Update properties of this object
4046
+ def update!(**args)
4047
+ @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
4048
+ @last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
4049
+ @resource_id = args[:resource_id] if args.key?(:resource_id)
4050
+ @signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
4051
+ @signal_state = args[:signal_state] if args.key?(:signal_state)
4052
+ @signal_type = args[:signal_type] if args.key?(:signal_type)
4053
+ end
4054
+ end
4055
+
3989
4056
  # Proto representing the access that a user has to a specific feature/service.
3990
4057
  # NextId: 3.
3991
4058
  class StorageDatabasecenterPartnerapiV1mainEntitlement
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1
18
18
  # Version of the google-apis-alloydb_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.45.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
@@ -544,6 +544,12 @@ module Google
544
544
  include Google::Apis::Core::JsonObjectSupport
545
545
  end
546
546
 
547
+ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
547
553
  class StorageDatabasecenterPartnerapiV1mainEntitlement
548
554
  class Representation < Google::Apis::Core::JsonRepresentation; end
549
555
 
@@ -1576,6 +1582,8 @@ module Google
1576
1582
 
1577
1583
  property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
1578
1584
 
1585
+ property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData::Representation
1586
+
1579
1587
  property :feed_timestamp, as: 'feedTimestamp'
1580
1588
  property :feed_type, as: 'feedType'
1581
1589
  property :observability_metric_data, as: 'observabilityMetricData', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData::Representation
@@ -1664,6 +1672,7 @@ module Google
1664
1672
  property :updation_time, as: 'updationTime'
1665
1673
  property :user_label_set, as: 'userLabelSet', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUserLabels, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUserLabels::Representation
1666
1674
 
1675
+ property :zone, as: 'zone'
1667
1676
  end
1668
1677
  end
1669
1678
 
@@ -1681,6 +1690,19 @@ module Google
1681
1690
  end
1682
1691
  end
1683
1692
 
1693
+ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
1694
+ # @private
1695
+ class Representation < Google::Apis::Core::JsonRepresentation
1696
+ property :full_resource_name, as: 'fullResourceName'
1697
+ property :last_refresh_time, as: 'lastRefreshTime'
1698
+ property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
1699
+
1700
+ property :signal_bool_value, as: 'signalBoolValue'
1701
+ property :signal_state, as: 'signalState'
1702
+ property :signal_type, as: 'signalType'
1703
+ end
1704
+ end
1705
+
1684
1706
  class StorageDatabasecenterPartnerapiV1mainEntitlement
1685
1707
  # @private
1686
1708
  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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.44.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.45.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
62
62
  rdoc_options: []
63
63
  require_paths: