google-apis-alloydb_v1 0.51.0 → 0.53.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/CHANGELOG.md +8 -0
- data/lib/google/apis/alloydb_v1/classes.rb +72 -83
- data/lib/google/apis/alloydb_v1/gem_version.rb +2 -2
- data/lib/google/apis/alloydb_v1/representations.rb +20 -25
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4e858682fc648cc3cff70a0dde46eb4c8105a1f25d6f3e69559299e1b7313b7
|
|
4
|
+
data.tar.gz: 9f654642f29ee1caddf6e7f719241ee3891f593a1e55b4c1bbe96b66cbcc87d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9d24e01314f60d7e9e7e3c332fa3da97332e3968393699993900262376795a24a3732ea3fb4fc3d0ed3e7bf8a98d34e3276c1ebb696c0ea9b4f290c310ad651
|
|
7
|
+
data.tar.gz: 917f145415a8267d00b0964dfcfcdd850fa4ec6d6d70bef4dc5ad67d86d5ad6ea97ff13890682a0b7e4e50b869f144bdfd2984a49b8c248082826a640ca7a374
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-alloydb_v1
|
|
2
2
|
|
|
3
|
+
### v0.53.0 (2026-02-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260122
|
|
6
|
+
|
|
7
|
+
### v0.52.0 (2026-01-18)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260108
|
|
10
|
+
|
|
3
11
|
### v0.51.0 (2025-12-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251204
|
|
@@ -1755,6 +1755,16 @@ module Google
|
|
|
1755
1755
|
# @return [String]
|
|
1756
1756
|
attr_accessor :create_time
|
|
1757
1757
|
|
|
1758
|
+
# Optional. Controls whether the Data API is enabled for this instance. When
|
|
1759
|
+
# enabled, this allows authorized users to connect to the instance from the
|
|
1760
|
+
# public internet using the `executeSql` API, even for private IP instances. If
|
|
1761
|
+
# this is not specified, the data API is enabled by default for Google internal
|
|
1762
|
+
# services like AlloyDB Studio. Disable it explicitly to disallow Google
|
|
1763
|
+
# internal services as well.
|
|
1764
|
+
# Corresponds to the JSON property `dataApiAccess`
|
|
1765
|
+
# @return [String]
|
|
1766
|
+
attr_accessor :data_api_access
|
|
1767
|
+
|
|
1758
1768
|
# Database flags. Set at the instance level. They are copied from the primary
|
|
1759
1769
|
# instance on secondary instance creation. Flags that have restrictions default
|
|
1760
1770
|
# to the value at primary instance on read instances during creation. Read
|
|
@@ -1928,6 +1938,7 @@ module Google
|
|
|
1928
1938
|
@client_connection_config = args[:client_connection_config] if args.key?(:client_connection_config)
|
|
1929
1939
|
@connection_pool_config = args[:connection_pool_config] if args.key?(:connection_pool_config)
|
|
1930
1940
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
1941
|
+
@data_api_access = args[:data_api_access] if args.key?(:data_api_access)
|
|
1931
1942
|
@database_flags = args[:database_flags] if args.key?(:database_flags)
|
|
1932
1943
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
1933
1944
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
@@ -3619,73 +3630,6 @@ module Google
|
|
|
3619
3630
|
end
|
|
3620
3631
|
end
|
|
3621
3632
|
|
|
3622
|
-
# BigQueryResourceMetadata contains information about the BigQuery resource.
|
|
3623
|
-
# Next ID: 9
|
|
3624
|
-
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
3625
|
-
include Google::Apis::Core::Hashable
|
|
3626
|
-
|
|
3627
|
-
# The creation time of the resource, i.e. the time when resource is created and
|
|
3628
|
-
# recorded in partner service.
|
|
3629
|
-
# Corresponds to the JSON property `createTime`
|
|
3630
|
-
# @return [String]
|
|
3631
|
-
attr_accessor :create_time
|
|
3632
|
-
|
|
3633
|
-
# Required. Full resource name of this instance.
|
|
3634
|
-
# Corresponds to the JSON property `fullResourceName`
|
|
3635
|
-
# @return [String]
|
|
3636
|
-
attr_accessor :full_resource_name
|
|
3637
|
-
|
|
3638
|
-
# Required. location of the resource
|
|
3639
|
-
# Corresponds to the JSON property `location`
|
|
3640
|
-
# @return [String]
|
|
3641
|
-
attr_accessor :location
|
|
3642
|
-
|
|
3643
|
-
# Product specification for Condor resources.
|
|
3644
|
-
# Corresponds to the JSON property `product`
|
|
3645
|
-
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterProtoCommonProduct]
|
|
3646
|
-
attr_accessor :product
|
|
3647
|
-
|
|
3648
|
-
# Closest parent Cloud Resource Manager container of this resource. It must be
|
|
3649
|
-
# resource name of a Cloud Resource Manager project with the format of "/", such
|
|
3650
|
-
# as "projects/123". For GCP provided resources, number should be project number.
|
|
3651
|
-
# Corresponds to the JSON property `resourceContainer`
|
|
3652
|
-
# @return [String]
|
|
3653
|
-
attr_accessor :resource_container
|
|
3654
|
-
|
|
3655
|
-
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
|
3656
|
-
# Corresponds to the JSON property `resourceId`
|
|
3657
|
-
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
|
3658
|
-
attr_accessor :resource_id
|
|
3659
|
-
|
|
3660
|
-
# The time at which the resource was updated and recorded at partner service.
|
|
3661
|
-
# Corresponds to the JSON property `updateTime`
|
|
3662
|
-
# @return [String]
|
|
3663
|
-
attr_accessor :update_time
|
|
3664
|
-
|
|
3665
|
-
# Message type for storing user labels. User labels are used to tag App Engine
|
|
3666
|
-
# resources, allowing users to search for resources matching a set of labels and
|
|
3667
|
-
# to aggregate usage data by labels.
|
|
3668
|
-
# Corresponds to the JSON property `userLabelSet`
|
|
3669
|
-
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUserLabels]
|
|
3670
|
-
attr_accessor :user_label_set
|
|
3671
|
-
|
|
3672
|
-
def initialize(**args)
|
|
3673
|
-
update!(**args)
|
|
3674
|
-
end
|
|
3675
|
-
|
|
3676
|
-
# Update properties of this object
|
|
3677
|
-
def update!(**args)
|
|
3678
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
3679
|
-
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
|
3680
|
-
@location = args[:location] if args.key?(:location)
|
|
3681
|
-
@product = args[:product] if args.key?(:product)
|
|
3682
|
-
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
|
3683
|
-
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
|
3684
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
3685
|
-
@user_label_set = args[:user_label_set] if args.key?(:user_label_set)
|
|
3686
|
-
end
|
|
3687
|
-
end
|
|
3688
|
-
|
|
3689
3633
|
# Contains compliance information about a security standard indicating unmet
|
|
3690
3634
|
# recommendations.
|
|
3691
3635
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
@@ -3791,12 +3735,6 @@ module Google
|
|
|
3791
3735
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata]
|
|
3792
3736
|
attr_accessor :backupdr_metadata
|
|
3793
3737
|
|
|
3794
|
-
# BigQueryResourceMetadata contains information about the BigQuery resource.
|
|
3795
|
-
# Next ID: 9
|
|
3796
|
-
# Corresponds to the JSON property `bigqueryResourceMetadata`
|
|
3797
|
-
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata]
|
|
3798
|
-
attr_accessor :bigquery_resource_metadata
|
|
3799
|
-
|
|
3800
3738
|
# Config based signal data. This is used to send signals to Condor which are
|
|
3801
3739
|
# based on the DB level configurations. These will be used to send signals for
|
|
3802
3740
|
# self managed databases.
|
|
@@ -3863,7 +3801,6 @@ module Google
|
|
|
3863
3801
|
# Update properties of this object
|
|
3864
3802
|
def update!(**args)
|
|
3865
3803
|
@backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
|
|
3866
|
-
@bigquery_resource_metadata = args[:bigquery_resource_metadata] if args.key?(:bigquery_resource_metadata)
|
|
3867
3804
|
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
|
3868
3805
|
@database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
|
|
3869
3806
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
|
@@ -4009,15 +3946,14 @@ module Google
|
|
|
4009
3946
|
attr_accessor :provider_description
|
|
4010
3947
|
|
|
4011
3948
|
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
|
|
4012
|
-
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
|
|
4013
|
-
# googleapis.com/
|
|
4014
|
-
# googleapis.com/Instance
|
|
4015
|
-
# com/
|
|
4016
|
-
# oracledatabase.googleapis.com/
|
|
4017
|
-
# googleapis.com/
|
|
4018
|
-
# spanner.googleapis.com/
|
|
4019
|
-
#
|
|
4020
|
-
# common-datamodel
|
|
3949
|
+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
|
|
3950
|
+
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
|
3951
|
+
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
|
3952
|
+
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
|
3953
|
+
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
|
|
3954
|
+
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
|
|
3955
|
+
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
|
3956
|
+
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
|
4021
3957
|
# Corresponds to the JSON property `resourceType`
|
|
4022
3958
|
# @return [String]
|
|
4023
3959
|
attr_accessor :resource_type
|
|
@@ -4467,12 +4403,24 @@ module Google
|
|
|
4467
4403
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
4468
4404
|
include Google::Apis::Core::Hashable
|
|
4469
4405
|
|
|
4406
|
+
# Optional. Baseline slots for BigQuery Reservations. Baseline slots are in
|
|
4407
|
+
# increments of 50.
|
|
4408
|
+
# Corresponds to the JSON property `baselineSlots`
|
|
4409
|
+
# @return [Fixnum]
|
|
4410
|
+
attr_accessor :baseline_slots
|
|
4411
|
+
|
|
4470
4412
|
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add
|
|
4471
4413
|
# proto validations again after bug fix.
|
|
4472
4414
|
# Corresponds to the JSON property `cpuCount`
|
|
4473
4415
|
# @return [Fixnum]
|
|
4474
4416
|
attr_accessor :cpu_count
|
|
4475
4417
|
|
|
4418
|
+
# Optional. Max slots for BigQuery Reservations. Max slots are in increments of
|
|
4419
|
+
# 50.
|
|
4420
|
+
# Corresponds to the JSON property `maxReservationSlots`
|
|
4421
|
+
# @return [Fixnum]
|
|
4422
|
+
attr_accessor :max_reservation_slots
|
|
4423
|
+
|
|
4476
4424
|
# Memory size in bytes. TODO(b/342344482) add proto validations again after bug
|
|
4477
4425
|
# fix.
|
|
4478
4426
|
# Corresponds to the JSON property `memorySizeInBytes`
|
|
@@ -4496,7 +4444,9 @@ module Google
|
|
|
4496
4444
|
|
|
4497
4445
|
# Update properties of this object
|
|
4498
4446
|
def update!(**args)
|
|
4447
|
+
@baseline_slots = args[:baseline_slots] if args.key?(:baseline_slots)
|
|
4499
4448
|
@cpu_count = args[:cpu_count] if args.key?(:cpu_count)
|
|
4449
|
+
@max_reservation_slots = args[:max_reservation_slots] if args.key?(:max_reservation_slots)
|
|
4500
4450
|
@memory_size_in_bytes = args[:memory_size_in_bytes] if args.key?(:memory_size_in_bytes)
|
|
4501
4451
|
@shard_count = args[:shard_count] if args.key?(:shard_count)
|
|
4502
4452
|
@vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
|
|
@@ -4643,12 +4593,23 @@ module Google
|
|
|
4643
4593
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule]
|
|
4644
4594
|
attr_accessor :maintenance_schedule
|
|
4645
4595
|
|
|
4596
|
+
# Output only. Current state of maintenance on the database resource.
|
|
4597
|
+
# Corresponds to the JSON property `maintenanceState`
|
|
4598
|
+
# @return [String]
|
|
4599
|
+
attr_accessor :maintenance_state
|
|
4600
|
+
|
|
4646
4601
|
# Optional. Current Maintenance version of the database resource. Example: "
|
|
4647
4602
|
# MYSQL_8_0_41.R20250531.01_15"
|
|
4648
4603
|
# Corresponds to the JSON property `maintenanceVersion`
|
|
4649
4604
|
# @return [String]
|
|
4650
4605
|
attr_accessor :maintenance_version
|
|
4651
4606
|
|
|
4607
|
+
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
4608
|
+
# the upcoming maintenance schedule is published.
|
|
4609
|
+
# Corresponds to the JSON property `upcomingMaintenance`
|
|
4610
|
+
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance]
|
|
4611
|
+
attr_accessor :upcoming_maintenance
|
|
4612
|
+
|
|
4652
4613
|
def initialize(**args)
|
|
4653
4614
|
update!(**args)
|
|
4654
4615
|
end
|
|
@@ -4657,7 +4618,9 @@ module Google
|
|
|
4657
4618
|
def update!(**args)
|
|
4658
4619
|
@deny_maintenance_schedules = args[:deny_maintenance_schedules] if args.key?(:deny_maintenance_schedules)
|
|
4659
4620
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
4621
|
+
@maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
|
|
4660
4622
|
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
4623
|
+
@upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
|
|
4661
4624
|
end
|
|
4662
4625
|
end
|
|
4663
4626
|
|
|
@@ -4764,6 +4727,32 @@ module Google
|
|
|
4764
4727
|
end
|
|
4765
4728
|
end
|
|
4766
4729
|
|
|
4730
|
+
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
4731
|
+
# the upcoming maintenance schedule is published.
|
|
4732
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
4733
|
+
include Google::Apis::Core::Hashable
|
|
4734
|
+
|
|
4735
|
+
# Optional. The end time of the upcoming maintenance.
|
|
4736
|
+
# Corresponds to the JSON property `endTime`
|
|
4737
|
+
# @return [String]
|
|
4738
|
+
attr_accessor :end_time
|
|
4739
|
+
|
|
4740
|
+
# Optional. The start time of the upcoming maintenance.
|
|
4741
|
+
# Corresponds to the JSON property `startTime`
|
|
4742
|
+
# @return [String]
|
|
4743
|
+
attr_accessor :start_time
|
|
4744
|
+
|
|
4745
|
+
def initialize(**args)
|
|
4746
|
+
update!(**args)
|
|
4747
|
+
end
|
|
4748
|
+
|
|
4749
|
+
# Update properties of this object
|
|
4750
|
+
def update!(**args)
|
|
4751
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
|
4752
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
4753
|
+
end
|
|
4754
|
+
end
|
|
4755
|
+
|
|
4767
4756
|
# Message type for storing user labels. User labels are used to tag App Engine
|
|
4768
4757
|
# resources, allowing users to search for resources matching a set of labels and
|
|
4769
4758
|
# to aggregate usage data by labels.
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.53.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 = "
|
|
25
|
+
REVISION = "20260122"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -526,12 +526,6 @@ module Google
|
|
|
526
526
|
include Google::Apis::Core::JsonObjectSupport
|
|
527
527
|
end
|
|
528
528
|
|
|
529
|
-
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
530
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
-
|
|
532
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
-
end
|
|
534
|
-
|
|
535
529
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
536
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
531
|
|
|
@@ -652,6 +646,12 @@ module Google
|
|
|
652
646
|
include Google::Apis::Core::JsonObjectSupport
|
|
653
647
|
end
|
|
654
648
|
|
|
649
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
651
|
+
|
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
653
|
+
end
|
|
654
|
+
|
|
655
655
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
|
656
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
657
|
|
|
@@ -1176,6 +1176,7 @@ module Google
|
|
|
1176
1176
|
property :connection_pool_config, as: 'connectionPoolConfig', class: Google::Apis::AlloydbV1::ConnectionPoolConfig, decorator: Google::Apis::AlloydbV1::ConnectionPoolConfig::Representation
|
|
1177
1177
|
|
|
1178
1178
|
property :create_time, as: 'createTime'
|
|
1179
|
+
property :data_api_access, as: 'dataApiAccess'
|
|
1179
1180
|
hash :database_flags, as: 'databaseFlags'
|
|
1180
1181
|
property :delete_time, as: 'deleteTime'
|
|
1181
1182
|
property :display_name, as: 'displayName'
|
|
@@ -1660,23 +1661,6 @@ module Google
|
|
|
1660
1661
|
end
|
|
1661
1662
|
end
|
|
1662
1663
|
|
|
1663
|
-
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
1664
|
-
# @private
|
|
1665
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1666
|
-
property :create_time, as: 'createTime'
|
|
1667
|
-
property :full_resource_name, as: 'fullResourceName'
|
|
1668
|
-
property :location, as: 'location'
|
|
1669
|
-
property :product, as: 'product', class: Google::Apis::AlloydbV1::StorageDatabasecenterProtoCommonProduct, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterProtoCommonProduct::Representation
|
|
1670
|
-
|
|
1671
|
-
property :resource_container, as: 'resourceContainer'
|
|
1672
|
-
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
|
1673
|
-
|
|
1674
|
-
property :update_time, as: 'updateTime'
|
|
1675
|
-
property :user_label_set, as: 'userLabelSet', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUserLabels, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUserLabels::Representation
|
|
1676
|
-
|
|
1677
|
-
end
|
|
1678
|
-
end
|
|
1679
|
-
|
|
1680
1664
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
1681
1665
|
# @private
|
|
1682
1666
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1710,8 +1694,6 @@ module Google
|
|
|
1710
1694
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1711
1695
|
property :backupdr_metadata, as: 'backupdrMetadata', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata::Representation
|
|
1712
1696
|
|
|
1713
|
-
property :bigquery_resource_metadata, as: 'bigqueryResourceMetadata', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata::Representation
|
|
1714
|
-
|
|
1715
1697
|
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
|
|
1716
1698
|
|
|
1717
1699
|
property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData::Representation
|
|
@@ -1872,7 +1854,9 @@ module Google
|
|
|
1872
1854
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
1873
1855
|
# @private
|
|
1874
1856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1857
|
+
property :baseline_slots, :numeric_string => true, as: 'baselineSlots'
|
|
1875
1858
|
property :cpu_count, as: 'cpuCount'
|
|
1859
|
+
property :max_reservation_slots, :numeric_string => true, as: 'maxReservationSlots'
|
|
1876
1860
|
property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
|
|
1877
1861
|
property :shard_count, as: 'shardCount'
|
|
1878
1862
|
property :vcpu_count, as: 'vcpuCount'
|
|
@@ -1919,7 +1903,10 @@ module Google
|
|
|
1919
1903
|
|
|
1920
1904
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule::Representation
|
|
1921
1905
|
|
|
1906
|
+
property :maintenance_state, as: 'maintenanceState'
|
|
1922
1907
|
property :maintenance_version, as: 'maintenanceVersion'
|
|
1908
|
+
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance::Representation
|
|
1909
|
+
|
|
1923
1910
|
end
|
|
1924
1911
|
end
|
|
1925
1912
|
|
|
@@ -1951,6 +1938,14 @@ module Google
|
|
|
1951
1938
|
end
|
|
1952
1939
|
end
|
|
1953
1940
|
|
|
1941
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
1942
|
+
# @private
|
|
1943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1944
|
+
property :end_time, as: 'endTime'
|
|
1945
|
+
property :start_time, as: 'startTime'
|
|
1946
|
+
end
|
|
1947
|
+
end
|
|
1948
|
+
|
|
1954
1949
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
|
1955
1950
|
# @private
|
|
1956
1951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
|
4
|
+
version: 0.53.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.53.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:
|