google-apis-cloudfunctions_v1 0.11.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/cloudfunctions_v1/classes.rb +95 -74
- data/lib/google/apis/cloudfunctions_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudfunctions_v1/representations.rb +2 -0
- data/lib/google/apis/cloudfunctions_v1.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b18c7f7e5d7420b733bf229262e0d823a52dbc369fe9fba68b4a06d894bc420c
|
4
|
+
data.tar.gz: 1c65c10430e30a0df58a4e0222478f148853756f8af27a2d86b4bfafc1477a5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e750dd1872498978340aee93db19df8f1b1c1ef1bf32bcda043fd7a34fa310ccd463fca47973668ee63f24f78204a2a09988a621e16ec8362c3c8a8fc37c654d
|
7
|
+
data.tar.gz: 7157715f070b487ca09dfc74c71de6b04aaaf26ee083663037ce4111941fe876286023744bada78f0dd5b0fea5b4acde738a44ce2168aa5e490ca30aae93acad
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-cloudfunctions_v1
|
2
2
|
|
3
|
+
### v0.15.0 (2021-11-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20211027
|
6
|
+
|
7
|
+
### v0.14.0 (2021-10-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20211014
|
10
|
+
* Unspecified changes
|
11
|
+
|
12
|
+
### v0.13.0 (2021-10-09)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20210929
|
15
|
+
|
16
|
+
### v0.12.0 (2021-09-01)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210819
|
19
|
+
|
3
20
|
### v0.11.0 (2021-07-22)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210715
|
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudfunctions service in particular.)
|
67
67
|
|
@@ -93,7 +93,7 @@ module Google
|
|
93
93
|
end
|
94
94
|
end
|
95
95
|
|
96
|
-
# Associates `members
|
96
|
+
# Associates `members`, or principals, with a `role`.
|
97
97
|
class Binding
|
98
98
|
include Google::Apis::Core::Hashable
|
99
99
|
|
@@ -116,7 +116,7 @@ module Google
|
|
116
116
|
# @return [Google::Apis::CloudfunctionsV1::Expr]
|
117
117
|
attr_accessor :condition
|
118
118
|
|
119
|
-
# Specifies the
|
119
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
120
120
|
# members` can have the following values: * `allUsers`: A special identifier
|
121
121
|
# that represents anyone who is on the internet; with or without a Google
|
122
122
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -146,8 +146,8 @@ module Google
|
|
146
146
|
# @return [Array<String>]
|
147
147
|
attr_accessor :members
|
148
148
|
|
149
|
-
# Role that is assigned to `members
|
150
|
-
#
|
149
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
150
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
151
151
|
# Corresponds to the JSON property `role`
|
152
152
|
# @return [String]
|
153
153
|
attr_accessor :role
|
@@ -217,7 +217,7 @@ module Google
|
|
217
217
|
end
|
218
218
|
|
219
219
|
# Describes a Cloud Function that contains user computation executed in response
|
220
|
-
# to an event. It encapsulate function and triggers configurations. Next tag:
|
220
|
+
# to an event. It encapsulate function and triggers configurations. Next tag: 36
|
221
221
|
class CloudFunction
|
222
222
|
include Google::Apis::Core::Hashable
|
223
223
|
|
@@ -237,14 +237,20 @@ module Google
|
|
237
237
|
# @return [String]
|
238
238
|
attr_accessor :build_id
|
239
239
|
|
240
|
+
# Output only. The Cloud Build Name of the function deployment. `projects//
|
241
|
+
# locations//builds/`.
|
242
|
+
# Corresponds to the JSON property `buildName`
|
243
|
+
# @return [String]
|
244
|
+
attr_accessor :build_name
|
245
|
+
|
240
246
|
# Name of the Cloud Build Custom Worker Pool that should be used to build the
|
241
247
|
# function. The format of this field is `projects/`project`/locations/`region`/
|
242
|
-
# workerPools/`workerPool`` where
|
243
|
-
# region respectively where the worker pool is defined and
|
244
|
-
# short name of the worker pool. If the project id is not the same as the
|
245
|
-
# function, then the Cloud Functions Service Agent (service-@gcf-admin-robot.
|
246
|
-
# gserviceaccount.com) must be granted the role Cloud Build Custom Workers
|
247
|
-
# Builder (roles/cloudbuild.customworkers.builder) in the project.
|
248
|
+
# workerPools/`workerPool`` where ``project`` and ``region`` are the project id
|
249
|
+
# and region respectively where the worker pool is defined and ``workerPool`` is
|
250
|
+
# the short name of the worker pool. If the project id is not the same as the
|
251
|
+
# function, then the Cloud Functions Service Agent (`service-@gcf-admin-robot.
|
252
|
+
# iam.gserviceaccount.com`) must be granted the role Cloud Build Custom Workers
|
253
|
+
# Builder (`roles/cloudbuild.customworkers.builder`) in the project.
|
248
254
|
# Corresponds to the JSON property `buildWorkerPool`
|
249
255
|
# @return [String]
|
250
256
|
attr_accessor :build_worker_pool
|
@@ -299,6 +305,12 @@ module Google
|
|
299
305
|
# @return [Fixnum]
|
300
306
|
attr_accessor :max_instances
|
301
307
|
|
308
|
+
# A lower bound for the number function instances that may coexist at a given
|
309
|
+
# time.
|
310
|
+
# Corresponds to the JSON property `minInstances`
|
311
|
+
# @return [Fixnum]
|
312
|
+
attr_accessor :min_instances
|
313
|
+
|
302
314
|
# A user-defined name of the function. Function names must be unique globally
|
303
315
|
# and match pattern `projects/*/locations/*/functions/*`
|
304
316
|
# Corresponds to the JSON property `name`
|
@@ -310,8 +322,8 @@ module Google
|
|
310
322
|
# network name is used, the network must belong to the same project. Otherwise,
|
311
323
|
# it must belong to a project within the same organization. The format of this
|
312
324
|
# field is either `projects/`project`/global/networks/`network`` or ``network``,
|
313
|
-
# where
|
314
|
-
# the short name of the network. This field is mutually exclusive with `
|
325
|
+
# where ``project`` is a project id where the network is defined, and ``network``
|
326
|
+
# is the short name of the network. This field is mutually exclusive with `
|
315
327
|
# vpc_connector` and will be replaced by it. See [the VPC documentation](https://
|
316
328
|
# cloud.google.com/compute/docs/vpc) for more information on connecting Cloud
|
317
329
|
# projects.
|
@@ -321,8 +333,8 @@ module Google
|
|
321
333
|
|
322
334
|
# The runtime in which to run the function. Required when deploying a new
|
323
335
|
# function, optional when updating an existing function. For a complete list of
|
324
|
-
# possible choices, see the [`gcloud` command reference](
|
325
|
-
# functions/deploy#--runtime).
|
336
|
+
# possible choices, see the [`gcloud` command reference](https://cloud.google.
|
337
|
+
# com/sdk/gcloud/reference/functions/deploy#--runtime).
|
326
338
|
# Corresponds to the JSON property `runtime`
|
327
339
|
# @return [String]
|
328
340
|
attr_accessor :runtime
|
@@ -343,8 +355,8 @@ module Google
|
|
343
355
|
# @return [String]
|
344
356
|
attr_accessor :service_account_email
|
345
357
|
|
346
|
-
# The Google Cloud Storage URL, starting with gs
|
347
|
-
# which contains the function.
|
358
|
+
# The Google Cloud Storage URL, starting with `gs://`, pointing to the zip
|
359
|
+
# archive which contains the function.
|
348
360
|
# Corresponds to the JSON property `sourceArchiveUrl`
|
349
361
|
# @return [String]
|
350
362
|
attr_accessor :source_archive_url
|
@@ -362,7 +374,9 @@ module Google
|
|
362
374
|
attr_accessor :source_token
|
363
375
|
|
364
376
|
# The Google Cloud Storage signed URL used for source uploading, generated by
|
365
|
-
# google.cloud.functions.v1.GenerateUploadUrl
|
377
|
+
# calling [google.cloud.functions.v1.GenerateUploadUrl]. The signature is
|
378
|
+
# validated on write methods (Create, Update) The signature is stripped from the
|
379
|
+
# Function object on read methods (Get, List)
|
366
380
|
# Corresponds to the JSON property `sourceUploadUrl`
|
367
381
|
# @return [String]
|
368
382
|
attr_accessor :source_upload_url
|
@@ -415,6 +429,7 @@ module Google
|
|
415
429
|
@available_memory_mb = args[:available_memory_mb] if args.key?(:available_memory_mb)
|
416
430
|
@build_environment_variables = args[:build_environment_variables] if args.key?(:build_environment_variables)
|
417
431
|
@build_id = args[:build_id] if args.key?(:build_id)
|
432
|
+
@build_name = args[:build_name] if args.key?(:build_name)
|
418
433
|
@build_worker_pool = args[:build_worker_pool] if args.key?(:build_worker_pool)
|
419
434
|
@description = args[:description] if args.key?(:description)
|
420
435
|
@entry_point = args[:entry_point] if args.key?(:entry_point)
|
@@ -424,6 +439,7 @@ module Google
|
|
424
439
|
@ingress_settings = args[:ingress_settings] if args.key?(:ingress_settings)
|
425
440
|
@labels = args[:labels] if args.key?(:labels)
|
426
441
|
@max_instances = args[:max_instances] if args.key?(:max_instances)
|
442
|
+
@min_instances = args[:min_instances] if args.key?(:min_instances)
|
427
443
|
@name = args[:name] if args.key?(:name)
|
428
444
|
@network = args[:network] if args.key?(:network)
|
429
445
|
@runtime = args[:runtime] if args.key?(:runtime)
|
@@ -880,7 +896,7 @@ module Google
|
|
880
896
|
attr_accessor :build_id
|
881
897
|
|
882
898
|
# The Cloud Build Name of the function deployment. This field is only populated
|
883
|
-
# for Create and Update operations. projects//locations//builds
|
899
|
+
# for Create and Update operations. `projects//locations//builds/`.
|
884
900
|
# Corresponds to the JSON property `buildName`
|
885
901
|
# @return [String]
|
886
902
|
attr_accessor :build_name
|
@@ -896,8 +912,8 @@ module Google
|
|
896
912
|
# @return [String]
|
897
913
|
attr_accessor :source_token
|
898
914
|
|
899
|
-
# Target of the operation - for example projects/project-1/locations/region-1/
|
900
|
-
# functions/function-1
|
915
|
+
# Target of the operation - for example `projects/project-1/locations/region-1/
|
916
|
+
# functions/function-1`
|
901
917
|
# Corresponds to the JSON property `target`
|
902
918
|
# @return [String]
|
903
919
|
attr_accessor :target
|
@@ -937,31 +953,31 @@ module Google
|
|
937
953
|
|
938
954
|
# An Identity and Access Management (IAM) policy, which specifies access
|
939
955
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
940
|
-
# A `binding` binds one or more `members
|
941
|
-
# user accounts, service accounts, Google groups, and domains (
|
942
|
-
# A `role` is a named list of permissions; each `role` can be
|
943
|
-
# role or a user-created custom role. For some types of Google
|
944
|
-
# a `binding` can also specify a `condition`, which is a
|
945
|
-
# allows access to a resource only if the expression
|
946
|
-
# condition can add constraints based on attributes of
|
947
|
-
# or both. To learn which resources support
|
948
|
-
# see the [IAM documentation](https://cloud.
|
949
|
-
# resource-policies). **JSON example:** ` "
|
950
|
-
# resourcemanager.organizationAdmin", "members": [
|
951
|
-
# group:admins@example.com", "domain:google.com", "
|
952
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
953
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
954
|
-
# title": "expirable access", "description": "Does not grant
|
955
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
956
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
957
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
958
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
959
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
960
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
961
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
962
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
963
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
964
|
-
# google.com/iam/docs/).
|
956
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
957
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
958
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
959
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
960
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
961
|
+
# logical expression that allows access to a resource only if the expression
|
962
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
963
|
+
# the request, the resource, or both. To learn which resources support
|
964
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
965
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
966
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
967
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
968
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
969
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
970
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
971
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
972
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
973
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
974
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
975
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
976
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
977
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
978
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
979
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
980
|
+
# cloud.google.com/iam/docs/).
|
965
981
|
class Policy
|
966
982
|
include Google::Apis::Core::Hashable
|
967
983
|
|
@@ -970,9 +986,14 @@ module Google
|
|
970
986
|
# @return [Array<Google::Apis::CloudfunctionsV1::AuditConfig>]
|
971
987
|
attr_accessor :audit_configs
|
972
988
|
|
973
|
-
# Associates a list of `members
|
974
|
-
# condition` that determines how and when the `bindings` are applied.
|
975
|
-
# the `bindings` must contain at least one
|
989
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
990
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
991
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
992
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
993
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
994
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
995
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
996
|
+
# principals to the `bindings` in the `Policy`.
|
976
997
|
# Corresponds to the JSON property `bindings`
|
977
998
|
# @return [Array<Google::Apis::CloudfunctionsV1::Binding>]
|
978
999
|
attr_accessor :bindings
|
@@ -1172,31 +1193,31 @@ module Google
|
|
1172
1193
|
|
1173
1194
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1174
1195
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1175
|
-
# A `binding` binds one or more `members
|
1176
|
-
# user accounts, service accounts, Google groups, and domains (
|
1177
|
-
# A `role` is a named list of permissions; each `role` can be
|
1178
|
-
# role or a user-created custom role. For some types of Google
|
1179
|
-
# a `binding` can also specify a `condition`, which is a
|
1180
|
-
# allows access to a resource only if the expression
|
1181
|
-
# condition can add constraints based on attributes of
|
1182
|
-
# or both. To learn which resources support
|
1183
|
-
# see the [IAM documentation](https://cloud.
|
1184
|
-
# resource-policies). **JSON example:** ` "
|
1185
|
-
# resourcemanager.organizationAdmin", "members": [
|
1186
|
-
# group:admins@example.com", "domain:google.com", "
|
1187
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1188
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1189
|
-
# title": "expirable access", "description": "Does not grant
|
1190
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1191
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1192
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1193
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1194
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1195
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1196
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1197
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
1198
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1199
|
-
# google.com/iam/docs/).
|
1196
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1197
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1198
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1199
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1200
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1201
|
+
# logical expression that allows access to a resource only if the expression
|
1202
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1203
|
+
# the request, the resource, or both. To learn which resources support
|
1204
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1205
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1206
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1207
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1208
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1209
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1210
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1211
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1212
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1213
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1214
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1215
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1216
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1217
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1218
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1219
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1220
|
+
# cloud.google.com/iam/docs/).
|
1200
1221
|
# Corresponds to the JSON property `policy`
|
1201
1222
|
# @return [Google::Apis::CloudfunctionsV1::Policy]
|
1202
1223
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudfunctionsV1
|
18
18
|
# Version of the google-apis-cloudfunctions_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211027"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -251,6 +251,7 @@ module Google
|
|
251
251
|
property :available_memory_mb, as: 'availableMemoryMb'
|
252
252
|
hash :build_environment_variables, as: 'buildEnvironmentVariables'
|
253
253
|
property :build_id, as: 'buildId'
|
254
|
+
property :build_name, as: 'buildName'
|
254
255
|
property :build_worker_pool, as: 'buildWorkerPool'
|
255
256
|
property :description, as: 'description'
|
256
257
|
property :entry_point, as: 'entryPoint'
|
@@ -262,6 +263,7 @@ module Google
|
|
262
263
|
property :ingress_settings, as: 'ingressSettings'
|
263
264
|
hash :labels, as: 'labels'
|
264
265
|
property :max_instances, as: 'maxInstances'
|
266
|
+
property :min_instances, as: 'minInstances'
|
265
267
|
property :name, as: 'name'
|
266
268
|
property :network, as: 'network'
|
267
269
|
property :runtime, as: 'runtime'
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1'
|
31
31
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
32
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudfunctions_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.15.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|