google-apis-cloudresourcemanager_v3 0.37.0 → 0.38.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: 53a0ea341f990393688d1fe4c38af910419d781d89472834efb70a49295fd7ad
4
- data.tar.gz: 64df0c80805b86e1fd39c9c94fe12d311cdd5c918492e2147bc92306c096fd5a
3
+ metadata.gz: c3b48ac817fe05903062085b5333c9207c2741f75eed0954186dc7cb67040a54
4
+ data.tar.gz: e923872e24bed30f7cb9ba3d3cdfb3f211cb26527fc0dafd00b1aa580deaa30f
5
5
  SHA512:
6
- metadata.gz: 3b0120a7e4ade08c95db7d8be0afcf626ff9d37f7146590cd0d2f6d808a2f72833c6de00ea55b919d92b3a7fe4ab41e636a302d98e9b61191bd4fe992506455e
7
- data.tar.gz: 6a7394ded2e5070bbc056fbf830dff2f8528cd83020e0bfc45b8a9082c816d7216091d972366262a5584b9ab807e08872a64333fb06ec366c596f6d98026fcf0
6
+ metadata.gz: 74d4ff5441571fd8629c3a173e836263f2f135d26c8a8bc85b0b072e08dc34530e471619b2959442c24908396794b948144e582a8722e75f429cbb063daede28
7
+ data.tar.gz: bf21d69f33101716d958aa298e51088752b8515960f953835e9c60bff9701839d2fa7ce5634fe2cb35cc4d39b251a138cf8d80ca60aded32fe2a46a48ddb5b87
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.38.0 (2022-10-28)
4
+
5
+ * Regenerated from discovery document revision 20221016
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.37.0 (2022-09-30)
4
9
 
5
10
  * Regenerated from discovery document revision 20220925
@@ -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
- # currently project, folder, or organization). Once a TagBinding is created, the
1642
- # TagValue is applied to all the descendants of the cloud resource.
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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220925"
25
+ REVISION = "20221016"
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 cloud resource, as specified in `
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
@@ -1406,8 +1406,7 @@ module Google
1406
1406
  execute_or_queue_command(command, &block)
1407
1407
  end
1408
1408
 
1409
- # Creates a TagBinding between a TagValue and a cloud resource (currently
1410
- # project, folder, or organization).
1409
+ # Creates a TagBinding between a TagValue and a Google Cloud resource.
1411
1410
  # @param [Google::Apis::CloudresourcemanagerV3::TagBinding] tag_binding_object
1412
1411
  # @param [Boolean] validate_only
1413
1412
  # Optional. Set to true to perform the validations necessary for creating the
@@ -1473,9 +1472,9 @@ module Google
1473
1472
  execute_or_queue_command(command, &block)
1474
1473
  end
1475
1474
 
1476
- # Lists the TagBindings for the given cloud resource, as specified with `parent`.
1477
- # NOTE: The `parent` field is expected to be a full resource name: https://
1478
- # cloud.google.com/apis/design/resource_names#full_resource_name
1475
+ # Lists the TagBindings for the given Google Cloud resource, as specified with `
1476
+ # parent`. NOTE: The `parent` field is expected to be a full resource name:
1477
+ # https://cloud.google.com/apis/design/resource_names#full_resource_name
1479
1478
  # @param [Fixnum] page_size
1480
1479
  # Optional. The maximum number of TagBindings to return in the response. The
1481
1480
  # server allows a maximum of 300 TagBindings to return. If unspecified, the
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.37.0
4
+ version: 0.38.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-10-03 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.0
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.0
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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.38.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: []