google-apis-alloydb_v1beta 0.43.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0aca38c27438fc23d2da78dbd9de41005460b824e50aa010524b36b6dc924f4e
|
|
4
|
+
data.tar.gz: 45de9d4c6c8c3fbe26378b5b422a1d91e3da30df5f80e43b2cc3049e36f75868
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8826b426d7d1402c5c550ee469d521afe6c6f3e575ba8abc99d2c7e92e795710bf91485ef8de2cab868f8e90275a84c9ea99863e429fb39d975268b143f8276b
|
|
7
|
+
data.tar.gz: f7a5f23b655f68661d70db5d0657be3b4284a33a7d7d224b99edadaa83fd1bbba30738076fcc8d23081b2ae5edcbf6ce2847e567d491af1ed39ddcd96e38ef6f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-alloydb_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.45.0 (2026-02-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260122
|
|
6
|
+
|
|
7
|
+
### v0.44.0 (2026-01-18)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260108
|
|
10
|
+
|
|
3
11
|
### v0.43.0 (2025-12-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251204
|
|
@@ -1932,6 +1932,16 @@ module Google
|
|
|
1932
1932
|
# @return [String]
|
|
1933
1933
|
attr_accessor :create_time
|
|
1934
1934
|
|
|
1935
|
+
# Optional. Controls whether the Data API is enabled for this instance. When
|
|
1936
|
+
# enabled, this allows authorized users to connect to the instance from the
|
|
1937
|
+
# public internet using the `executeSql` API, even for private IP instances. If
|
|
1938
|
+
# this is not specified, the data API is enabled by default for Google internal
|
|
1939
|
+
# services like AlloyDB Studio. Disable it explicitly to disallow Google
|
|
1940
|
+
# internal services as well.
|
|
1941
|
+
# Corresponds to the JSON property `dataApiAccess`
|
|
1942
|
+
# @return [String]
|
|
1943
|
+
attr_accessor :data_api_access
|
|
1944
|
+
|
|
1935
1945
|
# Database flags. Set at the instance level. They are copied from the primary
|
|
1936
1946
|
# instance on secondary instance creation. Flags that have restrictions default
|
|
1937
1947
|
# to the value at primary instance on read instances during creation. Read
|
|
@@ -2121,6 +2131,7 @@ module Google
|
|
|
2121
2131
|
@client_connection_config = args[:client_connection_config] if args.key?(:client_connection_config)
|
|
2122
2132
|
@connection_pool_config = args[:connection_pool_config] if args.key?(:connection_pool_config)
|
|
2123
2133
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
2134
|
+
@data_api_access = args[:data_api_access] if args.key?(:data_api_access)
|
|
2124
2135
|
@database_flags = args[:database_flags] if args.key?(:database_flags)
|
|
2125
2136
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
2126
2137
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
@@ -3934,73 +3945,6 @@ module Google
|
|
|
3934
3945
|
end
|
|
3935
3946
|
end
|
|
3936
3947
|
|
|
3937
|
-
# BigQueryResourceMetadata contains information about the BigQuery resource.
|
|
3938
|
-
# Next ID: 9
|
|
3939
|
-
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
3940
|
-
include Google::Apis::Core::Hashable
|
|
3941
|
-
|
|
3942
|
-
# The creation time of the resource, i.e. the time when resource is created and
|
|
3943
|
-
# recorded in partner service.
|
|
3944
|
-
# Corresponds to the JSON property `createTime`
|
|
3945
|
-
# @return [String]
|
|
3946
|
-
attr_accessor :create_time
|
|
3947
|
-
|
|
3948
|
-
# Required. Full resource name of this instance.
|
|
3949
|
-
# Corresponds to the JSON property `fullResourceName`
|
|
3950
|
-
# @return [String]
|
|
3951
|
-
attr_accessor :full_resource_name
|
|
3952
|
-
|
|
3953
|
-
# Required. location of the resource
|
|
3954
|
-
# Corresponds to the JSON property `location`
|
|
3955
|
-
# @return [String]
|
|
3956
|
-
attr_accessor :location
|
|
3957
|
-
|
|
3958
|
-
# Product specification for Condor resources.
|
|
3959
|
-
# Corresponds to the JSON property `product`
|
|
3960
|
-
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct]
|
|
3961
|
-
attr_accessor :product
|
|
3962
|
-
|
|
3963
|
-
# Closest parent Cloud Resource Manager container of this resource. It must be
|
|
3964
|
-
# resource name of a Cloud Resource Manager project with the format of "/", such
|
|
3965
|
-
# as "projects/123". For GCP provided resources, number should be project number.
|
|
3966
|
-
# Corresponds to the JSON property `resourceContainer`
|
|
3967
|
-
# @return [String]
|
|
3968
|
-
attr_accessor :resource_container
|
|
3969
|
-
|
|
3970
|
-
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
|
3971
|
-
# Corresponds to the JSON property `resourceId`
|
|
3972
|
-
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
|
3973
|
-
attr_accessor :resource_id
|
|
3974
|
-
|
|
3975
|
-
# The time at which the resource was updated and recorded at partner service.
|
|
3976
|
-
# Corresponds to the JSON property `updateTime`
|
|
3977
|
-
# @return [String]
|
|
3978
|
-
attr_accessor :update_time
|
|
3979
|
-
|
|
3980
|
-
# Message type for storing user labels. User labels are used to tag App Engine
|
|
3981
|
-
# resources, allowing users to search for resources matching a set of labels and
|
|
3982
|
-
# to aggregate usage data by labels.
|
|
3983
|
-
# Corresponds to the JSON property `userLabelSet`
|
|
3984
|
-
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels]
|
|
3985
|
-
attr_accessor :user_label_set
|
|
3986
|
-
|
|
3987
|
-
def initialize(**args)
|
|
3988
|
-
update!(**args)
|
|
3989
|
-
end
|
|
3990
|
-
|
|
3991
|
-
# Update properties of this object
|
|
3992
|
-
def update!(**args)
|
|
3993
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
3994
|
-
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
|
3995
|
-
@location = args[:location] if args.key?(:location)
|
|
3996
|
-
@product = args[:product] if args.key?(:product)
|
|
3997
|
-
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
|
3998
|
-
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
|
3999
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
4000
|
-
@user_label_set = args[:user_label_set] if args.key?(:user_label_set)
|
|
4001
|
-
end
|
|
4002
|
-
end
|
|
4003
|
-
|
|
4004
3948
|
# Contains compliance information about a security standard indicating unmet
|
|
4005
3949
|
# recommendations.
|
|
4006
3950
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
@@ -4106,12 +4050,6 @@ module Google
|
|
|
4106
4050
|
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata]
|
|
4107
4051
|
attr_accessor :backupdr_metadata
|
|
4108
4052
|
|
|
4109
|
-
# BigQueryResourceMetadata contains information about the BigQuery resource.
|
|
4110
|
-
# Next ID: 9
|
|
4111
|
-
# Corresponds to the JSON property `bigqueryResourceMetadata`
|
|
4112
|
-
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata]
|
|
4113
|
-
attr_accessor :bigquery_resource_metadata
|
|
4114
|
-
|
|
4115
4053
|
# Config based signal data. This is used to send signals to Condor which are
|
|
4116
4054
|
# based on the DB level configurations. These will be used to send signals for
|
|
4117
4055
|
# self managed databases.
|
|
@@ -4178,7 +4116,6 @@ module Google
|
|
|
4178
4116
|
# Update properties of this object
|
|
4179
4117
|
def update!(**args)
|
|
4180
4118
|
@backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
|
|
4181
|
-
@bigquery_resource_metadata = args[:bigquery_resource_metadata] if args.key?(:bigquery_resource_metadata)
|
|
4182
4119
|
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
|
4183
4120
|
@database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
|
|
4184
4121
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
|
@@ -4324,15 +4261,14 @@ module Google
|
|
|
4324
4261
|
attr_accessor :provider_description
|
|
4325
4262
|
|
|
4326
4263
|
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
|
|
4327
|
-
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
|
|
4328
|
-
# googleapis.com/
|
|
4329
|
-
# googleapis.com/Instance
|
|
4330
|
-
# com/
|
|
4331
|
-
# oracledatabase.googleapis.com/
|
|
4332
|
-
# googleapis.com/
|
|
4333
|
-
# spanner.googleapis.com/
|
|
4334
|
-
#
|
|
4335
|
-
# common-datamodel
|
|
4264
|
+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
|
|
4265
|
+
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
|
4266
|
+
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
|
4267
|
+
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
|
4268
|
+
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
|
|
4269
|
+
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
|
|
4270
|
+
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
|
4271
|
+
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
|
4336
4272
|
# Corresponds to the JSON property `resourceType`
|
|
4337
4273
|
# @return [String]
|
|
4338
4274
|
attr_accessor :resource_type
|
|
@@ -4782,12 +4718,24 @@ module Google
|
|
|
4782
4718
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
4783
4719
|
include Google::Apis::Core::Hashable
|
|
4784
4720
|
|
|
4721
|
+
# Optional. Baseline slots for BigQuery Reservations. Baseline slots are in
|
|
4722
|
+
# increments of 50.
|
|
4723
|
+
# Corresponds to the JSON property `baselineSlots`
|
|
4724
|
+
# @return [Fixnum]
|
|
4725
|
+
attr_accessor :baseline_slots
|
|
4726
|
+
|
|
4785
4727
|
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add
|
|
4786
4728
|
# proto validations again after bug fix.
|
|
4787
4729
|
# Corresponds to the JSON property `cpuCount`
|
|
4788
4730
|
# @return [Fixnum]
|
|
4789
4731
|
attr_accessor :cpu_count
|
|
4790
4732
|
|
|
4733
|
+
# Optional. Max slots for BigQuery Reservations. Max slots are in increments of
|
|
4734
|
+
# 50.
|
|
4735
|
+
# Corresponds to the JSON property `maxReservationSlots`
|
|
4736
|
+
# @return [Fixnum]
|
|
4737
|
+
attr_accessor :max_reservation_slots
|
|
4738
|
+
|
|
4791
4739
|
# Memory size in bytes. TODO(b/342344482) add proto validations again after bug
|
|
4792
4740
|
# fix.
|
|
4793
4741
|
# Corresponds to the JSON property `memorySizeInBytes`
|
|
@@ -4811,7 +4759,9 @@ module Google
|
|
|
4811
4759
|
|
|
4812
4760
|
# Update properties of this object
|
|
4813
4761
|
def update!(**args)
|
|
4762
|
+
@baseline_slots = args[:baseline_slots] if args.key?(:baseline_slots)
|
|
4814
4763
|
@cpu_count = args[:cpu_count] if args.key?(:cpu_count)
|
|
4764
|
+
@max_reservation_slots = args[:max_reservation_slots] if args.key?(:max_reservation_slots)
|
|
4815
4765
|
@memory_size_in_bytes = args[:memory_size_in_bytes] if args.key?(:memory_size_in_bytes)
|
|
4816
4766
|
@shard_count = args[:shard_count] if args.key?(:shard_count)
|
|
4817
4767
|
@vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
|
|
@@ -4958,12 +4908,23 @@ module Google
|
|
|
4958
4908
|
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule]
|
|
4959
4909
|
attr_accessor :maintenance_schedule
|
|
4960
4910
|
|
|
4911
|
+
# Output only. Current state of maintenance on the database resource.
|
|
4912
|
+
# Corresponds to the JSON property `maintenanceState`
|
|
4913
|
+
# @return [String]
|
|
4914
|
+
attr_accessor :maintenance_state
|
|
4915
|
+
|
|
4961
4916
|
# Optional. Current Maintenance version of the database resource. Example: "
|
|
4962
4917
|
# MYSQL_8_0_41.R20250531.01_15"
|
|
4963
4918
|
# Corresponds to the JSON property `maintenanceVersion`
|
|
4964
4919
|
# @return [String]
|
|
4965
4920
|
attr_accessor :maintenance_version
|
|
4966
4921
|
|
|
4922
|
+
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
4923
|
+
# the upcoming maintenance schedule is published.
|
|
4924
|
+
# Corresponds to the JSON property `upcomingMaintenance`
|
|
4925
|
+
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance]
|
|
4926
|
+
attr_accessor :upcoming_maintenance
|
|
4927
|
+
|
|
4967
4928
|
def initialize(**args)
|
|
4968
4929
|
update!(**args)
|
|
4969
4930
|
end
|
|
@@ -4972,7 +4933,9 @@ module Google
|
|
|
4972
4933
|
def update!(**args)
|
|
4973
4934
|
@deny_maintenance_schedules = args[:deny_maintenance_schedules] if args.key?(:deny_maintenance_schedules)
|
|
4974
4935
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
4936
|
+
@maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
|
|
4975
4937
|
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
4938
|
+
@upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
|
|
4976
4939
|
end
|
|
4977
4940
|
end
|
|
4978
4941
|
|
|
@@ -5079,6 +5042,32 @@ module Google
|
|
|
5079
5042
|
end
|
|
5080
5043
|
end
|
|
5081
5044
|
|
|
5045
|
+
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
5046
|
+
# the upcoming maintenance schedule is published.
|
|
5047
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
5048
|
+
include Google::Apis::Core::Hashable
|
|
5049
|
+
|
|
5050
|
+
# Optional. The end time of the upcoming maintenance.
|
|
5051
|
+
# Corresponds to the JSON property `endTime`
|
|
5052
|
+
# @return [String]
|
|
5053
|
+
attr_accessor :end_time
|
|
5054
|
+
|
|
5055
|
+
# Optional. The start time of the upcoming maintenance.
|
|
5056
|
+
# Corresponds to the JSON property `startTime`
|
|
5057
|
+
# @return [String]
|
|
5058
|
+
attr_accessor :start_time
|
|
5059
|
+
|
|
5060
|
+
def initialize(**args)
|
|
5061
|
+
update!(**args)
|
|
5062
|
+
end
|
|
5063
|
+
|
|
5064
|
+
# Update properties of this object
|
|
5065
|
+
def update!(**args)
|
|
5066
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
|
5067
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
5068
|
+
end
|
|
5069
|
+
end
|
|
5070
|
+
|
|
5082
5071
|
# Message type for storing user labels. User labels are used to tag App Engine
|
|
5083
5072
|
# resources, allowing users to search for resources matching a set of labels and
|
|
5084
5073
|
# to aggregate usage data by labels.
|
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20260122"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -550,12 +550,6 @@ module Google
|
|
|
550
550
|
include Google::Apis::Core::JsonObjectSupport
|
|
551
551
|
end
|
|
552
552
|
|
|
553
|
-
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
554
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
555
|
-
|
|
556
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
557
|
-
end
|
|
558
|
-
|
|
559
553
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
560
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
555
|
|
|
@@ -676,6 +670,12 @@ module Google
|
|
|
676
670
|
include Google::Apis::Core::JsonObjectSupport
|
|
677
671
|
end
|
|
678
672
|
|
|
673
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
679
679
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
|
680
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
681
681
|
|
|
@@ -1239,6 +1239,7 @@ module Google
|
|
|
1239
1239
|
property :connection_pool_config, as: 'connectionPoolConfig', class: Google::Apis::AlloydbV1beta::ConnectionPoolConfig, decorator: Google::Apis::AlloydbV1beta::ConnectionPoolConfig::Representation
|
|
1240
1240
|
|
|
1241
1241
|
property :create_time, as: 'createTime'
|
|
1242
|
+
property :data_api_access, as: 'dataApiAccess'
|
|
1242
1243
|
hash :database_flags, as: 'databaseFlags'
|
|
1243
1244
|
property :delete_time, as: 'deleteTime'
|
|
1244
1245
|
property :display_name, as: 'displayName'
|
|
@@ -1757,23 +1758,6 @@ module Google
|
|
|
1757
1758
|
end
|
|
1758
1759
|
end
|
|
1759
1760
|
|
|
1760
|
-
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
1761
|
-
# @private
|
|
1762
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1763
|
-
property :create_time, as: 'createTime'
|
|
1764
|
-
property :full_resource_name, as: 'fullResourceName'
|
|
1765
|
-
property :location, as: 'location'
|
|
1766
|
-
property :product, as: 'product', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct::Representation
|
|
1767
|
-
|
|
1768
|
-
property :resource_container, as: 'resourceContainer'
|
|
1769
|
-
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
|
1770
|
-
|
|
1771
|
-
property :update_time, as: 'updateTime'
|
|
1772
|
-
property :user_label_set, as: 'userLabelSet', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels::Representation
|
|
1773
|
-
|
|
1774
|
-
end
|
|
1775
|
-
end
|
|
1776
|
-
|
|
1777
1761
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
1778
1762
|
# @private
|
|
1779
1763
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1807,8 +1791,6 @@ module Google
|
|
|
1807
1791
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1808
1792
|
property :backupdr_metadata, as: 'backupdrMetadata', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata::Representation
|
|
1809
1793
|
|
|
1810
|
-
property :bigquery_resource_metadata, as: 'bigqueryResourceMetadata', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata::Representation
|
|
1811
|
-
|
|
1812
1794
|
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
|
|
1813
1795
|
|
|
1814
1796
|
property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData::Representation
|
|
@@ -1969,7 +1951,9 @@ module Google
|
|
|
1969
1951
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
1970
1952
|
# @private
|
|
1971
1953
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1954
|
+
property :baseline_slots, :numeric_string => true, as: 'baselineSlots'
|
|
1972
1955
|
property :cpu_count, as: 'cpuCount'
|
|
1956
|
+
property :max_reservation_slots, :numeric_string => true, as: 'maxReservationSlots'
|
|
1973
1957
|
property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
|
|
1974
1958
|
property :shard_count, as: 'shardCount'
|
|
1975
1959
|
property :vcpu_count, as: 'vcpuCount'
|
|
@@ -2016,7 +2000,10 @@ module Google
|
|
|
2016
2000
|
|
|
2017
2001
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule::Representation
|
|
2018
2002
|
|
|
2003
|
+
property :maintenance_state, as: 'maintenanceState'
|
|
2019
2004
|
property :maintenance_version, as: 'maintenanceVersion'
|
|
2005
|
+
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance::Representation
|
|
2006
|
+
|
|
2020
2007
|
end
|
|
2021
2008
|
end
|
|
2022
2009
|
|
|
@@ -2048,6 +2035,14 @@ module Google
|
|
|
2048
2035
|
end
|
|
2049
2036
|
end
|
|
2050
2037
|
|
|
2038
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
2039
|
+
# @private
|
|
2040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2041
|
+
property :end_time, as: 'endTime'
|
|
2042
|
+
property :start_time, as: 'startTime'
|
|
2043
|
+
end
|
|
2044
|
+
end
|
|
2045
|
+
|
|
2051
2046
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
|
2052
2047
|
# @private
|
|
2053
2048
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
|
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_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.45.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:
|