google-apis-cloudresourcemanager_v3 0.20.0 → 0.23.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: be82084390f3c4f6b3117f1a235a8c635c25cdf9ab6dd2a145d6e259ebb30b7a
4
- data.tar.gz: 8211f1edabe35a54898051169f0aeec14db5bc72459e5fe53bdf926873d5705c
3
+ metadata.gz: 428c2e34e033207d76da8c223a2f6917483ec4bf9555d99bc4cc3cc7160619bf
4
+ data.tar.gz: 683322e925f18fd1445cff142afe678da66c5440ccabbc215f6a5b82f335e6ac
5
5
  SHA512:
6
- metadata.gz: f210642d2b0f0f2b3cc150931d50d50ba72d4aaeb2ea1fc00192e10f44593b6982feb576e74c246d14b6242cafe3f264df1095f8766ee18936249b1045933d6b
7
- data.tar.gz: 30209de95db9d4ac8804dabf048075d8f154b54822e4d4355144dfa2c4cfc14fe31d984e467c1e2e0ab8ef270338061b195a5c63ea97519a34c4e8c46f7d0a61
6
+ metadata.gz: ae9960b78d0eec8e581136d63cfea06223029545be033e8577c3cee5e6ba892a4fbe6ceae65f02a097a006f1404a3033f40a5f6af3b65efe6821e32a9f5b5342
7
+ data.tar.gz: 613820dcd2608562e20e11448365aa9639944f6410400a55e83af940a4c4ab529f498ebf84ea4d8ef728c5ac0aaa156d53d267f6e3c46fe7647867467c08cd7a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.23.0 (2022-03-24)
4
+
5
+ * Regenerated from discovery document revision 20220320
6
+
7
+ ### v0.22.0 (2022-03-10)
8
+
9
+ * Regenerated from discovery document revision 20220306
10
+
11
+ ### v0.21.0 (2022-02-24)
12
+
13
+ * Regenerated from discovery document revision 20220219
14
+
3
15
  ### v0.20.0 (2022-01-13)
4
16
 
5
17
  * Regenerated from discovery document revision 20220109
@@ -427,8 +427,7 @@ module Google
427
427
  # A generic empty message that you can re-use to avoid defining duplicated empty
428
428
  # messages in your APIs. A typical example is to use it as the request or the
429
429
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
430
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
431
- # `Empty` is empty JSON object ````.
430
+ # protobuf.Empty) returns (google.protobuf.Empty); `
432
431
  class Empty
433
432
  include Google::Apis::Core::Hashable
434
433
 
@@ -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.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220109"
25
+ REVISION = "20220320"
26
26
  end
27
27
  end
28
28
  end
@@ -1175,7 +1175,7 @@ module Google
1175
1175
  # @param [String] query
1176
1176
  # Optional. A query string for searching for projects that the caller has `
1177
1177
  # resourcemanager.projects.get` permission to. If multiple fields are included
1178
- # in the query, the it will return results that match any of the fields. Some
1178
+ # in the query, then it will return results that match any of the fields. Some
1179
1179
  # eligible fields are: ``` | Field | Description | |-------------------------|---
1180
1180
  # -------------------------------------------| | displayName, name | Filters by
1181
1181
  # displayName. | | parent | Project's parent (for example: folders/123,
@@ -1430,10 +1430,12 @@ module Google
1430
1430
  # @param [Fixnum] page_size
1431
1431
  # Optional. The maximum number of TagBindings to return in the response. The
1432
1432
  # server allows a maximum of 300 TagBindings to return. If unspecified, the
1433
- # server will use 100 as the default.
1433
+ # server will use 100 as the default. Currently this api returns unpaginated
1434
+ # response and `page_size` is ignored.
1434
1435
  # @param [String] page_token
1435
1436
  # Optional. A pagination token returned from a previous call to `ListTagBindings`
1436
- # that indicates where this listing should continue from.
1437
+ # that indicates where this listing should continue from. Currently this api
1438
+ # returns unpaginated response and `page_token` is ignored.
1437
1439
  # @param [String] parent
1438
1440
  # Required. The full resource name of a resource for which you want to list
1439
1441
  # 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.20.0
4
+ version: 0.23.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-01-17 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.23.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: []