google-apis-cloudresourcemanager_v3 0.5.0 → 0.6.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: 84f11cb1a7ffb186c67d681ace4ec73786303173a05c62d9d442c66fc273989c
4
- data.tar.gz: 62da0944ef623708a190b8b1e1f2660e285637d13641434b93319a8f173a9c18
3
+ metadata.gz: '0660968bc9562d5cdae53529fb4ecbe3c99faeea59e891f007012ab1f071b5a2'
4
+ data.tar.gz: ee6f12ff029b6d2f56048588c2358e6385097e7ce48133a0d27cb0c73f93faaa
5
5
  SHA512:
6
- metadata.gz: 013006c288eeaee943ca119a16413f8d6d689e3088560a3fbf3a5c1c42f9162a5aafb244dd31c695951c8d27c1b3f1f30e59391a882fbbb312a5b4ae525a15dd
7
- data.tar.gz: 7a31d9fe3a7d84909d760a77ff68c7d8f599f0fff32a4e7b9371fd3c1fb4470c0634fb14389df0bbd5953be251054395a6e8462bc000e2df1ed4417f76b6a44e
6
+ metadata.gz: 7cf01f16114d76de971a2f8158dd7725c1d0d5a796f2ca397c883a48cd39ef6963fb43c696ed807ead9132bc6b7ca71eedb8c706680d25b0ad8effbee2219a7c
7
+ data.tar.gz: fc7b4a96d3f48248500d18b6a093a3cbfe14e7fba4951399e09c7463c069402cb5b89c14b58755e9d581049c9e7b539d92bff96f93dc52ac1fe20fd63b62518a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.6.0 (2021-03-27)
4
+
5
+ * Regenerated from discovery document revision 20210322
6
+
3
7
  ### v0.5.0 (2021-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210314
@@ -792,8 +792,12 @@ module Google
792
792
  class ListTagBindingsResponse
793
793
  include Google::Apis::Core::Hashable
794
794
 
795
- # A pagination token returned from a previous call to `ListTagBindings` that
796
- # indicates from where listing should continue.
795
+ # Pagination token. If the result set is too large to fit in a single response,
796
+ # this token is returned. It encodes the position of the current result cursor.
797
+ # Feeding this value into a new list request with the `page_token` parameter
798
+ # gives the next page of the results. When `next_page_token` is not filled in,
799
+ # there is no next page and the list returned is the last page in the result set.
800
+ # Pagination tokens have a limited lifetime.
797
801
  # Corresponds to the JSON property `nextPageToken`
798
802
  # @return [String]
799
803
  attr_accessor :next_page_token
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV3
18
18
  # Version of the google-apis-cloudresourcemanager_v3 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
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210314"
25
+ REVISION = "20210322"
26
26
  end
27
27
  end
28
28
  end
@@ -1166,10 +1166,10 @@ module Google
1166
1166
  # in the query, the it will return results that match any of the fields. Some
1167
1167
  # eligible fields are: | Field | Description | |-------------------------|-------
1168
1168
  # ---------------------------------------| | displayName, name | Filters by
1169
- # displayName. | | parent.type | Parent's type: `folder` or `organization`. | |
1170
- # parent.id | Parent's id number (e.g. 123) | | parent | Project's parent. (e.g.
1171
- # folders/123, organizations/*) Prefer parent field over parent.id and parent.
1172
- # type. | | id, projectId | Filters by projectId. | | state, lifecycleState |
1169
+ # displayName. | | parent | Project's parent. (e.g. folders/123, organizations/*)
1170
+ # Prefer parent field over parent.type and parent.id. | | parent.type | Parent'
1171
+ # s type: `folder` or `organization`. | | parent.id | Parent's id number (e.g.
1172
+ # 123) | | id, projectId | Filters by projectId. | | state, lifecycleState |
1173
1173
  # Filters by state. | | labels | Filters by label name or value. | | labels. (
1174
1174
  # where *key* is the name of a label) | Filters by label name. | Search
1175
1175
  # expressions are case insensitive. Some examples queries: | Query | Description
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v3
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-03-22 00:00:00.000000000 Z
11
+ date: 2021-03-29 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-cloudresourcemanager_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3
57
57
  post_install_message:
58
58
  rdoc_options: []