google-apis-ml_v1 0.12.0 → 0.13.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 +4 -0
- data/lib/google/apis/ml_v1/classes.rb +2 -2
- data/lib/google/apis/ml_v1/gem_version.rb +2 -2
- 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: 7eb4a01c24726417d10bd70628805c721e24a7ba1436c3c5755bec074a63cd16
|
|
4
|
+
data.tar.gz: 9650563ac49f759bbd9454b707283acb2ae29cf39ceda4d0c8568f06983d90d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1d55403d166869763f464530af4b497993cc793b7ff29f90b25153bd8a9d027d06fdb84a4dcb9637d9f5d456ad1a73c7a10984b552ec93029e42fc47066d1e1
|
|
7
|
+
data.tar.gz: dd9890cc8b49c6fc8aea962341e46004b07f15ba8b51e69665d2bec4bc971abcfe08adfbce0c4dec3bba324b4d9d9ed2bc19186a39f89490da9d7642d9310a20
|
data/CHANGELOG.md
CHANGED
|
@@ -3488,7 +3488,7 @@ module Google
|
|
|
3488
3488
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
|
3489
3489
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
|
3490
3490
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
|
3491
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
|
3491
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
|
3492
3492
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
|
3493
3493
|
# google.com/iam/docs/).
|
|
3494
3494
|
class GoogleIamV1Policy
|
|
@@ -3582,7 +3582,7 @@ module Google
|
|
|
3582
3582
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
|
3583
3583
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
|
3584
3584
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
|
3585
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
|
3585
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
|
3586
3586
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
|
3587
3587
|
# google.com/iam/docs/).
|
|
3588
3588
|
# Corresponds to the JSON property `policy`
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MlV1
|
|
18
18
|
# Version of the google-apis-ml_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.13.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210816"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-ml_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.13.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-08-
|
|
11
|
+
date: 2021-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-ml_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.13.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-ml_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|