google-apis-alloydb_v1alpha 0.22.0 → 0.24.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: 1320f43c0b326c569c7ea77af35355f1687abe13eef3019e4b15ca23d0480319
|
4
|
+
data.tar.gz: 99d75e9140986706a2de05cccf30ff1c273d59cdd5d851582f6ed13dec9e3c2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 645313ed701d57e946468fffd6516fc14e23c3c679e293bba4ebfe51a6e343e65713998aaeca2e4dcfed26183ca68b55eaf1ab5e105c21a27c21ceaeed1acd07
|
7
|
+
data.tar.gz: 67e0bf9c403dcde40b5ec4e231c96e7527d359ce262f625382a4014dc24252eaa5e455f964c1fb64c25a38828426dda3596034ece069f76d479b2271148b69fb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1alpha
|
2
2
|
|
3
|
+
### v0.24.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250308
|
6
|
+
|
7
|
+
### v0.23.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250227
|
10
|
+
|
3
11
|
### v0.22.0 (2025-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250219
|
@@ -1002,6 +1002,55 @@ module Google
|
|
1002
1002
|
end
|
1003
1003
|
end
|
1004
1004
|
|
1005
|
+
# DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not
|
1006
|
+
# be scheduled to start within this deny period. The start_date must be less
|
1007
|
+
# than the end_date.
|
1008
|
+
class DenyMaintenancePeriod
|
1009
|
+
include Google::Apis::Core::Hashable
|
1010
|
+
|
1011
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
1012
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
1013
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
1014
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
1015
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
1016
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
1017
|
+
# example, a credit card expiration date). Related types: * google.type.
|
1018
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
1019
|
+
# Corresponds to the JSON property `endDate`
|
1020
|
+
# @return [Google::Apis::AlloydbV1alpha::GoogleTypeDate]
|
1021
|
+
attr_accessor :end_date
|
1022
|
+
|
1023
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
1024
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
1025
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
1026
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
1027
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
1028
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
1029
|
+
# example, a credit card expiration date). Related types: * google.type.
|
1030
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
1031
|
+
# Corresponds to the JSON property `startDate`
|
1032
|
+
# @return [Google::Apis::AlloydbV1alpha::GoogleTypeDate]
|
1033
|
+
attr_accessor :start_date
|
1034
|
+
|
1035
|
+
# Represents a time of day. The date and time zone are either not significant or
|
1036
|
+
# are specified elsewhere. An API may choose to allow leap seconds. Related
|
1037
|
+
# types are google.type.Date and `google.protobuf.Timestamp`.
|
1038
|
+
# Corresponds to the JSON property `time`
|
1039
|
+
# @return [Google::Apis::AlloydbV1alpha::GoogleTypeTimeOfDay]
|
1040
|
+
attr_accessor :time
|
1041
|
+
|
1042
|
+
def initialize(**args)
|
1043
|
+
update!(**args)
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
# Update properties of this object
|
1047
|
+
def update!(**args)
|
1048
|
+
@end_date = args[:end_date] if args.key?(:end_date)
|
1049
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
1050
|
+
@time = args[:time] if args.key?(:time)
|
1051
|
+
end
|
1052
|
+
end
|
1053
|
+
|
1005
1054
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
1006
1055
|
# messages in your APIs. A typical example is to use it as the request or the
|
1007
1056
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
@@ -1142,6 +1191,26 @@ module Google
|
|
1142
1191
|
end
|
1143
1192
|
end
|
1144
1193
|
|
1194
|
+
# Instance level configuration parameters related to the Gemini Cloud Assist
|
1195
|
+
# product.
|
1196
|
+
class GcaInstanceConfig
|
1197
|
+
include Google::Apis::Core::Hashable
|
1198
|
+
|
1199
|
+
# Output only. Represents the GCA entitlement state of the instance.
|
1200
|
+
# Corresponds to the JSON property `gcaEntitlement`
|
1201
|
+
# @return [String]
|
1202
|
+
attr_accessor :gca_entitlement
|
1203
|
+
|
1204
|
+
def initialize(**args)
|
1205
|
+
update!(**args)
|
1206
|
+
end
|
1207
|
+
|
1208
|
+
# Update properties of this object
|
1209
|
+
def update!(**args)
|
1210
|
+
@gca_entitlement = args[:gca_entitlement] if args.key?(:gca_entitlement)
|
1211
|
+
end
|
1212
|
+
end
|
1213
|
+
|
1145
1214
|
# Destination for Export. Export will be done to cloud storage.
|
1146
1215
|
class GcsDestination
|
1147
1216
|
include Google::Apis::Core::Hashable
|
@@ -1282,6 +1351,47 @@ module Google
|
|
1282
1351
|
end
|
1283
1352
|
end
|
1284
1353
|
|
1354
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
1355
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
1356
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
1357
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
1358
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
1359
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
1360
|
+
# example, a credit card expiration date). Related types: * google.type.
|
1361
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
1362
|
+
class GoogleTypeDate
|
1363
|
+
include Google::Apis::Core::Hashable
|
1364
|
+
|
1365
|
+
# Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
|
1366
|
+
# specify a year by itself or a year and month where the day isn't significant.
|
1367
|
+
# Corresponds to the JSON property `day`
|
1368
|
+
# @return [Fixnum]
|
1369
|
+
attr_accessor :day
|
1370
|
+
|
1371
|
+
# Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
|
1372
|
+
# and day.
|
1373
|
+
# Corresponds to the JSON property `month`
|
1374
|
+
# @return [Fixnum]
|
1375
|
+
attr_accessor :month
|
1376
|
+
|
1377
|
+
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
|
1378
|
+
# year.
|
1379
|
+
# Corresponds to the JSON property `year`
|
1380
|
+
# @return [Fixnum]
|
1381
|
+
attr_accessor :year
|
1382
|
+
|
1383
|
+
def initialize(**args)
|
1384
|
+
update!(**args)
|
1385
|
+
end
|
1386
|
+
|
1387
|
+
# Update properties of this object
|
1388
|
+
def update!(**args)
|
1389
|
+
@day = args[:day] if args.key?(:day)
|
1390
|
+
@month = args[:month] if args.key?(:month)
|
1391
|
+
@year = args[:year] if args.key?(:year)
|
1392
|
+
end
|
1393
|
+
end
|
1394
|
+
|
1285
1395
|
# Represents a time of day. The date and time zone are either not significant or
|
1286
1396
|
# are specified elsewhere. An API may choose to allow leap seconds. Related
|
1287
1397
|
# types are google.type.Date and `google.protobuf.Timestamp`.
|
@@ -1479,6 +1589,12 @@ module Google
|
|
1479
1589
|
# @return [String]
|
1480
1590
|
attr_accessor :etag
|
1481
1591
|
|
1592
|
+
# Instance level configuration parameters related to the Gemini Cloud Assist
|
1593
|
+
# product.
|
1594
|
+
# Corresponds to the JSON property `gcaConfig`
|
1595
|
+
# @return [Google::Apis::AlloydbV1alpha::GcaInstanceConfig]
|
1596
|
+
attr_accessor :gca_config
|
1597
|
+
|
1482
1598
|
# The Compute Engine zone that the instance should serve from, per https://cloud.
|
1483
1599
|
# google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL
|
1484
1600
|
# instances. If present for a REGIONAL instance, an error will be thrown. If
|
@@ -1634,6 +1750,7 @@ module Google
|
|
1634
1750
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
1635
1751
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1636
1752
|
@etag = args[:etag] if args.key?(:etag)
|
1753
|
+
@gca_config = args[:gca_config] if args.key?(:gca_config)
|
1637
1754
|
@gce_zone = args[:gce_zone] if args.key?(:gce_zone)
|
1638
1755
|
@gemini_config = args[:gemini_config] if args.key?(:gemini_config)
|
1639
1756
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
@@ -1682,6 +1799,14 @@ module Google
|
|
1682
1799
|
attr_accessor :enable_public_ip
|
1683
1800
|
alias_method :enable_public_ip?, :enable_public_ip
|
1684
1801
|
|
1802
|
+
# Output only. The resource link for the VPC network in which instance resources
|
1803
|
+
# are created and from which they are accessible via Private IP. This will be
|
1804
|
+
# the same value as the parent cluster's network. It is specified in the form: //
|
1805
|
+
# `projects/`project_number`/global/networks/`network_id``.
|
1806
|
+
# Corresponds to the JSON property `network`
|
1807
|
+
# @return [String]
|
1808
|
+
attr_accessor :network
|
1809
|
+
|
1685
1810
|
def initialize(**args)
|
1686
1811
|
update!(**args)
|
1687
1812
|
end
|
@@ -1691,6 +1816,7 @@ module Google
|
|
1691
1816
|
@authorized_external_networks = args[:authorized_external_networks] if args.key?(:authorized_external_networks)
|
1692
1817
|
@enable_outbound_public_ip = args[:enable_outbound_public_ip] if args.key?(:enable_outbound_public_ip)
|
1693
1818
|
@enable_public_ip = args[:enable_public_ip] if args.key?(:enable_public_ip)
|
1819
|
+
@network = args[:network] if args.key?(:network)
|
1694
1820
|
end
|
1695
1821
|
end
|
1696
1822
|
|
@@ -1933,6 +2059,12 @@ module Google
|
|
1933
2059
|
# @return [Fixnum]
|
1934
2060
|
attr_accessor :cpu_count
|
1935
2061
|
|
2062
|
+
# Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-
|
2063
|
+
# highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.
|
2064
|
+
# Corresponds to the JSON property `machineType`
|
2065
|
+
# @return [String]
|
2066
|
+
attr_accessor :machine_type
|
2067
|
+
|
1936
2068
|
def initialize(**args)
|
1937
2069
|
update!(**args)
|
1938
2070
|
end
|
@@ -1940,6 +2072,7 @@ module Google
|
|
1940
2072
|
# Update properties of this object
|
1941
2073
|
def update!(**args)
|
1942
2074
|
@cpu_count = args[:cpu_count] if args.key?(:cpu_count)
|
2075
|
+
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
1943
2076
|
end
|
1944
2077
|
end
|
1945
2078
|
|
@@ -1970,6 +2103,11 @@ module Google
|
|
1970
2103
|
class MaintenanceUpdatePolicy
|
1971
2104
|
include Google::Apis::Core::Hashable
|
1972
2105
|
|
2106
|
+
# Periods to deny maintenance. Currently limited to 1.
|
2107
|
+
# Corresponds to the JSON property `denyMaintenancePeriods`
|
2108
|
+
# @return [Array<Google::Apis::AlloydbV1alpha::DenyMaintenancePeriod>]
|
2109
|
+
attr_accessor :deny_maintenance_periods
|
2110
|
+
|
1973
2111
|
# Preferred windows to perform maintenance. Currently limited to 1.
|
1974
2112
|
# Corresponds to the JSON property `maintenanceWindows`
|
1975
2113
|
# @return [Array<Google::Apis::AlloydbV1alpha::MaintenanceWindow>]
|
@@ -1981,6 +2119,7 @@ module Google
|
|
1981
2119
|
|
1982
2120
|
# Update properties of this object
|
1983
2121
|
def update!(**args)
|
2122
|
+
@deny_maintenance_periods = args[:deny_maintenance_periods] if args.key?(:deny_maintenance_periods)
|
1984
2123
|
@maintenance_windows = args[:maintenance_windows] if args.key?(:maintenance_windows)
|
1985
2124
|
end
|
1986
2125
|
end
|
@@ -2125,6 +2264,12 @@ module Google
|
|
2125
2264
|
class ObservabilityInstanceConfig
|
2126
2265
|
include Google::Apis::Core::Hashable
|
2127
2266
|
|
2267
|
+
# Whether assistive experiences are enabled for this AlloyDB instance.
|
2268
|
+
# Corresponds to the JSON property `assistiveExperiencesEnabled`
|
2269
|
+
# @return [Boolean]
|
2270
|
+
attr_accessor :assistive_experiences_enabled
|
2271
|
+
alias_method :assistive_experiences_enabled?, :assistive_experiences_enabled
|
2272
|
+
|
2128
2273
|
# Observability feature status for an instance. This flag is turned "off" by
|
2129
2274
|
# default.
|
2130
2275
|
# Corresponds to the JSON property `enabled`
|
@@ -2164,16 +2309,10 @@ module Google
|
|
2164
2309
|
attr_accessor :track_active_queries
|
2165
2310
|
alias_method :track_active_queries?, :track_active_queries
|
2166
2311
|
|
2167
|
-
# Track client address for an instance. If not set, default value is "off".
|
2168
|
-
# Corresponds to the JSON property `trackClientAddress`
|
2169
|
-
# @return [Boolean]
|
2170
|
-
attr_accessor :track_client_address
|
2171
|
-
alias_method :track_client_address?, :track_client_address
|
2172
|
-
|
2173
2312
|
# Output only. Track wait event types during query execution for an instance.
|
2174
2313
|
# This flag is turned "on" by default but tracking is enabled only after
|
2175
2314
|
# observability enabled flag is also turned on. This is read-only flag and only
|
2176
|
-
# modifiable by
|
2315
|
+
# modifiable by internal API.
|
2177
2316
|
# Corresponds to the JSON property `trackWaitEventTypes`
|
2178
2317
|
# @return [Boolean]
|
2179
2318
|
attr_accessor :track_wait_event_types
|
@@ -2193,13 +2332,13 @@ module Google
|
|
2193
2332
|
|
2194
2333
|
# Update properties of this object
|
2195
2334
|
def update!(**args)
|
2335
|
+
@assistive_experiences_enabled = args[:assistive_experiences_enabled] if args.key?(:assistive_experiences_enabled)
|
2196
2336
|
@enabled = args[:enabled] if args.key?(:enabled)
|
2197
2337
|
@max_query_string_length = args[:max_query_string_length] if args.key?(:max_query_string_length)
|
2198
2338
|
@preserve_comments = args[:preserve_comments] if args.key?(:preserve_comments)
|
2199
2339
|
@query_plans_per_minute = args[:query_plans_per_minute] if args.key?(:query_plans_per_minute)
|
2200
2340
|
@record_application_tags = args[:record_application_tags] if args.key?(:record_application_tags)
|
2201
2341
|
@track_active_queries = args[:track_active_queries] if args.key?(:track_active_queries)
|
2202
|
-
@track_client_address = args[:track_client_address] if args.key?(:track_client_address)
|
2203
2342
|
@track_wait_event_types = args[:track_wait_event_types] if args.key?(:track_wait_event_types)
|
2204
2343
|
@track_wait_events = args[:track_wait_events] if args.key?(:track_wait_events)
|
2205
2344
|
end
|
@@ -3793,14 +3932,14 @@ module Google
|
|
3793
3932
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
3794
3933
|
include Google::Apis::Core::Hashable
|
3795
3934
|
|
3796
|
-
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482
|
3797
|
-
#
|
3935
|
+
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add
|
3936
|
+
# proto validations again after bug fix.
|
3798
3937
|
# Corresponds to the JSON property `cpuCount`
|
3799
3938
|
# @return [Fixnum]
|
3800
3939
|
attr_accessor :cpu_count
|
3801
3940
|
|
3802
|
-
# Memory size in bytes. TODO(b/342344482
|
3803
|
-
#
|
3941
|
+
# Memory size in bytes. TODO(b/342344482) add proto validations again after bug
|
3942
|
+
# fix.
|
3804
3943
|
# Corresponds to the JSON property `memorySizeInBytes`
|
3805
3944
|
# @return [Fixnum]
|
3806
3945
|
attr_accessor :memory_size_in_bytes
|
@@ -3810,8 +3949,8 @@ module Google
|
|
3810
3949
|
# @return [Fixnum]
|
3811
3950
|
attr_accessor :shard_count
|
3812
3951
|
|
3813
|
-
# Optional. The number of vCPUs. TODO(b/342344482
|
3814
|
-
#
|
3952
|
+
# Optional. The number of vCPUs. TODO(b/342344482) add proto validations again
|
3953
|
+
# after bug fix.
|
3815
3954
|
# Corresponds to the JSON property `vcpuCount`
|
3816
3955
|
# @return [Float]
|
3817
3956
|
attr_accessor :vcpu_count
|
@@ -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.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250308"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -118,6 +118,12 @@ module Google
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
119
119
|
end
|
120
120
|
|
121
|
+
class DenyMaintenancePeriod
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
121
127
|
class Empty
|
122
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
129
|
|
@@ -148,6 +154,12 @@ module Google
|
|
148
154
|
include Google::Apis::Core::JsonObjectSupport
|
149
155
|
end
|
150
156
|
|
157
|
+
class GcaInstanceConfig
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
151
163
|
class GcsDestination
|
152
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
165
|
|
@@ -178,6 +190,12 @@ module Google
|
|
178
190
|
include Google::Apis::Core::JsonObjectSupport
|
179
191
|
end
|
180
192
|
|
193
|
+
class GoogleTypeDate
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
181
199
|
class GoogleTypeTimeOfDay
|
182
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
201
|
|
@@ -880,6 +898,18 @@ module Google
|
|
880
898
|
end
|
881
899
|
end
|
882
900
|
|
901
|
+
class DenyMaintenancePeriod
|
902
|
+
# @private
|
903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
904
|
+
property :end_date, as: 'endDate', class: Google::Apis::AlloydbV1alpha::GoogleTypeDate, decorator: Google::Apis::AlloydbV1alpha::GoogleTypeDate::Representation
|
905
|
+
|
906
|
+
property :start_date, as: 'startDate', class: Google::Apis::AlloydbV1alpha::GoogleTypeDate, decorator: Google::Apis::AlloydbV1alpha::GoogleTypeDate::Representation
|
907
|
+
|
908
|
+
property :time, as: 'time', class: Google::Apis::AlloydbV1alpha::GoogleTypeTimeOfDay, decorator: Google::Apis::AlloydbV1alpha::GoogleTypeTimeOfDay::Representation
|
909
|
+
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
883
913
|
class Empty
|
884
914
|
# @private
|
885
915
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -922,6 +952,13 @@ module Google
|
|
922
952
|
end
|
923
953
|
end
|
924
954
|
|
955
|
+
class GcaInstanceConfig
|
956
|
+
# @private
|
957
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
958
|
+
property :gca_entitlement, as: 'gcaEntitlement'
|
959
|
+
end
|
960
|
+
end
|
961
|
+
|
925
962
|
class GcsDestination
|
926
963
|
# @private
|
927
964
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -963,6 +1000,15 @@ module Google
|
|
963
1000
|
end
|
964
1001
|
end
|
965
1002
|
|
1003
|
+
class GoogleTypeDate
|
1004
|
+
# @private
|
1005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1006
|
+
property :day, as: 'day'
|
1007
|
+
property :month, as: 'month'
|
1008
|
+
property :year, as: 'year'
|
1009
|
+
end
|
1010
|
+
end
|
1011
|
+
|
966
1012
|
class GoogleTypeTimeOfDay
|
967
1013
|
# @private
|
968
1014
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1007,6 +1053,8 @@ module Google
|
|
1007
1053
|
property :delete_time, as: 'deleteTime'
|
1008
1054
|
property :display_name, as: 'displayName'
|
1009
1055
|
property :etag, as: 'etag'
|
1056
|
+
property :gca_config, as: 'gcaConfig', class: Google::Apis::AlloydbV1alpha::GcaInstanceConfig, decorator: Google::Apis::AlloydbV1alpha::GcaInstanceConfig::Representation
|
1057
|
+
|
1010
1058
|
property :gce_zone, as: 'gceZone'
|
1011
1059
|
property :gemini_config, as: 'geminiConfig', class: Google::Apis::AlloydbV1alpha::GeminiInstanceConfig, decorator: Google::Apis::AlloydbV1alpha::GeminiInstanceConfig::Representation
|
1012
1060
|
|
@@ -1050,6 +1098,7 @@ module Google
|
|
1050
1098
|
|
1051
1099
|
property :enable_outbound_public_ip, as: 'enableOutboundPublicIp'
|
1052
1100
|
property :enable_public_ip, as: 'enablePublicIp'
|
1101
|
+
property :network, as: 'network'
|
1053
1102
|
end
|
1054
1103
|
end
|
1055
1104
|
|
@@ -1132,6 +1181,7 @@ module Google
|
|
1132
1181
|
# @private
|
1133
1182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1134
1183
|
property :cpu_count, as: 'cpuCount'
|
1184
|
+
property :machine_type, as: 'machineType'
|
1135
1185
|
end
|
1136
1186
|
end
|
1137
1187
|
|
@@ -1145,6 +1195,8 @@ module Google
|
|
1145
1195
|
class MaintenanceUpdatePolicy
|
1146
1196
|
# @private
|
1147
1197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1198
|
+
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::AlloydbV1alpha::DenyMaintenancePeriod, decorator: Google::Apis::AlloydbV1alpha::DenyMaintenancePeriod::Representation
|
1199
|
+
|
1148
1200
|
collection :maintenance_windows, as: 'maintenanceWindows', class: Google::Apis::AlloydbV1alpha::MaintenanceWindow, decorator: Google::Apis::AlloydbV1alpha::MaintenanceWindow::Representation
|
1149
1201
|
|
1150
1202
|
end
|
@@ -1189,13 +1241,13 @@ module Google
|
|
1189
1241
|
class ObservabilityInstanceConfig
|
1190
1242
|
# @private
|
1191
1243
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1244
|
+
property :assistive_experiences_enabled, as: 'assistiveExperiencesEnabled'
|
1192
1245
|
property :enabled, as: 'enabled'
|
1193
1246
|
property :max_query_string_length, as: 'maxQueryStringLength'
|
1194
1247
|
property :preserve_comments, as: 'preserveComments'
|
1195
1248
|
property :query_plans_per_minute, as: 'queryPlansPerMinute'
|
1196
1249
|
property :record_application_tags, as: 'recordApplicationTags'
|
1197
1250
|
property :track_active_queries, as: 'trackActiveQueries'
|
1198
|
-
property :track_client_address, as: 'trackClientAddress'
|
1199
1251
|
property :track_wait_event_types, as: 'trackWaitEventTypes'
|
1200
1252
|
property :track_wait_events, as: 'trackWaitEvents'
|
1201
1253
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.24.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:
|