google-apis-sqladmin_v1 0.87.0 → 0.88.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: 2089c04e3de8edc6d237052513c8a3ed75b56ba04a5d62bc0ea95cc97d1ae0c1
|
|
4
|
+
data.tar.gz: 6d8e7a793bff5e2752c4cf01246154e9787a6a2d6bf64e323e0ee1aff6c22fe8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5b75d56d20167426a23521b9a32ec9bc29136a33061ea156d6c662ba488b636994b1453f4fc3dfd3c91113518dda6bc91f866a1be50e060ead7c549775d7830
|
|
7
|
+
data.tar.gz: e0b149d3b68ba7026910fa3c936b1f71354a45a5276dedb6ac42ad9e680b858f173674e115c737b564775212fc8bcfc363ea8e717ad71fcaa8109c29a1ffc5ba
|
data/CHANGELOG.md
CHANGED
|
@@ -746,7 +746,7 @@ module Google
|
|
|
746
746
|
# @return [Array<String>]
|
|
747
747
|
attr_accessor :database_names
|
|
748
748
|
|
|
749
|
-
# Name of the Cloud SQL instance to be created as a clone.
|
|
749
|
+
# Required. Name of the Cloud SQL instance to be created as a clone.
|
|
750
750
|
# Corresponds to the JSON property `destinationInstanceName`
|
|
751
751
|
# @return [String]
|
|
752
752
|
attr_accessor :destination_instance_name
|
|
@@ -5024,6 +5024,12 @@ module Google
|
|
|
5024
5024
|
attr_accessor :crash_safe_replication_enabled
|
|
5025
5025
|
alias_method :crash_safe_replication_enabled?, :crash_safe_replication_enabled
|
|
5026
5026
|
|
|
5027
|
+
# This parameter controls whether to allow using Data API to connect to the
|
|
5028
|
+
# instance. Not allowed by default.
|
|
5029
|
+
# Corresponds to the JSON property `dataApiAccess`
|
|
5030
|
+
# @return [String]
|
|
5031
|
+
attr_accessor :data_api_access
|
|
5032
|
+
|
|
5027
5033
|
# Data cache configurations.
|
|
5028
5034
|
# Corresponds to the JSON property `dataCacheConfig`
|
|
5029
5035
|
# @return [Google::Apis::SqladminV1::DataCacheConfig]
|
|
@@ -5229,6 +5235,7 @@ module Google
|
|
|
5229
5235
|
@connection_pool_config = args[:connection_pool_config] if args.key?(:connection_pool_config)
|
|
5230
5236
|
@connector_enforcement = args[:connector_enforcement] if args.key?(:connector_enforcement)
|
|
5231
5237
|
@crash_safe_replication_enabled = args[:crash_safe_replication_enabled] if args.key?(:crash_safe_replication_enabled)
|
|
5238
|
+
@data_api_access = args[:data_api_access] if args.key?(:data_api_access)
|
|
5232
5239
|
@data_cache_config = args[:data_cache_config] if args.key?(:data_cache_config)
|
|
5233
5240
|
@data_disk_provisioned_iops = args[:data_disk_provisioned_iops] if args.key?(:data_disk_provisioned_iops)
|
|
5234
5241
|
@data_disk_provisioned_throughput = args[:data_disk_provisioned_throughput] if args.key?(:data_disk_provisioned_throughput)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.88.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251019"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2172,6 +2172,7 @@ module Google
|
|
|
2172
2172
|
|
|
2173
2173
|
property :connector_enforcement, as: 'connectorEnforcement'
|
|
2174
2174
|
property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
|
|
2175
|
+
property :data_api_access, as: 'dataApiAccess'
|
|
2175
2176
|
property :data_cache_config, as: 'dataCacheConfig', class: Google::Apis::SqladminV1::DataCacheConfig, decorator: Google::Apis::SqladminV1::DataCacheConfig::Representation
|
|
2176
2177
|
|
|
2177
2178
|
property :data_disk_provisioned_iops, :numeric_string => true, as: 'dataDiskProvisionedIops'
|
|
@@ -913,10 +913,10 @@ module Google
|
|
|
913
913
|
# Creates a Cloud SQL instance as a clone of the source instance. Using this
|
|
914
914
|
# operation might cause your instance to restart.
|
|
915
915
|
# @param [String] project
|
|
916
|
-
# Project ID of the source as well as the clone Cloud SQL instance.
|
|
916
|
+
# Required. Project ID of the source as well as the clone Cloud SQL instance.
|
|
917
917
|
# @param [String] instance
|
|
918
|
-
# The ID of the Cloud SQL instance to be cloned (source). This does
|
|
919
|
-
# the project ID.
|
|
918
|
+
# Required. The ID of the Cloud SQL instance to be cloned (source). This does
|
|
919
|
+
# not include the project ID.
|
|
920
920
|
# @param [Google::Apis::SqladminV1::InstancesCloneRequest] instances_clone_request_object
|
|
921
921
|
# @param [String] fields
|
|
922
922
|
# Selector specifying which fields to include in a partial response.
|
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.
|
|
4
|
+
version: 0.88.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.88.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:
|