google-apis-sqladmin_v1beta4 0.52.0 → 0.54.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: 423d679fa9244d893b5046e19b316fd3065586d7e3f633881d28ebe1b78144ba
4
- data.tar.gz: d37eb1f4fa74421c36512c9a8f695d677387ff3cd51805160810bb62e2288477
3
+ metadata.gz: c0ac53ebb79824560db6d97353744b8221b10ae306cb3866751a810f2975874d
4
+ data.tar.gz: c02368a61a9a360b6588e941b435114fd52ac668c7c70fba4027051ef36d1450
5
5
  SHA512:
6
- metadata.gz: e9c6156d5ae5a1e6fd76a3c18703412c05b60805449331cd5fb96c939faac425adbca122f8b25d5c0049411de770845b01aad26604ddde874f765a69917e3793
7
- data.tar.gz: 1c628345c4ccbf6658ac459fa5dde95e83eb3259d326602bfd7dc998fc19d7e2bcf1e4bc5f7c85f63b67079757a105a16ff988ed86c5ed5460306ee55201bfb9
6
+ metadata.gz: '007168a51fbaef3c702abaf450cf283b87c999c588fe8cedb5abd46cfedc434fc070b24d61fe932103534024248017b8f14ad3f982ec5f30697d8ebb196dc9fe'
7
+ data.tar.gz: 64466f40458095f1740efd68e0dc45f0da432c27c651c3ff6ddc799b0276624e6f7e6cc02a120010a89287d2ed3435f18b7f714d25833248d6bae3cad0a10e01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.54.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230721
6
+
7
+ ### v0.53.0 (2023-07-16)
8
+
9
+ * Regenerated from discovery document revision 20230710
10
+
3
11
  ### v0.52.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230627
@@ -559,6 +559,12 @@ module Google
559
559
  # @return [String]
560
560
  attr_accessor :kind
561
561
 
562
+ # Whether PSC connectivity is enabled for this instance.
563
+ # Corresponds to the JSON property `pscEnabled`
564
+ # @return [Boolean]
565
+ attr_accessor :psc_enabled
566
+ alias_method :psc_enabled?, :psc_enabled
567
+
562
568
  # The cloud region for the instance. e.g. `us-central1`, `europe-west1`. The
563
569
  # region cannot be changed after instance creation.
564
570
  # Corresponds to the JSON property `region`
@@ -581,6 +587,7 @@ module Google
581
587
  @dns_name = args[:dns_name] if args.key?(:dns_name)
582
588
  @ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
583
589
  @kind = args[:kind] if args.key?(:kind)
590
+ @psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
584
591
  @region = args[:region] if args.key?(:region)
585
592
  @server_ca_cert = args[:server_ca_cert] if args.key?(:server_ca_cert)
586
593
  end
@@ -762,6 +769,11 @@ module Google
762
769
  # @return [Google::Apis::SqladminV1beta4::DiskEncryptionStatus]
763
770
  attr_accessor :disk_encryption_status
764
771
 
772
+ # Output only. The dns name of the instance.
773
+ # Corresponds to the JSON property `dnsName`
774
+ # @return [String]
775
+ attr_accessor :dns_name
776
+
765
777
  # This field is deprecated and will be removed from a future version of the API.
766
778
  # Use the `settings.settingsVersion` field instead.
767
779
  # Corresponds to the JSON property `etag`
@@ -838,6 +850,11 @@ module Google
838
850
  # @return [String]
839
851
  attr_accessor :project
840
852
 
853
+ # Output only. The link to service attachment of PSC instance.
854
+ # Corresponds to the JSON property `pscServiceAttachmentLink`
855
+ # @return [String]
856
+ attr_accessor :psc_service_attachment_link
857
+
841
858
  # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) *
842
859
  # `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`.
843
860
  # Defaults to `us-central` or `us-central1` depending on the instance type. The
@@ -927,6 +944,7 @@ module Google
927
944
  @database_version = args[:database_version] if args.key?(:database_version)
928
945
  @disk_encryption_configuration = args[:disk_encryption_configuration] if args.key?(:disk_encryption_configuration)
929
946
  @disk_encryption_status = args[:disk_encryption_status] if args.key?(:disk_encryption_status)
