google-apis-run_v2 0.25.0 → 0.26.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_v2/classes.rb +42 -28
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/service.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b1aa2c1b8561bca76517f2be52301b91dd8747bd92890a7c156d1aa8da08bd0
|
|
4
|
+
data.tar.gz: 00f906e077a9f29a5fbd61fc2856d623ff2b639f12df0925a341f375be9fd795
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d641c0b5b688e584ee0939c646dcaee303ec0d675cce23a2a9166af57aab98df897961cd87ab6067940b38b777f6c62f9ba770f0a0c41087ba8cc6c4798f1de
|
|
7
|
+
data.tar.gz: 49d68b348a823e0ca7d35ae65ee5c9e69df029671ca95654cb17ef7122dd4a322d8647701aade71261a91b6d8e3ba6db8ad40e931cd2cca9d52e6df27a9185fb
|
data/CHANGELOG.md
CHANGED
|
@@ -394,9 +394,7 @@ module Google
|
|
|
394
394
|
# s billing system, so they can be used to filter, or break down billing charges
|
|
395
395
|
# by team, component, environment, state, etc. For more information, visit https:
|
|
396
396
|
# //cloud.google.com/resource-manager/docs/creating-managing-labels or https://
|
|
397
|
-
# cloud.google.com/run/docs/configuring/labels
|
|
398
|
-
# labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those
|
|
399
|
-
# labels are read-only, and user changes will not be preserved.
|
|
397
|
+
# cloud.google.com/run/docs/configuring/labels
|
|
400
398
|
# Corresponds to the JSON property `labels`
|
|
401
399
|
# @return [Hash<String,String>]
|
|
402
400
|
attr_accessor :labels
|
|
@@ -549,12 +547,19 @@ module Google
|
|
|
549
547
|
class GoogleCloudRunV2ExecutionTemplate
|
|
550
548
|
include Google::Apis::Core::Hashable
|
|
551
549
|
|
|
552
|
-
# KRM-style annotations for the resource.
|
|
550
|
+
# KRM-style annotations for the resource. Cloud Run API v2 does not support
|
|
551
|
+
# annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.
|
|
552
|
+
# knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be
|
|
553
|
+
# rejected. All system annotations in v1 now have a corresponding field in v2
|
|
554
|
+
# ExecutionTemplate.
|
|
553
555
|
# Corresponds to the JSON property `annotations`
|
|
554
556
|
# @return [Hash<String,String>]
|
|
555
557
|
attr_accessor :annotations
|
|
556
558
|
|
|
557
|
-
# KRM-style labels for the resource.
|
|
559
|
+
# KRM-style labels for the resource. Cloud Run API v2 does not support labels
|
|
560
|
+
# with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `
|
|
561
|
+
# autoscaling.knative.dev` namespaces, and they will be rejected. All system
|
|
562
|
+
# labels in v1 now have a corresponding field in v2 ExecutionTemplate.
|
|
558
563
|
# Corresponds to the JSON property `labels`
|
|
559
564
|
# @return [Hash<String,String>]
|
|
560
565
|
attr_accessor :labels
|
|
@@ -675,16 +680,18 @@ module Google
|
|
|
675
680
|
end
|
|
676
681
|
end
|
|
677
682
|
|
|
678
|
-
# Job represents the configuration of a single job
|
|
679
|
-
#
|
|
683
|
+
# Job represents the configuration of a single job, which references a container
|
|
684
|
+
# image that is run to completion.
|
|
680
685
|
class GoogleCloudRunV2Job
|
|
681
686
|
include Google::Apis::Core::Hashable
|
|
682
687
|
|
|
683
688
|
# KRM-style annotations for the resource. Unstructured key value map that may be
|
|
684
689
|
# set by external tools to store and arbitrary metadata. They are not queryable
|
|
685
|
-
# and should be preserved when modifying objects. Cloud Run
|
|
686
|
-
# annotations
|
|
687
|
-
#
|
|
690
|
+
# and should be preserved when modifying objects. Cloud Run API v2 does not
|
|
691
|
+
# support annotations with `run.googleapis.com`, `cloud.googleapis.com`, `
|
|
692
|
+
# serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will
|
|
693
|
+
# be rejected. All system annotations in v1 now have a corresponding field in v2
|
|
694
|
+
# Job. This field follows Kubernetes annotations' namespacing, limits, and rules.
|
|
688
695
|
# More info: https://kubernetes.io/docs/user-guide/annotations
|
|
689
696
|
# Corresponds to the JSON property `annotations`
|
|
690
697
|
# @return [Hash<String,String>]
|
|
@@ -755,9 +762,10 @@ module Google
|
|
|
755
762
|
# s billing system, so they can be used to filter, or break down billing charges
|
|
756
763
|
# by team, component, environment, state, etc. For more information, visit https:
|
|
757
764
|
# //cloud.google.com/resource-manager/docs/creating-managing-labels or https://
|
|
758
|
-
# cloud.google.com/run/docs/configuring/labels Cloud Run
|
|
759
|
-
# labels with
|
|
760
|
-
#
|
|
765
|
+
# cloud.google.com/run/docs/configuring/labels Cloud Run API v2 does not support
|
|
766
|
+
# labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`
|
|
767
|
+
# , or `autoscaling.knative.dev` namespaces, and they will be rejected. All
|
|
768
|
+
# system labels in v1 now have a corresponding field in v2 Job.
|
|
761
769
|
# Corresponds to the JSON property `labels`
|
|
762
770
|
# @return [Hash<String,String>]
|
|
763
771
|
attr_accessor :labels
|
|
@@ -1162,9 +1170,7 @@ module Google
|
|
|
1162
1170
|
# s billing system, so they can be used to filter, or break down billing charges
|
|
1163
1171
|
# by team, component, environment, state, etc. For more information, visit https:
|
|
1164
1172
|
# //cloud.google.com/resource-manager/docs/creating-managing-labels or https://
|
|
1165
|
-
# cloud.google.com/run/docs/configuring/labels
|
|
1166
|
-
# labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those
|
|
1167
|
-
# labels are read-only, and user changes will not be preserved.
|
|
1173
|
+
# cloud.google.com/run/docs/configuring/labels
|
|
1168
1174
|
# Corresponds to the JSON property `labels`
|
|
1169
1175
|
# @return [Hash<String,String>]
|
|
1170
1176
|
attr_accessor :labels
|
|
@@ -1318,7 +1324,11 @@ module Google
|
|
|
1318
1324
|
class GoogleCloudRunV2RevisionTemplate
|
|
1319
1325
|
include Google::Apis::Core::Hashable
|
|
1320
1326
|
|
|
1321
|
-
# KRM-style annotations for the resource.
|
|
1327
|
+
# KRM-style annotations for the resource. Cloud Run API v2 does not support
|
|
1328
|
+
# annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.
|
|
1329
|
+
# knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be
|
|
1330
|
+
# rejected. All system annotations in v1 now have a corresponding field in v2
|
|
1331
|
+
# RevisionTemplate.
|
|
1322
1332
|
# Corresponds to the JSON property `annotations`
|
|
1323
1333
|
# @return [Hash<String,String>]
|
|
1324
1334
|
attr_accessor :annotations
|
|
@@ -1341,7 +1351,10 @@ module Google
|
|
|
1341
1351
|
# @return [String]
|
|
1342
1352
|
attr_accessor :execution_environment
|
|
1343
1353
|
|
|
1344
|
-
# KRM-style labels for the resource.
|
|
1354
|
+
# KRM-style labels for the resource. Cloud Run API v2 does not support labels
|
|
1355
|
+
# with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `
|
|
1356
|
+
# autoscaling.knative.dev` namespaces, and they will be rejected. All system
|
|
1357
|
+
# labels in v1 now have a corresponding field in v2 RevisionTemplate.
|
|
1345
1358
|
# Corresponds to the JSON property `labels`
|
|
1346
1359
|
# @return [Hash<String,String>]
|
|
1347
1360
|
attr_accessor :labels
|
|
@@ -1525,10 +1538,12 @@ module Google
|
|
|
1525
1538
|
|
|
1526
1539
|
# Unstructured key value map that may be set by external tools to store and
|
|
1527
1540
|
# arbitrary metadata. They are not queryable and should be preserved when
|
|
1528
|
-
# modifying objects. Cloud Run
|
|
1529
|
-
# googleapis.com
|
|
1530
|
-
#
|
|
1531
|
-
#
|
|
1541
|
+
# modifying objects. Cloud Run API v2 does not support annotations with `run.
|
|
1542
|
+
# googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `
|
|
1543
|
+
# autoscaling.knative.dev` namespaces, and they will be rejected. All system
|
|
1544
|
+
# annotations in v1 now have a corresponding field in v2 Service. This field
|
|
1545
|
+
# follows Kubernetes annotations' namespacing, limits, and rules. More info:
|
|
1546
|
+
# https://kubernetes.io/docs/user-guide/annotations
|
|
1532
1547
|
# Corresponds to the JSON property `annotations`
|
|
1533
1548
|
# @return [Hash<String,String>]
|
|
1534
1549
|
attr_accessor :annotations
|
|
@@ -1609,9 +1624,10 @@ module Google
|
|
|
1609
1624
|
# can be used to filter, or break down billing charges by team, component,
|
|
1610
1625
|
# environment, state, etc. For more information, visit https://cloud.google.com/
|
|
1611
1626
|
# resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/
|
|
1612
|
-
# docs/configuring/labels Cloud Run
|
|
1613
|
-
# googleapis.com
|
|
1614
|
-
#
|
|
1627
|
+
# docs/configuring/labels Cloud Run API v2 does not support labels with `run.
|
|
1628
|
+
# googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `
|
|
1629
|
+
# autoscaling.knative.dev` namespaces, and they will be rejected. All system
|
|
1630
|
+
# labels in v1 now have a corresponding field in v2 Service.
|
|
1615
1631
|
# Corresponds to the JSON property `labels`
|
|
1616
1632
|
# @return [Hash<String,String>]
|
|
1617
1633
|
attr_accessor :labels
|
|
@@ -1866,9 +1882,7 @@ module Google
|
|
|
1866
1882
|
# s billing system, so they can be used to filter, or break down billing charges
|
|
1867
1883
|
# by team, component, environment, state, etc. For more information, visit https:
|
|
1868
1884
|
# //cloud.google.com/resource-manager/docs/creating-managing-labels or https://
|
|
1869
|
-
# cloud.google.com/run/docs/configuring/labels
|
|
1870
|
-
# labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those
|
|
1871
|
-
# labels are read-only, and user changes will not be preserved.
|
|
1885
|
+
# cloud.google.com/run/docs/configuring/labels
|
|
1872
1886
|
# Corresponds to the JSON property `labels`
|
|
1873
1887
|
# @return [Hash<String,String>]
|
|
1874
1888
|
attr_accessor :labels
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221129"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -868,8 +868,8 @@ module Google
|
|
|
868
868
|
# Lists Services.
|
|
869
869
|
# @param [String] parent
|
|
870
870
|
# Required. The location and project to list resources on. Location must be a
|
|
871
|
-
# valid
|
|
872
|
-
# locations/`location`, where `project` can be project id or number.
|
|
871
|
+
# valid Google Cloud region, and cannot be the "-" wildcard. Format: projects/`
|
|
872
|
+
# project`/locations/`location`, where `project` can be project id or number.
|
|
873
873
|
# @param [Fixnum] page_size
|
|
874
874
|
# Maximum number of Services to return in this call.
|
|
875
875
|
# @param [String] page_token
|
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.
|
|
4
|
+
version: 0.26.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-12-12 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.26.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: []
|