google-apis-ml_v1 0.17.0 → 0.20.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: 1ecffd71d52cdf046f027008fc56f00e9dfa88180546badec9e75b0593f7be7a
4
- data.tar.gz: 7949fcfce9df524723826db797915d57214aa6a599dbca26d779611e1e062183
3
+ metadata.gz: c1d1fd2856e0672ffb20a2ba5c94c9937b8ac14ed3aa924d35e7d2a73b35fc80
4
+ data.tar.gz: f0f22123c2827a5d41c11803e02af7a5b9d971f0319510b1b033dfd81d746d15
5
5
  SHA512:
6
- metadata.gz: e6d023e645c31a6681f6076351b9e9685efe14b23d3d0c358ec40936a29abc7aab53108bc122ee70a90335ec4994019ccf030a01f6cbcd71de903aab12dc33ca
7
- data.tar.gz: c7e1259a3aabb2e7324c2f47dde03f930442562a39cc5ca20b4863ce2dab73b7c29ee0f09845c36aaec207f9ecfc63321f829a6e1913ea0cb9d97e00c719f258
6
+ metadata.gz: 41215d6939a2ef5ac837fec9dbcd66d4969d1fdda9cb4c2523d30b94b0427c39a8d98de4ac3f5d5d800e0ba81467f298de03c07badbde226215267bdbd1e3af6
7
+ data.tar.gz: 73744ecd24f15f3007d75f5cbae0d3e0ce13d064fe0d0513cd872569008f50581ad0f6aba14aa20204633cb4265e03e7881c7033d7a39765a7109447da56ccbf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.20.0 (2022-05-04)
4
+
5
+ * Regenerated from discovery document revision 20220430
6
+
7
+ ### v0.19.0 (2022-04-15)
8
+
9
+ * Regenerated from discovery document revision 20220409
10
+
11
+ ### v0.18.0 (2022-03-23)
12
+
13
+ * Regenerated from discovery document revision 20220318
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.17.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -3343,8 +3343,8 @@ module Google
3343
3343
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
3344
3344
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
3345
3345
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
3346
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
3347
- # DATA_WRITE logging.
3346
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
3347
+ # from DATA_WRITE logging.
3348
3348
  class GoogleIamV1AuditConfig
3349
3349
  include Google::Apis::Core::Hashable
3350
3350
 
@@ -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.17.0"
19
+ GEM_VERSION = "0.20.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 = "20220430"
26
26
  end
27
27
  end
28
28
  end
@@ -251,8 +251,9 @@ module Google
251
251
  # Gets the access control policy for a resource. Returns an empty policy if the
252
252
  # resource exists and does not have a policy set.
253
253
  # @param [String] resource
254
- # REQUIRED: The resource for which the policy is being requested. See the
255
- # operation documentation for the appropriate value for this field.
254
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
255
+ # names](https://cloud.google.com/apis/design/resource_names) for the
256
+ # appropriate value for this field.
256
257
  # @param [Fixnum] options_requested_policy_version
257
258
  # Optional. The maximum policy version that will be used to format the policy.
258
259
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -390,8 +391,9 @@ module Google
390
391
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
391
392
  # PERMISSION_DENIED` errors.
392
393
  # @param [String] resource
393
- # REQUIRED: The resource for which the policy is being specified. See the
394
- # operation documentation for the appropriate value for this field.
394
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
395
+ # names](https://cloud.google.com/apis/design/resource_names) for the
396
+ # appropriate value for this field.
395
397
  # @param [Google::Apis::MlV1::GoogleIamV1SetIamPolicyRequest] google_iam_v1__set_iam_policy_request_object
396
398
  # @param [String] fields
397
399
  # Selector specifying which fields to include in a partial response.
@@ -428,8 +430,9 @@ module Google
428
430
  # permission-aware UIs and command-line tools, not for authorization checking.
429
431
  # This operation may "fail open" without warning.
430
432
  # @param [String] resource
431
- # REQUIRED: The resource for which the policy detail is being requested. See the
432
- # operation documentation for the appropriate value for this field.
433
+ # REQUIRED: The resource for which the policy detail is being requested. See [
434
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
435
+ # appropriate value for this field.
433
436
  # @param [Google::Apis::MlV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1__test_iam_permissions_request_object
434
437
  # @param [String] fields
435
438
  # Selector specifying which fields to include in a partial response.
@@ -1159,8 +1162,9 @@ module Google
1159
1162
  # Gets the access control policy for a resource. Returns an empty policy if the
1160
1163
  # resource exists and does not have a policy set.
1161
1164
  # @param [String] resource
1162
- # REQUIRED: The resource for which the policy is being requested. See the
1163
- # operation documentation for the appropriate value for this field.
1165
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1166
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1167
+ # appropriate value for this field.
1164
1168
  # @param [Fixnum] options_requested_policy_version
1165
1169
  # Optional. The maximum policy version that will be used to format the policy.
1166
1170
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1292,8 +1296,9 @@ module Google
1292
1296
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1293
1297
  # PERMISSION_DENIED` errors.
1294
1298
  # @param [String] resource
1295
- # REQUIRED: The resource for which the policy is being specified. See the
1296
- # operation documentation for the appropriate value for this field.
1299
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1300
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1301
+ # appropriate value for this field.
1297
1302
  # @param [Google::Apis::MlV1::GoogleIamV1SetIamPolicyRequest] google_iam_v1__set_iam_policy_request_object
1298
1303
  # @param [String] fields
1299
1304
  # Selector specifying which fields to include in a partial response.
@@ -1330,8 +1335,9 @@ module Google
1330
1335
  # permission-aware UIs and command-line tools, not for authorization checking.
1331
1336
  # This operation may "fail open" without warning.
1332
1337
  # @param [String] resource
1333
- # REQUIRED: The resource for which the policy detail is being requested. See the
1334
- # operation documentation for the appropriate value for this field.
1338
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1339
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1340
+ # appropriate value for this field.
1335
1341
  # @param [Google::Apis::MlV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1__test_iam_permissions_request_object
1336
1342
  # @param [String] fields
1337
1343
  # Selector specifying which fields to include in a partial response.
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.17.0
4
+ version: 0.20.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-05-09 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.20.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.3.4
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