google-apis-run_v1alpha1 0.4.0 → 0.5.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05f0d161d0e93193eb4f373fe3349a1d8786df98cf5832ae2131835f59acfeaf
|
|
4
|
+
data.tar.gz: b4bed48f2d3f857b685d419215cc80df748b971bc15769579ae064df24ece52d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd6b72844e58e38256522426cd373284d3226bfdc5767f1526f59595b4b6a7638b6b13e53b683edb56bb38aa7bea6b55850f86b46fbe87e8a815a5bb42aa8595
|
|
7
|
+
data.tar.gz: 422b60b6da04cb13686bb899b2f6148e8349644b628c1b4b02ddc6bb9f424815701a77b2e5da6c9bcb67972b18eb22359ae918904bd1de4be494bc34e9b8c3bd
|
data/CHANGELOG.md
CHANGED
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
# This is NOT the gem version.
|
|
31
31
|
VERSION = 'V1alpha1'
|
|
32
32
|
|
|
33
|
-
#
|
|
33
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
|
34
34
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
35
35
|
end
|
|
36
36
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RunV1alpha1
|
|
18
18
|
# Version of the google-apis-run_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210312"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -940,11 +940,15 @@ module Google
|
|
|
940
940
|
# @param [String] name
|
|
941
941
|
# The resource that owns the locations collection, if applicable.
|
|
942
942
|
# @param [String] filter
|
|
943
|
-
#
|
|
943
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
|
944
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
|
945
|
+
# AIP-160](https://google.aip.dev/160).
|
|
944
946
|
# @param [Fixnum] page_size
|
|
945
|
-
# The
|
|
947
|
+
# The maximum number of results to return. If not set, the service will select a
|
|
948
|
+
# default.
|
|
946
949
|
# @param [String] page_token
|
|
947
|
-
#
|
|
950
|
+
# A page token received from the `next_page_token` field in the response. Send
|
|
951
|
+
# that page token to receive the subsequent page.
|
|
948
952
|
# @param [String] fields
|
|
949
953
|
# Selector specifying which fields to include in a partial response.
|
|
950
954
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-run_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.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-03-
|
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.5.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|