google-apis-sqladmin_v1beta4 0.4.0 → 0.5.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: 810903e875c041eea9f227913a9ec508288e8e05a73233113e8b12a31e5594cc
4
- data.tar.gz: f955e227eca6d11cc13f91362a9b826b6f35d0ec0f90644739a7e8611a803320
3
+ metadata.gz: 26d275ed47bb0b417bd2c10c06416cd4d66193ac1e6d05d25791ea5a71ccb0cf
4
+ data.tar.gz: 47b7eb8eb65e6d658f721d35cb381aa62aa0b37790639f3ad641da1ec02134f1
5
5
  SHA512:
6
- metadata.gz: 31b534694a84d83d4ceb0daeea92e18d367f460455c6c24c09aa92dccaa2088f64cf5d47bc0ae9b0dd566048b840aecf7f5fea93d465e9f9d2d26b993a7f5a9e
7
- data.tar.gz: e6f18ae320d576a1a5b793a83001d19315a05a5400032320d64d9d3587a3b997854ccccdbef9618c683a01941ca4dff18f9823a76ee0827bbd28157f45e82500
6
+ metadata.gz: b13c615370c6a03d77afc70ec54628736b3c2941bc4c2bc00682f95404fcc5ce4c1f864a417f7b05eaf49b4b4fe55fe4b83101ea0c543f6a71a21b1ffc6f5a77
7
+ data.tar.gz: 34752afed51dbe057298edfcfada016178620cc3e0f7eccb878d5ab8bd56814906b303a5ae3abc750cec808d5dc2bba3d1bf1d594d6c080f981086d7b184d230
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.5.0 (2021-03-19)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.4.0 (2021-03-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20210310
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta4'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # Manage your Google SQL Service instances
@@ -717,10 +717,9 @@ module Google
717
717
  # following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is
718
718
  # unknown. *RUNNABLE*: The instance is running, or has been stopped by owner. *
719
719
  # SUSPENDED*: The instance is not available, for example due to problems with
720
- # billing. for example due to problems with billing. *PENDING_DELETE*: The
721
- # instance is being deleted. *PENDING_CREATE*: The instance is being created. *
722
- # MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance
723
- # creation failed.
720
+ # billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*:
721
+ # The instance is being created. *MAINTENANCE*: The instance is down for
722
+ # maintenance. *FAILED*: The instance creation failed.
724
723
  # Corresponds to the JSON property `state`
725
724
  # @return [String]
726
725
  attr_accessor :state
@@ -1468,7 +1467,8 @@ module Google
1468
1467
 
1469
1468
  # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-
1470
1469
  # 4500 bytes. Query length more than this field value will be truncated to this
1471
- # value. When unset, query length will be the default value.
1470
+ # value. When unset, query length will be the default value. Changing query
1471
+ # length will restart the database.
1472
1472
  # Corresponds to the JSON property `queryStringLength`
1473
1473
  # @return [Fixnum]
1474
1474
  attr_accessor :query_string_length
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1beta4
18
18
  # Version of the google-apis-sqladmin_v1beta4 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
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.4.0
4
+ version: 0.5.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: 2021-03-15 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
57
57
  post_install_message:
58
58
  rdoc_options: []