google-apis-bigtableadmin_v2 0.7.0 → 0.11.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: 44fa4e70f8509f6bb38a6e509f7cc3f2880e1a90a1b6470d8af0fd045528cec0
4
- data.tar.gz: 9fc05f0329d24bf3c302bc2a2decc47d31dd88043da54bf66bd80df8e7536cad
3
+ metadata.gz: d59f6fb4069e5c89eb8487a0ecd024e266458b26ae5db9dc98063d1b4feda0c1
4
+ data.tar.gz: 608cfd09821d76b9d5eee27f611e390c3cc6283bb0f5ec0db13167d33cc082e3
5
5
  SHA512:
6
- metadata.gz: 68a5f4f300a3f3afa9d330b56dd9c5dcbcb4533a9c26af24cc550a985b455a8323d6588df0d8623aba67224bedb0b69e0c6705bf9ad7941ae60d4476b713cfb3
7
- data.tar.gz: 691f548cace9f7530432dff24cd5e1dd2aa84c16215a3bcd83edf269ec24c2d29d45074332f42eb9847358ea65a6be70deb957bb5b1ba7c64a3751259f2bd475
6
+ metadata.gz: 654a29265e89c0ee676a0f7463a0364aa24faab1a6d8e57fa5e1b1901438a4f1e41485f2c1515bd451962b9425baf1f33cf2246a31b51cf95af56a1ed6aef438
7
+ data.tar.gz: d67dc4eb0b66e89dccb42325368eb417936ea48a25eab1304f8204d9e875a19dcb1acbbce44ea89c99f558bef7b3fb10b1c1ff5816c9602fd413dd44faf1f082
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.11.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.10.0 (2021-10-02)
8
+
9
+ * Regenerated from discovery document revision 20210921
10
+
11
+ ### v0.9.0 (2021-09-07)
12
+
13
+ * Regenerated from discovery document revision 20210811
14
+
15
+ ### v0.8.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.7.0 (2021-06-24)
4
20
 
5
21
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Bigtableadmin service in particular.)
67
67
 
@@ -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)
@@ -1435,12 +1442,19 @@ module Google
1435
1442
  class MultiClusterRoutingUseAny
1436
1443
  include Google::Apis::Core::Hashable
1437
1444
 
1445
+ # The set of clusters to route to. The order is ignored; clusters will be tried
1446
+ # in order of distance. If left empty, all clusters are eligible.
1447
+ # Corresponds to the JSON property `clusterIds`
1448
+ # @return [Array<String>]
1449
+ attr_accessor :cluster_ids
1450
+
1438
1451
  def initialize(**args)
1439
1452
  update!(**args)
1440
1453
  end
1441
1454
 
1442
1455
  # Update properties of this object
1443
1456
  def update!(**args)
1457
+ @cluster_ids = args[:cluster_ids] if args.key?(:cluster_ids)
1444
1458
  end
1445
1459
  end
1446
1460
 
@@ -1618,7 +1632,7 @@ module Google
1618
1632
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1619
1633
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1620
1634
  # 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
1635
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1622
1636
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1623
1637
  # google.com/iam/docs/).
1624
1638
  class Policy
@@ -1816,7 +1830,7 @@ module Google
1816
1830
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1817
1831
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1818
1832
  # 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
1833
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1820
1834
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1821
1835
  # google.com/iam/docs/).
1822
1836
  # 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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
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 = "20210921"
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'
@@ -785,6 +786,7 @@ module Google
785
786
  class MultiClusterRoutingUseAny
786
787
  # @private
787
788
  class Representation < Google::Apis::Core::JsonRepresentation
789
+ collection :cluster_ids, as: 'clusterIds'
788
790
  end
789
791
  end
790
792
 
@@ -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.7.0
4
+ version: 0.11.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.7.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigtableadmin_v2
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.11.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: