google-apis-run_v1 0.37.0 → 0.38.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: 063af4427be8dac5dc9f2fca1c008282b002d4269e391514fe4697bfa846bf94
4
- data.tar.gz: 42121a32b71241a37f7e3f343e7eafc9c79448762d6294ce137fdfaedce479f3
3
+ metadata.gz: 8770adc00de0517f4b957ddc10b697e48d1f389303b9f1d2b68487c591b9b659
4
+ data.tar.gz: 992cb91e94dfdb646520e6429db9abbe2e97f8410606b56f63e44b03388d4c99
5
5
  SHA512:
6
- metadata.gz: c7a5f1c57cd90655d053f1473c05e90ef3c58c62a5d006728ba8f295c72d3cf9e50a1a013c40d794af7f29fef9748b39e782606837e8f6fbefd63423ee5215cc
7
- data.tar.gz: a4ca1b7d1319a6eaccacdad733eb98cd995d3757cf2b6c9eb5c2f786b5a9f5ddc2df92b0d62144b1ca6f133947b9870e9ab9fa6d91f9aa888b92c80bef38e101
6
+ metadata.gz: c498e969e9a25a297db8561d3832608ccbf0ee48d0a23373dd51fe34a82eb56cdfb7c8b4b1f4c02ef20a6edb52e5aeea491b6275fcd25269debf3ea9ef2aec74
7
+ data.tar.gz: c3a911e2edd4e37dbc02e032dd3e7fb2da813099e7085650634823b1fab98e15d56d6f004b160d247eb4a68d15f1375d04f5f30a7e7a2fd543a5603e3cc9b7e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.38.0 (2022-09-03)
4
+
5
+ * Regenerated from discovery document revision 20220828
6
+
3
7
  ### v0.37.0 (2022-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220821
@@ -167,31 +167,33 @@ module Google
167
167
  # members` can have the following values: * `allUsers`: A special identifier
168
168
  # that represents anyone who is on the internet; with or without a Google
169
169
  # account. * `allAuthenticatedUsers`: A special identifier that represents
170
- # anyone who is authenticated with a Google account or a service account. * `
171
- # user:`emailid``: An email address that represents a specific Google account.
172
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
173
- # address that represents a Google service account. For example, `my-other-app@
174
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
175
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
176
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
177
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
178
- # . * `group:`emailid``: An email address that represents a Google group. For
179
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
180
- # email address (plus unique identifier) representing a user that has been
181
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
182
- # If the user is recovered, this value reverts to `user:`emailid`` and the
183
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
184
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
185
- # representing a service account that has been recently deleted. For example, `
186
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
187
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
188
- # and the undeleted service account retains the role in the binding. * `deleted:
189
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
190
- # representing a Google group that has been recently deleted. For example, `
191
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
192
- # value reverts to `group:`emailid`` and the recovered group retains the role in
193
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
194
- # all the users of that domain. For example, `google.com` or `example.com`.
170
+ # anyone who is authenticated with a Google account or a service account. Does
171
+ # not include identities that come from external identity providers (IdPs)
172
+ # through identity federation. * `user:`emailid``: An email address that
173
+ # represents a specific Google account. For example, `alice@example.com` . * `
174
+ # serviceAccount:`emailid``: An email address that represents a Google service
175
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
176
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
177
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
178
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
179
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
180
+ # email address that represents a Google group. For example, `admins@example.com`
181
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
182
+ # identifier) representing a user that has been recently deleted. For example, `
183
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
184
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
185
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
186
+ # address (plus unique identifier) representing a service account that has been
187
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
188
+ # 123456789012345678901`. If the service account is undeleted, this value
189
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
190
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
191
+ # An email address (plus unique identifier) representing a Google group that has
192
+ # been recently deleted. For example, `admins@example.com?uid=
193
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
194
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
195
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
196
+ # of that domain. For example, `google.com` or `example.com`.
195
197
  # Corresponds to the JSON property `members`
196
198
  # @return [Array<String>]
197
199
  attr_accessor :members
@@ -2125,17 +2127,17 @@ module Google
2125
2127
  # @return [Hash<String,String>]
2126
2128
  attr_accessor :labels
2127
2129
 
2128
- # The immutable name of the resource. In Cloud Run, name is required when
2129
- # creating top-level resources (Service, Job), and must be unique within a Cloud
2130
- # Run project/region. More info: https://kubernetes.io/docs/user-guide/
2131
- # identifiers#names If ObjectMeta is part of a CreateServiceRequest, name must
2132
- # contain fewer than 50 characters. Otherwise,
2130
+ # Required. The name of the resource. In Cloud Run, name is required when
2131
+ # creating top-level resources (Service, Job), must be unique within a Cloud Run
2132
+ # project/region, and cannot be changed once created. More info: https://
2133
+ # kubernetes.io/docs/user-guide/identifiers#names If ObjectMeta is part of a
2134
+ # CreateServiceRequest, name must contain fewer than 50 characters.
2133
2135
  # Corresponds to the JSON property `name`
2134
2136
  # @return [String]
2135
2137
  attr_accessor :name
2136
2138
 
2137
- # Defines the space within each name must be unique within a Cloud Run region.
2138
- # In Cloud Run, it must be project ID or number.
2139
+ # Required. Defines the space within each name must be unique within a Cloud Run
2140
+ # region. In Cloud Run, it must be project ID or number.
2139
2141
  # Corresponds to the JSON property `namespace`
2140
2142
  # @return [String]
2141
2143
  attr_accessor :namespace
@@ -2145,14 +2147,13 @@ module Google
2145
2147
  # @return [Array<Google::Apis::RunV1::OwnerReference>]
2146
2148
  attr_accessor :owner_references
2147
2149
 
2148
- # Optional. Opaque, system-generated value that represents the internal version
2149
- # of this object that can be used by clients to determine when objects have
2150
- # changed. May be used for optimistic concurrency, change detection, and the
2151
- # watch operation on a resource or set of resources. Clients must treat these
2152
- # values as opaque and passed unmodified back to the server or omit the value to
2153
- # disable conflict-detection. More info: https://git.k8s.io/community/
2154
- # contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-
2155
- # consistency
2150
+ # Opaque, system-generated value that represents the internal version of this
2151
+ # object that can be used by clients to determine when objects have changed. May
2152
+ # be used for optimistic concurrency, change detection, and the watch operation
2153
+ # on a resource or set of resources. Clients must treat these values as opaque
2154
+ # and passed unmodified back to the server or omit the value to disable conflict-
2155
+ # detection. More info: https://git.k8s.io/community/contributors/devel/sig-
2156
+ # architecture/api-conventions.md#concurrency-control-and-consistency
2156
2157
  # Corresponds to the JSON property `resourceVersion`
2157
2158
  # @return [String]
2158
2159
  attr_accessor :resource_version
@@ -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.37.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 = "20220821"
25
+ REVISION = "20220828"
26
26
  end
27
27
  end
28
28
  end
@@ -980,9 +980,10 @@ module Google
980
980
  # Creates a new Service. Service creation will trigger a new deployment. Use
981
981
  # GetService, and check service.status to determine if the Service is ready.
982
982
  # @param [String] parent
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``
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``
986
987
  # @param [Google::Apis::RunV1::Service] service_object
987
988
  # @param [String] dry_run
988
989
  # Indicates that the server should validate the request and populate default
@@ -1020,10 +1021,11 @@ module Google
1020
1021
  # Deletes the provided service. This will cause the Service to stop serving
1021
1022
  # traffic and will delete all associated Revisions.
1022
1023
  # @param [String] name
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``
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``
1027
1029
  # @param [String] api_version
1028
1030
  # Not supported, and ignored by Cloud Run.
1029
1031
  # @param [String] dry_run
@@ -1066,10 +1068,11 @@ module Google
1066
1068
 
1067
1069
  # Gets information about a service.
1068
1070
  # @param [String] name
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``
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``
1073
1076
  # @param [String] fields
1074
1077
  # Selector specifying which fields to include in a partial response.
1075
1078
  # @param [String] quota_user
@@ -1099,12 +1102,13 @@ module Google
1099
1102
 
1100
1103
  # Lists services for the given project and region.
1101
1104
  # @param [String] parent
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``
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``
1106
1110
  # @param [String] continue
1107
- # Optional. Encoded string to continue paging.
1111
+ # Encoded string to continue paging.
1108
1112
  # @param [String] field_selector
1109
1113
  # Not supported, and ignored by Cloud Run.
1110
1114
  # @param [Boolean] include_uninitialized
@@ -1113,7 +1117,7 @@ module Google
1113
1117
  # Allows to filter resources based on a label. Supported operations are =, !=,
1114
1118
  # exists, in, and notIn.
1115
1119
  # @param [Fixnum] limit
1116
- # Optional. The maximum number of records that should be returned.
1120
+ # The maximum number of records that should be returned.
1117
1121
  # @param [String] resource_version
1118
1122
  # Not supported, and ignored by Cloud Run.
1119
1123
  # @param [Boolean] watch
