google-apis-run_v1 0.35.0 → 0.38.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 +12 -0
- data/lib/google/apis/run_v1/classes.rb +389 -474
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- data/lib/google/apis/run_v1/service.rb +135 -136
- 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.38.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 = "20220828"
|
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 https://
|
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,13 @@ 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
|
+
# Required. The resource's parent. In Cloud Run, it may be one of the following:
|
984
|
+
# * ``project_id_or_number`` * `namespaces/`project_id_or_number`` * `namespaces/
|
985
|
+
# `project_id_or_number`/services` * `projects/`project_id_or_number`/locations/`
|
986
|
+
# region`` * `projects/`project_id_or_number`/regions/`region``
|
996
987
|
# @param [Google::Apis::RunV1::Service] service_object
|
997
988
|
# @param [String] dry_run
|
998
989
|
# Indicates that the server should validate the request and populate default
|
@@ -1027,23 +1018,23 @@ module Google
|
|
1027
1018
|
execute_or_queue_command(command, &block)
|
1028
1019
|
end
|
1029
1020
|
|
1030
|
-
#
|
1031
|
-
#
|
1021
|
+
# Deletes the provided service. This will cause the Service to stop serving
|
1022
|
+
# traffic and will delete all associated Revisions.
|
1032
1023
|
# @param [String] name
|
1033
|
-
# The name of the service to delete.
|
1034
|
-
#
|
1035
|
-
#
|
1024
|
+
# Required. The fully qualified name of the service to delete. It can be any of
|
1025
|
+
# the following forms: * `namespaces/`project_id_or_number`/services/`
|
1026
|
+
# service_name`` * `projects/`project_id_or_number`/locations/`region`/services/`
|
1027
|
+
# service_name`` * `projects/`project_id_or_number`/regions/`region`/services/`
|
1028
|
+
# service_name``
|
1036
1029
|
# @param [String] api_version
|
1037
|
-
#
|
1030
|
+
# Not supported, and ignored by Cloud Run.
|
1038
1031
|
# @param [String] dry_run
|
1039
1032
|
# Indicates that the server should validate the request and populate default
|
1040
1033
|
# values without persisting the request. Supported values: `all`
|
1041
1034
|
# @param [String] kind
|
1042
|
-
#
|
1035
|
+
# Not supported, and ignored by Cloud Run.
|
1043
1036
|
# @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.
|
1037
|
+
# Not supported, and ignored by Cloud Run.
|
1047
1038
|
# @param [String] fields
|
1048
1039
|
# Selector specifying which fields to include in a partial response.
|
1049
1040
|
# @param [String] quota_user
|
@@ -1075,11 +1066,13 @@ module Google
|
|
1075
1066
|
execute_or_queue_command(command, &block)
|
1076
1067
|
end
|
1077
1068
|
|
1078
|
-
#
|
1069
|
+
# Gets information about a service.
|
1079
1070
|
# @param [String] name
|
1080
|
-
# The name of the service to retrieve.
|
1081
|
-
#
|
1082
|
-
#
|
1071
|
+
# Required. The fully qualified name of the service to retrieve. It can be any
|
1072
|
+
# of the following forms: * `namespaces/`project_id_or_number`/services/`
|
1073
|
+
# service_name`` * `projects/`project_id_or_number`/locations/`region`/services/`
|
1074
|
+
# service_name`` * `projects/`project_id_or_number`/regions/`region`/services/`
|
1075
|
+
# service_name``
|
1083
1076
|
# @param [String] fields
|
1084
1077
|
# Selector specifying which fields to include in a partial response.
|
1085
1078
|
# @param [String] quota_user
|
@@ -1107,30 +1100,28 @@ module Google
|
|
1107
1100
|
execute_or_queue_command(command, &block)
|
1108
1101
|
end
|
1109
1102
|
|
1110
|
-
#
|
1103
|
+
# Lists services for the given project and region.
|
1111
1104
|
# @param [String] parent
|
1112
|
-
# The
|
1113
|
-
#
|
1114
|
-
# namespaces/`
|
1105
|
+
# Required. The parent from where the resources should be listed. In Cloud Run,
|
1106
|
+
# it may be one of the following: * ``project_id_or_number`` * `namespaces/`
|
1107
|
+
# project_id_or_number`` * `namespaces/`project_id_or_number`/services` * `
|
1108
|
+
# projects/`project_id_or_number`/locations/`region`` * `projects/`
|
1109
|
+
# project_id_or_number`/regions/`region``
|
1115
1110
|
# @param [String] continue
|
1116
|
-
#
|
1111
|
+
# Encoded string to continue paging.
|
1117
1112
|
# @param [String] field_selector
|
1118
|
-
#
|
1119
|
-
# this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
|
1120
|
-
# used by Cloud Run.
|
1113
|
+
# Not supported, and ignored by Cloud Run.
|
1121
1114
|
# @param [Boolean] include_uninitialized
|
1122
|
-
# Not
|
1115
|
+
# Not supported, and ignored by Cloud Run.
|
1123
1116
|
# @param [String] label_selector
|
1124
1117
|
# Allows to filter resources based on a label. Supported operations are =, !=,
|
1125
1118
|
# exists, in, and notIn.
|
1126
1119
|
# @param [Fixnum] limit
|
1127
|
-
#
|
1120
|
+
# The maximum number of records that should be returned.
|
1128
1121
|
# @param [String] resource_version
|
1129
|
-
#
|
1130
|
-
# start. Not currently used by Cloud Run.
|
1122
|
+
# Not supported, and ignored by Cloud Run.
|
1131
1123
|
# @param [Boolean] watch
|
1132
|
-
#
|
1133
|
-
# Not currently used by Cloud Run.
|
1124
|
+
# Not supported, and ignored by Cloud Run.
|
1134
1125
|
# @param [String] fields
|
1135
1126
|
# Selector specifying which fields to include in a partial response.
|
1136
1127
|
# @param [String] quota_user
|
@@ -1165,14 +1156,16 @@ module Google
|
|
1165
1156
|
execute_or_queue_command(command, &block)
|
1166
1157
|
end
|
1167
1158
|
|
1168
|
-
#
|
1159
|
+
# Replaces a service. Only the spec and metadata labels and annotations are
|
1169
1160
|
# modifiable. After the Update request, Cloud Run will work to make the 'status'
|
1170
1161
|
# match the requested 'spec'. May provide metadata.resourceVersion to enforce
|
1171
1162
|
# update from last read for optimistic concurrency control.
|
1172
1163
|
# @param [String] name
|
1173
|
-
# The name of the service
|
1174
|
-
#
|
1175
|
-
#
|
1164
|
+
# Required. The fully qualified name of the service to replace. It can be any of
|
1165
|
+
# the following forms: * `namespaces/`project_id_or_number`/services/`
|
1166
|
+
# service_name`` * `projects/`project_id_or_number`/locations/`region`/services/`
|
1167
|
+
# service_name`` * `projects/`project_id_or_number`/regions/`region`/services/`
|
1168
|
+
# service_name``
|
1176
1169
|
# @param [Google::Apis::RunV1::Service] service_object
|
1177
1170
|
# @param [String] dry_run
|
1178
1171
|
# Indicates that the server should validate the request and populate default
|
@@ -1247,22 +1240,28 @@ module Google
|
|
1247
1240
|
# @param [String] continue
|
1248
1241
|
# Optional. Optional encoded string to continue paging.
|
1249
1242
|
# @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.
|
1243
|
+
# Optional. Not supported by Cloud Run.
|
1253
1244
|
# @param [Boolean] include_uninitialized
|
1254
|
-
# Optional. Not
|
1245
|
+
# Optional. Not supported by Cloud Run.
|
1255
1246
|
# @param [String] label_selector
|
1256
1247
|
# Optional. Allows to filter resources based on a label. Supported operations
|
1257
|
-
# are =, !=, exists, in, and notIn.
|
1248
|
+
# are =, !=, exists, in, and notIn. For example, to list all tasks of execution "
|
1249
|
+
# foo" in succeeded state: `run.googleapis.com/execution=foo,run.googleapis.com/
|
1250
|
+
# runningState=Succeeded`. Supported states are: * `Pending`: Initial state of
|
1251
|
+
# all tasks. The task has not yet started but eventually will. * `Running`:
|
1252
|
+
# Container instances for this task are running or will be running shortly. * `
|
1253
|
+
# Succeeded`: No more container instances to run for the task, and the last
|
1254
|
+
# attempt succeeded. * `Failed`: No more container instances to run for the task,
|
1255
|
+
# and the last attempt failed. This task has run out of retry attempts. * `
|
1256
|
+
# Cancelled`: Task was running but got stopped because its parent execution has
|
1257
|
+
# been aborted. * `Abandoned`: The task has not yet started and never will
|
1258
|
+
# because its parent execution has been aborted.
|
1258
1259
|
# @param [Fixnum] limit
|
1259
1260
|
# Optional. The maximum number of records that should be returned.
|
1260
1261
|
# @param [String] resource_version
|
1261
|
-
# Optional.
|
1262
|
-
# should start. Not currently used by Cloud Run.
|
1262
|
+
# Optional. Not supported by Cloud Run.
|
1263
1263
|
# @param [Boolean] watch
|
1264
|
-
# Optional.
|
1265
|
-
# as well. Not currently used by Cloud Run.
|
1264
|
+
# Optional. Not supported by Cloud Run.
|
1266
1265
|
# @param [String] fields
|
1267
1266
|
# Selector specifying which fields to include in a partial response.
|
1268
1267
|
# @param [String] quota_user
|
@@ -1414,8 +1413,8 @@ module Google
|
|
1414
1413
|
|
1415
1414
|
# Get information about a configuration.
|
1416
1415
|
# @param [String] name
|
1417
|
-
# The name of the configuration to retrieve. For Cloud Run
|
1418
|
-
#
|
1416
|
+
# The name of the configuration to retrieve. For Cloud Run, replace `
|
1417
|
+
# namespace_id` with the project ID or number.
|
1419
1418
|
# @param [String] fields
|
1420
1419
|
# Selector specifying which fields to include in a partial response.
|
1421
1420
|
# @param [String] quota_user
|
@@ -1445,27 +1444,23 @@ module Google
|
|
1445
1444
|
|
1446
1445
|
# List configurations.
|
1447
1446
|
# @param [String] parent
|
1448
|
-
# The namespace from which the configurations should be listed. For Cloud Run
|
1449
|
-
#
|
1447
|
+
# The namespace from which the configurations should be listed. For Cloud Run,
|
1448
|
+
# replace `namespace_id` with the project ID or number.
|
1450
1449
|
# @param [String] continue
|
1451
1450
|
# Optional. Encoded string to continue paging.
|
1452
1451
|
# @param [String] field_selector
|
1453
|
-
#
|
1454
|
-
# this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
|
1455
|
-
# used by Cloud Run.
|
1452
|
+
# Not supported by Cloud Run.
|
1456
1453
|
# @param [Boolean] include_uninitialized
|
1457
|
-
# Not
|
1454
|
+
# Not supported by Cloud Run.
|
1458
1455
|
# @param [String] label_selector
|
1459
1456
|
# Allows to filter resources based on a label. Supported operations are =, !=,
|
1460
1457
|
# exists, in, and notIn.
|
1461
1458
|
# @param [Fixnum] limit
|
1462
|
-
# Optional. The maximum number of records that should be returned.
|
1459
|
+
# Optional. The maximum number of the records that should be returned.
|
1463
1460
|
# @param [String] resource_version
|
1464
|
-
#
|
1465
|
-
# start. Not currently used by Cloud Run.
|
1461
|
+
# Not supported by Cloud Run.
|
1466
1462
|
# @param [Boolean] watch
|
1467
|
-
#
|
1468
|
-
# Not currently used by Cloud Run.
|
1463
|
+
# Not supported by Cloud Run.
|
1469
1464
|
# @param [String] fields
|
1470
1465
|
# Selector specifying which fields to include in a partial response.
|
1471
1466
|
# @param [String] quota_user
|
@@ -1554,7 +1549,7 @@ module Google
|
|
1554
1549
|
# @param [String] propagation_policy
|
1555
1550
|
# Specifies the propagation policy of delete. Cloud Run currently ignores this
|
1556
1551
|
# setting, and deletes in the background. Please see kubernetes.io/docs/concepts/
|
1557
|
-
#
|
1552
|
+
# architecture/garbage-collection/ for more information.
|
1558
1553
|
# @param [String] fields
|
1559
1554
|
# Selector specifying which fields to include in a partial response.
|
1560
1555
|
# @param [String] quota_user
|
@@ -1618,7 +1613,7 @@ module Google
|
|
1618
1613
|
execute_or_queue_command(command, &block)
|
1619
1614
|
end
|
1620
1615
|
|
1621
|
-
# List domain mappings.
|
1616
|
+
# List all domain mappings.
|
1622
1617
|
# @param [String] parent
|
1623
1618
|
# The namespace from which the domain mappings should be listed. For Cloud Run (
|
1624
1619
|
# fully managed), replace `namespace` with the project ID or number. It takes
|
@@ -1807,8 +1802,8 @@ module Google
|
|
1807
1802
|
# Cloud Run currently ignores this parameter.
|
1808
1803
|
# @param [String] propagation_policy
|
1809
1804
|
# Specifies the propagation policy of delete. Cloud Run currently ignores this
|
1810
|
-
# setting, and deletes in the background. Please see kubernetes.io/docs/
|
1811
|
-
#
|
1805
|
+
# setting, and deletes in the background. Please see https://kubernetes.io/docs/
|
1806
|
+
# concepts/architecture/garbage-collection/ for more information.
|
1812
1807
|
# @param [String] fields
|
1813
1808
|
# Selector specifying which fields to include in a partial response.
|
1814
1809
|
# @param [String] quota_user
|
@@ -2020,11 +2015,13 @@ module Google
|
|
2020
2015
|
execute_or_queue_command(command, &block)
|
2021
2016
|
end
|
2022
2017
|
|
2023
|
-
#
|
2018
|
+
# Creates a new Service. Service creation will trigger a new deployment. Use
|
2019
|
+
# GetService, and check service.status to determine if the Service is ready.
|
2024
2020
|
# @param [String] parent
|
2025
|
-
# The
|
2026
|
-
#
|
2027
|
-
#
|
2021
|
+
# Required. The resource's parent. In Cloud Run, it may be one of the following:
|
2022
|
+
# * ``project_id_or_number`` * `namespaces/`project_id_or_number`` * `namespaces/
|
2023
|
+
# `project_id_or_number`/services` * `projects/`project_id_or_number`/locations/`
|
2024
|
+
# region`` * `projects/`project_id_or_number`/regions/`region``
|
2028
2025
|
# @param [Google::Apis::RunV1::Service] service_object
|
2029
2026
|
# @param [String] dry_run
|
2030
2027
|
# Indicates that the server should validate the request and populate default
|
@@ -2059,23 +2056,23 @@ module Google
|
|
2059
2056
|
execute_or_queue_command(command, &block)
|
2060
2057
|
end
|
2061
2058
|
|
2062
|
-
#
|
2063
|
-
#
|
2059
|
+
# Deletes the provided service. This will cause the Service to stop serving
|
2060
|
+
# traffic and will delete all associated Revisions.
|
2064
2061
|
# @param [String] name
|
2065
|
-
# The name of the service to delete.
|
2066
|
-
#
|
2067
|
-
#
|
2062
|
+
# Required. The fully qualified name of the service to delete. It can be any of
|
2063
|
+
# the following forms: * `namespaces/`project_id_or_number`/services/`
|
2064
|
+
# service_name`` * `projects/`project_id_or_number`/locations/`region`/services/`
|
2065
|
+
# service_name`` * `projects/`project_id_or_number`/regions/`region`/services/`
|
2066
|
+
# service_name``
|
2068
2067
|
# @param [String] api_version
|
2069
|
-
#
|
2068
|
+
# Not supported, and ignored by Cloud Run.
|
2070
2069
|
# @param [String] dry_run
|
2071
2070
|
# Indicates that the server should validate the request and populate default
|
2072
2071
|
# values without persisting the request. Supported values: `all`
|
2073
2072
|
# @param [String] kind
|
2074
|
-
#
|
2073
|
+
# Not supported, and ignored by Cloud Run.
|
2075
2074
|
# @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.
|
2075
|
+
# Not supported, and ignored by Cloud Run.
|
2079
2076
|
# @param [String] fields
|
2080
2077
|
# Selector specifying which fields to include in a partial response.
|
2081
2078
|
# @param [String] quota_user
|
@@ -2107,11 +2104,13 @@ module Google
|
|
2107
2104
|
execute_or_queue_command(command, &block)
|
2108
2105
|
end
|
2109
2106
|
|
2110
|
-
#
|
2107
|
+
# Gets information about a service.
|
2111
2108
|
# @param [String] name
|
2112
|
-
# The name of the service to retrieve.
|
2113
|
-
#
|
2114
|
-
#
|
2109
|
+
# Required. The fully qualified name of the service to retrieve. It can be any
|
2110
|
+
# of the following forms: * `namespaces/`project_id_or_number`/services/`
|
2111
|
+
# service_name`` * `projects/`project_id_or_number`/locations/`region`/services/`
|
2112
|
+
# service_name`` * `projects/`project_id_or_number`/regions/`region`/services/`
|
2113
|
+
# service_name``
|
2115
2114
|
# @param [String] fields
|
2116
2115
|
# Selector specifying which fields to include in a partial response.
|
2117
2116
|
# @param [String] quota_user
|
@@ -2139,7 +2138,7 @@ module Google
|
|
2139
2138
|
execute_or_queue_command(command, &block)
|
2140
2139
|
end
|
2141
2140
|
|
2142
|
-
#
|
2141
|
+
# Gets the IAM Access Control policy currently in effect for the given Cloud Run
|
2143
2142
|
# service. This result does not include any inherited policies.
|
2144
2143
|
# @param [String] resource
|
2145
2144
|
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
@@ -2184,30 +2183,28 @@ module Google
|
|
2184
2183
|
execute_or_queue_command(command, &block)
|
2185
2184
|
end
|
2186
2185
|
|
2187
|
-
#
|
2186
|
+
# Lists services for the given project and region.
|
2188
2187
|
# @param [String] parent
|
2189
|
-
# The
|
2190
|
-
#
|
2191
|
-
# namespaces/`
|
2188
|
+
# Required. The parent from where the resources should be listed. In Cloud Run,
|
2189
|
+
# it may be one of the following: * ``project_id_or_number`` * `namespaces/`
|
2190
|
+
# project_id_or_number`` * `namespaces/`project_id_or_number`/services` * `
|
2191
|
+
# projects/`project_id_or_number`/locations/`region`` * `projects/`
|
2192
|
+
# project_id_or_number`/regions/`region``
|
2192
2193
|
# @param [String] continue
|
2193
|
-
#
|
2194
|
+
# Encoded string to continue paging.
|
2194
2195
|
# @param [String] field_selector
|
2195
|
-
#
|
2196
|
-
# this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
|
2197
|
-
# used by Cloud Run.
|
2196
|
+
# Not supported, and ignored by Cloud Run.
|
2198
2197
|
# @param [Boolean] include_uninitialized
|
2199
|
-
# Not
|
2198
|
+
# Not supported, and ignored by Cloud Run.
|
2200
2199
|
# @param [String] label_selector
|
2201
2200
|
# Allows to filter resources based on a label. Supported operations are =, !=,
|
2202
2201
|
# exists, in, and notIn.
|
2203
2202
|
# @param [Fixnum] limit
|
2204
|
-
#
|
2203
|
+
# The maximum number of records that should be returned.
|
2205
2204
|
# @param [String] resource_version
|
2206
|
-
#
|
2207
|
-
# start. Not currently used by Cloud Run.
|
2205
|
+
# Not supported, and ignored by Cloud Run.
|
2208
2206
|
# @param [Boolean] watch
|
2209
|
-
#
|
2210
|
-
# Not currently used by Cloud Run.
|
2207
|
+
# Not supported, and ignored by Cloud Run.
|
2211
2208
|
# @param [String] fields
|
2212
2209
|
# Selector specifying which fields to include in a partial response.
|
2213
2210
|
# @param [String] quota_user
|
@@ -2242,14 +2239,16 @@ module Google
|
|
2242
2239
|
execute_or_queue_command(command, &block)
|
2243
2240
|
end
|
2244
2241
|
|
2245
|
-
#
|
2242
|
+
# Replaces a service. Only the spec and metadata labels and annotations are
|
2246
2243
|
# modifiable. After the Update request, Cloud Run will work to make the 'status'
|
2247
2244
|
# match the requested 'spec'. May provide metadata.resourceVersion to enforce
|
2248
2245
|
# update from last read for optimistic concurrency control.
|
2249
2246
|
# @param [String] name
|
2250
|
-
# The name of the service
|
2251
|
-
#
|
2252
|
-
#
|
2247
|
+
# Required. The fully qualified name of the service to replace. It can be any of
|
2248
|
+
# the following forms: * `namespaces/`project_id_or_number`/services/`
|
2249
|
+
# service_name`` * `projects/`project_id_or_number`/locations/`region`/services/`
|
2250
|
+
# service_name`` * `projects/`project_id_or_number`/regions/`region`/services/`
|
2251
|
+
# service_name``
|
2253
2252
|
# @param [Google::Apis::RunV1::Service] service_object
|
2254
2253
|
# @param [String] dry_run
|
2255
2254
|
# 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.38.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-
|
11
|
+
date: 2022-09-05 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.38.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: []
|