google-apis-cloudresourcemanager_v3 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0660968bc9562d5cdae53529fb4ecbe3c99faeea59e891f007012ab1f071b5a2'
|
|
4
|
+
data.tar.gz: ee6f12ff029b6d2f56048588c2358e6385097e7ce48133a0d27cb0c73f93faaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cf01f16114d76de971a2f8158dd7725c1d0d5a796f2ca397c883a48cd39ef6963fb43c696ed807ead9132bc6b7ca71eedb8c706680d25b0ad8effbee2219a7c
|
|
7
|
+
data.tar.gz: fc7b4a96d3f48248500d18b6a093a3cbfe14e7fba4951399e09c7463c069402cb5b89c14b58755e9d581049c9e7b539d92bff96f93dc52ac1fe20fd63b62518a
|
data/CHANGELOG.md
CHANGED
|
@@ -792,8 +792,12 @@ module Google
|
|
|
792
792
|
class ListTagBindingsResponse
|
|
793
793
|
include Google::Apis::Core::Hashable
|
|
794
794
|
|
|
795
|
-
#
|
|
796
|
-
#
|
|
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.
|
|
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 = "
|
|
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
|
|
1170
|
-
# parent
|
|
1171
|
-
#
|
|
1172
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|