google-apis-cloudresourcemanager_v3 0.36.0 → 0.38.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3b48ac817fe05903062085b5333c9207c2741f75eed0954186dc7cb67040a54
|
4
|
+
data.tar.gz: e923872e24bed30f7cb9ba3d3cdfb3f211cb26527fc0dafd00b1aa580deaa30f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74d4ff5441571fd8629c3a173e836263f2f135d26c8a8bc85b0b072e08dc34530e471619b2959442c24908396794b948144e582a8722e75f429cbb063daede28
|
7
|
+
data.tar.gz: bf21d69f33101716d958aa298e51088752b8515960f953835e9c60bff9701839d2fa7ce5634fe2cb35cc4d39b251a138cf8d80ca60aded32fe2a46a48ddb5b87
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudresourcemanager_v3
|
2
2
|
|
3
|
+
### v0.38.0 (2022-10-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221016
|
6
|
+
* Regenerated using generator version 0.11.0
|
7
|
+
|
8
|
+
### v0.37.0 (2022-09-30)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220925
|
11
|
+
|
3
12
|
### v0.36.0 (2022-09-22)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.10.0
|
@@ -1637,9 +1637,9 @@ module Google
|
|
1637
1637
|
end
|
1638
1638
|
end
|
1639
1639
|
|
1640
|
-
# A TagBinding represents a connection between a TagValue and a cloud resource
|
1641
|
-
#
|
1642
|
-
#
|
1640
|
+
# A TagBinding represents a connection between a TagValue and a cloud resource
|
1641
|
+
# Once a TagBinding is created, the TagValue is applied to all the descendants
|
1642
|
+
# of the Google Cloud resource.
|
1643
1643
|
class TagBinding
|
1644
1644
|
include Google::Apis::Core::Hashable
|
1645
1645
|
|
@@ -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.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221016"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -50,8 +50,8 @@ module Google
|
|
50
50
|
@batch_path = 'batch'
|
51
51
|
end
|
52
52
|
|
53
|
-
# Return a list of effective tags for the given
|
54
|
-
# parent`.
|
53
|
+
# Return a list of effective tags for the given Google Cloud resource, as
|
54
|
+
# specified in `parent`.
|
55
55
|
# @param [Fixnum] page_size
|
56
56
|
# Optional. The maximum number of effective tags to return in the response. The
|
57
57
|
# server allows a maximum of 300 effective tags to return in a single page. If
|
@@ -1406,8 +1406,7 @@ module Google
|
|
1406
1406
|
execute_or_queue_command(command, &block)
|
1407
1407
|
end
|
1408
1408
|
|
1409
|
-
# Creates a TagBinding between a TagValue and a
|
1410
|
-
# project, folder, or organization).
|
1409
|
+
# Creates a TagBinding between a TagValue and a Google Cloud resource.
|
1411
1410
|
# @param [Google::Apis::CloudresourcemanagerV3::TagBinding] tag_binding_object
|
1412
1411
|
# @param [Boolean] validate_only
|
1413
1412
|
# Optional. Set to true to perform the validations necessary for creating the
|
@@ -1473,18 +1472,16 @@ module Google
|
|
1473
1472
|
execute_or_queue_command(command, &block)
|
1474
1473
|
end
|
1475
1474
|
|
1476
|
-
# Lists the TagBindings for the given
|
1477
|
-
# NOTE: The `parent` field is expected to be a full resource name:
|
1478
|
-
# cloud.google.com/apis/design/resource_names#full_resource_name
|
1475
|
+
# Lists the TagBindings for the given Google Cloud resource, as specified with `
|
1476
|
+
# parent`. NOTE: The `parent` field is expected to be a full resource name:
|
1477
|
+
# https://cloud.google.com/apis/design/resource_names#full_resource_name
|
1479
1478
|
# @param [Fixnum] page_size
|
1480
1479
|
# Optional. The maximum number of TagBindings to return in the response. The
|
1481
1480
|
# server allows a maximum of 300 TagBindings to return. If unspecified, the
|
1482
|
-
# server will use 100 as the default.
|
1483
|
-
# response and `page_size` is ignored.
|
1481
|
+
# server will use 100 as the default.
|
1484
1482
|
# @param [String] page_token
|
1485
1483
|
# Optional. A pagination token returned from a previous call to `ListTagBindings`
|
1486
|
-
# that indicates where this listing should continue from.
|
1487
|
-
# returns unpaginated response and `page_token` is ignored.
|
1484
|
+
# that indicates where this listing should continue from.
|
1488
1485
|
# @param [String] parent
|
1489
1486
|
# Required. The full resource name of a resource for which you want to list
|
1490
1487
|
# existing TagBindings. E.g. "//cloudresourcemanager.googleapis.com/projects/123"
|
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.38.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: 2022-
|
11
|
+
date: 2022-10-31 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.9.
|
19
|
+
version: 0.9.1
|
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.9.
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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/main/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.38.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|