google-apis-run_v2 0.3.0 → 0.6.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: f4f4237c819f7afeeeccd34655fee5c9b830f0e9ea08dd0c0d814415f5fe2ed5
4
- data.tar.gz: 592370be7a87dddf037fcec0b6e410fb7b0b40d69c6261399082f8029fb04984
3
+ metadata.gz: 7088166706bf11a0e540b9f8d9c514c9a04eb37dd08394169dc75a5c73c0ac0d
4
+ data.tar.gz: 8d1d2d91947b17ade657248ef9e0cf0eb747017038e1ec2dd2367f4bcd0c3bcb
5
5
  SHA512:
6
- metadata.gz: 568393a838aad90f887fefa916d0d28e464ca728eec131de194cc733b36efae3c9f28c3b57462a74b40f08fe879bebe5e30c2999dea39d6210421ff515d15cb2
7
- data.tar.gz: e108a30d27d6244711e69f4407bdce60a6bcdcfaa1b157b454ab5b2487c7b4749eef6afb1ce2879709750c2262078ab8970f4fe40a5e48c1c1a0f0e04c2d639f
6
+ metadata.gz: 48f2ddefd72ab73856bada8db9eba4b880d41e21df0e66677281cd6a692711afb95c0ec39dd5b01607d862b7ac7d942377e8e73258b121ac6de2bf612dcc1c82
7
+ data.tar.gz: c361a3827757a49fed69d03901c2347eb08e7c563586be1e784eedfe4a05483196549cf3b41b75e95d5bcda321bf3ba8b64f5c03013d1762422bd968ddb83dbf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.6.0 (2022-02-23)
4
+
5
+ * Regenerated from discovery document revision 20220218
6
+
7
+ ### v0.5.0 (2022-02-16)
8
+
9
+ * Regenerated from discovery document revision 20220211
10
+
11
+ ### v0.4.0 (2022-02-03)
12
+
13
+ * Regenerated from discovery document revision 20220128
14
+
3
15
  ### v0.3.0 (2022-01-26)
4
16
 
5
17
  * 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>]
@@ -861,7 +861,8 @@ module Google
861
861
  # @return [String]
862
862
  attr_accessor :delete_time
863
863
 
864
- # User-provided description of the Service.
864
+ # User-provided description of the Service. This field currently has a 512-
865
+ # character limit.
865
866
  # Corresponds to the JSON property `description`
866
867
  # @return [String]
867
868
  attr_accessor :description
@@ -921,7 +922,7 @@ module Google
921
922
  # @return [String]
922
923
  attr_accessor :latest_ready_revision
923
924
 
924
- # The launch stage as defined by [Google Cloud Platform Launch Stages](http://
925
+ # The launch stage as defined by [Google Cloud Platform Launch Stages](https://
925
926
  # cloud.google.com/terms/launch-stages). Cloud Run supports `ALPHA`, `BETA`, and
926
927
  # `GA`. If no value is specified, GA is assumed.
927
928
  # 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.6.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 = "20220218"
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
@@ -320,7 +327,8 @@ module Google
320
327
 
321
328
  # List Services.
322
329
  # @param [String] parent
323
- # Required. The location and project to list resources on. Format: projects/`
330
+ # Required. The location and project to list resources on. Location must be a
331
+ # valid GCP region, and may not be the "-" wildcard. Format: projects/`
324
332
  # projectnumber`/locations/`location`
325
333
  # @param [Fixnum] page_size
326
334
  # Maximum number of Services to return in this call.
@@ -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.6.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-28 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.6.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: []