google-apis-run_v1 0.35.0 → 0.36.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v1/classes.rb +359 -440
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- data/lib/google/apis/run_v1/service.rb +110 -131
- metadata +3 -3
@@ -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.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220814"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -90,8 +90,8 @@ module Google
|
|
90
90
|
|
91
91
|
# Get information about a configuration.
|
92
92
|
# @param [String] name
|
93
|
-
# The name of the configuration to retrieve. For Cloud Run
|
94
|
-
#
|
93
|
+
# The name of the configuration to retrieve. For Cloud Run, replace `
|
94
|
+
# namespace_id` with the project ID or number.
|
95
95
|
# @param [String] fields
|
96
96
|
# Selector specifying which fields to include in a partial response.
|
97
97
|
# @param [String] quota_user
|
@@ -121,27 +121,23 @@ module Google
|
|
121
121
|
|
122
122
|
# List configurations.
|
123
123
|
# @param [String] parent
|
124
|
-
# The namespace from which the configurations should be listed. For Cloud Run
|
125
|
-
#
|
124
|
+
# The namespace from which the configurations should be listed. For Cloud Run,
|
125
|
+
# replace `namespace_id` with the project ID or number.
|
126
126
|
# @param [String] continue
|
127
127
|
# Optional. Encoded string to continue paging.
|
128
128
|
# @param [String] field_selector
|
129
|
-
#
|
130
|
-
# this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
|
131
|
-
# used by Cloud Run.
|
129
|
+
# Not supported by Cloud Run.
|
132
130
|
# @param [Boolean] include_uninitialized
|
133
|
-
# Not
|
131
|
+
# Not supported by Cloud Run.
|
134
132
|
# @param [String] label_selector
|
135
133
|
# Allows to filter resources based on a label. Supported operations are =, !=,
|
136
134
|
# exists, in, and notIn.
|
137
135
|
# @param [Fixnum] limit
|
138
|
-
# Optional. The maximum number of records that should be returned.
|
136
|
+
# Optional. The maximum number of the records that should be returned.
|
139
137
|
# @param [String] resource_version
|
140
|
-
#
|
141
|
-
# start. Not currently used by Cloud Run.
|
138
|
+
# Not supported by Cloud Run.
|
142
139
|
# @param [Boolean] watch
|
143
|
-
#
|
144
|
-
# Not currently used by Cloud Run.
|
140
|
+
# Not supported by Cloud Run.
|
145
141
|
# @param [String] fields
|
146
142
|
# Selector specifying which fields to include in a partial response.
|
147
143
|
# @param [String] quota_user
|
@@ -230,7 +226,7 @@ module Google
|
|
230
226
|
# @param [String] propagation_policy
|
231
227
|
# Specifies the propagation policy of delete. Cloud Run currently ignores this
|
232
228
|
# setting, and deletes in the background. Please see kubernetes.io/docs/concepts/
|
233
|
-
#
|
229
|
+
# architecture/garbage-collection/ for more information.
|
234
230
|
# @param [String] fields
|
235
231
|
# Selector specifying which fields to include in a partial response.
|
236
232
|
# @param [String] quota_user
|
@@ -294,7 +290,7 @@ module Google
|
|
294
290
|
execute_or_queue_command(command, &block)
|
295
291
|
end
|
296
292
|
|
297
|
-
# List domain mappings.
|
293
|
+
# List all domain mappings.
|
298
294
|
# @param [String] parent
|
299
295
|
# The namespace from which the domain mappings should be listed. For Cloud Run (
|
300
296
|
# fully managed), replace `namespace` with the project ID or number. It takes
|
@@ -398,8 +394,9 @@ module Google
|
|
398
394
|
# Optional. Cloud Run currently ignores this parameter.
|
399
395
|
# @param [String] propagation_policy
|
400
396
|
# Optional. Specifies the propagation policy of delete. Cloud Run currently
|
401
|
-
# ignores this setting, and deletes in the background. Please see
|
402
|
-
# docs/concepts/workloads/controllers/garbage-collection/ for more
|
397
|
+
# ignores this setting, and deletes in the background. Please see http://
|
398
|
+
# kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more
|
399
|
+
# information.
|
403
400
|
# @param [String] fields
|
404
401
|
# Selector specifying which fields to include in a partial response.
|
405
402
|
# @param [String] quota_user
|
@@ -470,22 +467,18 @@ module Google
|
|
470
467
|
# @param [String] continue
|
471
468
|
# Optional. Optional encoded string to continue paging.
|
472
469
|
# @param [String] field_selector
|
473
|
-
# Optional.
|
474
|
-
# name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not
|
475
|
-
# currently used by Cloud Run.
|
470
|
+
# Optional. Not supported by Cloud Run.
|
476
471
|
# @param [Boolean] include_uninitialized
|
477
|
-
# Optional. Not
|
472
|
+
# Optional. Not supported by Cloud Run.
|
478
473
|
# @param [String] label_selector
|
479
474
|
# Optional. Allows to filter resources based on a label. Supported operations
|
480
475
|
# are =, !=, exists, in, and notIn.
|
481
476
|
# @param [Fixnum] limit
|
482
|
-
# Optional. The maximum number of records that should be returned.
|
477
|
+
# Optional. The maximum number of the records that should be returned.
|
483
478
|
# @param [String] resource_version
|
484
|
-
# Optional.
|
485
|
-
# should start. Not currently used by Cloud Run.
|
479
|
+
# Optional. Not supported by Cloud Run.
|
486
480
|
# @param [Boolean] watch
|
487
|
-
# Optional.
|
488
|
-
# as well. Not currently used by Cloud Run.
|
481
|
+
# Optional. Not supported by Cloud Run.
|
489
482
|
# @param [String] fields
|
490
483
|
# Selector specifying which fields to include in a partial response.
|
491
484
|
# @param [String] quota_user
|
@@ -638,22 +631,18 @@ module Google
|
|
638
631
|
# @param [String] continue
|
639
632
|
# Optional. Optional encoded string to continue paging.
|
640
633
|
# @param [String] field_selector
|
641
|
-
# Optional.
|
642
|
-
# name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not
|
643
|
-
# currently used by Cloud Run.
|
634
|
+
# Optional. Not supported by Cloud Run.
|
644
635
|
# @param [Boolean] include_uninitialized
|
645
|
-
# Optional. Not
|
636
|
+
# Optional. Not supported by Cloud Run.
|
646
637
|
# @param [String] label_selector
|
647
638
|
# Optional. Allows to filter resources based on a label. Supported operations
|
648
639
|
# are =, !=, exists, in, and notIn.
|
649
640
|
# @param [Fixnum] limit
|
650
641
|
# Optional. The maximum number of records that should be returned.
|
651
642
|
# @param [String] resource_version
|
652
|
-
# Optional.
|
653
|
-
# should start. Not currently used by Cloud Run.
|
643
|
+
# Optional. Not supported by Cloud Run.
|
654
644
|
# @param [Boolean] watch
|
655
|
-
# Optional.
|
656
|
-
# as well. Not currently used by Cloud Run.
|
645
|
+
# Optional. Not supported by Cloud Run.
|
657
646
|
# @param [String] fields
|
658
647
|
# Selector specifying which fields to include in a partial response.
|
659
648
|
# @param [String] quota_user
|
@@ -693,7 +682,7 @@ module Google
|
|
693
682
|
# match the requested 'spec'. May provide metadata.resourceVersion to enforce
|
694
683
|
# update from last read for optimistic concurrency control.
|
695
684
|
# @param [String] name
|
696
|
-
# Required. The name of the
|
685
|
+
# Required. The name of the job being replaced. Replace `namespace` with the
|
697
686
|
# project ID or number. It takes the form namespaces/`namespace`. For example:
|
698
687
|
# namespaces/PROJECT_ID
|
699
688
|
# @param [Google::Apis::RunV1::Job] job_object
|
@@ -775,8 +764,8 @@ module Google
|
|
775
764
|
# Cloud Run currently ignores this parameter.
|
776
765
|
# @param [String] propagation_policy
|
777
766
|
# Specifies the propagation policy of delete. Cloud Run currently ignores this
|
778
|
-
# setting, and deletes in the background. Please see kubernetes.io/docs/
|
779
|
-
#
|
767
|
+
# setting, and deletes in the background. Please see https://kubernetes.io/docs/
|
768
|
+
# concepts/architecture/garbage-collection/ for more information.
|
780
769
|
# @param [String] fields
|
781
770
|
# Selector specifying which fields to include in a partial response.
|
782
771
|
# @param [String] quota_user
|
@@ -988,11 +977,12 @@ module Google
|
|
988
977
|
execute_or_queue_command(command, &block)
|
989
978
|
end
|
990
979
|
|
991
|
-
#
|
980
|
+
# Creates a new Service. Service creation will trigger a new deployment. Use
|
981
|
+
# GetService, and check service.status to determine if the Service is ready.
|
992
982
|
# @param [String] parent
|
993
|
-
# The
|
994
|
-
#
|
995
|
-
#
|
983
|
+
# The resource's parent. In Cloud Run, it may be one of the following: * `
|
984
|
+
# namespaces/`project_id_or_number`` * `projects/`project_id_or_number`/
|
985
|
+
# locations/`region`` * `projects/`project_id_or_number`/regions/`region``
|
996
986
|
# @param [Google::Apis::RunV1::Service] service_object
|
997
987
|
# @param [String] dry_run
|
998
988
|
# Indicates that the server should validate the request and populate default
|
@@ -1027,23 +1017,22 @@ module Google
|
|
1027
1017
|
execute_or_queue_command(command, &block)
|
1028
1018
|
end
|
1029
1019
|
|
1030
|
-
#
|
1031
|
-
#
|
1020
|
+
# Deletes the provided service. This will cause the Service to stop serving
|
1021
|
+
# traffic and will delete all associated Revisions.
|
1032
1022
|
# @param [String] name
|
1033
|
-
# The name of the service to delete.
|
1034
|
-
#
|
1035
|
-
#
|
1023
|
+
# The fully qualified name of the service to delete. It can be any of the
|
1024
|
+
# following forms: * `namespaces/`project_id_or_number`/services/`service_name``
|
1025
|
+
# * `projects/`project_id_or_number`/locations/`region`/services/`service_name``
|
1026
|
+
# * `projects/`project_id_or_number`/regions/`region`/services/`service_name``
|
1036
1027
|
# @param [String] api_version
|
1037
|
-
#
|
1028
|
+
# Not supported, and ignored by Cloud Run.
|
1038
1029
|
# @param [String] dry_run
|
1039
1030
|
# Indicates that the server should validate the request and populate default
|
1040
1031
|
# values without persisting the request. Supported values: `all`
|
1041
1032
|
# @param [String] kind
|
1042
|
-
#
|
1033
|
+
# Not supported, and ignored by Cloud Run.
|
1043
1034
|
# @param [String] propagation_policy
|
1044
|
-
#
|
1045
|
-
# setting, and deletes in the background. Please see kubernetes.io/docs/concepts/
|
1046
|
-
# workloads/controllers/garbage-collection/ for more information.
|
1035
|
+
# Not supported, and ignored by Cloud Run.
|
1047
1036
|
# @param [String] fields
|
1048
1037
|
# Selector specifying which fields to include in a partial response.
|
1049
1038
|
# @param [String] quota_user
|
@@ -1075,11 +1064,12 @@ module Google
|
|
1075
1064
|
execute_or_queue_command(command, &block)
|
1076
1065
|
end
|
1077
1066
|
|
1078
|
-
#
|
1067
|
+
# Gets information about a service.
|
1079
1068
|
# @param [String] name
|
1080
|
-
# The name of the service to retrieve.
|
1081
|
-
#
|
1082
|
-
#
|
1069
|
+
# The fully qualified name of the service to retrieve. It can be any of the
|
1070
|
+
# following forms: * `namespaces/`project_id_or_number`/services/`service_name``
|
1071
|
+
# * `projects/`project_id_or_number`/locations/`region`/services/`service_name``
|
1072
|
+
# * `projects/`project_id_or_number`/regions/`region`/services/`service_name``
|
1083
1073
|
# @param [String] fields
|
1084
1074
|
# Selector specifying which fields to include in a partial response.
|
1085
1075
|
# @param [String] quota_user
|
@@ -1107,30 +1097,27 @@ module Google
|
|
1107
1097
|
execute_or_queue_command(command, &block)
|
1108
1098
|
end
|
1109
1099
|
|
1110
|
-
#
|
1100
|
+
# Lists services for the given project and region.
|
1111
1101
|
# @param [String] parent
|
1112
|
-
# The
|
1113
|
-
#
|
1114
|
-
#
|
1102
|
+
# The parent from where the resources should be listed. In Cloud Run, it may be
|
1103
|
+
# one of the following: * `namespaces/`project_id_or_number`` * `projects/`
|
1104
|
+
# project_id_or_number`/locations/`region`` * `projects/`project_id_or_number`/
|
1105
|
+
# regions/`region``
|
1115
1106
|
# @param [String] continue
|
1116
1107
|
# Optional. Encoded string to continue paging.
|
1117
1108
|
# @param [String] field_selector
|
1118
|
-
#
|
1119
|
-
# this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
|
1120
|
-
# used by Cloud Run.
|
1109
|
+
# Not supported, and ignored by Cloud Run.
|
1121
1110
|
# @param [Boolean] include_uninitialized
|
1122
|
-
# Not
|
1111
|
+
# Not supported, and ignored by Cloud Run.
|
1123
1112
|
# @param [String] label_selector
|
1124
1113
|
# Allows to filter resources based on a label. Supported operations are =, !=,
|
1125
1114
|
# exists, in, and notIn.
|
1126
1115
|
# @param [Fixnum] limit
|
1127
1116
|
# Optional. The maximum number of records that should be returned.
|
1128
1117
|
# @param [String] resource_version
|
1129
|
-
#
|
1130
|
-
# start. Not currently used by Cloud Run.
|
1118
|
+
# Not supported, and ignored by Cloud Run.
|
1131
1119
|
# @param [Boolean] watch
|
1132
|
-
#
|
1133
|
-
# Not currently used by Cloud Run.
|
1120
|
+
# Not supported, and ignored by Cloud Run.
|
1134
1121
|
# @param [String] fields
|
1135
1122
|
# Selector specifying which fields to include in a partial response.
|
1136
1123
|
# @param [String] quota_user
|
@@ -1165,14 +1152,15 @@ module Google
|
|
1165
1152
|
execute_or_queue_command(command, &block)
|
1166
1153
|
end
|
1167
1154
|
|
1168
|
-
#
|
1155
|
+
# Replaces a service. Only the spec and metadata labels and annotations are
|
1169
1156
|
# modifiable. After the Update request, Cloud Run will work to make the 'status'
|
1170
1157
|
# match the requested 'spec'. May provide metadata.resourceVersion to enforce
|
1171
1158
|
# update from last read for optimistic concurrency control.
|
1172
1159
|
# @param [String] name
|
1173
|
-
# The name of the service
|
1174
|
-
#
|
1175
|
-
#
|
1160
|
+
# The fully qualified name of the service to replace. It can be any of the
|
1161
|
+
# following forms: * `namespaces/`project_id_or_number`/services/`service_name``
|
1162
|
+
# * `projects/`project_id_or_number`/locations/`region`/services/`service_name``
|
1163
|
+
# * `projects/`project_id_or_number`/regions/`region`/services/`service_name``
|
1176
1164
|
# @param [Google::Apis::RunV1::Service] service_object
|
1177
1165
|
# @param [String] dry_run
|
1178
1166
|
# Indicates that the server should validate the request and populate default
|
@@ -1247,22 +1235,18 @@ module Google
|
|
1247
1235
|
# @param [String] continue
|
1248
1236
|
# Optional. Optional encoded string to continue paging.
|
1249
1237
|
# @param [String] field_selector
|
1250
|
-
# Optional.
|
1251
|
-
# name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not
|
1252
|
-
# currently used by Cloud Run.
|
1238
|
+
# Optional. Not supported by Cloud Run.
|
1253
1239
|
# @param [Boolean] include_uninitialized
|
1254
|
-
# Optional. Not
|
1240
|
+
# Optional. Not supported by Cloud Run.
|
1255
1241
|
# @param [String] label_selector
|
1256
1242
|
# Optional. Allows to filter resources based on a label. Supported operations
|
1257
1243
|
# are =, !=, exists, in, and notIn.
|
1258
1244
|
# @param [Fixnum] limit
|
1259
1245
|
# Optional. The maximum number of records that should be returned.
|
1260
1246
|
# @param [String] resource_version
|
1261
|
-
# Optional.
|
1262
|
-
# should start. Not currently used by Cloud Run.
|
1247
|
+
# Optional. Not supported by Cloud Run.
|
1263
1248
|
# @param [Boolean] watch
|
1264
|
-
# Optional.
|
1265
|
-
# as well. Not currently used by Cloud Run.
|
1249
|
+
# Optional. Not supported by Cloud Run.
|
1266
1250
|
# @param [String] fields
|
1267
1251
|
# Selector specifying which fields to include in a partial response.
|
1268
1252
|
# @param [String] quota_user
|
@@ -1414,8 +1398,8 @@ module Google
|
|
1414
1398
|
|
1415
1399
|
# Get information about a configuration.
|
1416
1400
|
# @param [String] name
|
1417
|
-
# The name of the configuration to retrieve. For Cloud Run
|
1418
|
-
#
|
1401
|
+
# The name of the configuration to retrieve. For Cloud Run, replace `
|
1402
|
+
# namespace_id` with the project ID or number.
|
1419
1403
|
# @param [String] fields
|
1420
1404
|
# Selector specifying which fields to include in a partial response.
|
1421
1405
|
# @param [String] quota_user
|
@@ -1445,27 +1429,23 @@ module Google
|
|
1445
1429
|
|
1446
1430
|
# List configurations.
|
1447
1431
|
# @param [String] parent
|
1448
|
-
# The namespace from which the configurations should be listed. For Cloud Run
|
1449
|
-
#
|
1432
|
+
# The namespace from which the configurations should be listed. For Cloud Run,
|
1433
|
+
# replace `namespace_id` with the project ID or number.
|
1450
1434
|
# @param [String] continue
|
1451
1435
|
# Optional. Encoded string to continue paging.
|
1452
1436
|
# @param [String] field_selector
|
1453
|
-
#
|
1454
|
-
# this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
|
1455
|
-
# used by Cloud Run.
|
1437
|
+
# Not supported by Cloud Run.
|
1456
1438
|
# @param [Boolean] include_uninitialized
|
1457
|
-
# Not
|
1439
|
+
# Not supported by Cloud Run.
|
1458
1440
|
# @param [String] label_selector
|
1459
1441
|
# Allows to filter resources based on a label. Supported operations are =, !=,
|
1460
1442
|
# exists, in, and notIn.
|
1461
1443
|
# @param [Fixnum] limit
|
1462
|
-
# Optional. The maximum number of records that should be returned.
|
1444
|
+
# Optional. The maximum number of the records that should be returned.
|
1463
1445
|
# @param [String] resource_version
|
1464
|
-
#
|
1465
|
-
# start. Not currently used by Cloud Run.
|
1446
|
+
# Not supported by Cloud Run.
|
1466
1447
|
# @param [Boolean] watch
|
1467
|
-
#
|
1468
|
-
# Not currently used by Cloud Run.
|
1448
|
+
# Not supported by Cloud Run.
|
1469
1449
|
# @param [String] fields
|
1470
1450
|
# Selector specifying which fields to include in a partial response.
|
1471
1451
|
# @param [String] quota_user
|
@@ -1554,7 +1534,7 @@ module Google
|
|
1554
1534
|
# @param [String] propagation_policy
|
1555
1535
|
# Specifies the propagation policy of delete. Cloud Run currently ignores this
|
1556
1536
|
# setting, and deletes in the background. Please see kubernetes.io/docs/concepts/
|
1557
|
-
#
|
1537
|
+
# architecture/garbage-collection/ for more information.
|
1558
1538
|
# @param [String] fields
|
1559
1539
|
# Selector specifying which fields to include in a partial response.
|
1560
1540
|
# @param [String] quota_user
|
@@ -1618,7 +1598,7 @@ module Google
|
|
1618
1598
|
execute_or_queue_command(command, &block)
|
1619
1599
|
end
|
1620
1600
|
|
1621
|
-
# List domain mappings.
|
1601
|
+
# List all domain mappings.
|
1622
1602
|
# @param [String] parent
|
1623
1603
|
# The namespace from which the domain mappings should be listed. For Cloud Run (
|
1624
1604
|
# fully managed), replace `namespace` with the project ID or number. It takes
|
@@ -1807,8 +1787,8 @@ module Google
|
|
1807
1787
|
# Cloud Run currently ignores this parameter.
|
1808
1788
|
# @param [String] propagation_policy
|
1809
1789
|
# Specifies the propagation policy of delete. Cloud Run currently ignores this
|
1810
|
-
# setting, and deletes in the background. Please see kubernetes.io/docs/
|
1811
|
-
#
|
1790
|
+
# setting, and deletes in the background. Please see https://kubernetes.io/docs/
|
1791
|
+
# concepts/architecture/garbage-collection/ for more information.
|
1812
1792
|
# @param [String] fields
|
1813
1793
|
# Selector specifying which fields to include in a partial response.
|
1814
1794
|
# @param [String] quota_user
|
@@ -2020,11 +2000,12 @@ module Google
|
|
2020
2000
|
execute_or_queue_command(command, &block)
|
2021
2001
|
end
|
2022
2002
|
|
2023
|
-
#
|
2003
|
+
# Creates a new Service. Service creation will trigger a new deployment. Use
|
2004
|
+
# GetService, and check service.status to determine if the Service is ready.
|
2024
2005
|
# @param [String] parent
|
2025
|
-
# The
|
2026
|
-
#
|
2027
|
-
#
|
2006
|
+
# The resource's parent. In Cloud Run, it may be one of the following: * `
|
2007
|
+
# namespaces/`project_id_or_number`` * `projects/`project_id_or_number`/
|
2008
|
+
# locations/`region`` * `projects/`project_id_or_number`/regions/`region``
|
2028
2009
|
# @param [Google::Apis::RunV1::Service] service_object
|
2029
2010
|
# @param [String] dry_run
|
2030
2011
|
# Indicates that the server should validate the request and populate default
|
@@ -2059,23 +2040,22 @@ module Google
|
|
2059
2040
|
execute_or_queue_command(command, &block)
|
2060
2041
|
end
|
2061
2042
|
|
2062
|
-
#
|
2063
|
-
#
|
2043
|
+
# Deletes the provided service. This will cause the Service to stop serving
|
2044
|
+
# traffic and will delete all associated Revisions.
|
2064
2045
|
# @param [String] name
|
2065
|
-
# The name of the service to delete.
|
2066
|
-
#
|
2067
|
-
#
|
2046
|
+
# The fully qualified name of the service to delete. It can be any of the
|
2047
|
+
# following forms: * `namespaces/`project_id_or_number`/services/`service_name``
|
2048
|
+
# * `projects/`project_id_or_number`/locations/`region`/services/`service_name``
|
2049
|
+
# * `projects/`project_id_or_number`/regions/`region`/services/`service_name``
|
2068
2050
|
# @param [String] api_version
|
2069
|
-
#
|
2051
|
+
# Not supported, and ignored by Cloud Run.
|
2070
2052
|
# @param [String] dry_run
|
2071
2053
|
# Indicates that the server should validate the request and populate default
|
2072
2054
|
# values without persisting the request. Supported values: `all`
|
2073
2055
|
# @param [String] kind
|
2074
|
-
#
|
2056
|
+
# Not supported, and ignored by Cloud Run.
|
2075
2057
|
# @param [String] propagation_policy
|
2076
|
-
#
|
2077
|
-
# setting, and deletes in the background. Please see kubernetes.io/docs/concepts/
|
2078
|
-
# workloads/controllers/garbage-collection/ for more information.
|
2058
|
+
# Not supported, and ignored by Cloud Run.
|
2079
2059
|
# @param [String] fields
|
2080
2060
|
# Selector specifying which fields to include in a partial response.
|
2081
2061
|
# @param [String] quota_user
|
@@ -2107,11 +2087,12 @@ module Google
|
|
2107
2087
|
execute_or_queue_command(command, &block)
|
2108
2088
|
end
|
2109
2089
|
|
2110
|
-
#
|
2090
|
+
# Gets information about a service.
|
2111
2091
|
# @param [String] name
|
2112
|
-
# The name of the service to retrieve.
|
2113
|
-
#
|
2114
|
-
#
|
2092
|
+
# The fully qualified name of the service to retrieve. It can be any of the
|
2093
|
+
# following forms: * `namespaces/`project_id_or_number`/services/`service_name``
|
2094
|
+
# * `projects/`project_id_or_number`/locations/`region`/services/`service_name``
|
2095
|
+
# * `projects/`project_id_or_number`/regions/`region`/services/`service_name``
|
2115
2096
|
# @param [String] fields
|
2116
2097
|
# Selector specifying which fields to include in a partial response.
|
2117
2098
|
# @param [String] quota_user
|
@@ -2139,7 +2120,7 @@ module Google
|
|
2139
2120
|
execute_or_queue_command(command, &block)
|
2140
2121
|
end
|
2141
2122
|
|
2142
|
-
#
|
2123
|
+
# Gets the IAM Access Control policy currently in effect for the given Cloud Run
|
2143
2124
|
# service. This result does not include any inherited policies.
|
2144
2125
|
# @param [String] resource
|
2145
2126
|
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
@@ -2184,30 +2165,27 @@ module Google
|
|
2184
2165
|
execute_or_queue_command(command, &block)
|
2185
2166
|
end
|
2186
2167
|
|
2187
|
-
#
|
2168
|
+
# Lists services for the given project and region.
|
2188
2169
|
# @param [String] parent
|
2189
|
-
# The
|
2190
|
-
#
|
2191
|
-
#
|
2170
|
+
# The parent from where the resources should be listed. In Cloud Run, it may be
|
2171
|
+
# one of the following: * `namespaces/`project_id_or_number`` * `projects/`
|
2172
|
+
# project_id_or_number`/locations/`region`` * `projects/`project_id_or_number`/
|
2173
|
+
# regions/`region``
|
2192
2174
|
# @param [String] continue
|
2193
2175
|
# Optional. Encoded string to continue paging.
|
2194
2176
|
# @param [String] field_selector
|
2195
|
-
#
|
2196
|
-
# this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
|
2197
|
-
# used by Cloud Run.
|
2177
|
+
# Not supported, and ignored by Cloud Run.
|
2198
2178
|
# @param [Boolean] include_uninitialized
|
2199
|
-
# Not
|
2179
|
+
# Not supported, and ignored by Cloud Run.
|
2200
2180
|
# @param [String] label_selector
|
2201
2181
|
# Allows to filter resources based on a label. Supported operations are =, !=,
|
2202
2182
|
# exists, in, and notIn.
|
2203
2183
|
# @param [Fixnum] limit
|
2204
2184
|
# Optional. The maximum number of records that should be returned.
|
2205
2185
|
# @param [String] resource_version
|
2206
|
-
#
|
2207
|
-
# start. Not currently used by Cloud Run.
|
2186
|
+
# Not supported, and ignored by Cloud Run.
|
2208
2187
|
# @param [Boolean] watch
|
2209
|
-
#
|
2210
|
-
# Not currently used by Cloud Run.
|
2188
|
+
# Not supported, and ignored by Cloud Run.
|
2211
2189
|
# @param [String] fields
|
2212
2190
|
# Selector specifying which fields to include in a partial response.
|
2213
2191
|
# @param [String] quota_user
|
@@ -2242,14 +2220,15 @@ module Google
|
|
2242
2220
|
execute_or_queue_command(command, &block)
|
2243
2221
|
end
|
2244
2222
|
|
2245
|
-
#
|
2223
|
+
# Replaces a service. Only the spec and metadata labels and annotations are
|
2246
2224
|
# modifiable. After the Update request, Cloud Run will work to make the 'status'
|
2247
2225
|
# match the requested 'spec'. May provide metadata.resourceVersion to enforce
|
2248
2226
|
# update from last read for optimistic concurrency control.
|
2249
2227
|
# @param [String] name
|
2250
|
-
# The name of the service
|
2251
|
-
#
|
2252
|
-
#
|
2228
|
+
# The fully qualified name of the service to replace. It can be any of the
|
2229
|
+
# following forms: * `namespaces/`project_id_or_number`/services/`service_name``
|
2230
|
+
# * `projects/`project_id_or_number`/locations/`region`/services/`service_name``
|
2231
|
+
# * `projects/`project_id_or_number`/regions/`region`/services/`service_name``
|
2253
2232
|
# @param [Google::Apis::RunV1::Service] service_object
|
2254
2233
|
# @param [String] dry_run
|
2255
2234
|
# Indicates that the server should validate the request and populate default
|
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.
|
4
|
+
version: 0.36.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-08-
|
11
|
+
date: 2022-08-22 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|