google-apis-sqladmin_v1beta4 0.83.0 → 0.85.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: 9fe0c6d5c7c49bb703ce977627aae0f1115a747004d8d073128d5058252a73c9
4
- data.tar.gz: 0ffa6881493b2c3bd6f17d675a8b35d69073048eff1e2d27f8bee86f3744b075
3
+ metadata.gz: ce7d20859985006bf569f77ebbde620bcdfd1bbee0419aeb42995df928097be2
4
+ data.tar.gz: c956580714dd7bdb4ef894575553f9972ee7d38ca50132b5f94b3fdf4b6abac0
5
5
  SHA512:
6
- metadata.gz: fc29bfc7f554e644516578c6b2094c586bc30beeb7df03e6cbbaf90738b2f668dd4ea46e6bc8c1d40d620930ce27dbf53b9860911232730125937ac25ac627b0
7
- data.tar.gz: 2b04dbd6c485a3ff6dce355d7f03cf0ffc7359eb511e6aa861ec6d216f4a44b9036d3337158d8b6bef3258ffe657e3697f1577022f9876ee534907cdc9972011
6
+ metadata.gz: 51ce1a555407c5e3af2493002c5a239522164ea5a4c71df48c96c6124dc58692663958a944821022b8c3533bc49e034338a4d5faab037e2b56e6e8dfd1110010
7
+ data.tar.gz: f20471019ac01352abbce55e9325b989486675b3d0bd1c9e24e78d1ffd21522edfa34fa4dd0ece2c22254ddc0d99b834d8bd4cac3b608c902189164b3abde16c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.85.0 (2025-05-21)
4
+
5
+ * Regenerated from discovery document revision 20250516
6
+
7
+ ### v0.84.0 (2025-05-18)
8
+
9
+ * Regenerated from discovery document revision 20250508
10
+
3
11
  ### v0.83.0 (2025-05-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20250502
@@ -950,7 +950,7 @@ module Google
950
950
  attr_accessor :connection_pooling_enabled
951
951
  alias_method :connection_pooling_enabled?, :connection_pooling_enabled
952
952
 
953
- # Optional. List of connection pool configuration flags
953
+ # Optional. List of connection pool configuration flags.
954
954
  # Corresponds to the JSON property `flags`
955
955
  # @return [Array<Google::Apis::SqladminV1beta4::ConnectionPoolFlags>]
956
956
  attr_accessor :flags
@@ -1127,6 +1127,12 @@ module Google
1127
1127
  # @return [String]
1128
1128
  attr_accessor :backend_type
1129
1129
 
1130
+ # Clears private network settings when the instance is restored.
1131
+ # Corresponds to the JSON property `clearNetwork`
1132
+ # @return [Boolean]
1133
+ attr_accessor :clear_network
1134
+ alias_method :clear_network?, :clear_network
1135
+
1130
1136
  # Connection name of the Cloud SQL instance used in connection strings.
1131
1137
  # Corresponds to the JSON property `connectionName`
1132
1138
  # @return [String]
@@ -1418,6 +1424,7 @@ module Google
1418
1424
  def update!(**args)
1419
1425
  @available_maintenance_versions = args[:available_maintenance_versions] if args.key?(:available_maintenance_versions)
1420
1426
  @backend_type = args[:backend_type] if args.key?(:backend_type)
1427
+ @clear_network = args[:clear_network] if args.key?(:clear_network)
1421
1428
  @connection_name = args[:connection_name] if args.key?(:connection_name)
1422
1429
  @create_time = args[:create_time] if args.key?(:create_time)
1423
1430
  @current_disk_size = args[:current_disk_size] if args.key?(:current_disk_size)
@@ -2804,8 +2811,8 @@ module Google
2804
2811
  attr_accessor :query_plans_per_minute
2805
2812
 
2806
2813
  # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-