@@ -1157,10 +1161,11 @@ module Google
1157
1161
  # match the requested 'spec'. May provide metadata.resourceVersion to enforce
1158
1162
  # update from last read for optimistic concurrency control.
1159
1163
  # @param [String] name
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``
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``
1164
1169
  # @param [Google::Apis::RunV1::Service] service_object
1165
1170
  # @param [String] dry_run
1166
1171
  # Indicates that the server should validate the request and populate default
@@ -2013,9 +2018,10 @@ module Google
2013
2018
  # Creates a new Service. Service creation will trigger a new deployment. Use
2014
2019
  # GetService, and check service.status to determine if the Service is ready.
2015
2020
  # @param [String] parent
2016
- # The resource's parent. In Cloud Run, it may be one of the following: * `
2017
- # namespaces/`project_id_or_number`` * `projects/`project_id_or_number`/
2018
- # locations/`region`` * `projects/`project_id_or_number`/regions/`region``
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``
2019
2025
  # @param [Google::Apis::RunV1::Service] service_object
2020
2026
  # @param [String] dry_run
2021
2027
  # Indicates that the server should validate the request and populate default
@@ -2053,10 +2059,11 @@ module Google
2053
2059
  # Deletes the provided service. This will cause the Service to stop serving
2054
2060
  # traffic and will delete all associated Revisions.
2055
2061
  # @param [String] name
2056
- # The fully qualified name of the service to delete. It can be any of the
2057
- # following forms: * `namespaces/`project_id_or_number`/services/`service_name``
2058
- # * `projects/`project_id_or_number`/locations/`region`/services/`service_name``
2059
- # * `projects/`project_id_or_number`/regions/`region`/services/`service_name``
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``
2060
2067
  # @param [String] api_version
2061
2068
  # Not supported, and ignored by Cloud Run.
2062
2069
  # @param [String] dry_run
@@ -2099,10 +2106,11 @@ module Google
2099
2106
 
2100
2107
  # Gets information about a service.
2101
2108
  # @param [String] name
2102
- # The fully qualified name of the service to retrieve. It can be any of the
2103
- # following forms: * `namespaces/`project_id_or_number`/services/`service_name``
2104
- # * `projects/`project_id_or_number`/locations/`region`/services/`service_name``
2105
- # * `projects/`project_id_or_number`/regions/`region`/services/`service_name``
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``
2106
2114
  # @param [String] fields
2107
2115
  # Selector specifying which fields to include in a partial response.
2108
2116
  # @param [String] quota_user
@@ -2177,12 +2185,13 @@ module Google
2177
2185
 
2178
2186
  # Lists services for the given project and region.
2179
2187
  # @param [String] parent
2180
- # The parent from where the resources should be listed. In Cloud Run, it may be
2181
- # one of the following: * `namespaces/`project_id_or_number`` * `projects/`
2182
- # project_id_or_number`/locations/`region`` * `projects/`project_id_or_number`/
2183
- # regions/`region``
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``
2184
2193
  # @param [String] continue
2185
- # Optional. Encoded string to continue paging.
2194
+ # Encoded string to continue paging.
2186
2195
  # @param [String] field_selector
2187
2196
  # Not supported, and ignored by Cloud Run.
2188
2197
  # @param [Boolean] include_uninitialized
@@ -2191,7 +2200,7 @@ module Google
2191
2200
  # Allows to filter resources based on a label. Supported operations are =, !=,
2192
2201
  # exists, in, and notIn.
2193
2202
  # @param [Fixnum] limit
2194
- # Optional. The maximum number of records that should be returned.
2203
+ # The maximum number of records that should be returned.
2195
2204
  # @param [String] resource_version
2196
2205
  # Not supported, and ignored by Cloud Run.
2197
2206
  # @param [Boolean] watch
@@ -2235,10 +2244,11 @@ module Google
2235
2244
  # match the requested 'spec'. May provide metadata.resourceVersion to enforce
2236
2245
  # update from last read for optimistic concurrency control.
2237
2246
  # @param [String] name
2238
- # The fully qualified name of the service to replace. It can be any of the
2239
- # following forms: * `namespaces/`project_id_or_number`/services/`service_name``
2240
- # * `projects/`project_id_or_number`/locations/`region`/services/`service_name``
2241
- # * `projects/`project_id_or_number`/regions/`region`/services/`service_name``
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``
2242
2252
  # @param [Google::Apis::RunV1::Service] service_object
2243
2253
  # @param [String] dry_run
2244
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.37.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-08-29 00:00:00.000000000 Z
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.37.0
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: []