google-apis-cloudresourcemanager_v3 0.37.0 → 0.39.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: 1264fcf6e63bc54433bc30901d9cff857da966cd66a36c6860f8b955439edb11
|
4
|
+
data.tar.gz: afe899171929ecfad162d759118542817c5b4ccda862f34c93c2dc09bbae4e87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ecd4ffe0998760a9a2391bf207411c4066f0db39fdb1301e9a1ab70a75d605da56d40e42259848cf209d0352e33b35dcd0482e98b93e7f00ec36004d966fa14
|
7
|
+
data.tar.gz: c4bda64a56ee5e020ae44e3a5707cde61e7f2be48096bc5be12765f6e0bcb3ce10d9cbff44776e0a1a1c33de5e46d048aa229635c42606e0c29a8fd380f4125c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudresourcemanager_v3
|
2
2
|
|
3
|
+
### v0.39.0 (2023-01-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230103
|
6
|
+
|
7
|
+
### v0.38.0 (2022-10-28)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221016
|
10
|
+
* Regenerated using generator version 0.11.0
|
11
|
+
|
3
12
|
### v0.37.0 (2022-09-30)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20220925
|
@@ -1365,7 +1365,7 @@ module Google
|
|
1365
1365
|
# 1 and 63 characters long and must conform to the following regular expression:
|
1366
1366
|
# \[a-z\](\[-a-z0-9\]*\[a-z0-9\])?. Label values must be between 0 and 63
|
1367
1367
|
# characters long and must conform to the regular expression (\[a-z\](\[-a-z0-9\]
|
1368
|
-
# *\[a-z0-9\])?)?. No more than
|
1368
|
+
# *\[a-z0-9\])?)?. No more than 64 labels can be associated with a given
|
1369
1369
|
# resource. Clients should store labels in a representation such as JSON that
|
1370
1370
|
# does not depend on specific characters being disallowed. Example: `"
|
1371
1371
|
# myBusinessDimension" : "businessValue"`
|
@@ -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.39.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 = "20230103"
|
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
|
@@ -259,10 +259,12 @@ module Google
|
|
259
259
|
# Optional. A pagination token returned from a previous call to `ListFolders`
|
260
260
|
# that indicates where this listing should continue from.
|
261
261
|
# @param [String] parent
|
262
|
-
# Required. The
|
263
|
-
#
|
264
|
-
#
|
265
|
-
#
|
262
|
+
# Required. The name of the parent resource whose folders are being listed. Only
|
263
|
+
# children of this parent resource are listed; descendants are not listed. If
|
264
|
+
# the parent is a folder, use the value `folders/`folder_id``. If the parent is
|
265
|
+
# an organization, use the value `organizations/`org_id``. Access to this method
|
266
|
+
# is controlled by checking the `resourcemanager.folders.list` permission on the
|
267
|
+
# `parent`.
|
266
268
|
# @param [Boolean] show_deleted
|
267
269
|
# Optional. Controls whether folders in the DELETE_REQUESTED state should be
|
268
270
|
# returned. Defaults to false.
|
@@ -1090,9 +1092,10 @@ module Google
|
|
1090
1092
|
# Optional. A pagination token returned from a previous call to ListProjects
|
1091
1093
|
# that indicates from where listing should continue.
|
1092
1094
|
# @param [String] parent
|
1093
|
-
# Required. The name of the parent resource
|
1094
|
-
#
|
1095
|
-
#
|
1095
|
+
# Required. The name of the parent resource whose projects are being listed.
|
1096
|
+
# Only children of this parent resource are listed; descendants are not listed.
|
1097
|
+
# If the parent is a folder, use the value `folders/`folder_id``. If the parent
|
1098
|
+
# is an organization, use the value `organizations/`org_id``.
|
1096
1099
|
# @param [Boolean] show_deleted
|
1097
1100
|
# Optional. Indicate that projects in the `DELETE_REQUESTED` state should also
|
1098
1101
|
# be returned. Normally only `ACTIVE` projects are returned.
|
@@ -1406,8 +1409,7 @@ module Google
|
|
1406
1409
|
execute_or_queue_command(command, &block)
|
1407
1410
|
end
|
1408
1411
|
|
1409
|
-
# Creates a TagBinding between a TagValue and a
|
1410
|
-
# project, folder, or organization).
|
1412
|
+
# Creates a TagBinding between a TagValue and a Google Cloud resource.
|
1411
1413
|
# @param [Google::Apis::CloudresourcemanagerV3::TagBinding] tag_binding_object
|
1412
1414
|
# @param [Boolean] validate_only
|
1413
1415
|
# Optional. Set to true to perform the validations necessary for creating the
|
@@ -1473,9 +1475,9 @@ module Google
|
|
1473
1475
|
execute_or_queue_command(command, &block)
|
1474
1476
|
end
|
1475
1477
|
|
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
|
1478
|
+
# Lists the TagBindings for the given Google Cloud resource, as specified with `
|
1479
|
+
# parent`. NOTE: The `parent` field is expected to be a full resource name:
|
1480
|
+
# https://cloud.google.com/apis/design/resource_names#full_resource_name
|
1479
1481
|
# @param [Fixnum] page_size
|
1480
1482
|
# Optional. The maximum number of TagBindings to return in the response. The
|
1481
1483
|
# server allows a maximum of 300 TagBindings to return. If unspecified, the
|
@@ -1973,8 +1975,7 @@ module Google
|
|
1973
1975
|
# Optional. A pagination token returned from a previous call to `ListTagValues`
|
1974
1976
|
# that indicates where this listing should continue from.
|
1975
1977
|
# @param [String] parent
|
1976
|
-
# Required.
|
1977
|
-
# the format `tagKeys/123`.
|
1978
|
+
# Required.
|
1978
1979
|
# @param [String] fields
|
1979
1980
|
# Selector specifying which fields to include in a partial response.
|
1980
1981
|
# @param [String] quota_user
|
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.39.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:
|
11
|
+
date: 2023-01-04 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.39.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: []
|