google-apis-cloudresourcemanager_v1 0.7.0 → 0.12.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 +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/cloudresourcemanager_v1/classes.rb +36 -10
- data/lib/google/apis/cloudresourcemanager_v1/gem_version.rb +3 -3
- data/lib/google/apis/cloudresourcemanager_v1/representations.rb +24 -0
- data/lib/google/apis/cloudresourcemanager_v1/service.rb +11 -12
- metadata +14 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71f51729c1aa4d7af8a933a814a7dfac606702d04d52ffb8087c661c41d31aa3
|
|
4
|
+
data.tar.gz: 120797d6141fea57f90db8870900d343b9f501eae71c3632f96cd1101cdc9585
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35f6ee11efb6b20eafaef6a42f577289a608b624f98db9a47b7b2b31a7d83b027d486afad707789e7fcfe5aeca0b1edb4d5e5a6b8de365169e2e8d252b2722fe
|
|
7
|
+
data.tar.gz: 927eaa153d5efb737384ccfb213c804f0e924c7d1218458a51beaf35dd3bf5152bae4370f6a333b5f6fb88ec51135e006087ea23d68c1b4979805b73fe198a00
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Release history for google-apis-cloudresourcemanager_v1
|
|
2
2
|
|
|
3
|
+
### v0.12.0 (2021-06-24)
|
|
4
|
+
|
|
5
|
+
* Unspecified changes
|
|
6
|
+
|
|
7
|
+
### v0.11.0 (2021-06-17)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20210613
|
|
10
|
+
* Regenerated using generator version 0.3.0
|
|
11
|
+
|
|
12
|
+
### v0.10.0 (2021-05-19)
|
|
13
|
+
|
|
14
|
+
* Unspecified changes
|
|
15
|
+
|
|
16
|
+
### v0.9.0 (2021-04-08)
|
|
17
|
+
|
|
18
|
+
* Regenerated from discovery document revision 20210331
|
|
19
|
+
|
|
20
|
+
### v0.8.0 (2021-04-02)
|
|
21
|
+
|
|
22
|
+
* Regenerated from discovery document revision 20210328
|
|
23
|
+
|
|
3
24
|
### v0.7.0 (2021-03-19)
|
|
4
25
|
|
|
5
26
|
* Regenerated from discovery document revision 20210314
|
|
@@ -457,8 +457,8 @@ module Google
|
|
|
457
457
|
# @return [String]
|
|
458
458
|
attr_accessor :create_time
|
|
459
459
|
|
|
460
|
-
# True if the project can be retrieved using GetProject
|
|
461
|
-
# the project are guaranteed to work until the project creation is complete.
|
|
460
|
+
# True if the project can be retrieved using `GetProject`. No other operations
|
|
461
|
+
# on the project are guaranteed to work until the project creation is complete.
|
|
462
462
|
# Corresponds to the JSON property `gettable`
|
|
463
463
|
# @return [Boolean]
|
|
464
464
|
attr_accessor :gettable
|
|
@@ -482,6 +482,19 @@ module Google
|
|
|
482
482
|
end
|
|
483
483
|
end
|
|
484
484
|
|
|
485
|
+
# Runtime operation information for creating a TagValue.
|
|
486
|
+
class CreateTagBindingMetadata
|
|
487
|
+
include Google::Apis::Core::Hashable
|
|
488
|
+
|
|
489
|
+
def initialize(**args)
|
|
490
|
+
update!(**args)
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
# Update properties of this object
|
|
494
|
+
def update!(**args)
|
|
495
|
+
end
|
|
496
|
+
end
|
|
497
|
+
|
|
485
498
|
# Runtime operation information for creating a TagKey.
|
|
486
499
|
class CreateTagKeyMetadata
|
|
487
500
|
include Google::Apis::Core::Hashable
|
|
@@ -508,8 +521,8 @@ module Google
|
|
|
508
521
|
end
|
|
509
522
|
end
|
|
510
523
|
|
|
511
|
-
# A status object which is used as the `metadata` field for the Operation
|
|
512
|
-
# returned by DeleteFolder
|
|
524
|
+
# A status object which is used as the `metadata` field for the `Operation`
|
|
525
|
+
# returned by `DeleteFolder`.
|
|
513
526
|
class DeleteFolderMetadata
|
|
514
527
|
include Google::Apis::Core::Hashable
|
|
515
528
|
|
|
@@ -522,7 +535,7 @@ module Google
|
|
|
522
535
|
end
|
|
523
536
|
end
|
|
524
537
|
|
|
525
|
-
# A status object which is used as the `metadata` field for the
|
|
538
|
+
# A status object which is used as the `metadata` field for the operation
|
|
526
539
|
# returned by DeleteOrganization.
|
|
527
540
|
class DeleteOrganizationMetadata
|
|
528
541
|
include Google::Apis::Core::Hashable
|
|
@@ -537,7 +550,7 @@ module Google
|
|
|
537
550
|
end
|
|
538
551
|
|
|
539
552
|
# A status object which is used as the `metadata` field for the Operation
|
|
540
|
-
# returned by DeleteProject
|
|
553
|
+
# returned by `DeleteProject`.
|
|
541
554
|
class DeleteProjectMetadata
|
|
542
555
|
include Google::Apis::Core::Hashable
|
|
543
556
|
|
|
@@ -550,6 +563,19 @@ module Google
|
|
|
550
563
|
end
|
|
551
564
|
end
|
|
552
565
|
|
|
566
|
+
# Runtime operation information for deleting a TagBinding.
|
|
567
|
+
class DeleteTagBindingMetadata
|
|
568
|
+
include Google::Apis::Core::Hashable
|
|
569
|
+
|
|
570
|
+
def initialize(**args)
|
|
571
|
+
update!(**args)
|
|
572
|
+
end
|
|
573
|
+
|
|
574
|
+
# Update properties of this object
|
|
575
|
+
def update!(**args)
|
|
576
|
+
end
|
|
577
|
+
end
|
|
578
|
+
|
|
553
579
|
# Runtime operation information for deleting a TagKey.
|
|
554
580
|
class DeleteTagKeyMetadata
|
|
555
581
|
include Google::Apis::Core::Hashable
|
|
@@ -1196,7 +1222,7 @@ module Google
|
|
|
1196
1222
|
end
|
|
1197
1223
|
end
|
|
1198
1224
|
|
|
1199
|
-
# Metadata pertaining to the
|
|
1225
|
+
# Metadata pertaining to the folder move process.
|
|
1200
1226
|
class MoveFolderMetadata
|
|
1201
1227
|
include Google::Apis::Core::Hashable
|
|
1202
1228
|
|
|
@@ -1939,8 +1965,8 @@ module Google
|
|
|
1939
1965
|
end
|
|
1940
1966
|
end
|
|
1941
1967
|
|
|
1942
|
-
# A status object which is used as the `metadata` field for the Operation
|
|
1943
|
-
# returned by UndeleteFolder
|
|
1968
|
+
# A status object which is used as the `metadata` field for the `Operation`
|
|
1969
|
+
# returned by `UndeleteFolder`.
|
|
1944
1970
|
class UndeleteFolderMetadata
|
|
1945
1971
|
include Google::Apis::Core::Hashable
|
|
1946
1972
|
|
|
@@ -1968,7 +1994,7 @@ module Google
|
|
|
1968
1994
|
end
|
|
1969
1995
|
|
|
1970
1996
|
# A status object which is used as the `metadata` field for the Operation
|
|
1971
|
-
# returned by UndeleteProject
|
|
1997
|
+
# returned by `UndeleteProject`.
|
|
1972
1998
|
class UndeleteProjectMetadata
|
|
1973
1999
|
include Google::Apis::Core::Hashable
|
|
1974
2000
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudresourcemanagerV1
|
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.12.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210613"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -94,6 +94,12 @@ module Google
|
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
|
95
95
|
end
|
|
96
96
|
|
|
97
|
+
class CreateTagBindingMetadata
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
97
103
|
class CreateTagKeyMetadata
|
|
98
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
105
|
|
|
@@ -124,6 +130,12 @@ module Google
|
|
|
124
130
|
include Google::Apis::Core::JsonObjectSupport
|
|
125
131
|
end
|
|
126
132
|
|
|
133
|
+
class DeleteTagBindingMetadata
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
127
139
|
class DeleteTagKeyMetadata
|
|
128
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
141
|
|
|
@@ -514,6 +526,12 @@ module Google
|
|
|
514
526
|
end
|
|
515
527
|
end
|
|
516
528
|
|
|
529
|
+
class CreateTagBindingMetadata
|
|
530
|
+
# @private
|
|
531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
532
|
+
end
|
|
533
|
+
end
|
|
534
|
+
|
|
517
535
|
class CreateTagKeyMetadata
|
|
518
536
|
# @private
|
|
519
537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -544,6 +562,12 @@ module Google
|
|
|
544
562
|
end
|
|
545
563
|
end
|
|
546
564
|
|
|
565
|
+
class DeleteTagBindingMetadata
|
|
566
|
+
# @private
|
|
567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
568
|
+
end
|
|
569
|
+
end
|
|
570
|
+
|
|
547
571
|
class DeleteTagKeyMetadata
|
|
548
572
|
# @private
|
|
549
573
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1121,22 +1121,21 @@ module Google
|
|
|
1121
1121
|
# query will return results that match any of the fields. Some eligible fields
|
|
1122
1122
|
# for filtering are: + `name` + `id` + `labels.` (where *key* is the name of a
|
|
1123
1123
|
# label) + `parent.type` + `parent.id` + `lifecycleState` Some examples of
|
|
1124
|
-
# filter
|
|
1125
|
-
#
|
|
1124
|
+
# filter queries: | Query | Description | |------------------|-------------------
|
|
1125
|
+
# ----------------------------------| | name:how* | The project's name starts
|
|
1126
1126
|
# with "how". | | name:Howl | The project's name is `Howl` or `howl`. | | name:
|
|
1127
1127
|
# HOWL | Equivalent to above. | | NAME:howl | Equivalent to above. | | labels.
|
|
1128
1128
|
# color:* | The project has the label `color`. | | labels.color:red | The
|
|
1129
1129
|
# project's label `color` has the value `red`. | | labels.color:red labels.size:
|
|
1130
|
-
# big | The project's label `color`
|
|
1131
|
-
#
|
|
1132
|
-
#
|
|
1133
|
-
#
|
|
1134
|
-
#
|
|
1135
|
-
#
|
|
1136
|
-
#
|
|
1137
|
-
#
|
|
1138
|
-
#
|
|
1139
|
-
# which provides more consistent results.
|
|
1130
|
+
# big | The project's label `color` has the value `red` and its label `size` has
|
|
1131
|
+
# the value `big`.| | lifecycleState:DELETE_REQUESTED | Only show projects that
|
|
1132
|
+
# are pending deletion.| If no filter is specified, the call will return
|
|
1133
|
+
# projects for which the user has the `resourcemanager.projects.get` permission.
|
|
1134
|
+
# NOTE: To perform a by-parent query (eg., what projects are directly in a
|
|
1135
|
+
# Folder), the caller must have the `resourcemanager.projects.list` permission
|
|
1136
|
+
# on the parent and the filter must contain both a `parent.type` and a `parent.
|
|
1137
|
+
# id` restriction (example: "parent.type:folder parent.id:123"). In this case an
|
|
1138
|
+
# alternate search index is used which provides more consistent results.
|
|
1140
1139
|
# @param [Fixnum] page_size
|
|
1141
1140
|
# Optional. The maximum number of Projects to return in the response. The server
|
|
1142
1141
|
# can return fewer Projects than requested. If unspecified, server picks an
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudresourcemanager_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.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-
|
|
11
|
+
date: 2021-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.3'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 2.a
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0.3'
|
|
30
|
+
- - "<"
|
|
25
31
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
32
|
+
version: 2.a
|
|
27
33
|
description: This is the simple REST client for Cloud Resource Manager API V1. Simple
|
|
28
34
|
REST clients are Ruby client libraries that provide access to Google services via
|
|
29
35
|
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
|
@@ -52,7 +58,7 @@ licenses:
|
|
|
52
58
|
metadata:
|
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.12.0
|
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1
|
|
57
63
|
post_install_message:
|
|
58
64
|
rdoc_options: []
|
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
75
|
- !ruby/object:Gem::Version
|
|
70
76
|
version: '0'
|
|
71
77
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
78
|
+
rubygems_version: 3.2.17
|
|
73
79
|
signing_key:
|
|
74
80
|
specification_version: 4
|
|
75
81
|
summary: Simple REST client for Cloud Resource Manager API V1
|