google-apis-run_v2 0.13.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/service.rb +18 -12
- 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: eb358b06a6492aa65677a3903126a8ce66f1382e9ca60f1913cfeb66cfec99d8
|
4
|
+
data.tar.gz: 73c27f4962c73ab05fac799d120e5e5e99cdb5018fb92b08e3ded386010c3ad6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f84e2e149ea27b27e35be9e6a7f9b6019ccaf59656036cebde1dff5fbc3939ed387862a55f7cfc8116680582cad672ccfb1a3f8657a3c90dfdf2f5ad3ff2bd3e
|
7
|
+
data.tar.gz: 2a9d66907d2f99bae11f3fd9529e42a2aa9b2db688c93dd429ea20aaf5ab34eb07d3e5a68ab8e69e7be09d8d9926b4f6ebe1252d28e29631b9a988ac655f9561
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RunV2
|
18
18
|
# Version of the google-apis-run_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220506"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -173,8 +173,9 @@ module Google
|
|
173
173
|
# Get the IAM Access Control policy currently in effect for the given Job. This
|
174
174
|
# result does not include any inherited policies.
|
175
175
|
# @param [String] resource
|
176
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
177
|
-
#
|
176
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
177
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
178
|
+
# appropriate value for this field.
|
178
179
|
# @param [Fixnum] options_requested_policy_version
|
179
180
|
# Optional. The maximum policy version that will be used to format the policy.
|
180
181
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -335,8 +336,9 @@ module Google
|
|
335
336
|
# Sets the IAM Access control policy for the specified Job. Overwrites any
|
336
337
|
# existing policy.
|
337
338
|
# @param [String] resource
|
338
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
339
|
-
#
|
339
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
340
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
341
|
+
# appropriate value for this field.
|
340
342
|
# @param [Google::Apis::RunV2::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
|
341
343
|
# @param [String] fields
|
342
344
|
# Selector specifying which fields to include in a partial response.
|
@@ -370,8 +372,9 @@ module Google
|
|
370
372
|
# Returns permissions that a caller has on the specified Project. There are no
|
371
373
|
# permissions required for making this API call.
|
372
374
|
# @param [String] resource
|
373
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
374
|
-
#
|
375
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
376
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
377
|
+
# appropriate value for this field.
|
375
378
|
# @param [Google::Apis::RunV2::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
376
379
|
# @param [String] fields
|
377
380
|
# Selector specifying which fields to include in a partial response.
|
@@ -820,8 +823,9 @@ module Google
|
|
820
823
|
# Get the IAM Access Control policy currently in effect for the given Cloud Run
|
821
824
|
# Service. This result does not include any inherited policies.
|
822
825
|
# @param [String] resource
|
823
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
824
|
-
#
|
826
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
827
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
828
|
+
# appropriate value for this field.
|
825
829
|
# @param [Fixnum] options_requested_policy_version
|
826
830
|
# Optional. The maximum policy version that will be used to format the policy.
|
827
831
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -951,8 +955,9 @@ module Google
|
|
951
955
|
# Sets the IAM Access control policy for the specified Service. Overwrites any
|
952
956
|
# existing policy.
|
953
957
|
# @param [String] resource
|
954
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
955
|
-
#
|
958
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
959
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
960
|
+
# appropriate value for this field.
|
956
961
|
# @param [Google::Apis::RunV2::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
|
957
962
|
# @param [String] fields
|
958
963
|
# Selector specifying which fields to include in a partial response.
|
@@ -986,8 +991,9 @@ module Google
|
|
986
991
|
# Returns permissions that a caller has on the specified Project. There are no
|
987
992
|
# permissions required for making this API call.
|
988
993
|
# @param [String] resource
|
989
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
990
|
-
#
|
994
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
995
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
996
|
+
# appropriate value for this field.
|
991
997
|
# @param [Google::Apis::RunV2::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
992
998
|
# @param [String] fields
|
993
999
|
# 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-run_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.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-05-
|
11
|
+
date: 2022-05-16 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-run_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|