google-apis-alloydb_v1alpha 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2984770874913efa3753bc67f48641d6fdc9e177ac126d744fece677dad79c30
|
4
|
+
data.tar.gz: 957ee026c3ef218a812aba2eec9d4a61243d5f8385cae98e5432f66fabe49b40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce72e39e17f4b60ec3757f7c6f82ea3e6c1298129c2c7fcad28826040f32465cb5cb4b62d885b7cf68efbd688a26c5d57f3de7c741bd5c3cfb57a0aae2b04e77
|
7
|
+
data.tar.gz: d62982fdf2e09f009b6aedf6f4a015b8cd84bb0cc2a2f697b175dba7c9a6ef3f7c17445aaf0711b7810a956697ee09abf176af49a9293ffb6e8720de7a442c29
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1alpha
|
2
2
|
|
3
|
+
### v0.3.0 (2023-12-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231128
|
6
|
+
|
7
|
+
### v0.2.0 (2023-11-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231109
|
10
|
+
|
3
11
|
### v0.1.0 (2023-10-29)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20231011
|
@@ -206,6 +206,12 @@ module Google
|
|
206
206
|
attr_accessor :reconciling
|
207
207
|
alias_method :reconciling?, :reconciling
|
208
208
|
|
209
|
+
# Output only. Reserved for future use.
|
210
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
211
|
+
# @return [Boolean]
|
212
|
+
attr_accessor :satisfies_pzi
|
213
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
214
|
+
|
209
215
|
# Output only. Reserved for future use.
|
210
216
|
# Corresponds to the JSON property `satisfiesPzs`
|
211
217
|
# @return [Boolean]
|
@@ -260,6 +266,7 @@ module Google
|
|
260
266
|
@labels = args[:labels] if args.key?(:labels)
|
261
267
|
@name = args[:name] if args.key?(:name)
|
262
268
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
269
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
263
270
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
264
271
|
@size_bytes = args[:size_bytes] if args.key?(:size_bytes)
|
265
272
|
@state = args[:state] if args.key?(:state)
|
@@ -492,6 +499,11 @@ module Google
|
|
492
499
|
# @return [Google::Apis::AlloydbV1alpha::PrimaryConfig]
|
493
500
|
attr_accessor :primary_config
|
494
501
|
|
502
|
+
# PscConfig contains PSC related configuration at a cluster level. NEXT ID: 2
|
503
|
+
# Corresponds to the JSON property `pscConfig`
|
504
|
+
# @return [Google::Apis::AlloydbV1alpha::PscConfig]
|
505
|
+
attr_accessor :psc_config
|
506
|
+
|
495
507
|
# Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to
|
496
508
|
# true if the current state of Cluster does not match the user's intended state,
|
497
509
|
# and the service is actively updating the resource to reconcile them. This can
|
@@ -502,6 +514,12 @@ module Google
|
|
502
514
|
attr_accessor :reconciling
|
503
515
|
alias_method :reconciling?, :reconciling
|
504
516
|
|
517
|
+
# Output only. Reserved for future use.
|
518
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
519
|
+
# @return [Boolean]
|
520
|
+
attr_accessor :satisfies_pzi
|
521
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
522
|
+
|
505
523
|
# Output only. Reserved for future use.
|
506
524
|
# Corresponds to the JSON property `satisfiesPzs`
|
507
525
|
# @return [Boolean]
|
@@ -561,7 +579,9 @@ module Google
|
|
561
579
|
@network = args[:network] if args.key?(:network)
|
562
580
|
@network_config = args[:network_config] if args.key?(:network_config)
|
563
581
|
@primary_config = args[:primary_config] if args.key?(:primary_config)
|
582
|
+
@psc_config = args[:psc_config] if args.key?(:psc_config)
|
564
583
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
584
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
565
585
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
566
586
|
@secondary_config = args[:secondary_config] if args.key?(:secondary_config)
|
567
587
|
@ssl_config = args[:ssl_config] if args.key?(:ssl_config)
|
@@ -1189,6 +1209,12 @@ module Google
|
|
1189
1209
|
attr_accessor :reconciling
|
1190
1210
|
alias_method :reconciling?, :reconciling
|
1191
1211
|
|
1212
|
+
# Output only. Reserved for future use.
|
1213
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
1214
|
+
# @return [Boolean]
|
1215
|
+
attr_accessor :satisfies_pzi
|
1216
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
1217
|
+
|
1192
1218
|
# Output only. Reserved for future use.
|
1193
1219
|
# Corresponds to the JSON property `satisfiesPzs`
|
1194
1220
|
# @return [Boolean]
|
@@ -1247,6 +1273,7 @@ module Google
|
|
1247
1273
|
@query_insights_config = args[:query_insights_config] if args.key?(:query_insights_config)
|
1248
1274
|
@read_pool_config = args[:read_pool_config] if args.key?(:read_pool_config)
|
1249
1275
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
1276
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
1250
1277
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
1251
1278
|
@state = args[:state] if args.key?(:state)
|
1252
1279
|
@uid = args[:uid] if args.key?(:uid)
|
@@ -1521,7 +1548,7 @@ module Google
|
|
1521
1548
|
# @return [String]
|
1522
1549
|
attr_accessor :allocated_ip_range
|
1523
1550
|
|
1524
|
-
#
|
1551
|
+
# Optional. The resource link for the VPC network in which cluster resources are
|
1525
1552
|
# created and from which they are accessible via Private IP. The network must
|
1526
1553
|
# belong to the same project as the cluster. It is specified in the form: "
|
1527
1554
|
# projects/`project_number`/global/networks/`network_id`". This is required to
|
@@ -1769,6 +1796,27 @@ module Google
|
|
1769
1796
|
end
|
1770
1797
|
end
|
1771
1798
|
|
1799
|
+
# PscConfig contains PSC related configuration at a cluster level. NEXT ID: 2
|
1800
|
+
class PscConfig
|
1801
|
+
include Google::Apis::Core::Hashable
|
1802
|
+
|
1803
|
+
# Optional. Create an instance that allows connections from Private Service
|
1804
|
+
# Connect endpoints to the instance.
|
1805
|
+
# Corresponds to the JSON property `pscEnabled`
|
1806
|
+
# @return [Boolean]
|
1807
|
+
attr_accessor :psc_enabled
|
1808
|
+
alias_method :psc_enabled?, :psc_enabled
|
1809
|
+
|
1810
|
+
def initialize(**args)
|
1811
|
+
update!(**args)
|
1812
|
+
end
|
1813
|
+
|
1814
|
+
# Update properties of this object
|
1815
|
+
def update!(**args)
|
1816
|
+
@psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
|
1817
|
+
end
|
1818
|
+
end
|
1819
|
+
|
1772
1820
|
# A backup's position in a quantity-based retention queue, of backups with the
|
1773
1821
|
# same source cluster and type, with length, retention, specified by the backup'
|
1774
1822
|
# s retention policy. Once the position is greater than the retention, the
|
@@ -2297,8 +2345,8 @@ module Google
|
|
2297
2345
|
|
2298
2346
|
# Closest parent container of this resource. In GCP, 'container' refers to a
|
2299
2347
|
# Cloud Resource Manager project. It must be resource name of a Cloud Resource
|
2300
|
-
# Manager project with the format of "provider//", such as "
|
2301
|
-
#
|
2348
|
+
# Manager project with the format of "provider//", such as "projects/123". For
|
2349
|
+
# GCP provided resources, number should be project number.
|
2302
2350
|
# Corresponds to the JSON property `resourceContainer`
|
2303
2351
|
# @return [String]
|
2304
2352
|
attr_accessor :resource_container
|
@@ -2461,9 +2509,8 @@ module Google
|
|
2461
2509
|
attr_accessor :product
|
2462
2510
|
|
2463
2511
|
# Closest parent Cloud Resource Manager container of this resource. It must be
|
2464
|
-
# resource name of a Cloud Resource Manager project with the format of "
|
2465
|
-
#
|
2466
|
-
# project number.
|
2512
|
+
# resource name of a Cloud Resource Manager project with the format of "/", such
|
2513
|
+
# as "projects/123". For GCP provided resources, number should be project number.
|
2467
2514
|
# Corresponds to the JSON property `resourceContainer`
|
2468
2515
|
# @return [String]
|
2469
2516
|
attr_accessor :resource_container
|
@@ -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.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231128"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -244,6 +244,12 @@ module Google
|
|
244
244
|
include Google::Apis::Core::JsonObjectSupport
|
245
245
|
end
|
246
246
|
|
247
|
+
class PscConfig
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
247
253
|
class QuantityBasedExpiry
|
248
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
255
|
|
@@ -446,6 +452,7 @@ module Google
|
|
446
452
|
hash :labels, as: 'labels'
|
447
453
|
property :name, as: 'name'
|
448
454
|
property :reconciling, as: 'reconciling'
|
455
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
449
456
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
450
457
|
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
451
458
|
property :state, as: 'state'
|
@@ -519,7 +526,10 @@ module Google
|
|
519
526
|
|
520
527
|
property :primary_config, as: 'primaryConfig', class: Google::Apis::AlloydbV1alpha::PrimaryConfig, decorator: Google::Apis::AlloydbV1alpha::PrimaryConfig::Representation
|
521
528
|
|
529
|
+
property :psc_config, as: 'pscConfig', class: Google::Apis::AlloydbV1alpha::PscConfig, decorator: Google::Apis::AlloydbV1alpha::PscConfig::Representation
|
530
|
+
|
522
531
|
property :reconciling, as: 'reconciling'
|
532
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
523
533
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
524
534
|
property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1alpha::SecondaryConfig, decorator: Google::Apis::AlloydbV1alpha::SecondaryConfig::Representation
|
525
535
|
|
@@ -684,6 +694,7 @@ module Google
|
|
684
694
|
property :read_pool_config, as: 'readPoolConfig', class: Google::Apis::AlloydbV1alpha::ReadPoolConfig, decorator: Google::Apis::AlloydbV1alpha::ReadPoolConfig::Representation
|
685
695
|
|
686
696
|
property :reconciling, as: 'reconciling'
|
697
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
687
698
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
688
699
|
property :state, as: 'state'
|
689
700
|
property :uid, as: 'uid'
|
@@ -836,6 +847,13 @@ module Google
|
|
836
847
|
end
|
837
848
|
end
|
838
849
|
|
850
|
+
class PscConfig
|
851
|
+
# @private
|
852
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
853
|
+
property :psc_enabled, as: 'pscEnabled'
|
854
|
+
end
|
855
|
+
end
|
856
|
+
|
839
857
|
class QuantityBasedExpiry
|
840
858
|
# @private
|
841
859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10
|
11
|
+
date: 2023-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.3.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|