google-apis-sqladmin_v1 0.78.0 → 0.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6592d8ef19a47c4597f3c9ec422300da44abc576062921f5877366acf72ff058
4
- data.tar.gz: 2f0ad45d52c01e11888c6b89d28599b99a26f8f700a92fadc5a7a4bdbb95444c
3
+ metadata.gz: 04d767591e47688cf094361623509ed48f193d421edb5c5d270c2fa993fec71e
4
+ data.tar.gz: 4d3454502cd3f145df52855d3b530fe46dc4c57ab52e9b5c780a1e80fd807da9
5
5
  SHA512:
6
- metadata.gz: 1b13ce8b99a4b0c2775d5d8f8cb18860f4b952257141562962a7fd3e57decc77b1173460f85305f3f11c7e60b2e96b486edae244997a855ba597453f33df4c91
7
- data.tar.gz: d4ffab8dae71aa1e071e75510e2191965556e5449fafc64de5d3ddab75b5bd908d59ed88674de5e52921a989ae9a5d753e168b2ba7f59c188dda92a792929325
6
+ metadata.gz: '00419d793476adb8e001010d10f9c37a9b0234e8b07f6e88d5a024a77ac4f985a75983ce2e060a4831b3a2da1541f7290fc556eca5b1f08b1d3fa6ef5f61f215'
7
+ data.tar.gz: ed67370a1367d1f9d2b57994067530972e0bf72e9dd894b7a96e207ad20294096cd423e4021cabfd3c20baa0f5e99e62f5549152b754f841b0ae4821688ce571
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.80.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250516
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.79.0 (2025-05-18)
9
+
10
+ * Regenerated from discovery document revision 20250508
11
+
3
12
  ### v0.78.0 (2025-05-11)
4
13
 
5
14
  * Regenerated from discovery document revision 20250502
@@ -951,7 +951,7 @@ module Google
951
951
  attr_accessor :connection_pooling_enabled
952
952
  alias_method :connection_pooling_enabled?, :connection_pooling_enabled
953
953
 
954
- # Optional. List of connection pool configuration flags
954
+ # Optional. List of connection pool configuration flags.
955
955
  # Corresponds to the JSON property `flags`
956
956
  # @return [Array<Google::Apis::SqladminV1::ConnectionPoolFlags>]
957
957
  attr_accessor :flags
@@ -1128,6 +1128,12 @@ module Google
1128
1128
  # @return [String]
1129
1129
  attr_accessor :backend_type
1130
1130
 
1131
+ # Clears private network settings when the instance is restored.
1132
+ # Corresponds to the JSON property `clearNetwork`
1133
+ # @return [Boolean]
1134
+ attr_accessor :clear_network
1135
+ alias_method :clear_network?, :clear_network
1136
+
1131
1137
  # Connection name of the Cloud SQL instance used in connection strings.
1132
1138
  # Corresponds to the JSON property `connectionName`
1133
1139
  # @return [String]
@@ -1420,6 +1426,7 @@ module Google
1420
1426
  def update!(**args)
1421
1427
  @available_maintenance_versions = args[:available_maintenance_versions] if args.key?(:available_maintenance_versions)
1422
1428
  @backend_type = args[:backend_type] if args.key?(:backend_type)
1429
+ @clear_network = args[:clear_network] if args.key?(:clear_network)
1423
1430
  @connection_name = args[:connection_name] if args.key?(:connection_name)
1424
1431
  @create_time = args[:create_time] if args.key?(:create_time)
1425
1432
  @current_disk_size = args[:current_disk_size] if args.key?(:current_disk_size)
@@ -2803,8 +2810,8 @@ module Google
2803
2810
  attr_accessor :query_plans_per_minute
2804
2811
 
2805
2812
  # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-
2806
- # 4500 bytes. Query length more than this field value will be truncated to this
2807
- # value. When unset, query length will be the default value. Changing query
2813
+ # 4500 bytes. Query lengths greater than this field value will be truncated to
2814
+ # this value. When unset, query length will be the default value. Changing query
2808
2815
  # length will restart the database.
2809
2816
  # Corresponds to the JSON property `queryStringLength`
2810
2817
  # @return [Fixnum]
