google-cloud-optimization 1.3.0 → 1.3.2

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: 0be162e643bbfd3fdfdacc7e5a328707f5f9681e360fbfd452d881ba32cc46a2
4
- data.tar.gz: c541cac9815c4328f3fba64f5fc374ee7413efc082fe741b6e80150388d775ee
3
+ metadata.gz: f1e3bd762fb07e122048d46f7b674018c8b16dd3b2754d7f7125f401194ad108
4
+ data.tar.gz: fc721bb0961a65cdf41574526cdc1f9ab385f003f05df29bb21693e5c8adb071
5
5
  SHA512:
6
- metadata.gz: 311d420ed1971b842020ce2c80a7a6e41fb296b2090ccd48b7db610a993b1647e6f831cf52ae3c3aee4051083364bf26a1e5ac69c38f11a67ece1205a4a48ddc
7
- data.tar.gz: 72e5f688c6c86e162a0d56d5224f9fa93187addef5d595ce284b9041f26f1322196ff60bad89c6ed2424f110ff89fd153c58f1bd7d0d64459eff864c8ebf90dc
6
+ metadata.gz: d033c2f8af46c1ad04dc3423210aee50c42cb43deaf5c9f33b9a58a7cb28aab95fb29ae6cab38200f02b5d7cb70267d6cd6dbdc0a6dfbd4afe36bbc6fef0db5f
7
+ data.tar.gz: 4a0a0c211ec1395a12be01c11188366b9a895fa47d5c41d67dcc8226013bf7de037b56610710b8366ca680be72053aad2cd88ea0e29e5da7f8f5bca895b209ab
data/README.md CHANGED
@@ -7,7 +7,7 @@ Cloud Optimization API provides a portfolio of solvers to address common optimiz
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-optimization-v*`.
9
9
  The gem `google-cloud-optimization` 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
 
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudoptimization.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/optimization"
39
+
40
+ client = Google::Cloud::Optimization.fleet_routing
41
+ request = ::Google::Cloud::Optimization::V1::OptimizeToursRequest.new # (request fields as keyword arguments...)
42
+ response = client.optimize_tours request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  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 Optimization
23
- VERSION = "1.3.0"
23
+ VERSION = "1.3.2"
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-optimization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 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
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.2
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Cloud Optimization API
81
81
  test_files: []