google-apis-bigtableadmin_v2 0.5.0 → 0.6.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: 59d1f7f640c44fc257b201331a19e1fd393af0a4c838c6460209a31a765691ad
4
- data.tar.gz: 169f4a5c2cc31ff41db6d9c26372e099491d29623a9bdeaf3e8bc996aed61c09
3
+ metadata.gz: 2a52fc188c571e7bd4b278169645ef2fdda4eda3866fb435c9a5f77b754d8455
4
+ data.tar.gz: 53ac2b462036b9bc7beb7478d6b640ae061d27b176d270202b43ed496533d942
5
5
  SHA512:
6
- metadata.gz: 91520b05993ffef3734a8a0386e09522506f14ba97d4a671d3d1a12a65339339a912960b16069ec9d5fb0baee0dbaffc35cce1f516ceaa618aae694f17f7b71e
7
- data.tar.gz: 7acd70476bb16eed46fc10ab482b288646be881cdec76a7fcd514d8d5ff918083857c1dd4c749d0351b305e56d22699493853816ce35d937bc9c766433128b6a
6
+ metadata.gz: ca2091a9dcae3d0adc96ec37ac6e47e4bd53b4c1635f971801f7d3713bb9bf10a65e815f514f25fce451298e2e57e3c0f3b2578bc99f82a3bfe92ecb5b4dee20
7
+ data.tar.gz: 34eb922593a3ab8624ff26922384ab9be25e7455af9d48556d2b113533f95cc5e2fdd07330cb01f495c24ef6d76619899f11e1c276a45f3c582ebc87de9501a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.6.0 (2021-06-09)
4
+
5
+ * Regenerated from discovery document revision 20210513
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.5.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigtableadminV2
18
18
  # Version of the google-apis-bigtableadmin_v2 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210416"
25
+ REVISION = "20210513"
26
26
  end
27
27
  end
28
28
  end
@@ -1571,14 +1571,14 @@ module Google
1571
1571
  end
1572
1572
 
1573
1573
  # Create a new table by restoring from a completed backup. The new table must be
1574
- # in the same instance as the instance containing the backup. The returned table
1574
+ # in the same project as the instance containing the backup. The returned table
1575
1575
  # long-running operation can be used to track the progress of the operation, and
1576
1576
  # to cancel it. The metadata field type is RestoreTableMetadata. The response
1577
1577
  # type is Table, if successful.
1578
1578
  # @param [String] parent
1579
1579
  # Required. The name of the instance in which to create the restored table. This
1580
- # instance must be the parent of the source backup. Values are of the form `
1581
- # projects//instances/`.
1580
+ # instance must be in the same project as the source backup. Values are of the
1581
+ # form `projects//instances/`.
1582
1582
  # @param [Google::Apis::BigtableadminV2::RestoreTableRequest] restore_table_request_object
1583
1583
  # @param [String] fields
1584
1584
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigtableadmin_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-14 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-bigtableadmin_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigtableadmin_v2
57
57
  post_install_message:
58
58
  rdoc_options: []