google-apis-cloudresourcemanager_v3 0.3.0 → 0.4.0
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/CHANGELOG.md +5 -0
- data/lib/google/apis/cloudresourcemanager_v3.rb +1 -1
- data/lib/google/apis/cloudresourcemanager_v3/classes.rb +2 -4
- data/lib/google/apis/cloudresourcemanager_v3/gem_version.rb +3 -3
- data/lib/google/apis/cloudresourcemanager_v3/service.rb +11 -13
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07a105d7c4d523cba3c41277b42090a38e0bc371623b354c58422fb81586bae8
|
|
4
|
+
data.tar.gz: 271935b05f810a251c9f2f082eba3ce1d2b8ec6276504edf21c4d02295600e0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 936a1ff1f231c52e13edfa8eabc5482240cc5c3a102a401f588bc6c1a27d5593a73e997fb051fcd3f0c34b3af8c7e239048884e69f2f319d08ac1ad84ed99a2f
|
|
7
|
+
data.tar.gz: a411672d120dbaadb376aa4db9e16baae0ee20f631fa44b7db383900481943f968a19dbdf97cfa6df1f57dc2a3a9d22bf82801c7632d44c4d9a9ec6cbe9b901c
|
data/CHANGELOG.md
CHANGED
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
# This is NOT the gem version.
|
|
31
31
|
VERSION = 'V3'
|
|
32
32
|
|
|
33
|
-
#
|
|
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.
|
|
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.
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
295
|
-
#
|
|
296
|
-
#
|
|
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.
|
|
480
|
-
#
|
|
481
|
-
#
|
|
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.
|
|
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.
|
|
782
|
-
#
|
|
783
|
-
#
|
|
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.
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|