google-cloud-optimization 0.3.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 681456e7498c692ba7962ae22c2f557732062bee89bc5c84322ce10c27944a98
4
- data.tar.gz: a9b4b40fe72f4172a9679d229f9e9d07be484a77491add7e6d609ce7568225d4
3
+ metadata.gz: 05cea9c6e7c3624156decd824c42119f2b9869968849f24689e3ae5db0dfc79b
4
+ data.tar.gz: a706d7c2fe6549c3eeedac721ef23993378dafd6d2ce8f9979891bfe94eab349
5
5
  SHA512:
6
- metadata.gz: 56dbd116b591c19b0eeaab439e5097c761caa6cf8f6ab4813f711e7034c0618932d522a9177285cb1e6cdd80fd2e31c4d800d7a4745eeac21239be0ac58d65ab
7
- data.tar.gz: 86f9a93cbb052167097de109fafb4d7228ed97f3d651fe5b7ccea7bf2ed3ea09d4df475845852791ff0f4987745093acc9ca701be773a8e2fd934618dddb0139
6
+ metadata.gz: 62d0ff3ca2e79ba801d86fc5bd3f49858d9befd094a4cb7edb11e20acf4e1ec80ee84853aba477d4416a6bf98c14a28a46528fc6cfe50252cc7b7438efa54a2e
7
+ data.tar.gz: 4302f51b8d57accf5a95937956b3599a3d9a1b42935384151ba8ee8bc7a3edb0cf0832d101d58b8882eee61c82b8cf96433fc69badbf7ec850da48beb61bd637
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-optimization, to see the convenience methods for
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-optimization-v1](https://googleapis.dev/ruby/google-cloud-optimization-v1/latest).
19
+ [google-cloud-optimization-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-optimization-v1/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/optimization)
22
22
  for more usage information.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Optimization
23
- VERSION = "0.3.0"
23
+ VERSION = "1.0.0"
24
24
  end
25
25
  end
26
26
  end
@@ -48,7 +48,7 @@ module Google
48
48
  # Create a new client object for FleetRouting.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::Optimization::V1::FleetRouting::Client](https://googleapis.dev/ruby/google-cloud-optimization-v1/latest/Google/Cloud/Optimization/V1/FleetRouting/Client.html)
51
+ # [Google::Cloud::Optimization::V1::FleetRouting::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-optimization-v1/latest/Google-Cloud-Optimization-V1-FleetRouting-Client)
52
52
  # for a gRPC client for version V1 of the API.
53
53
  # However, you can specify a different API version by passing it in the
54
54
  # `version` parameter. If the FleetRouting service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-optimization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.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: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core