google-apis-run_v1 0.11.0 → 0.12.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: a29761e6f4d5f267c1d8aaa1a1bd5649ee459c61114b1af32c578cc583acda4c
4
- data.tar.gz: 184fa6d7432acbf025e3e7524f973de541fc2700e5c15461e22da7ca1c718c53
3
+ metadata.gz: baa2b9ee0ab9642fdeb2befbd33bda279e5c9c039c0856d8e9210c7437713d0b
4
+ data.tar.gz: 73146c2c476015b0fb1b148417776435fb112949fb46640f3f3bb0b39dc7393f
5
5
  SHA512:
6
- metadata.gz: 4a8613add68515e8378e1dfcd8eb7aa58b79e5d858c916bc876f764a57c2faf040aed7e59f5109b8b6669a7f3329a4519cb7b42a73508e7ef3db3417d3babf1c
7
- data.tar.gz: dfd75684a743d18a5bd77a53d3d76537d1cd1474b764dca2dc729bd8ac0a4b9d333fbfd643fb5d8cd9011818c8a5e7acdf62efb16b8a932a4c606325193d4e79
6
+ metadata.gz: d9a2ab6be63626bffb81c287ad26a469319d495a94f451867e0452e85258e45cf3acc7f777ec09f6bfb38ad82a3a031e00f1f11b70235e49f9b619cb83ba6f2e
7
+ data.tar.gz: fad043914ebc219e5857e89a010a8ed51c67312a7fa7c2acc540fdee7276ef182b520e2d3f8218652b02d09375f623feb4f0dc8819af569323e421fe364464b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.12.0 (2021-07-22)
4
+
5
+ * Regenerated from discovery document revision 20210716
6
+
3
7
  ### v0.11.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -22,8 +22,8 @@ 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 requets. The Cloud Run Admin API follows the Knative Serving
26
- # API specification.
25
+ # based on incoming requests. The Cloud Run Admin API follows the Knative
26
+ # Serving API specification.
27
27
  #
28
28
  # @see https://cloud.google.com/run/
29
29
  module RunV1
@@ -757,8 +757,8 @@ module Google
757
757
  # @return [Array<Google::Apis::RunV1::ResourceRecord>]
758
758
  attr_accessor :resource_records
759
759
 
760
- # Cloud Run fully managed: not supported Cloud Run on GKE: supported Holds the
761
- # URL that will serve the traffic of the DomainMapping. +optional
760
+ # Optional. Cloud Run fully managed: not supported Cloud Run on GKE: supported
761
+ # Holds the URL that will serve the traffic of the DomainMapping.
762
762
  # Corresponds to the JSON property `url`
763
763
  # @return [String]
764
764
  attr_accessor :url
@@ -2014,7 +2014,7 @@ module Google
2014
2014
  class RevisionSpec
2015
2015
  include Google::Apis::Core::Hashable
2016
2016
 
2017
- # (Optional) ContainerConcurrency specifies the maximum allowed in-flight (
2017
+ # Optional. ContainerConcurrency specifies the maximum allowed in-flight (
2018
2018
  # concurrent) requests per container instance of the Revision. Cloud Run fully
2019
2019
  # managed: supported, defaults to 80 Cloud Run for Anthos: supported, defaults
2020
2020
  # to 0, which means concurrency to the application is not limited, and the
@@ -2092,8 +2092,8 @@ module Google
2092
2092
  # @return [String]
2093
2093
  attr_accessor :image_digest
2094
2094
 
2095
- # Specifies the generated logging url for this particular revision based on the
2096
- # revision url template specified in the controller's config. +optional
2095
+ # Optional. Specifies the generated logging url for this particular revision
2096
+ # based on the revision url template specified in the controller's config.
2097
2097
  # Corresponds to the JSON property `logUrl`
2098
2098
  # @return [String]
2099
2099
  attr_accessor :log_url
@@ -2898,10 +2898,10 @@ module Google
2898
2898
  # @return [String]
2899
2899
  attr_accessor :configuration_name
2900
2900
 
2901
- # LatestRevision may be optionally provided to indicate that the latest ready
2901
+ # Optional. LatestRevision may be provided to indicate that the latest ready
2902
2902
  # Revision of the Configuration should be used for this traffic target. When
2903
2903
  # provided LatestRevision must be true if RevisionName is empty; it must be
2904
- # false when RevisionName is non-empty. +optional
2904
+ # false when RevisionName is non-empty.
2905
2905
  # Corresponds to the JSON property `latestRevision`
2906
2906
  # @return [Boolean]
2907
2907
  attr_accessor :latest_revision
@@ -2921,8 +2921,8 @@ module Google
2921
2921
  # @return [String]
2922
2922
  attr_accessor :revision_name
2923
2923
 
2924
- # Tag is optionally used to expose a dedicated url for referencing this target
2925
- # exclusively. +optional
2924
+ # Optional. Tag is used to expose a dedicated url for referencing this target
2925
+ # exclusively.
2926
2926
  # Corresponds to the JSON property `tag`
2927
2927
  # @return [String]
