google-apis-run_v1 0.8.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210517"
25
+ REVISION = "20210716"
26
26
  end
27
27
  end
28
28
  end
@@ -23,7 +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 HTTP traffic.
26
+ # based on incoming requests. The Cloud Run Admin API follows the Knative
27
+ # Serving API specification.
27
28
  #
28
29
  # @example
29
30
  # require 'google/apis/run_v1'
@@ -122,7 +123,7 @@ module Google
122
123
  # The namespace from which the configurations should be listed. For Cloud Run (
123
124
  # fully managed), replace `namespace_id` with the project ID or number.
124
125
  # @param [String] continue
125
- # Optional encoded string to continue paging.
126
+ # Optional. Encoded string to continue paging.
126
127
  # @param [String] field_selector
127
128
  # Allows to filter resources based on a specific value for a field name. Send
128
129
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -133,7 +134,7 @@ module Google
133
134
  # Allows to filter resources based on a label. Supported operations are =, !=,
134
135
  # exists, in, and notIn.
135
136
  # @param [Fixnum] limit
136
- # The maximum number of records that should be returned.
137
+ # Optional. The maximum number of records that should be returned.
137
138
  # @param [String] resource_version
138
139
  # The baseline resource version from which the list or watch operation should
139
140
  # start. Not currently used by Cloud Run.
@@ -294,7 +295,7 @@ module Google
294
295
  # The namespace from which the domain mappings should be listed. For Cloud Run (
295
296
  # fully managed), replace `namespace_id` with the project ID or number.
296
297
  # @param [String] continue
297
- # Optional encoded string to continue paging.
298
+ # Optional. Encoded string to continue paging.
298
299
  # @param [String] field_selector
299
300
  # Allows to filter resources based on a specific value for a field name. Send
300
301
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -305,7 +306,7 @@ module Google
305
306
  # Allows to filter resources based on a label. Supported operations are =, !=,
306
307
  # exists, in, and notIn.
307
308
  # @param [Fixnum] limit
308
- # The maximum number of records that should be returned.
309
+ # Optional. The maximum number of records that should be returned.
309
310
  # @param [String] resource_version
310
311
  # The baseline resource version from which the list or watch operation should
311
312
  # start. Not currently used by Cloud Run.
@@ -428,7 +429,7 @@ module Google
428
429
  # The namespace from which the revisions should be listed. For Cloud Run (fully
429
430
  # managed), replace `namespace_id` with the project ID or number.
430
431
  # @param [String] continue
431
- # Optional encoded string to continue paging.
432
+ # Optional. Encoded string to continue paging.
432
433
  # @param [String] field_selector
433
434
  # Allows to filter resources based on a specific value for a field name. Send
434
435
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -439,7 +440,7 @@ module Google
439
440
  # Allows to filter resources based on a label. Supported operations are =, !=,
440
441
  # exists, in, and notIn.
441
442
  # @param [Fixnum] limit
442
- # The maximum number of records that should be returned.
443
+ # Optional. The maximum number of records that should be returned.
443
444
  # @param [String] resource_version
444
445
  # The baseline resource version from which the list or watch operation should
445
446
  # start. Not currently used by Cloud Run.
@@ -516,7 +517,7 @@ module Google
516
517
  # The namespace from which the routes should be listed. For Cloud Run (fully
517
518
  # managed), replace `namespace_id` with the project ID or number.
518
519
  # @param [String] continue
519
- # Optional encoded string to continue paging.
520
+ # Optional. Encoded string to continue paging.
520
521
  # @param [String] field_selector
521
522
  # Allows to filter resources based on a specific value for a field name. Send
522
523
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -527,7 +528,7 @@ module Google
527
528
  # Allows to filter resources based on a label. Supported operations are =, !=,
528
529
  # exists, in, and notIn.
529
530
  # @param [Fixnum] limit
530
- # The maximum number of records that should be returned.
531
+ # Optional. The maximum number of records that should be returned.
531
532
  # @param [String] resource_version
532
533
  # The baseline resource version from which the list or watch operation should
533
534
  # start. Not currently used by Cloud Run.
@@ -689,7 +690,7 @@ module Google
689
690
  # The namespace from which the services should be listed. For Cloud Run (fully
690
691
  # managed), replace `namespace_id` with the project ID or number.
691
692
  # @param [String] continue
692
- # Optional encoded string to continue paging.
693
+ # Optional. Encoded string to continue paging.
693
694
  # @param [String] field_selector
694
695
  # Allows to filter resources based on a specific value for a field name. Send
695
696
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -700,7 +701,7 @@ module Google
700
701
  # Allows to filter resources based on a label. Supported operations are =, !=,
701
702
  # exists, in, and notIn.
702
703
  # @param [Fixnum] limit
703
- # The maximum number of records that should be returned.
704
+ # Optional. The maximum number of records that should be returned.
704
705
  # @param [String] resource_version
705
706
  # The baseline resource version from which the list or watch operation should
706
707
  # start. Not currently used by Cloud Run.