947
+ @dns_name = args[:dns_name] if args.key?(:dns_name)
930
948
  @etag = args[:etag] if args.key?(:etag)
931
949
  @failover_replica = args[:failover_replica] if args.key?(:failover_replica)
932
950
  @gce_zone = args[:gce_zone] if args.key?(:gce_zone)
@@ -941,6 +959,7 @@ module Google
941
959
  @on_premises_configuration = args[:on_premises_configuration] if args.key?(:on_premises_configuration)
942
960
  @out_of_disk_report = args[:out_of_disk_report] if args.key?(:out_of_disk_report)
943
961
  @project = args[:project] if args.key?(:project)
962
+ @psc_service_attachment_link = args[:psc_service_attachment_link] if args.key?(:psc_service_attachment_link)
944
963
  @region = args[:region] if args.key?(:region)
945
964
  @replica_configuration = args[:replica_configuration] if args.key?(:replica_configuration)
946
965
  @replica_names = args[:replica_names] if args.key?(:replica_names)
@@ -1754,6 +1773,18 @@ module Google
1754
1773
  attr_accessor :recovery_only
1755
1774
  alias_method :recovery_only?, :recovery_only
1756
1775
 
1776
+ # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for
1777
+ # SQL Server only
1778
+ # Corresponds to the JSON property `stopAt`
1779
+ # @return [String]
1780
+ attr_accessor :stop_at
1781
+
1782
+ # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL
1783
+ # for SQL Server only
1784
+ # Corresponds to the JSON property `stopAtMark`
1785
+ # @return [String]
1786
+ attr_accessor :stop_at_mark
1787
+
1757
1788
  # Whether or not the backup set being restored is striped. Applies only to Cloud
1758
1789
  # SQL for SQL Server.
1759
1790
  # Corresponds to the JSON property `striped`
@@ -1771,6 +1802,8 @@ module Google
1771
1802
  @encryption_options = args[:encryption_options] if args.key?(:encryption_options)
1772
1803
  @no_recovery = args[:no_recovery] if args.key?(:no_recovery)
1773
1804
  @recovery_only = args[:recovery_only] if args.key?(:recovery_only)
1805
+ @stop_at = args[:stop_at] if args.key?(:stop_at)
1806
+ @stop_at_mark = args[:stop_at_mark] if args.key?(:stop_at_mark)
1774
1807
  @striped = args[:striped] if args.key?(:striped)
1775
1808
  end
1776
1809
 
@@ -2230,6 +2263,11 @@ module Google
2230
2263
  # @return [String]
2231
2264
  attr_accessor :private_network
2232
2265
 
2266
+ # PSC settings for a Cloud SQL instance.
2267
+ # Corresponds to the JSON property `pscConfig`
2268
+ # @return [Google::Apis::SqladminV1beta4::PscConfig]
2269
+ attr_accessor :psc_config
2270
+
2233
2271
  # Whether SSL connections over IP are enforced or not.
2234
2272
  # Corresponds to the JSON property `requireSsl`
2235
2273
  # @return [Boolean]
@@ -2247,6 +2285,7 @@ module Google
2247
2285
  @enable_private_path_for_google_cloud_services = args[:enable_private_path_for_google_cloud_services] if args.key?(:enable_private_path_for_google_cloud_services)
2248
2286
  @ipv4_enabled = args[:ipv4_enabled] if args.key?(:ipv4_enabled)
2249
2287
  @private_network = args[:private_network] if args.key?(:private_network)
2288
+ @psc_config = args[:psc_config] if args.key?(:psc_config)
2250
2289
  @require_ssl = args[:require_ssl] if args.key?(:require_ssl)
2251
2290
  end
2252
2291
  end
@@ -2904,6 +2943,35 @@ module Google
2904
2943
  end
2905
2944
  end
2906
2945
 