2928
2928
  attr_accessor :tag
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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 = "20210611"
25
+ REVISION = "20210716"
26
26
  end
27
27
  end
28
28
  end
@@ -23,8 +23,8 @@ 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 requets. The Cloud Run Admin API follows the Knative Serving
27
- # API specification.
26
+ # based on incoming requests. The Cloud Run Admin API follows the Knative
27
+ # Serving API specification.
28
28
  #
29
29
  # @example
30
30
  # require 'google/apis/run_v1'
@@ -123,7 +123,7 @@ module Google
123
123
  # The namespace from which the configurations should be listed. For Cloud Run (
124
124
  # fully managed), replace `namespace_id` with the project ID or number.
125
125
  # @param [String] continue
126
- # Optional encoded string to continue paging.
126
+ # Optional. Encoded string to continue paging.
127
127
  # @param [String] field_selector
128
128
  # Allows to filter resources based on a specific value for a field name. Send
129
129
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -134,7 +134,7 @@ module Google
134
134
  # Allows to filter resources based on a label. Supported operations are =, !=,
135
135
  # exists, in, and notIn.
136
136
  # @param [Fixnum] limit
137
- # The maximum number of records that should be returned.
137
+ # Optional. The maximum number of records that should be returned.
138
138
  # @param [String] resource_version
139
139
  # The baseline resource version from which the list or watch operation should
140
140
  # start. Not currently used by Cloud Run.
@@ -295,7 +295,7 @@ module Google
295
295
  # The namespace from which the domain mappings should be listed. For Cloud Run (
296
296
  # fully managed), replace `namespace_id` with the project ID or number.
297
297
  # @param [String] continue
298
- # Optional encoded string to continue paging.
298
+ # Optional. Encoded string to continue paging.
299
299
  # @param [String] field_selector
300
300
  # Allows to filter resources based on a specific value for a field name. Send
301
301
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -306,7 +306,7 @@ module Google
306
306
  # Allows to filter resources based on a label. Supported operations are =, !=,
307
307
  # exists, in, and notIn.
308
308
  # @param [Fixnum] limit
309
- # The maximum number of records that should be returned.
309
+ # Optional. The maximum number of records that should be returned.
310
310
  # @param [String] resource_version
311
311
  # The baseline resource version from which the list or watch operation should
312
312
  # start. Not currently used by Cloud Run.
@@ -429,7 +429,7 @@ module Google
429
429
  # The namespace from which the revisions should be listed. For Cloud Run (fully
430
430
  # managed), replace `namespace_id` with the project ID or number.
431
431
  # @param [String] continue
432
- # Optional encoded string to continue paging.
432
+ # Optional. Encoded string to continue paging.
433
433
  # @param [String] field_selector
434
434
  # Allows to filter resources based on a specific value for a field name. Send
435
435
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -440,7 +440,7 @@ module Google
440
440
  # Allows to filter resources based on a label. Supported operations are =, !=,
441
441
  # exists, in, and notIn.
442
442
  # @param [Fixnum] limit
443
- # The maximum number of records that should be returned.
443
+ # Optional. The maximum number of records that should be returned.
444
444
  # @param [String] resource_version
445
445
  # The baseline resource version from which the list or watch operation should
446
446
  # start. Not currently used by Cloud Run.
@@ -517,7 +517,7 @@ module Google
517
517
  # The namespace from which the routes should be listed. For Cloud Run (fully
518
518
  # managed), replace `namespace_id` with the project ID or number.
519
519
  # @param [String] continue
520
- # Optional encoded string to continue paging.
520
+ # Optional. Encoded string to continue paging.
521
521
  # @param [String] field_selector
522
522
  # Allows to filter resources based on a specific value for a field name. Send
523
523
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -528,7 +528,7 @@ module Google
528
528
  # Allows to filter resources based on a label. Supported operations are =, !=,
529
529
  # exists, in, and notIn.
530
530
  # @param [Fixnum] limit
531
- # The maximum number of records that should be returned.
531
+ # Optional. The maximum number of records that should be returned.
532
532
  # @param [String] resource_version
533
533
  # The baseline resource version from which the list or watch operation should
534
534
  # start. Not currently used by Cloud Run.
@@ -690,7 +690,7 @@ module Google
690
690
  # The namespace from which the services should be listed. For Cloud Run (fully
691
691
  # managed), replace `namespace_id` with the project ID or number.
692
692
  # @param [String] continue
693
- # Optional encoded string to continue paging.
693
+ # Optional. Encoded string to continue paging.
694
694
  # @param [String] field_selector
695
695
  # Allows to filter resources based on a specific value for a field name. Send
696
696
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -701,7 +701,7 @@ module Google
701
701
  # Allows to filter resources based on a label. Supported operations are =, !=,
702
702
  # exists, in, and notIn.
703
703
  # @param [Fixnum] limit
704
- # The maximum number of records that should be returned.
704
+ # Optional. The maximum number of records that should be returned.
705
705
  # @param [String] resource_version
706
706
  # The baseline resource version from which the list or watch operation should
707
707
  # start. Not currently used by Cloud Run.
