google-apis-sqladmin_v1 0.62.0 → 0.63.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: c65130b3656615f844fd6705b4b085713d1644e03808d09143c04379e7849056
4
- data.tar.gz: 62201101688978717ba6ade220d4540ed4a9feb2ad7def004d59ae370856dda1
3
+ metadata.gz: b82cb90c50d8363ce9c1873b627dd632b4e6d867d1ce9732440c273942ce3ecd
4
+ data.tar.gz: fa3506a9aaf5dd545825f6691ba66868853cb08861f8188eadfb90bbf0340f68
5
5
  SHA512:
6
- metadata.gz: 9dc19b53a814d96248b1cbf6ba256c9169c149dcfc7503774755237c30f5c63b43070d008a333a3cd519d9549e855a038886ba67c5ed5305d5c35b86dde476e4
7
- data.tar.gz: 47a7399e6563b7b6ff75463bcdba6df7b45ce73acef17252a52f779262fc5910574f2b7339d1bf0687e2cc7cf6b4de5894a013799ccb615f1d5bc17d24453703
6
+ metadata.gz: 1cda2705f7dee08aba64da75d3043f2e7374a2ca52c1ce5a81607379a70efb06953047f7a23e59d8cfe48960e894a283766cb84c29b0d34a9e5ebcaf52bcd4e0
7
+ data.tar.gz: 1600aba11499a2579d8b73d3e9b445b660fc8dd43eddffe66073f9d216485a45f27ced0c1b75f52b7d92dc4297171beb6ff68e7e1e6fba984c4d9a0c621044e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.63.0 (2024-08-04)
4
+
5
+ * Regenerated from discovery document revision 20240724
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.62.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240711
@@ -403,6 +403,11 @@ module Google
403
403
  # @return [String]
404
404
  attr_accessor :location
405
405
 
406
+ # Output only. The maximum chargeable bytes for the backup.
407
+ # Corresponds to the JSON property `maxChargeableBytes`
408
+ # @return [Fixnum]
409
+ attr_accessor :max_chargeable_bytes
410
+
406
411
  # The URI of this resource.
407
412
  # Corresponds to the JSON property `selfLink`
408
413
  # @return [String]
@@ -457,6 +462,7 @@ module Google
457
462
  @instance = args[:instance] if args.key?(:instance)
458
463
  @kind = args[:kind] if args.key?(:kind)
459
464
  @location = args[:location] if args.key?(:location)
465
+ @max_chargeable_bytes = args[:max_chargeable_bytes] if args.key?(:max_chargeable_bytes)
460
466
  @self_link = args[:self_link] if args.key?(:self_link)
461
467
  @start_time = args[:start_time] if args.key?(:start_time)
462
468
  @status = args[:status] if args.key?(:status)
@@ -980,6 +986,13 @@ module Google
980
986
  # @return [String]
981
987
  attr_accessor :root_password
982
988
 
989
+ # Output only. This status indicates whether the instance satisfies PZI. The
990
+ # status is reserved for future use.
991
+ # Corresponds to the JSON property `satisfiesPzi`
992
+ # @return [Boolean]
993
+ attr_accessor :satisfies_pzi
994
+ alias_method :satisfies_pzi?, :satisfies_pzi
995
+
983
996
  # This status indicates whether the instance satisfies PZS. The status is
984
997
  # reserved for future use.
985
998
  # Corresponds to the JSON property `satisfiesPzs`
@@ -1091,6 +1104,7 @@ module Google
1091
1104
  @replica_names = args[:replica_names] if args.key?(:replica_names)
1092
1105
  @replication_cluster = args[:replication_cluster] if args.key?(:replication_cluster)
1093
1106
  @root_password = args[:root_password] if args.key?(:root_password)
1107
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
1094
1108
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1095
1109
  @scheduled_maintenance = args[:scheduled_maintenance] if args.key?(:scheduled_maintenance)
1096
1110
  @secondary_gce_zone = args[:secondary_gce_zone] if args.key?(:secondary_gce_zone)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1
18
18
  # Version of the google-apis-sqladmin_v1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240711"
25
+ REVISION = "20240724"
26
26
  end
27
27
  end
28
28
  end
@@ -797,6 +797,7 @@ module Google
797
797
  property :instance, as: 'instance'
798
798
  property :kind, as: 'kind'
799
799
  property :location, as: 'location'
800
+ property :max_chargeable_bytes, :numeric_string => true, as: 'maxChargeableBytes'
800
801
  property :self_link, as: 'selfLink'
801
802
  property :start_time, as: 'startTime'
802
803
  property :status, as: 'status'
@@ -932,6 +933,7 @@ module Google
932
933
  property :replication_cluster, as: 'replicationCluster', class: Google::Apis::SqladminV1::ReplicationCluster, decorator: Google::Apis::SqladminV1::ReplicationCluster::Representation
933
934
 
934
935
  property :root_password, as: 'rootPassword'
936
+ property :satisfies_pzi, as: 'satisfiesPzi'
935
937
  property :satisfies_pzs, as: 'satisfiesPzs'
936
938
  property :scheduled_maintenance, as: 'scheduledMaintenance', class: Google::Apis::SqladminV1::SqlScheduledMaintenance, decorator: Google::Apis::SqladminV1::SqlScheduledMaintenance::Representation
937
939
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.63.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-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-04 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-sqladmin_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.63.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
63
63
  post_install_message:
64
64
  rdoc_options: []