google-apis-ml_v1 0.16.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c46f21a1074e1ad156925f55001c21bd2d0cc9cdb4f5c45e9548ccb1cc5a793e
4
- data.tar.gz: f5b94c671bb20de4e280d3ead7376297f3d36aff2918aaf241de79190de0e00f
3
+ metadata.gz: 65e0db7d465309e22e95d29fd44c820456f3224c6bdd19380e6ad3c7d55d16f9
4
+ data.tar.gz: 1399d6f3f2716d0568631037846591fbe9cb794fefff49a099f5fdb58a8882c1
5
5
  SHA512:
6
- metadata.gz: 9d1504b1b823fdaa5d9acc0816c4b2dff0986efd142372be92e024f204105055588aab74e8ff086fa2694508e12c5bf10ec37383ad646b7c3322b5f265a4479a
7
- data.tar.gz: 9d0a79e29842645e9133e1aafadade62d82ebe330d116c3d9170106ac5cb4cfc77affa9ad68b3f6116cde8daba8c741cd7633223e8c94a8517c77ffded67bc68
6
+ metadata.gz: d2aba427a3437aef6b43d9dbf7993c5274d49bf1c90334b49b7aff2f0b7e39eedb00d5be35ea3c342abac028bdebf3ca3b8c1806e7432b069c76c33ad5bd90ec
7
+ data.tar.gz: 04535bb828a25dff0f9dab80f046aee50aa70707e479570b935b2f1bcb6760d8e444e1cef654081148b2219d62d3f597ded83cb9c3afd33c8560dc3a530fcbd1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.19.0 (2022-04-15)
4
+
5
+ * Regenerated from discovery document revision 20220409
6
+
7
+ ### v0.18.0 (2022-03-23)
8
+
9
+ * Regenerated from discovery document revision 20220318
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.17.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.16.0 (2021-11-19)
4
17
 
5
18
  * Regenerated from discovery document revision 20211112
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/ml_v1"
51
51
  client = Google::Apis::MlV1::CloudMachineLearningEngineService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -3424,7 +3424,7 @@ module Google
3424
3424
  # @return [Google::Apis::MlV1::GoogleTypeExpr]
3425
3425
  attr_accessor :condition
3426
3426
 
3427
- # Specifies the principals requesting access for a Cloud Platform resource. `
3427
+ # Specifies the principals requesting access for a Google Cloud resource. `
3428
3428
  # members` can have the following values: * `allUsers`: A special identifier
3429
3429
  # that represents anyone who is on the internet; with or without a Google
3430
3430
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -3625,7 +3625,7 @@ module Google
3625
3625
  include Google::Apis::Core::Hashable
3626
3626
 
3627
3627
  # The set of permissions to check for the `resource`. Permissions with wildcards
3628
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
3628
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
3629
3629
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
3630
3630
  # Corresponds to the JSON property `permissions`
3631
3631
  # @return [Array<String>]
@@ -3750,8 +3750,7 @@ module Google
3750
3750
  # A generic empty message that you can re-use to avoid defining duplicated empty
3751
3751
  # messages in your APIs. A typical example is to use it as the request or the
3752
3752
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
3753
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
3754
- # `Empty` is empty JSON object ````.
3753
+ # protobuf.Empty) returns (google.protobuf.Empty); `
3755
3754
  class GoogleProtobufEmpty
3756
3755
  include Google::Apis::Core::Hashable
3757
3756
 
@@ -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.16.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211112"
25
+ REVISION = "20220409"
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.16.0
4
+ version: 0.19.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-12-06 00:00:00.000000000 Z
11
+ date: 2022-04-18 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/main/generated/google-apis-ml_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ml_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for AI Platform Training & Prediction API V1