@@ -934,7 +934,7 @@ module Google
934
934
  # The namespace from which the configurations should be listed. For Cloud Run (
935
935
  # fully managed), replace `namespace_id` with the project ID or number.
936
936
  # @param [String] continue
937
- # Optional encoded string to continue paging.
937
+ # Optional. Encoded string to continue paging.
938
938
  # @param [String] field_selector
939
939
  # Allows to filter resources based on a specific value for a field name. Send
940
940
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -945,7 +945,7 @@ module Google
945
945
  # Allows to filter resources based on a label. Supported operations are =, !=,
946
946
  # exists, in, and notIn.
947
947
  # @param [Fixnum] limit
948
- # The maximum number of records that should be returned.
948
+ # Optional. The maximum number of records that should be returned.
949
949
  # @param [String] resource_version
950
950
  # The baseline resource version from which the list or watch operation should
951
951
  # start. Not currently used by Cloud Run.
@@ -1106,7 +1106,7 @@ module Google
1106
1106
  # The namespace from which the domain mappings should be listed. For Cloud Run (
1107
1107
  # fully managed), replace `namespace_id` with the project ID or number.
1108
1108
  # @param [String] continue
1109
- # Optional encoded string to continue paging.
1109
+ # Optional. Encoded string to continue paging.
1110
1110
  # @param [String] field_selector
1111
1111
  # Allows to filter resources based on a specific value for a field name. Send
1112
1112
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1117,7 +1117,7 @@ module Google
1117
1117
  # Allows to filter resources based on a label. Supported operations are =, !=,
1118
1118
  # exists, in, and notIn.
1119
1119
  # @param [Fixnum] limit
1120
- # The maximum number of records that should be returned.
1120
+ # Optional. The maximum number of records that should be returned.
1121
1121
  # @param [String] resource_version
1122
1122
  # The baseline resource version from which the list or watch operation should
1123
1123
  # start. Not currently used by Cloud Run.
@@ -1240,7 +1240,7 @@ module Google
1240
1240
  # The namespace from which the revisions should be listed. For Cloud Run (fully
1241
1241
  # managed), replace `namespace_id` with the project ID or number.
1242
1242
  # @param [String] continue
1243
- # Optional encoded string to continue paging.
1243
+ # Optional. Encoded string to continue paging.
1244
1244
  # @param [String] field_selector
1245
1245
  # Allows to filter resources based on a specific value for a field name. Send
1246
1246
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1251,7 +1251,7 @@ module Google
1251
1251
  # Allows to filter resources based on a label. Supported operations are =, !=,
1252
1252
  # exists, in, and notIn.
1253
1253
  # @param [Fixnum] limit
1254
- # The maximum number of records that should be returned.
1254
+ # Optional. The maximum number of records that should be returned.
1255
1255
  # @param [String] resource_version
1256
1256
  # The baseline resource version from which the list or watch operation should
1257
1257
  # start. Not currently used by Cloud Run.
@@ -1328,7 +1328,7 @@ module Google
1328
1328
  # The namespace from which the routes should be listed. For Cloud Run (fully
1329
1329
  # managed), replace `namespace_id` with the project ID or number.
1330
1330
  # @param [String] continue
1331
- # Optional encoded string to continue paging.
1331
+ # Optional. Encoded string to continue paging.
1332
1332
  # @param [String] field_selector
1333
1333
  # Allows to filter resources based on a specific value for a field name. Send
1334
1334
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1339,7 +1339,7 @@ module Google
1339
1339
  # Allows to filter resources based on a label. Supported operations are =, !=,
1340
1340
  # exists, in, and notIn.
1341
1341
  # @param [Fixnum] limit
1342
- # The maximum number of records that should be returned.
1342
+ # Optional. The maximum number of records that should be returned.
1343
1343
  # @param [String] resource_version
1344
1344
  # The baseline resource version from which the list or watch operation should
1345
1345
  # start. Not currently used by Cloud Run.
@@ -1542,7 +1542,7 @@ module Google
1542
1542
  # The namespace from which the services should be listed. For Cloud Run (fully
1543
1543
  # managed), replace `namespace_id` with the project ID or number.
1544
1544
  # @param [String] continue
1545
- # Optional encoded string to continue paging.
1545
+ # Optional. Encoded string to continue paging.
1546
1546
  # @param [String] field_selector
1547
1547
  # Allows to filter resources based on a specific value for a field name. Send
1548
1548
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1553,7 +1553,7 @@ module Google
1553
1553
  # Allows to filter resources based on a label. Supported operations are =, !=,
1554
1554
  # exists, in, and notIn.
1555
1555
  # @param [Fixnum] limit
1556
- # The maximum number of records that should be returned.
1556
+ # Optional. The maximum number of records that should be returned.
1557
1557
  # @param [String] resource_version
1558
1558
  # The baseline resource version from which the list or watch operation should
1559
1559
  # start. Not currently used by Cloud Run.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-05 00:00:00.000000000 Z
11
+ date: 2021-07-26 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
63
63
  post_install_message:
64
64
  rdoc_options: []