google-apis-run_v1alpha1 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94589d2a458f3495234d94ef57ac169ee2daa8a557b368e503acf155b1440c4e
4
- data.tar.gz: b08b174fd2ff8e0455b85a9429595aedfe4553d15927a91a16ee231bddc02b83
3
+ metadata.gz: fd9b87a644d0ab0714a1c75ba13713c3fcc7ce8f2e9f21908f52a7246907115f
4
+ data.tar.gz: c375fc3ad69c691d9a55a0f3fd6205d34ee91a8cb6d77f13a6180471656c78ec
5
5
  SHA512:
6
- metadata.gz: 832c737572616908a458589e2f640e80cb98efd25af918147874716a9d9890631f3a70532ee447128c7e35772adeacf69bc353bb846aa1ab445bea42438f8f8b
7
- data.tar.gz: 5e0f2c14288e3e046f108d0805389213c52b508c3487078d6929019dcb2d5874a735819f3d8a8131a5c3c15ae493da03030ec8804c3a2df5567098edb28d5c6c
6
+ metadata.gz: 5095d8076d51c92b0f549f1ab22c3d2fe83915bd4a20a056cfc9d51fcdfd7e9199793dae329c8050348ee4ba26068206b46ae3c849609d09a29a44ad14216f76
7
+ data.tar.gz: 37fff9988ed9abf424a34607542ff473cc8753fd688d1ff85e0dcac0a621ccee4d9de3031dcdb6c3018ada78e5ac11db3fbcd9e4bea528ee88c7103447e4eb48
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.14.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
3
7
  ### v0.13.0 (2021-07-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20210716
@@ -774,7 +774,7 @@ module Google
774
774
  attr_accessor :status
775
775
 
776
776
  # Required. Type is used to communicate the status of the reconciliation process.
777
- # See also: https://github.com/knative/serving/blob/master/docs/spec/errors.md#
777
+ # See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#
778
778
  # error-conditions-and-reporting Types include: * "Completed": True when the Job
779
779
  # has successfully completed. * "Started": True when the Job has successfully
780
780
  # started running. * "ResourcesAvailable": True when underlying resources have
@@ -1642,7 +1642,7 @@ module Google
1642
1642
  end
1643
1643
  end
1644
1644
 
1645
- # Not supported by Cloud Run Volume represents a named volume in a container.
1645
+ # Volume represents a named volume in a container.
1646
1646
  class Volume
1647
1647
  include Google::Apis::Core::Hashable
1648
1648
 
@@ -1654,7 +1654,7 @@ module Google
1654
1654
  # @return [Google::Apis::RunV1alpha1::ConfigMapVolumeSource]
1655
1655
  attr_accessor :config_map
1656
1656
 
1657
- # Volume's name.
1657
+ # Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
1658
1658
  # Corresponds to the JSON property `name`
1659
1659
  # @return [String]
1660
1660
  attr_accessor :name
@@ -1679,8 +1679,7 @@ module Google
1679
1679
  end
1680
1680
  end
1681
1681
 
1682
- # Not supported by Cloud Run VolumeMount describes a mounting of a Volume within
1683
- # a container.
1682
+ # VolumeMount describes a mounting of a Volume within a container.
1684
1683
  class VolumeMount
1685
1684
  include Google::Apis::Core::Hashable
1686
1685
 
@@ -1690,7 +1689,8 @@ module Google
1690
1689
  # @return [String]
1691
1690
  attr_accessor :mount_path
1692
1691
 
1693
- # This must match the Name of a Volume.
1692
+ # The name of the volume. There must be a corresponding Volume with the same
1693
+ # name.
1694
1694
  # Corresponds to the JSON property `name`
1695
1695
  # @return [String]
1696
1696
  attr_accessor :name
@@ -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.13.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.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210716"
25
+ REVISION = "20210813"
26
26
  end
27
27
  end
28
28
  end
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1alpha1'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  end
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.13.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: 2021-07-26 00:00:00.000000000 Z
11
+ date: 2021-09-06 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/master/generated/google-apis-run_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []