google-apis-sqladmin_v1 0.12.0 → 0.15.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: 1377eb7f1fad0682d36fa8c29937e7face501185189f616a79be69e1a8729e84
4
- data.tar.gz: 95966e905ca8536d9cde97924a89a7d7e6bc1381d142f596efcc1e84894c57cb
3
+ metadata.gz: 3a99055f6b37d28582ce9ac7787bf84b15f9e5938127c8bfdb998f79d5cefd13
4
+ data.tar.gz: 1fe3d86572d90c357eaf7be3ff77a895cb9895b31754dedbe4005894c9179caa
5
5
  SHA512:
6
- metadata.gz: d6b51d71a052e6d284587c4adae0e5fe4c6a1f944c993c995b9ba333d2e206d4a9de496e9fc9f697119fbb0cb95f75c22d3fb4722c2b3439fa405543ef91efe7
7
- data.tar.gz: 8aa84c174f17ace065a879e01de15e364a15f4989392703ff84d9d003ef43d55b596adf4f0726496568bbe8ed8f51d9a1d573b6d333163f9c7c5a8abd5242fcc
6
+ metadata.gz: 718cca102fff8318141ce9e09a260aa3fd169436c6660c5cea4106157c0ea080ddb768ddc84478b319fbe1567e33235cfd61dc03f8d73d749d2282f17278c847
7
+ data.tar.gz: a83509d693d0dadfb229964f2e524deaa4d020989983a517ae77edd9d99d63e3f28a67e66bc0655c4dc588a074066900b10e389f432a4bb997b0c132c1584bc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.15.0 (2022-03-23)
4
+
5
+ * Regenerated from discovery document revision 20220310
6
+
7
+ ### v0.14.0 (2022-02-18)
8
+
9
+ * Regenerated from discovery document revision 20220215
10
+
11
+ ### v0.13.0 (2022-02-05)
12
+
13
+ * Regenerated from discovery document revision 20220127
14
+
3
15
  ### v0.12.0 (2022-01-28)
4
16
 
5
17
  * Regenerated from discovery document revision 20220117
@@ -615,6 +615,11 @@ module Google
615
615
  class DatabaseInstance
616
616
  include Google::Apis::Core::Hashable
617
617
 
618
+ # List all maintenance versions applicable on the instance
619
+ # Corresponds to the JSON property `availableMaintenanceVersions`
620
+ # @return [Array<String>]
621
+ attr_accessor :available_maintenance_versions
622
+
618
623
  # The backend type. `SECOND_GEN`: Cloud SQL database instance. `EXTERNAL`: A
619
624
  # database server that is not managed by Google. This property is read-only; use
620
625
  # the `tier` property in the `settings` object to determine the database type.
@@ -704,6 +709,11 @@ module Google
704
709
  # @return [String]
705
710
  attr_accessor :kind
706
711
 
712
+ # The current software version on the instance.
713
+ # Corresponds to the JSON property `maintenanceVersion`
714
+ # @return [String]
715
+ attr_accessor :maintenance_version
716
+
707
717
  # The name of the instance which will act as primary in the replication setup.
708
718
  # Corresponds to the JSON property `masterInstanceName`
709
719
  # @return [String]
@@ -772,7 +782,7 @@ module Google
772
782
  # The Compute Engine zone that the failover instance is currently serving from
773
783
  # for a regional instance. This value could be different from the zone that was
774
784
  # specified when the instance was created if the instance has failed over to its
775
- # secondary/failover zone. Reserved for future use.
785
+ # secondary/failover zone.
776
786
  # Corresponds to the JSON property `secondaryGceZone`
777
787
  # @return [String]
778
788
  attr_accessor :secondary_gce_zone
@@ -814,6 +824,7 @@ module Google
814
824
 
815
825
  # Update properties of this object
816
826
  def update!(**args)
827
+ @available_maintenance_versions = args[:available_maintenance_versions] if args.key?(:available_maintenance_versions)
817
828
  @backend_type = args[:backend_type] if args.key?(:backend_type)
818
829
  @connection_name = args[:connection_name] if args.key?(:connection_name)
819
830
  @create_time = args[:create_time] if args.key?(:create_time)
@@ -829,6 +840,7 @@ module Google
829
840
  @ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
830
841
  @ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
831
842
  @kind = args[:kind] if args.key?(:kind)
843
+ @maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
832
844
  @master_instance_name = args[:master_instance_name] if args.key?(:master_instance_name)
833
845
  @max_disk_size = args[:max_disk_size] if args.key?(:max_disk_size)
834
846
  @name = args[:name] if args.key?(:name)
@@ -2068,7 +2080,7 @@ module Google
2068
2080
  attr_accessor :kind
2069
2081
 
2070
2082
  # The preferred Compute Engine zone for the secondary/failover (for example: us-
2071
- # central1-a, us-central1-b, etc.). Reserved for future use.
2083
+ # central1-a, us-central1-b, etc.).
2072
2084
  # Corresponds to the JSON property `secondaryZone`
2073
2085
  # @return [String]
2074
2086
  attr_accessor :secondary_zone
@@ -3167,6 +3179,16 @@ module Google
3167
3179
  # @return [String]
3168
3180
  attr_accessor :kind
3169
3181
 
3182
+ # How long to keep generated audit files.
3183
+ # Corresponds to the JSON property `retentionInterval`
3184
+ # @return [String]
3185
+ attr_accessor :retention_interval
3186
+
3187
+ # How often to upload generated audit files.
3188
+ # Corresponds to the JSON property `uploadInterval`
3189
+ # @return [String]
3190
+ attr_accessor :upload_interval
3191
+
3170
3192
  def initialize(**args)
3171
3193
  update!(**args)
3172
3194
  end
@@ -3175,6 +3197,8 @@ module Google
3175
3197
  def update!(**args)
3176
3198
  @bucket = args[:bucket] if args.key?(:bucket)
3177
3199
  @kind = args[:kind] if args.key?(:kind)
3200
+ @retention_interval = args[:retention_interval] if args.key?(:retention_interval)
3201
+ @upload_interval = args[:upload_interval] if args.key?(:upload_interval)
3178
3202
  end
3179
3203
  end
3180
3204
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220117"
25
+ REVISION = "20220310"
26
26
  end
27
27
  end
28
28
  end
@@ -699,6 +699,7 @@ module Google
699
699
  class DatabaseInstance
700
700
  # @private
701
701
  class Representation < Google::Apis::Core::JsonRepresentation
702
+ collection :available_maintenance_versions, as: 'availableMaintenanceVersions'
702
703
  property :backend_type, as: 'backendType'
703
704
  property :connection_name, as: 'connectionName'
704
705
  property :create_time, as: 'createTime'
@@ -718,6 +719,7 @@ module Google
718
719
 
719
720
  property :ipv6_address, as: 'ipv6Address'
720
721
  property :kind, as: 'kind'
722
+ property :maintenance_version, as: 'maintenanceVersion'
721
723
  property :master_instance_name, as: 'masterInstanceName'
722
724
  property :max_disk_size, :numeric_string => true, as: 'maxDiskSize'
723
725
  property :name, as: 'name'
@@ -1378,6 +1380,8 @@ module Google
1378
1380
  class Representation < Google::Apis::Core::JsonRepresentation
1379
1381
  property :bucket, as: 'bucket'
1380
1382
  property :kind, as: 'kind'
1383
+ property :retention_interval, as: 'retentionInterval'
1384
+ property :upload_interval, as: 'uploadInterval'
1381
1385
  end
1382
1386
  end
1383
1387
 
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.12.0
4
+ version: 0.15.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: 2022-01-31 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.15.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: []