2946
+ # PSC settings for a Cloud SQL instance.
2947
+ class PscConfig
2948
+ include Google::Apis::Core::Hashable
2949
+
2950
+ # List of consumer projects that are allow-listed for PSC connections to this
2951
+ # instance. This instance can be connected to with PSC from any network in these
2952
+ # projects. Each consumer project in this list may be represented by a project
2953
+ # number (numeric) or by a project id (alphanumeric).
2954
+ # Corresponds to the JSON property `allowedConsumerProjects`
2955
+ # @return [Array<String>]
2956
+ attr_accessor :allowed_consumer_projects
2957
+
2958
+ # Whether PSC connectivity is enabled for this instance.
2959
+ # Corresponds to the JSON property `pscEnabled`
2960
+ # @return [Boolean]
2961
+ attr_accessor :psc_enabled
2962
+ alias_method :psc_enabled?, :psc_enabled
2963
+
2964
+ def initialize(**args)
2965
+ update!(**args)
2966
+ end
2967
+
2968
+ # Update properties of this object
2969
+ def update!(**args)
2970
+ @allowed_consumer_projects = args[:allowed_consumer_projects] if args.key?(:allowed_consumer_projects)
2971
+ @psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
2972
+ end
2973
+ end
2974
+
2907
2975
  # Read-replica configuration for connecting to the primary instance.
2908
2976
  class ReplicaConfiguration
2909
2977
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1beta4
18
18
  # Version of the google-apis-sqladmin_v1beta4 gem
19
- GEM_VERSION = "0.52.0"
19
+ GEM_VERSION = "0.54.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 = "20230627"
25
+ REVISION = "20230721"
26
26
  end
27
27
  end
28
28
  end
@@ -424,6 +424,12 @@ module Google
424
424
  include Google::Apis::Core::JsonObjectSupport
425
425
  end
426
426
 
427
+ class PscConfig
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
427
433
  class ReplicaConfiguration
428
434
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
435
 
@@ -751,6 +757,7 @@ module Google
751
757
  collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
752
758
 
753
759
  property :kind, as: 'kind'
760
+ property :psc_enabled, as: 'pscEnabled'
754
761
  property :region, as: 'region'
755
762
  property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
756
763
 
@@ -802,6 +809,7 @@ module Google
802
809
 
803
810
  property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1beta4::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionStatus::Representation
804
811
 
812
+ property :dns_name, as: 'dnsName'
805
813
  property :etag, as: 'etag'
806
814
  property :failover_replica, as: 'failoverReplica', class: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica::Representation
807
815
 
@@ -820,6 +828,7 @@ module Google
820
828
  property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport::Representation
821
829
 
822
830
  property :project, as: 'project'
831
+ property :psc_service_attachment_link, as: 'pscServiceAttachmentLink'
823
832
  property :region, as: 'region'
824
833
  property :replica_configuration, as: 'replicaConfiguration', class: Google::Apis::SqladminV1beta4::ReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::ReplicaConfiguration::Representation
825
834
 
@@ -1050,6 +1059,8 @@ module Google
1050
1059
 
1051
1060
  property :no_recovery, as: 'noRecovery'
1052
1061
  property :recovery_only, as: 'recoveryOnly'
1062
+ property :stop_at, as: 'stopAt'
1063
+ property :stop_at_mark, as: 'stopAtMark'
1053
1064
  property :striped, as: 'striped'
1054
1065
  end
1055
1066
 
@@ -1199,6 +1210,8 @@ module Google
1199
1210
  property :enable_private_path_for_google_cloud_services, as: 'enablePrivatePathForGoogleCloudServices'
1200
1211
  property :ipv4_enabled, as: 'ipv4Enabled'
1201
1212
  property :private_network, as: 'privateNetwork'
1213
+ property :psc_config, as: 'pscConfig', class: Google::Apis::SqladminV1beta4::PscConfig, decorator: Google::Apis::SqladminV1beta4::PscConfig::Representation
1214
+
1202
1215
  property :require_ssl, as: 'requireSsl'
1203
1216
  end
1204
1217
  end
@@ -1367,6 +1380,14 @@ module Google
1367
1380
  end
1368
1381
  end
1369
1382
 
1383
+ class PscConfig
1384
+ # @private
1385
+ class Representation < Google::Apis::Core::JsonRepresentation
1386
+ collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
1387
+ property :psc_enabled, as: 'pscEnabled'
1388
+ end
1389
+ end
1390
+
1370
1391
  class ReplicaConfiguration
1371
1392
  # @private
1372
1393
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1beta4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.54.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-07-02 00:00:00.000000000 Z
11
+ date: 2023-08-06 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_v1beta4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
63
63
  post_install_message:
64
64
  rdoc_options: []