google-apis-bigtableadmin_v2 0.8.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: c191bf1fc3c4e8da2f0291a6844c6a617d98e57f2f29d7dedd4f8ac5cf21527d
4
- data.tar.gz: 2370b64e23783eabe2e87c233453b4469c932cb54d4c65b3f3e522e29fd82ed5
3
+ metadata.gz: 658d626505a19f7abb9d559b54f01fcf8081d7270cddd3e62f28c8926d0b30b0
4
+ data.tar.gz: d32b9aa3141eee90085aca486cd05207c3ddc55175c2727efaf2ffdf01455596
5
5
  SHA512:
6
- metadata.gz: ffb065c9b17db127f99529626111b7af27169b1ce1d19b652187f606e18a43caec11914aebd72d42d41238ade4391b0c9fe9ef08ecbcf4383ac91e7c91c6113c
7
- data.tar.gz: 7f7d602590068c69622fe38dcf06613f296d891db2ac0ce324e43e39d55081e960eded655c6bd3a939ece5e95c9ce737358328d4917c56761c57298feddb7934
6
+ metadata.gz: 8a024dbab32c1b34c88a32b6f92cf9a712f49203df8ff4ea2e5792d416693efd8bda9adbc4126b11dab30792e25d3f55c5b8af856f232bb1247852e5b537ff4f
7
+ data.tar.gz: 97e2315c155f3e8cd00c565c98e9832ad089bc723a78ca5aaa82000c23e0a7902cfda466509daafca6c605bf8569aa3e7f299fcf7c7eea3cb53d378d7acdb993
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.8.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210513"
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'
@@ -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,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.8.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-07-05 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
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigtableadmin_v2
63
63
  post_install_message:
64
64
  rdoc_options: []