google-apis-run_v2 0.3.0 → 0.4.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: f4f4237c819f7afeeeccd34655fee5c9b830f0e9ea08dd0c0d814415f5fe2ed5
4
- data.tar.gz: 592370be7a87dddf037fcec0b6e410fb7b0b40d69c6261399082f8029fb04984
3
+ metadata.gz: 0e381edb5a6fd8665508f109d626e1346859cd5477eb12f29b3cab0191649d01
4
+ data.tar.gz: '08c41608320e62fb55c6b564cfa6ee87a0c7e377e2d65d90bca40e2b233e1aef'
5
5
  SHA512:
6
- metadata.gz: 568393a838aad90f887fefa916d0d28e464ca728eec131de194cc733b36efae3c9f28c3b57462a74b40f08fe879bebe5e30c2999dea39d6210421ff515d15cb2
7
- data.tar.gz: e108a30d27d6244711e69f4407bdce60a6bcdcfaa1b157b454ab5b2487c7b4749eef6afb1ce2879709750c2262078ab8970f4fe40a5e48c1c1a0f0e04c2d639f
6
+ metadata.gz: ad0326d6653ce1088997d3c3b2822a0aab7338be6af9e434a883946f5b9c369ce92ba5560854fa14396e68012fee2d66556626636a2d73e44ea6beb916ca41cb
7
+ data.tar.gz: 6352c3ed74ce75813ebef36285fdabf26cd392834d77bbba722e272eae25dda72cdace1f168c9aedbed4a932ad23cc62e4d451b1dbd2c497f1ab0c50dbe373c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.4.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220128
6
+
3
7
  ### v0.3.0 (2022-01-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20220121
@@ -487,7 +487,7 @@ module Google
487
487
  # Set the launch stage to a preview stage on write to allow use of preview
488
488
  # features in that stage. On read, describes whether the resource uses preview
489
489
  # features. Launch Stages are defined at [Google Cloud Platform Launch Stages](
490
- # http://cloud.google.com/terms/launch-stages).
490
+ # https://cloud.google.com/terms/launch-stages).
491
491
  # Corresponds to the JSON property `launchStage`
492
492
  # @return [String]
493
493
  attr_accessor :launch_stage
@@ -817,7 +817,7 @@ module Google
817
817
  # arbitrary metadata. They are not queryable and should be preserved when
818
818
  # modifying objects. Cloud Run will populate some annotations using 'run.
819
819
  # googleapis.com' or 'serving.knative.dev' namespaces. This field follows
820
- # Kubernetes annotations' namespacing, limits, and rules. More info: http://
820
+ # Kubernetes annotations' namespacing, limits, and rules. More info: https://
821
821
  # kubernetes.io/docs/user-guide/annotations
822
822
  # Corresponds to the JSON property `annotations`
823
823
  # @return [Hash<String,String>]
@@ -921,7 +921,7 @@ module Google
921
921
  # @return [String]
922
922
  attr_accessor :latest_ready_revision
923
923
 
924
- # The launch stage as defined by [Google Cloud Platform Launch Stages](http://
924
+ # The launch stage as defined by [Google Cloud Platform Launch Stages](https://
925
925
  # cloud.google.com/terms/launch-stages). Cloud Run supports `ALPHA`, `BETA`, and
926
926
  # `GA`. If no value is specified, GA is assumed.
927
927
  # Corresponds to the JSON property `launchStage`
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.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 = "20220121"
25
+ REVISION = "20220128"
26
26
  end
27
27
  end
28
28
  end
@@ -23,8 +23,9 @@ module Google
23
23
  # Cloud Run Admin API
24
24
  #
25
25
  # Deploy and manage user provided container images that scale automatically
26
- # based on incoming requests. The Cloud Run Admin API follows the Knative
27
- # Serving API specification.
26
+ # based on incoming requests. The Cloud Run Admin API v1 follows the Knative
27
+ # Serving API specification, while v2 is aligned with Google Cloud AIP-based API
28
+ # standards, as described in https://google.aip.dev/.
28
29
  #
29
30
  # @example
30
31
  # require 'google/apis/run_v2'
@@ -124,13 +125,19 @@ module Google
124
125
  # the operations collection id, however overriding users must ensure the name
125
126
  # binding is the parent resource, without the operations collection id.
126
127
  # @param [String] name
127
- # The name of the operation's parent resource.
128
+ # Required. To query for all of the operations for a project.
128
129
  # @param [String] filter
129
- # The standard list filter.
130
+ # Optional. A filter for matching the completed or in-progress operations. The
131
+ # supported formats of *filter* are: To query for only completed operations:
132
+ # done:true To query for only ongoing operations: done:false Must be empty to
133
+ # query for all of the latest operations for the given parent project.
130
134
  # @param [Fixnum] page_size
131
- # The standard list page size.
135
+ # The maximum number of records that should be returned. Requested page size
136
+ # cannot exceed 100. If not set or set to less than or equal to 0, the default
137
+ # page size is 100. .
132
138
  # @param [String] page_token
133
- # The standard list page token.
139
+ # Token identifying which result to start with, which is returned by a previous
140
+ # list call.
134
141
  # @param [String] fields
135
142
  # Selector specifying which fields to include in a partial response.
136
143
  # @param [String] quota_user
@@ -22,8 +22,9 @@ module Google
22
22
  # Cloud Run Admin API
23
23
  #
24
24
  # Deploy and manage user provided container images that scale automatically
25
- # based on incoming requests. The Cloud Run Admin API follows the Knative
26
- # Serving API specification.
25
+ # based on incoming requests. The Cloud Run Admin API v1 follows the Knative
26
+ # Serving API specification, while v2 is aligned with Google Cloud AIP-based API
27
+ # standards, as described in https://google.aip.dev/.
27
28
  #
28
29
  # @see https://cloud.google.com/run/
29
30
  module RunV2
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.3.0
4
+ version: 0.4.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-31 00:00:00.000000000 Z
11
+ date: 2022-02-07 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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.4.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: []