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: ac1f1c0f0a49994c393caab2285647adfab59894a8f222975be590b6c473f208
4
- data.tar.gz: a79b2cb825af2b2934665147e6dd61f7c2fb3a0589c82657e49e44cd6e4d530e
3
+ metadata.gz: 05f0d161d0e93193eb4f373fe3349a1d8786df98cf5832ae2131835f59acfeaf
4
+ data.tar.gz: b4bed48f2d3f857b685d419215cc80df748b971bc15769579ae064df24ece52d
5
5
  SHA512:
6
- metadata.gz: 59cf18a10a2f3b2bb4acf3f191b4601d1b226ca02c04ddeac8943adc1611e4df6997d785cb2365f0b86aeb4ee684dec23a26013645a421d65317cc9365e6e6ce
7
- data.tar.gz: 195b25676a3ef4ca78d8a6a02e06bcf247f069b62dd6559c613f09e760e2dcb45c16ffaef11bcea6f202733a6e50e4ddd8c3e75918010848f7806a33b1c0cb07
6
+ metadata.gz: bd6b72844e58e38256522426cd373284d3226bfdc5767f1526f59595b4b6a7638b6b13e53b683edb56bb38aa7bea6b55850f86b46fbe87e8a815a5bb42aa8595
7
+ data.tar.gz: 422b60b6da04cb13686bb899b2f6148e8349644b628c1b4b02ddc6bb9f424815701a77b2e5da6c9bcb67972b18eb22359ae918904bd1de4be494bc34e9b8c3bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.5.0 (2021-03-20)
4
+
5
+ * Regenerated from discovery document revision 20210312
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1alpha1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
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.4.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.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210212"
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
- # The standard list filter.
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 standard list page size.
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
- # The standard list page token.
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.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-08 00:00:00.000000000 Z
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.4.0
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: []