@@ -4224,10 +4231,10 @@ module Google
4224
4231
  class PscAutoConnectionConfig
4225
4232
  include Google::Apis::Core::Hashable
4226
4233
 
4227
- # The consumer network of this consumer endpoint. This must be a resource path
4228
- # that includes both the host project and the network name. For example, `
4229
- # projects/project1/global/networks/network1`. The consumer host project of this
4230
- # network might be different from the consumer service project.
4234
+ # Optional. The consumer network of this consumer endpoint. This must be a
4235
+ # resource path that includes both the host project and the network name. For
4236
+ # example, `projects/project1/global/networks/network1`. The consumer host
4237
+ # project of this network might be different from the consumer service project.
4231
4238
  # Corresponds to the JSON property `consumerNetwork`
4232
4239
  # @return [String]
4233
4240
  attr_accessor :consumer_network
@@ -4237,8 +4244,9 @@ module Google
4237
4244
  # @return [String]
4238
4245
  attr_accessor :consumer_network_status
4239
4246
 
4240
- # This is the project ID of consumer service project of this consumer endpoint.
4241
- # Optional. This is only applicable if consumer_network is a shared vpc network.
4247
+ # Optional. This is the project ID of consumer service project of this consumer
4248
+ # endpoint. Optional. This is only applicable if consumer_network is a shared
4249
+ # vpc network.
4242
4250
  # Corresponds to the JSON property `consumerProject`
4243
4251
  # @return [String]
4244
4252
  attr_accessor :consumer_project
@@ -4279,6 +4287,13 @@ module Google
4279
4287
  # @return [Array<String>]
4280
4288
  attr_accessor :allowed_consumer_projects
4281
4289
 
4290
+ # Optional. The network attachment of the consumer network that the Private
4291
+ # Service Connect enabled Cloud SQL instance is authorized to connect via PSC
4292
+ # interface. format: projects/PROJECT/regions/REGION/networkAttachments/ID
4293
+ # Corresponds to the JSON property `networkAttachmentUri`
4294
+ # @return [String]
4295
+ attr_accessor :network_attachment_uri
4296
+
4282
4297
  # Optional. The list of settings for requested Private Service Connect consumer
4283
4298
  # endpoints that can be used to connect to this Cloud SQL instance.
4284
4299
  # Corresponds to the JSON property `pscAutoConnections`
@@ -4298,6 +4313,7 @@ module Google
4298
4313
  # Update properties of this object
4299
4314
  def update!(**args)
4300
4315
  @allowed_consumer_projects = args[:allowed_consumer_projects] if args.key?(:allowed_consumer_projects)
4316
+ @network_attachment_uri = args[:network_attachment_uri] if args.key?(:network_attachment_uri)
4301
4317
  @psc_auto_connections = args[:psc_auto_connections] if args.key?(:psc_auto_connections)
4302
4318
  @psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
4303
4319
  end
@@ -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.78.0"
19
+ GEM_VERSION = "0.80.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250502"
25
+ REVISION = "20250516"
26
26
  end
27
27
  end
28
28
  end
@@ -1073,6 +1073,7 @@ module Google
1073
1073
  class Representation < Google::Apis::Core::JsonRepresentation
1074
1074
  collection :available_maintenance_versions, as: 'availableMaintenanceVersions'
1075
1075
  property :backend_type, as: 'backendType'
1076
+ property :clear_network, as: 'clearNetwork'
1076
1077
  property :connection_name, as: 'connectionName'
1077
1078
  property :create_time, as: 'createTime'
1078
1079
  property :current_disk_size, :numeric_string => true, as: 'currentDiskSize'
@@ -1884,6 +1885,7 @@ module Google
1884
1885
  # @private
1885
1886
  class Representation < Google::Apis::Core::JsonRepresentation
1886
1887
  collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
1888
+ property :network_attachment_uri, as: 'networkAttachmentUri'
1887
1889
  collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1::PscAutoConnectionConfig::Representation
1888
1890
 
1889
1891
  property :psc_enabled, as: 'pscEnabled'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.78.0
4
+ version: 0.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.78.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.80.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud SQL Admin API V1
79
79
  test_files: []