google-cloud-resource_manager-v3 0.1.0 → 0.1.1
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/lib/google/cloud/resource_manager/v3/folders/client.rb +254 -24
- data/lib/google/cloud/resource_manager/v3/folders/operations.rb +115 -12
- data/lib/google/cloud/resource_manager/v3/organizations/client.rb +103 -13
- data/lib/google/cloud/resource_manager/v3/projects/client.rb +254 -24
- data/lib/google/cloud/resource_manager/v3/projects/operations.rb +115 -12
- data/lib/google/cloud/resource_manager/v3/tag_bindings/client.rb +70 -3
- data/lib/google/cloud/resource_manager/v3/tag_bindings/operations.rb +115 -12
- data/lib/google/cloud/resource_manager/v3/tag_keys/client.rb +177 -18
- data/lib/google/cloud/resource_manager/v3/tag_keys/operations.rb +115 -12
- data/lib/google/cloud/resource_manager/v3/tag_values/client.rb +177 -18
- data/lib/google/cloud/resource_manager/v3/tag_values/operations.rb +115 -12
- data/lib/google/cloud/resource_manager/v3/version.rb +1 -1
- data/lib/google/cloud/resourcemanager/v3/folders_pb.rb +2 -2
- data/lib/google/cloud/resourcemanager/v3/folders_services_pb.rb +1 -1
- data/lib/google/cloud/resourcemanager/v3/organizations_pb.rb +2 -2
- data/lib/google/cloud/resourcemanager/v3/organizations_services_pb.rb +1 -1
- data/lib/google/cloud/resourcemanager/v3/projects_pb.rb +2 -2
- data/lib/google/cloud/resourcemanager/v3/projects_services_pb.rb +1 -1
- data/lib/google/cloud/resourcemanager/v3/tag_bindings_pb.rb +2 -2
- data/lib/google/cloud/resourcemanager/v3/tag_bindings_services_pb.rb +1 -1
- data/lib/google/cloud/resourcemanager/v3/tag_keys_pb.rb +2 -2
- data/lib/google/cloud/resourcemanager/v3/tag_keys_services_pb.rb +1 -1
- data/lib/google/cloud/resourcemanager/v3/tag_values_pb.rb +2 -2
- data/lib/google/cloud/resourcemanager/v3/tag_values_services_pb.rb +1 -1
- data/proto_docs/google/cloud/resourcemanager/v3/folders.rb +2 -0
- data/proto_docs/google/cloud/resourcemanager/v3/organizations.rb +2 -1
- data/proto_docs/google/cloud/resourcemanager/v3/projects.rb +2 -0
- metadata +2 -2
@@ -97,12 +97,13 @@ module Google
|
|
97
97
|
# Optional. An optional query string used to filter the Organizations to return in
|
98
98
|
# the response. Query rules are case-insensitive.
|
99
99
|
#
|
100
|
-
#
|
100
|
+
# ```
|
101
101
|
# | Field | Description |
|
102
102
|
# |------------------|--------------------------------------------|
|
103
103
|
# | directoryCustomerId, owner.directoryCustomerId | Filters by directory
|
104
104
|
# customer id. |
|
105
105
|
# | domain | Filters by domain. |
|
106
|
+
# ```
|
106
107
|
#
|
107
108
|
# Organizations may be queried by `directoryCustomerId` or by
|
108
109
|
# `domain`, where the domain is a G Suite domain, for example:
|
@@ -195,6 +195,7 @@ module Google
|
|
195
195
|
# included in the query, the it will return results that match any of the
|
196
196
|
# fields. Some eligible fields are:
|
197
197
|
#
|
198
|
+
# ```
|
198
199
|
# | Field | Description |
|
199
200
|
# |-------------------------|----------------------------------------------|
|
200
201
|
# | displayName, name | Filters by displayName. |
|
@@ -207,6 +208,7 @@ module Google
|
|
207
208
|
# | labels | Filters by label name or value. |
|
208
209
|
# | labels.<key> (where *key* is the name of a label) | Filters by label
|
209
210
|
# name. |
|
211
|
+
# ```
|
210
212
|
#
|
211
213
|
# Search expressions are case insensitive.
|
212
214
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-resource_manager-v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
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-08
|
11
|
+
date: 2021-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|