google-apis-sqladmin_v1beta4 0.84.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce7d20859985006bf569f77ebbde620bcdfd1bbee0419aeb42995df928097be2
|
4
|
+
data.tar.gz: c956580714dd7bdb4ef894575553f9972ee7d38ca50132b5f94b3fdf4b6abac0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51ce1a555407c5e3af2493002c5a239522164ea5a4c71df48c96c6124dc58692663958a944821022b8c3533bc49e034338a4d5faab037e2b56e6e8dfd1110010
|
7
|
+
data.tar.gz: f20471019ac01352abbce55e9325b989486675b3d0bd1c9e24e78d1ffd21522edfa34fa4dd0ece2c22254ddc0d99b834d8bd4cac3b608c902189164b3abde16c
|
data/CHANGELOG.md
CHANGED
@@ -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)
|
@@ -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.
|
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 = "
|
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'
|
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.
|
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.
|
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.
|
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: []
|