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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d7ec9b1479afc7612391e3c799bdac9582e4e4031b3c08be7465c1390ba09ae
4
- data.tar.gz: f5ca29c366df7e4fbf67991d2cd3ec2b2c53b7585d90195f9f0ac9c1f43159b5
3
+ metadata.gz: 420083ecd0c3201f4a144a8b80cac6fbef0045aefc8c05ac9215195a91cc41d6
4
+ data.tar.gz: 66bde98ac03d78883bbe0c57efbaed0cb4a1d82b077196c1de07b3ad2e8b1045
5
5
  SHA512:
6
- metadata.gz: fa17b3e6065d7a1c4a8712a3d2c38db1abe46553268f147781b70e4365c31bc7c35949c684366dc01f0d3681951b18d80eea19163bba78541c1dbb6dca86e5f3
7
- data.tar.gz: ae23e35b4998944586881e9d79feac1a2bee5a66185e217aa0403ef78b8ea4b10c4be931752a982d5d1396c22f116ddfbd4ec3710e4702acf7dc99c731d05f47
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
- verisoned gems in as dependencies, and provides high-level methods for
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ResourceManager
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.1"
24
24
  end
25
25
  end
26
26
  end
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.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: 2025-03-14 00:00:00.000000000 Z
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.5
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: []