google-apis-bigtableadmin_v2 0.5.0 → 0.9.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: 59d1f7f640c44fc257b201331a19e1fd393af0a4c838c6460209a31a765691ad
4
- data.tar.gz: 169f4a5c2cc31ff41db6d9c26372e099491d29623a9bdeaf3e8bc996aed61c09
3
+ metadata.gz: 658d626505a19f7abb9d559b54f01fcf8081d7270cddd3e62f28c8926d0b30b0
4
+ data.tar.gz: d32b9aa3141eee90085aca486cd05207c3ddc55175c2727efaf2ffdf01455596
5
5
  SHA512:
6
- metadata.gz: 91520b05993ffef3734a8a0386e09522506f14ba97d4a671d3d1a12a65339339a912960b16069ec9d5fb0baee0dbaffc35cce1f516ceaa618aae694f17f7b71e
7
- data.tar.gz: 7acd70476bb16eed46fc10ab482b288646be881cdec76a7fcd514d8d5ff918083857c1dd4c749d0351b305e56d22699493853816ce35d937bc9c766433128b6a
6
+ metadata.gz: 8a024dbab32c1b34c88a32b6f92cf9a712f49203df8ff4ea2e5792d416693efd8bda9adbc4126b11dab30792e25d3f55c5b8af856f232bb1247852e5b537ff4f
7
+ data.tar.gz: 97e2315c155f3e8cd00c565c98e9832ad089bc723a78ca5aaa82000c23e0a7902cfda466509daafca6c605bf8569aa3e7f299fcf7c7eea3cb53d378d7acdb993
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.9.0 (2021-09-07)
4
+
5
+ * Regenerated from discovery document revision 20210811
6
+
7
+ ### v0.8.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.7.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.6.0 (2021-06-09)
16
+
17
+ * Regenerated from discovery document revision 20210513
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.5.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
@@ -1046,6 +1046,12 @@ module Google
1046
1046
  class Instance
1047
1047
  include Google::Apis::Core::Hashable
1048
1048
 
1049
+ # Output only. A server-assigned timestamp representing when this Instance was
1050
+ # created.
1051
+ # Corresponds to the JSON property `createTime`
1052
+ # @return [String]
1053
+ attr_accessor :create_time
1054
+
1049
1055
  # Required. The descriptive name for this instance as it appears in UIs. Can be
1050
1056
  # changed at any time, but should be kept globally unique to avoid confusion.
1051
1057
  # Corresponds to the JSON property `displayName`
@@ -1086,6 +1092,7 @@ module Google
1086
1092
 
1087
1093
  # Update properties of this object
1088
1094
  def update!(**args)
1095
+ @create_time = args[:create_time] if args.key?(:create_time)
1089
1096
  @display_name = args[:display_name] if args.key?(:display_name)
1090
1097
  @labels = args[:labels] if args.key?(:labels)
1091
1098
  @name = args[:name] if args.key?(:name)
@@ -1618,7 +1625,7 @@ module Google
1618
1625
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1619
1626
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1620
1627
  # description: Does not grant access after Sep 2020 expression: request.time <
1621
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1628
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1622
1629
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1623
1630
  # google.com/iam/docs/).
1624
1631
  class Policy
@@ -1816,7 +1823,7 @@ module Google
1816
1823
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1817
1824
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1818
1825
  # description: Does not grant access after Sep 2020 expression: request.time <
1819
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1826
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1820
1827
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1821
1828
  # google.com/iam/docs/).
1822
1829
  # Corresponds to the JSON property `policy`
@@ -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.9.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210416"
25
+ REVISION = "20210811"
26
26
  end
27
27
  end
28
28
  end
@@ -669,6 +669,7 @@ module Google
669
669
  class Instance
670
670
  # @private
671
671
  class Representation < Google::Apis::Core::JsonRepresentation
672
+ property :create_time, as: 'createTime'
672
673
  property :display_name, as: 'displayName'
673
674
  hash :labels, as: 'labels'
674
675
  property :name, as: 'name'
@@ -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.
@@ -50,10 +50,10 @@ module Google
50
50
  # Administer your Cloud Bigtable tables
51
51
  AUTH_CLOUD_BIGTABLE_ADMIN_TABLE = 'https://www.googleapis.com/auth/cloud-bigtable.admin.table'
52
52
 
53
- # See, edit, configure, and delete your Google Cloud Platform data
53
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
54
54
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
55
55
 
56
- # View your data across Google Cloud Platform services
56
+ # View your data across Google Cloud services and see the email address of your Google Account
57
57
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
58
58
  end
59
59
  end
metadata CHANGED
@@ -1,29 +1,35 @@
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.9.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-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Bigtable Admin API V2. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigtableadmin_v2
57
63
  post_install_message:
58
64
  rdoc_options: []