google-cloud-resource_manager 1.0.0 → 1.0.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/README.md +9 -1
- data/lib/google/cloud/resource_manager/version.rb +1 -1
- 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: 420083ecd0c3201f4a144a8b80cac6fbef0045aefc8c05ac9215195a91cc41d6
|
4
|
+
data.tar.gz: 66bde98ac03d78883bbe0c57efbaed0cb4a1d82b077196c1de07b3ad2e8b1045
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49d046b17903357bb60889a4da594c8ad34eb1cd6f8a18bec836bf27af4809d7ac59bd6e481fe91378edc449d5151193437d481763ed28b9b3da7fd23e38b6c8
|
7
|
+
data.tar.gz: 17de468c2946ac782df46e4453603cdeae57d1bf62687a7a8ca18483afbd0b24bd7913d00b745162113b74d93430c8324a7be1138aa8272583c336c7337a3ce6
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Creates, reads, and updates metadata for Google Cloud Platform resource containe
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
8
8
|
_versioned_ client gems, with names of the form `google-cloud-resource_manager-v*`.
|
9
9
|
The gem `google-cloud-resource_manager` is the main client library that brings the
|
10
|
-
|
10
|
+
versioned gems in as dependencies, and provides high-level methods for
|
11
11
|
constructing clients. More information on versioned clients can be found below
|
12
12
|
in the section titled *Which client should I use?*.
|
13
13
|
|
@@ -31,6 +31,14 @@ In order to use this library, you first need to go through the following steps:
|
|
31
31
|
1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudresourcemanager.googleapis.com)
|
32
32
|
1. {file:AUTHENTICATION.md Set up authentication.}
|
33
33
|
|
34
|
+
## Migrating from 0.x versions
|
35
|
+
|
36
|
+
The 1.0 release of the google-cloud-resource_manager client is a significant upgrade
|
37
|
+
based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-ruby),
|
38
|
+
and includes substantial interface changes. Existing code written for earlier
|
39
|
+
versions of this library will likely require updates to use this version.
|
40
|
+
See the {file:MIGRATING.md MIGRATING.md} document for more information.
|
41
|
+
|
34
42
|
## Debug Logging
|
35
43
|
|
36
44
|
This library comes with opt-in Debug Logging that can help you troubleshoot
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-resource_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-core
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
|
-
rubygems_version: 3.6.
|
73
|
+
rubygems_version: 3.6.8
|
74
74
|
specification_version: 4
|
75
75
|
summary: Creates, reads, and updates metadata for Google Cloud Platform resource containers.
|
76
76
|
test_files: []
|