@@ -933,7 +934,7 @@ module Google
933
934
  # The namespace from which the configurations should be listed. For Cloud Run (
934
935
  # fully managed), replace `namespace_id` with the project ID or number.
935
936
  # @param [String] continue
936
- # Optional encoded string to continue paging.
937
+ # Optional. Encoded string to continue paging.
937
938
  # @param [String] field_selector
938
939
  # Allows to filter resources based on a specific value for a field name. Send
939
940
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -944,7 +945,7 @@ module Google
944
945
  # Allows to filter resources based on a label. Supported operations are =, !=,
945
946
  # exists, in, and notIn.
946
947
  # @param [Fixnum] limit
947
- # The maximum number of records that should be returned.
948
+ # Optional. The maximum number of records that should be returned.
948
949
  # @param [String] resource_version
949
950
  # The baseline resource version from which the list or watch operation should
950
951
  # start. Not currently used by Cloud Run.
@@ -1105,7 +1106,7 @@ module Google
1105
1106
  # The namespace from which the domain mappings should be listed. For Cloud Run (
1106
1107
  # fully managed), replace `namespace_id` with the project ID or number.
1107
1108
  # @param [String] continue
1108
- # Optional encoded string to continue paging.
1109
+ # Optional. Encoded string to continue paging.
1109
1110
  # @param [String] field_selector
1110
1111
  # Allows to filter resources based on a specific value for a field name. Send
1111
1112
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1116,7 +1117,7 @@ module Google
1116
1117
  # Allows to filter resources based on a label. Supported operations are =, !=,
1117
1118
  # exists, in, and notIn.
1118
1119
  # @param [Fixnum] limit
1119
- # The maximum number of records that should be returned.
1120
+ # Optional. The maximum number of records that should be returned.
1120
1121
  # @param [String] resource_version
1121
1122
  # The baseline resource version from which the list or watch operation should
1122
1123
  # start. Not currently used by Cloud Run.
@@ -1239,7 +1240,7 @@ module Google
1239
1240
  # The namespace from which the revisions should be listed. For Cloud Run (fully
1240
1241
  # managed), replace `namespace_id` with the project ID or number.
1241
1242
  # @param [String] continue
1242
- # Optional encoded string to continue paging.
1243
+ # Optional. Encoded string to continue paging.
1243
1244
  # @param [String] field_selector
1244
1245
  # Allows to filter resources based on a specific value for a field name. Send
1245
1246
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1250,7 +1251,7 @@ module Google
1250
1251
  # Allows to filter resources based on a label. Supported operations are =, !=,
1251
1252
  # exists, in, and notIn.
1252
1253
  # @param [Fixnum] limit
1253
- # The maximum number of records that should be returned.
1254
+ # Optional. The maximum number of records that should be returned.
1254
1255
  # @param [String] resource_version
1255
1256
  # The baseline resource version from which the list or watch operation should
1256
1257
  # start. Not currently used by Cloud Run.
@@ -1327,7 +1328,7 @@ module Google
1327
1328
  # The namespace from which the routes should be listed. For Cloud Run (fully
1328
1329
  # managed), replace `namespace_id` with the project ID or number.
1329
1330
  # @param [String] continue
1330
- # Optional encoded string to continue paging.
1331
+ # Optional. Encoded string to continue paging.
1331
1332
  # @param [String] field_selector
1332
1333
  # Allows to filter resources based on a specific value for a field name. Send
1333
1334
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1338,7 +1339,7 @@ module Google
1338
1339
  # Allows to filter resources based on a label. Supported operations are =, !=,
1339
1340
  # exists, in, and notIn.
1340
1341
  # @param [Fixnum] limit
1341
- # The maximum number of records that should be returned.
1342
+ # Optional. The maximum number of records that should be returned.
1342
1343
  # @param [String] resource_version
1343
1344
  # The baseline resource version from which the list or watch operation should
1344
1345
  # start. Not currently used by Cloud Run.
@@ -1541,7 +1542,7 @@ module Google
1541
1542
  # The namespace from which the services should be listed. For Cloud Run (fully
1542
1543
  # managed), replace `namespace_id` with the project ID or number.
1543
1544
  # @param [String] continue
1544
- # Optional encoded string to continue paging.
1545
+ # Optional. Encoded string to continue paging.
1545
1546
  # @param [String] field_selector
1546
1547
  # Allows to filter resources based on a specific value for a field name. Send
1547
1548
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1552,7 +1553,7 @@ module Google
1552
1553
  # Allows to filter resources based on a label. Supported operations are =, !=,
1553
1554
  # exists, in, and notIn.
1554
1555
  # @param [Fixnum] limit
1555
- # The maximum number of records that should be returned.
1556
+ # Optional. The maximum number of records that should be returned.
1556
1557
  # @param [String] resource_version
1557
1558
  # The baseline resource version from which the list or watch operation should
1558
1559
  # start. Not currently used by Cloud Run.
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.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-05-24 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Run Admin API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
57
63
  post_install_message:
58
64
  rdoc_options: []