google-apis-cloudresourcemanager_v3 0.3.0 → 0.4.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: 7f8255a05d75eef069be8697b53f95f3e00d33c9bcdb02e07609844bfcbe3f04
4
- data.tar.gz: 96c65e525a41d2438c268ee2be48d173796c337a8ba26d93fb53a0df1816c809
3
+ metadata.gz: 07a105d7c4d523cba3c41277b42090a38e0bc371623b354c58422fb81586bae8
4
+ data.tar.gz: 271935b05f810a251c9f2f082eba3ce1d2b8ec6276504edf21c4d02295600e0d
5
5
  SHA512:
6
- metadata.gz: 44825587bb0f093b7207f85637ed74cfb493189447104e8f4fe717835cee28203387dc4463ff54b4b51f27e0aee75890bfb3c8e42349d98bff52982db5a517c7
7
- data.tar.gz: 901c755c4099a7c9815fe3e93017539720d92e539a6e08f373e381ff93283effeb39c87c57cac8fe1acaadc4bb127c39123c3f3ce51c53d8a9d4051c5157aabc
6
+ metadata.gz: 936a1ff1f231c52e13edfa8eabc5482240cc5c3a102a401f588bc6c1a27d5593a73e997fb051fcd3f0c34b3af8c7e239048884e69f2f319d08ac1ad84ed99a2f
7
+ data.tar.gz: a411672d120dbaadb376aa4db9e16baae0ee20f631fa44b7db383900481943f968a19dbdf97cfa6df1f57dc2a3a9d22bf82801c7632d44c4d9a9ec6cbe9b901c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.4.0 (2021-03-13)
4
+
5
+ * Regenerated from discovery document revision 20210309
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V3'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # View your data across Google Cloud Platform services
@@ -556,8 +556,7 @@ module Google
556
556
  include Google::Apis::Core::Hashable
557
557
 
558
558
  # A pagination token returned from a previous call to `ListTagBindings` that
559
- # indicates from where listing should continue. This is currently not used, but
560
- # the server may at any point start supplying a valid token.
559
+ # indicates from where listing should continue.
561
560
  # Corresponds to the JSON property `nextPageToken`
562
561
  # @return [String]
563
562
  attr_accessor :next_page_token
@@ -584,8 +583,7 @@ module Google
584
583
  include Google::Apis::Core::Hashable
585
584
 
586
585
  # A pagination token returned from a previous call to `ListTagKeys` that
587
- # indicates from where listing should continue. This is currently not used, but
588
- # the server may at any point start supplying a valid token.
586
+ # indicates from where listing should continue.
589
587
  # Corresponds to the JSON property `nextPageToken`
590
588
  # @return [String]
591
589
  attr_accessor :next_page_token
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210222"
25
+ REVISION = "20210309"
26
26
  end
27
27
  end
28
28
  end
@@ -291,9 +291,9 @@ module Google
291
291
  # NOTE: The `parent` field is expected to be a full resource name: https://
292
292
  # cloud.google.com/apis/design/resource_names#full_resource_name
293
293
  # @param [Fixnum] page_size
294
- # Optional. The maximum number of TagBindings to return in the response. This is
295
- # currently not used by the server and will return the full page even if a size
296
- # is specified.
294
+ # Optional. The maximum number of TagBindings to return in the response. The
295
+ # server allows a maximum of 300 TagBindings to return. If unspecified, the
296
+ # server will use 100 as the default.
297
297
  # @param [String] page_token
298
298
  # Optional. A pagination token returned from a previous call to `ListTagBindings`
299
299
  # that indicates where this listing should continue from.
@@ -476,13 +476,12 @@ module Google
476
476
 
477
477
  # Lists all TagKeys for a parent resource.
478
478
  # @param [Fixnum] page_size
479
- # Optional. The maximum number of TagKeys to return in the response. This is
480
- # currently not used by the server and will return the full page even if a size
481
- # is specified currently.
479
+ # Optional. The maximum number of TagKeys to return in the response. The server
480
+ # allows a maximum of 300 TagKeys to return. If unspecified, the server will use
481
+ # 100 as the default.
482
482
  # @param [String] page_token
483
483
  # Optional. A pagination token returned from a previous call to `ListTagKey`
484
- # that indicates where this listing should continue from. This is currently not
485
- # used by the server.
484
+ # that indicates where this listing should continue from.
486
485
  # @param [String] parent
487
486
  # Required. The resource name of the new TagKey's parent. Must be of the form `
488
487
  # folders/`folder_id`` or `organizations/`org_id``.
@@ -778,13 +777,12 @@ module Google
778
777
 
779
778
  # Lists all TagValues for a specific TagKey.
780
779
  # @param [Fixnum] page_size
781
- # Optional. The maximum number of TagValues to return in the response. This is
782
- # currently not used by the server and will return the full page even if a size
783
- # is specified currently.
780
+ # Optional. The maximum number of TagValues to return in the response. The
781
+ # server allows a maximum of 300 TagValues to return. If unspecified, the server
782
+ # will use 100 as the default.
784
783
  # @param [String] page_token
785
784
  # Optional. A pagination token returned from a previous call to `ListTagValues`
786
- # that indicates where this listing should continue from. This is currently not
787
- # used by the server.
785
+ # that indicates where this listing should continue from.
788
786
  # @param [String] parent
789
787
  # Required. Resource name for TagKey, parent of the TagValues to be listed, in
790
788
  # the format `tagKeys/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.3.0
4
+ version: 0.4.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3
57
57
  post_install_message:
58
58
  rdoc_options: []