google-apis-cloudresourcemanager_v1 0.8.0 → 0.13.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: 3125401feb55a104563e65a5e78598b96767b7295200d483cf879db93f495309
4
- data.tar.gz: f59222339acc54bdbb6d8102a48915a92f956feb72bf609c1b665df0e15db59e
3
+ metadata.gz: 5e43ccc3477fbb7fa6b5e42f8a9ee5109a8a265acec63257eb27ccb1a34085db
4
+ data.tar.gz: d95d2b5ac641414bb87f21c951ad47df2f17aa22ca4771755f0aa66b655d677d
5
5
  SHA512:
6
- metadata.gz: c574bbaba26fb268d7d3aa0de3e1701515c664927157d0737baf4a307faaaf52bdb49512c8bceb775edbb4e6e1b7e2294d57697eb54b972c861c80ae079b0085
7
- data.tar.gz: d68491829aac7eb393e28e8f1d54d057813a4db22004cb3e3774636affb279a7e937e76fca33b6547a906b00d1fc4ed6e330d0f706f9c1f7f6861562c209aa05
6
+ metadata.gz: b69721a4184f33cac7b3dac602b3d6e081182dd14bcace8da68b5bef7c41bb4d8413bfeb60f1715d1795e54fa3fd82e69090e2bfc715f0786a20a4f578749f4b
7
+ data.tar.gz: 197ad2397381ee006f6f2eacbb505f6f97a1fe345ee0e1d98ad5848ce8e0735e8fb8f8b0f9ba522a2f68bd2c5140035c990f15200c0a9e2d471c7a23ccbb6f93
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.13.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.12.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.11.0 (2021-06-17)
12
+
13
+ * Regenerated from discovery document revision 20210613
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.10.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.9.0 (2021-04-08)
21
+
22
+ * Regenerated from discovery document revision 20210331
23
+
3
24
  ### v0.8.0 (2021-04-02)
4
25
 
5
26
  * Regenerated from discovery document revision 20210328
@@ -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
@@ -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
@@ -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.8.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210328"
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 strings: | Filter | Description | |------------------|------------------
1125
- # -----------------------------------| | name:how* | The project's name starts
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` | : : has the value `red` and its : : :
1131
- # label`size` has the value : : : `big`. : | lifecycleState:DELETE_REQUESTED |
1132
- # Only show projects that are | : : pending deletion. : If no filter is
1133
- # specified, the call will return projects for which the user has the `
1134
- # resourcemanager.projects.get` permission. NOTE: To perform a by-parent query (
1135
- # eg., what projects are directly in a Folder), the caller must have the `
1136
- # resourcemanager.projects.list` permission on the parent and the filter must
1137
- # contain both a `parent.type` and a `parent.id` restriction (example: "parent.
1138
- # type:folder parent.id:123"). In this case an alternate search index is used
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.8.0
4
+ version: 0.13.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-07-05 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.1'
19
+ version: '0.4'
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.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.13.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.13
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