google-apis-alloydb_v1alpha 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: d5dad50fe8cee4374ac95f6c3e1d25fbe00b5baa23b175783608c707389cd894
|
|
4
|
+
data.tar.gz: 7b9ef8f5396f5de68bfea76d6aad21ede4aa4764459b3421babf08342eb5e934
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8729c0660f453dc2426da2ae99968d9c41f1d1924b2d8404c2b3b5919442aa6b2d07539cf3255899aa064b5e3e16f50d32d46726ef093aeb001dc23ba02bf020
|
|
7
|
+
data.tar.gz: b67c0c3f22c62c03f1825d8790e93f8c7b96b7be3dfd2c5541b1dd20628e4342c3defa084d8da85ac8c658a8404e54e9f5098a00a440ddadf4a40e62a7d6d65f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-alloydb_v1alpha
|
|
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
|
|
@@ -1959,6 +1959,16 @@ module Google
|
|
|
1959
1959
|
# @return [String]
|
|
1960
1960
|
attr_accessor :create_time
|
|
1961
1961
|
|
|
1962
|
+
# Optional. Controls whether the Data API is enabled for this instance. When
|
|
1963
|
+
# enabled, this allows authorized users to connect to the instance from the
|
|
1964
|
+
# public internet using the `executeSql` API, even for private IP instances. If
|
|
1965
|
+
# this is not specified, the data API is enabled by default for Google internal
|
|
1966
|
+
# services like AlloyDB Studio. Disable it explicitly to disallow Google
|
|
1967
|
+
# internal services as well.
|
|
1968
|
+
# Corresponds to the JSON property `dataApiAccess`
|
|
1969
|
+
# @return [String]
|
|
1970
|
+
attr_accessor :data_api_access
|
|
1971
|
+
|
|
1962
1972
|
# Database flags. Set at the instance level. They are copied from the primary
|
|
1963
1973
|
# instance on secondary instance creation. Flags that have restrictions default
|
|
1964
1974
|
# to the value at primary instance on read instances during creation. Read
|
|
@@ -2154,6 +2164,7 @@ module Google
|
|
|
2154
2164
|
@client_connection_config = args[:client_connection_config] if args.key?(:client_connection_config)
|
|
2155
2165
|
@connection_pool_config = args[:connection_pool_config] if args.key?(:connection_pool_config)
|
|
2156
2166
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
2167
|
+
@data_api_access = args[:data_api_access] if args.key?(:data_api_access)
|
|
2157
2168
|
@database_flags = args[:database_flags] if args.key?(:database_flags)
|
|
2158
2169
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
2159
2170
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
@@ -3968,73 +3979,6 @@ module Google
|
|
|
3968
3979
|
end
|
|
3969
3980
|
end
|
|
3970
3981
|
|
|
3971
|
-
# BigQueryResourceMetadata contains information about the BigQuery resource.
|
|
3972
|
-
# Next ID: 9
|
|
3973
|
-
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
3974
|
-
include Google::Apis::Core::Hashable
|
|
3975
|
-
|
|
3976
|
-
# The creation time of the resource, i.e. the time when resource is created and
|
|
3977
|
-
# recorded in partner service.
|
|
3978
|
-
# Corresponds to the JSON property `createTime`
|
|
3979
|
-
# @return [String]
|
|
3980
|
-
attr_accessor :create_time
|
|
3981
|
-
|
|
3982
|
-
# Required. Full resource name of this instance.
|
|
3983
|
-
# Corresponds to the JSON property `fullResourceName`
|
|
3984
|
-
# @return [String]
|
|
3985
|
-
attr_accessor :full_resource_name
|
|
3986
|
-
|
|
3987
|
-
# Required. location of the resource
|
|
3988
|
-
# Corresponds to the JSON property `location`
|
|
3989
|
-
# @return [String]
|
|
3990
|
-
attr_accessor :location
|
|
3991
|
-
|
|
3992
|
-
# Product specification for Condor resources.
|
|
3993
|
-
# Corresponds to the JSON property `product`
|
|
3994
|
-
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterProtoCommonProduct]
|
|
3995
|
-
attr_accessor :product
|
|
3996
|
-
|
|
3997
|
-
# Closest parent Cloud Resource Manager container of this resource. It must be
|
|
3998
|
-
# resource name of a Cloud Resource Manager project with the format of "/", such
|
|
3999
|
-
# as "projects/123". For GCP provided resources, number should be project number.
|
|
4000
|
-
# Corresponds to the JSON property `resourceContainer`
|
|
4001
|
-
# @return [String]
|
|
4002
|
-
attr_accessor :resource_container
|
|
4003
|
-
|
|
4004
|
-
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
|
4005
|
-
# Corresponds to the JSON property `resourceId`
|
|
4006
|
-
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
|
4007
|
-
attr_accessor :resource_id
|
|
4008
|
-
|
|
4009
|
-
# The time at which the resource was updated and recorded at partner service.
|
|
4010
|
-
# Corresponds to the JSON property `updateTime`
|
|
4011
|
-
# @return [String]
|
|
4012
|
-
attr_accessor :update_time
|
|
4013
|
-
|
|
4014
|
-
# Message type for storing user labels. User labels are used to tag App Engine
|
|
4015
|
-
# resources, allowing users to search for resources matching a set of labels and
|
|
4016
|
-
# to aggregate usage data by labels.
|
|
4017
|
-
# Corresponds to the JSON property `userLabelSet`
|
|
4018
|
-
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUserLabels]
|
|
4019
|
-
attr_accessor :user_label_set
|
|
4020
|
-
|
|
4021
|
-
def initialize(**args)
|
|
4022
|
-
update!(**args)
|
|
4023
|
-
end
|
|
4024
|
-
|
|
4025
|
-
# Update properties of this object
|
|
4026
|
-
def update!(**args)
|
|
4027
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
4028
|
-
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
|
4029
|
-
@location = args[:location] if args.key?(:location)
|
|
4030
|
-
@product = args[:product] if args.key?(:product)
|
|
4031
|
-
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
|
4032
|
-
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
|
4033
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
4034
|
-
@user_label_set = args[:user_label_set] if args.key?(:user_label_set)
|
|
4035
|
-
end
|
|
4036
|
-
end
|
|
4037
|
-
|
|
4038
3982
|
# Contains compliance information about a security standard indicating unmet
|
|
4039
3983
|
# recommendations.
|
|
4040
3984
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
@@ -4140,12 +4084,6 @@ module Google
|
|
|
4140
4084
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata]
|
|
4141
4085
|
attr_accessor :backupdr_metadata
|
|
4142
4086
|
|
|
4143
|
-
# BigQueryResourceMetadata contains information about the BigQuery resource.
|
|
4144
|
-
# Next ID: 9
|
|
4145
|
-
# Corresponds to the JSON property `bigqueryResourceMetadata`
|
|
4146
|
-
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata]
|
|
4147
|
-
attr_accessor :bigquery_resource_metadata
|
|
4148
|
-
|
|
4149
4087
|
# Config based signal data. This is used to send signals to Condor which are
|
|
4150
4088
|
# based on the DB level configurations. These will be used to send signals for
|
|
4151
4089
|
# self managed databases.
|
|
@@ -4212,7 +4150,6 @@ module Google
|
|
|
4212
4150
|
# Update properties of this object
|
|
4213
4151
|
def update!(**args)
|
|
4214
4152
|
@backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
|
|
4215
|
-
@bigquery_resource_metadata = args[:bigquery_resource_metadata] if args.key?(:bigquery_resource_metadata)
|
|
4216
4153
|
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
|
4217
4154
|
@database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
|
|
4218
4155
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
|
@@ -4358,15 +4295,14 @@ module Google
|
|
|
4358
4295
|
attr_accessor :provider_description
|
|
4359
4296
|
|
|
4360
4297
|
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
|
|
4361
|
-
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
|
|
4362
|
-
# googleapis.com/
|
|
4363
|
-
# googleapis.com/Instance
|
|
4364
|
-
# com/
|
|
4365
|
-
# oracledatabase.googleapis.com/
|
|
4366
|
-
# googleapis.com/
|
|
4367
|
-
# spanner.googleapis.com/
|
|
4368
|
-
#
|
|
4369
|
-
# common-datamodel
|
|
4298
|
+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
|
|
4299
|
+
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
|
4300
|
+
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
|
4301
|
+
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
|
4302
|
+
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
|
|
4303
|
+
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
|
|
4304
|
+
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
|
4305
|
+
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
|
4370
4306
|
# Corresponds to the JSON property `resourceType`
|
|
4371
4307
|
# @return [String]
|
|
4372
4308
|
attr_accessor :resource_type
|
|
@@ -4816,12 +4752,24 @@ module Google
|
|
|
4816
4752
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
4817
4753
|
include Google::Apis::Core::Hashable
|
|
4818
4754
|
|
|
4755
|
+
# Optional. Baseline slots for BigQuery Reservations. Baseline slots are in
|
|
4756
|
+
# increments of 50.
|
|
4757
|
+
# Corresponds to the JSON property `baselineSlots`
|
|
4758
|
+
# @return [Fixnum]
|
|
4759
|
+
attr_accessor :baseline_slots
|
|
4760
|
+
|
|
4819
4761
|
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add
|
|
4820
4762
|
# proto validations again after bug fix.
|
|
4821
4763
|
# Corresponds to the JSON property `cpuCount`
|
|
4822
4764
|
# @return [Fixnum]
|
|
4823
4765
|
attr_accessor :cpu_count
|
|
4824
4766
|
|
|
4767
|
+
# Optional. Max slots for BigQuery Reservations. Max slots are in increments of
|
|
4768
|
+
# 50.
|
|
4769
|
+
# Corresponds to the JSON property `maxReservationSlots`
|
|
4770
|
+
# @return [Fixnum]
|
|
4771
|
+
attr_accessor :max_reservation_slots
|
|
4772
|
+
|
|
4825
4773
|
# Memory size in bytes. TODO(b/342344482) add proto validations again after bug
|
|
4826
4774
|
# fix.
|
|
4827
4775
|
# Corresponds to the JSON property `memorySizeInBytes`
|
|
@@ -4845,7 +4793,9 @@ module Google
|
|
|
4845
4793
|
|
|
4846
4794
|
# Update properties of this object
|
|
4847
4795
|
def update!(**args)
|
|
4796
|
+
@baseline_slots = args[:baseline_slots] if args.key?(:baseline_slots)
|
|
4848
4797
|
@cpu_count = args[:cpu_count] if args.key?(:cpu_count)
|
|
4798
|
+
@max_reservation_slots = args[:max_reservation_slots] if args.key?(:max_reservation_slots)
|
|
4849
4799
|
@memory_size_in_bytes = args[:memory_size_in_bytes] if args.key?(:memory_size_in_bytes)
|
|
4850
4800
|
@shard_count = args[:shard_count] if args.key?(:shard_count)
|
|
4851
4801
|
@vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
|
|
@@ -4992,12 +4942,23 @@ module Google
|
|
|
4992
4942
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule]
|
|
4993
4943
|
attr_accessor :maintenance_schedule
|
|
4994
4944
|
|
|
4945
|
+
# Output only. Current state of maintenance on the database resource.
|
|
4946
|
+
# Corresponds to the JSON property `maintenanceState`
|
|
4947
|
+
# @return [String]
|
|
4948
|
+
attr_accessor :maintenance_state
|
|
4949
|
+
|
|
4995
4950
|
# Optional. Current Maintenance version of the database resource. Example: "
|
|
4996
4951
|
# MYSQL_8_0_41.R20250531.01_15"
|
|
4997
4952
|
# Corresponds to the JSON property `maintenanceVersion`
|
|
4998
4953
|
# @return [String]
|
|
4999
4954
|
attr_accessor :maintenance_version
|
|
5000
4955
|
|
|
4956
|
+
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
4957
|
+
# the upcoming maintenance schedule is published.
|
|
4958
|
+
# Corresponds to the JSON property `upcomingMaintenance`
|
|
4959
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance]
|
|
4960
|
+
attr_accessor :upcoming_maintenance
|
|
4961
|
+
|
|
5001
4962
|
def initialize(**args)
|
|
5002
4963
|
update!(**args)
|
|
5003
4964
|
end
|
|
@@ -5006,7 +4967,9 @@ module Google
|
|
|
5006
4967
|
def update!(**args)
|
|
5007
4968
|
@deny_maintenance_schedules = args[:deny_maintenance_schedules] if args.key?(:deny_maintenance_schedules)
|
|
5008
4969
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
4970
|
+
@maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
|
|
5009
4971
|
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
4972
|
+
@upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
|
|
5010
4973
|
end
|
|
5011
4974
|
end
|
|
5012
4975
|
|
|
@@ -5113,6 +5076,32 @@ module Google
|
|
|
5113
5076
|
end
|
|
5114
5077
|
end
|
|
5115
5078
|
|
|
5079
|
+
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
5080
|
+
# the upcoming maintenance schedule is published.
|
|
5081
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
5082
|
+
include Google::Apis::Core::Hashable
|
|
5083
|
+
|
|
5084
|
+
# Optional. The end time of the upcoming maintenance.
|
|
5085
|
+
# Corresponds to the JSON property `endTime`
|
|
5086
|
+
# @return [String]
|
|
5087
|
+
attr_accessor :end_time
|
|
5088
|
+
|
|
5089
|
+
# Optional. The start time of the upcoming maintenance.
|
|
5090
|
+
# Corresponds to the JSON property `startTime`
|
|
5091
|
+
# @return [String]
|
|
5092
|
+
attr_accessor :start_time
|
|
5093
|
+
|
|
5094
|
+
def initialize(**args)
|
|
5095
|
+
update!(**args)
|
|
5096
|
+
end
|
|
5097
|
+
|
|
5098
|
+
# Update properties of this object
|
|
5099
|
+
def update!(**args)
|
|
5100
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
|
5101
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
5102
|
+
end
|
|
5103
|
+
end
|
|
5104
|
+
|
|
5116
5105
|
# Message type for storing user labels. User labels are used to tag App Engine
|
|
5117
5106
|
# resources, allowing users to search for resources matching a set of labels and
|
|
5118
5107
|
# to aggregate usage data by labels.
|
|
@@ -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.
|
|
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
|
|
@@ -556,12 +556,6 @@ module Google
|
|
|
556
556
|
include Google::Apis::Core::JsonObjectSupport
|
|
557
557
|
end
|
|
558
558
|
|
|
559
|
-
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
560
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
|
-
|
|
562
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
563
|
-
end
|
|
564
|
-
|
|
565
559
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
566
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
567
561
|
|
|
@@ -682,6 +676,12 @@ module Google
|
|
|
682
676
|
include Google::Apis::Core::JsonObjectSupport
|
|
683
677
|
end
|
|
684
678
|
|
|
679
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
681
|
+
|
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
683
|
+
end
|
|
684
|
+
|
|
685
685
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
|
686
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
687
687
|
|
|
@@ -1253,6 +1253,7 @@ module Google
|
|
|
1253
1253
|
property :connection_pool_config, as: 'connectionPoolConfig', class: Google::Apis::AlloydbV1alpha::ConnectionPoolConfig, decorator: Google::Apis::AlloydbV1alpha::ConnectionPoolConfig::Representation
|
|
1254
1254
|
|
|
1255
1255
|
property :create_time, as: 'createTime'
|
|
1256
|
+
property :data_api_access, as: 'dataApiAccess'
|
|
1256
1257
|
hash :database_flags, as: 'databaseFlags'
|
|
1257
1258
|
property :delete_time, as: 'deleteTime'
|
|
1258
1259
|
property :display_name, as: 'displayName'
|
|
@@ -1772,23 +1773,6 @@ module Google
|
|
|
1772
1773
|
end
|
|
1773
1774
|
end
|
|
1774
1775
|
|
|
1775
|
-
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
1776
|
-
# @private
|
|
1777
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1778
|
-
property :create_time, as: 'createTime'
|
|
1779
|
-
property :full_resource_name, as: 'fullResourceName'
|
|
1780
|
-
property :location, as: 'location'
|
|
1781
|
-
property :product, as: 'product', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterProtoCommonProduct, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterProtoCommonProduct::Representation
|
|
1782
|
-
|
|
1783
|
-
property :resource_container, as: 'resourceContainer'
|
|
1784
|
-
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
|
1785
|
-
|
|
1786
|
-
property :update_time, as: 'updateTime'
|
|
1787
|
-
property :user_label_set, as: 'userLabelSet', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUserLabels, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUserLabels::Representation
|
|
1788
|
-
|
|
1789
|
-
end
|
|
1790
|
-
end
|
|
1791
|
-
|
|
1792
1776
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
1793
1777
|
# @private
|
|
1794
1778
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1822,8 +1806,6 @@ module Google
|
|
|
1822
1806
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1823
1807
|
property :backupdr_metadata, as: 'backupdrMetadata', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata::Representation
|
|
1824
1808
|
|
|
1825
|
-
property :bigquery_resource_metadata, as: 'bigqueryResourceMetadata', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata::Representation
|
|
1826
|
-
|
|
1827
1809
|
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
|
|
1828
1810
|
|
|
1829
1811
|
property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData::Representation
|
|
@@ -1984,7 +1966,9 @@ module Google
|
|
|
1984
1966
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
|
1985
1967
|
# @private
|
|
1986
1968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1969
|
+
property :baseline_slots, :numeric_string => true, as: 'baselineSlots'
|
|
1987
1970
|
property :cpu_count, as: 'cpuCount'
|
|
1971
|
+
property :max_reservation_slots, :numeric_string => true, as: 'maxReservationSlots'
|
|
1988
1972
|
property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
|
|
1989
1973
|
property :shard_count, as: 'shardCount'
|
|
1990
1974
|
property :vcpu_count, as: 'vcpuCount'
|
|
@@ -2031,7 +2015,10 @@ module Google
|
|
|
2031
2015
|
|
|
2032
2016
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule::Representation
|
|
2033
2017
|
|
|
2018
|
+
property :maintenance_state, as: 'maintenanceState'
|
|
2034
2019
|
property :maintenance_version, as: 'maintenanceVersion'
|
|
2020
|
+
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance::Representation
|
|
2021
|
+
|
|
2035
2022
|
end
|
|
2036
2023
|
end
|
|
2037
2024
|
|
|
@@ -2063,6 +2050,14 @@ module Google
|
|
|
2063
2050
|
end
|
|
2064
2051
|
end
|
|
2065
2052
|
|
|
2053
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
2054
|
+
# @private
|
|
2055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2056
|
+
property :end_time, as: 'endTime'
|
|
2057
|
+
property :start_time, as: 'startTime'
|
|
2058
|
+
end
|
|
2059
|
+
end
|
|
2060
|
+
|
|
2066
2061
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
|
2067
2062
|
# @private
|
|
2068
2063
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
|
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_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.45.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:
|