2807
- # 4500 bytes. Query length more than this field value will be truncated to this
2808
- # value. When unset, query length will be the default value. Changing query
2814
+ # 4500 bytes. Query lengths greater than this field value will be truncated to
2815
+ # this value. When unset, query length will be the default value. Changing query
2809
2816
  # length will restart the database.
2810
2817
  # Corresponds to the JSON property `queryStringLength`
2811
2818
  # @return [Fixnum]
@@ -4225,10 +4232,10 @@ module Google
4225
4232
  class PscAutoConnectionConfig
4226
4233
  include Google::Apis::Core::Hashable
4227
4234
 
4228
- # The consumer network of this consumer endpoint. This must be a resource path
4229
- # that includes both the host project and the network name. For example, `
4230
- # projects/project1/global/networks/network1`. The consumer host project of this
4231
- # network might be different from the consumer service project.
4235
+ # Optional. The consumer network of this consumer endpoint. This must be a
4236
+ # resource path that includes both the host project and the network name. For
4237
+ # example, `projects/project1/global/networks/network1`. The consumer host
4238
+ # project of this network might be different from the consumer service project.
4232
4239
  # Corresponds to the JSON property `consumerNetwork`
4233
4240
  # @return [String]
4234
4241
  attr_accessor :consumer_network
@@ -4238,8 +4245,9 @@ module Google
4238
4245
  # @return [String]
4239
4246
  attr_accessor :consumer_network_status
4240
4247
 
4241
- # This is the project ID of consumer service project of this consumer endpoint.
4242
- # Optional. This is only applicable if consumer_network is a shared vpc network.
4248
+ # Optional. This is the project ID of consumer service project of this consumer
4249
+ # endpoint. Optional. This is only applicable if consumer_network is a shared
4250
+ # vpc network.
4243
4251
  # Corresponds to the JSON property `consumerProject`
4244
4252
  # @return [String]
4245
4253
  attr_accessor :consumer_project
@@ -4280,6 +4288,13 @@ module Google
4280
4288
  # @return [Array<String>]
4281
4289
  attr_accessor :allowed_consumer_projects
4282
4290
 
4291
+ # Optional. The network attachment of the consumer network that the Private
4292
+ # Service Connect enabled Cloud SQL instance is authorized to connect via PSC
4293
+ # interface. format: projects/PROJECT/regions/REGION/networkAttachments/ID
4294
+ # Corresponds to the JSON property `networkAttachmentUri`
4295
+ # @return [String]
4296
+ attr_accessor :network_attachment_uri
4297
+
4283
4298
  # Optional. The list of settings for requested Private Service Connect consumer
4284
4299
  # endpoints that can be used to connect to this Cloud SQL instance.
4285
4300
  # Corresponds to the JSON property `pscAutoConnections`
@@ -4299,6 +4314,7 @@ module Google
4299
4314
  # Update properties of this object
4300
4315
  def update!(**args)
4301
4316
  @allowed_consumer_projects = args[:allowed_consumer_projects] if args.key?(:allowed_consumer_projects)
4317
+ @network_attachment_uri = args[:network_attachment_uri] if args.key?(:network_attachment_uri)
4302
4318
  @psc_auto_connections = args[:psc_auto_connections] if args.key?(:psc_auto_connections)
4303
4319
  @psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
4304
4320
  end
@@ -4719,7 +4735,7 @@ module Google
4719
4735
  attr_accessor :pricing_plan
4720
4736
 
4721
4737
  # Optional. Configuration value for recreation of replica after certain
4722
- # replication lag
4738
+ # replication lag.
4723
4739
  # Corresponds to the JSON property `replicationLagMaxSeconds`
4724
4740
  # @return [Fixnum]
4725
4741
  attr_accessor :replication_lag_max_seconds
@@ -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.83.0"
19
+ GEM_VERSION = "0.85.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.17.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::SqladminV1beta4::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1beta4::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_v1beta4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.83.0
4
+ version: 0.85.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_v1beta4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.83.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.85.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
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 V1beta4
79
79
  test_files: []