google-apis-alloydb_v1 0.23.0 → 0.24.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: af4230130a0cefb71d35c1e0569a2245546e0b76b61c13fd7c29a2e1739c1f8f
|
4
|
+
data.tar.gz: 1f7e89ef7fcac40c56f3b31ae0124259bd9463fe6429d93b8dbb0ab80afc82b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44fe47c9512f7919d45aef9eed9d0d81e7047aebb8b0d9136afa4a9765bf6ece3bd0c728370f3533f006d104670ed0bea7c304160456e2d4ed0ffe7c8921e230
|
7
|
+
data.tar.gz: 5e7684cae707c1936d17e313b88e44a86ad2b53b59b4116599114cac763950bd40f3adb760254495dd01297ff2ce98b31a5931facb58ffd2e481f07c54de0b79
|
data/CHANGELOG.md
CHANGED
@@ -241,6 +241,13 @@ module Google
|
|
241
241
|
# @return [String]
|
242
242
|
attr_accessor :state
|
243
243
|
|
244
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
245
|
+
# resource. For example: ``` "123/environment": "production", "123/costCenter": "
|
246
|
+
# marketing" ```
|
247
|
+
# Corresponds to the JSON property `tags`
|
248
|
+
# @return [Hash<String,String>]
|
249
|
+
attr_accessor :tags
|
250
|
+
|
244
251
|
# The backup type, which suggests the trigger for the backup.
|
245
252
|
# Corresponds to the JSON property `type`
|
246
253
|
# @return [String]
|
@@ -282,6 +289,7 @@ module Google
|
|
282
289
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
283
290
|
@size_bytes = args[:size_bytes] if args.key?(:size_bytes)
|
284
291
|
@state = args[:state] if args.key?(:state)
|
292
|
+
@tags = args[:tags] if args.key?(:tags)
|
285
293
|
@type = args[:type] if args.key?(:type)
|
286
294
|
@uid = args[:uid] if args.key?(:uid)
|
287
295
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -567,6 +575,13 @@ module Google
|
|
567
575
|
# @return [String]
|
568
576
|
attr_accessor :subscription_type
|
569
577
|
|
578
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
579
|
+
# resource. For example: ``` "123/environment": "production", "123/costCenter": "
|
580
|
+
# marketing" ```
|
581
|
+
# Corresponds to the JSON property `tags`
|
582
|
+
# @return [Hash<String,String>]
|
583
|
+
attr_accessor :tags
|
584
|
+
|
570
585
|
# Contains information and all metadata related to TRIAL clusters.
|
571
586
|
# Corresponds to the JSON property `trialMetadata`
|
572
587
|
# @return [Google::Apis::AlloydbV1::TrialMetadata]
|
@@ -618,6 +633,7 @@ module Google
|
|
618
633
|
@ssl_config = args[:ssl_config] if args.key?(:ssl_config)
|
619
634
|
@state = args[:state] if args.key?(:state)
|
620
635
|
@subscription_type = args[:subscription_type] if args.key?(:subscription_type)
|
636
|
+
@tags = args[:tags] if args.key?(:tags)
|
621
637
|
@trial_metadata = args[:trial_metadata] if args.key?(:trial_metadata)
|
622
638
|
@uid = args[:uid] if args.key?(:uid)
|
623
639
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -1000,24 +1016,28 @@ module Google
|
|
1000
1016
|
class GoogleTypeTimeOfDay
|
1001
1017
|
include Google::Apis::Core::Hashable
|
1002
1018
|
|
1003
|
-
# Hours of day in 24 hour format.
|
1004
|
-
#
|
1019
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
1020
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
1021
|
+
# value "24:00:00" for scenarios like business closing time.
|
1005
1022
|
# Corresponds to the JSON property `hours`
|
1006
1023
|
# @return [Fixnum]
|
1007
1024
|
attr_accessor :hours
|
1008
1025
|
|
1009
|
-
# Minutes of hour
|
1026
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
1027
|
+
# to 59.
|
1010
1028
|
# Corresponds to the JSON property `minutes`
|
1011
1029
|
# @return [Fixnum]
|
1012
1030
|
attr_accessor :minutes
|
1013
1031
|
|
1014
|
-
# Fractions of seconds in nanoseconds. Must be
|
1032
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
1033
|
+
# less than or equal to 999,999,999.
|
1015
1034
|
# Corresponds to the JSON property `nanos`
|
1016
1035
|
# @return [Fixnum]
|
1017
1036
|
attr_accessor :nanos
|
1018
1037
|
|
1019
|
-
# Seconds of
|
1020
|
-
# allow the value 60 if it allows leap-
|
1038
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
1039
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
1040
|
+
# seconds.
|
1021
1041
|
# Corresponds to the JSON property `seconds`
|
1022
1042
|
# @return [Fixnum]
|
1023
1043
|
attr_accessor :seconds
|
@@ -2547,7 +2567,7 @@ module Google
|
|
2547
2567
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
2548
2568
|
attr_accessor :resource_id
|
2549
2569
|
|
2550
|
-
# Common model for database resource instance metadata. Next ID:
|
2570
|
+
# Common model for database resource instance metadata. Next ID: 23
|
2551
2571
|
# Corresponds to the JSON property `resourceMetadata`
|
2552
2572
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
|
2553
2573
|
attr_accessor :resource_metadata
|
@@ -2722,7 +2742,7 @@ module Google
|
|
2722
2742
|
end
|
2723
2743
|
end
|
2724
2744
|
|
2725
|
-
# Common model for database resource instance metadata. Next ID:
|
2745
|
+
# Common model for database resource instance metadata. Next ID: 23
|
2726
2746
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
|
2727
2747
|
include Google::Apis::Core::Hashable
|
2728
2748
|
|
@@ -2759,6 +2779,13 @@ module Google
|
|
2759
2779
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainCustomMetadataData]
|
2760
2780
|
attr_accessor :custom_metadata
|
2761
2781
|
|
2782
|
+
# Optional. Edition represents whether the instance is ENTERPRISE or
|
2783
|
+
# ENTERPRISE_PLUS. This information is core to Cloud SQL only and is used to
|
2784
|
+
# identify the edition of the instance.
|
2785
|
+
# Corresponds to the JSON property `edition`
|
2786
|
+
# @return [String]
|
2787
|
+
attr_accessor :edition
|
2788
|
+
|
2762
2789
|
# Entitlements associated with the resource
|
2763
2790
|
# Corresponds to the JSON property `entitlements`
|
2764
2791
|
# @return [Array<Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainEntitlement>]
|
@@ -2855,6 +2882,7 @@ module Google
|
|
2855
2882
|
@creation_time = args[:creation_time] if args.key?(:creation_time)
|
2856
2883
|
@current_state = args[:current_state] if args.key?(:current_state)
|
2857
2884
|
@custom_metadata = args[:custom_metadata] if args.key?(:custom_metadata)
|
2885
|
+
@edition = args[:edition] if args.key?(:edition)
|
2858
2886
|
@entitlements = args[:entitlements] if args.key?(:entitlements)
|
2859
2887
|
@expected_state = args[:expected_state] if args.key?(:expected_state)
|
2860
2888
|
@id = args[:id] if args.key?(:id)
|
@@ -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.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241002"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -576,6 +576,7 @@ module Google
|
|
576
576
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
577
577
|
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
578
578
|
property :state, as: 'state'
|
579
|
+
hash :tags, as: 'tags'
|
579
580
|
property :type, as: 'type'
|
580
581
|
property :uid, as: 'uid'
|
581
582
|
property :update_time, as: 'updateTime'
|
@@ -660,6 +661,7 @@ module Google
|
|
660
661
|
|
661
662
|
property :state, as: 'state'
|
662
663
|
property :subscription_type, as: 'subscriptionType'
|
664
|
+
hash :tags, as: 'tags'
|
663
665
|
property :trial_metadata, as: 'trialMetadata', class: Google::Apis::AlloydbV1::TrialMetadata, decorator: Google::Apis::AlloydbV1::TrialMetadata::Representation
|
664
666
|
|
665
667
|
property :uid, as: 'uid'
|
@@ -1228,6 +1230,7 @@ module Google
|
|
1228
1230
|
property :current_state, as: 'currentState'
|
1229
1231
|
property :custom_metadata, as: 'customMetadata', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainCustomMetadataData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainCustomMetadataData::Representation
|
1230
1232
|
|
1233
|
+
property :edition, as: 'edition'
|
1231
1234
|
collection :entitlements, as: 'entitlements', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainEntitlement, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainEntitlement::Representation
|
1232
1235
|
|
1233
1236
|
property :expected_state, as: 'expectedState'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.24.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: 2024-
|
11
|
+
date: 2024-10-13 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for AlloyDB API V1
|