google-apis-cloudfunctions_v2alpha 0.25.0 → 0.27.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a3cb571f5c0452f61701591bbfd81eadf16b39d7335b0f3f3349b782b88542d
|
|
4
|
+
data.tar.gz: b6e8460a57e567a80ebb9aed9afbd23e1033131d9cf99065f6c3d8f0acef36f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b32f6ca620895656f9ff61615e6d529d8597ff177f8df5a1a5ee732a0ee8c5722b61d1b4ac0ed638ac7bfd5f0c8e55c65d8dec92a99557d0868735fbcd57556
|
|
7
|
+
data.tar.gz: dad321a168ee3e595b90d6db55d8e916f0da9752634e9ddae02ab04befea458bf34ffb0bdc3039403b3591c6c8c51423d0b0b9a09083c634943dc45422d20803
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-cloudfunctions_v2alpha
|
|
2
2
|
|
|
3
|
+
### v0.27.0 (2023-04-30)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230420
|
|
6
|
+
|
|
7
|
+
### v0.26.0 (2023-04-16)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230406
|
|
10
|
+
|
|
3
11
|
### v0.25.0 (2023-04-02)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230323
|
|
@@ -180,13 +180,8 @@ module Google
|
|
|
180
180
|
# @return [String]
|
|
181
181
|
attr_accessor :build
|
|
182
182
|
|
|
183
|
-
#
|
|
184
|
-
#
|
|
185
|
-
# @return [String]
|
|
186
|
-
attr_accessor :buildpack_stack
|
|
187
|
-
|
|
188
|
-
# Optional. Docker Registry to use for this deployment. This configuration is
|
|
189
|
-
# only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact
|
|
183
|
+
# Docker Registry to use for this deployment. This configuration is only
|
|
184
|
+
# applicable to 1st Gen functions, 2nd Gen functions can only use Artifact
|
|
190
185
|
# Registry. If `docker_repository` field is specified, this field will be
|
|
191
186
|
# automatically set as `ARTIFACT_REGISTRY`. If unspecified, it currently
|
|
192
187
|
# defaults to `CONTAINER_REGISTRY`. This field may be overridden by the backend
|
|
@@ -259,7 +254,6 @@ module Google
|
|
|
259
254
|
# Update properties of this object
|
|
260
255
|
def update!(**args)
|
|
261
256
|
@build = args[:build] if args.key?(:build)
|
|
262
|
-
@buildpack_stack = args[:buildpack_stack] if args.key?(:buildpack_stack)
|
|
263
257
|
@docker_registry = args[:docker_registry] if args.key?(:docker_registry)
|
|
264
258
|
@docker_repository = args[:docker_repository] if args.key?(:docker_repository)
|
|
265
259
|
@entry_point = args[:entry_point] if args.key?(:entry_point)
|
|
@@ -461,9 +455,9 @@ module Google
|
|
|
461
455
|
# @return [Google::Apis::CloudfunctionsV2alpha::EventTrigger]
|
|
462
456
|
attr_accessor :event_trigger
|
|
463
457
|
|
|
464
|
-
# Resource name of a KMS crypto key (managed by the user) used to
|
|
465
|
-
# decrypt function resources. It must match the pattern `projects/`
|
|
466
|
-
# locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``.
|
|
458
|
+
# [Preview] Resource name of a KMS crypto key (managed by the user) used to
|
|
459
|
+
# encrypt/decrypt function resources. It must match the pattern `projects/`
|
|
460
|
+
# project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``.
|
|
467
461
|
# Corresponds to the JSON property `kmsKeyName`
|
|
468
462
|
# @return [String]
|
|
469
463
|
attr_accessor :kms_key_name
|
|
@@ -480,7 +474,7 @@ module Google
|
|
|
480
474
|
attr_accessor :name
|
|
481
475
|
|
|
482
476
|
# Describes the Service being deployed. Currently Supported : Cloud Run (fully
|
|
483
|
-
# managed).
|
|
477
|
+
# managed).
|
|
484
478
|
# Corresponds to the JSON property `serviceConfig`
|
|
485
479
|
# @return [Google::Apis::CloudfunctionsV2alpha::ServiceConfig]
|
|
486
480
|
attr_accessor :service_config
|
|
@@ -557,14 +551,14 @@ module Google
|
|
|
557
551
|
class GenerateUploadUrlRequest
|
|
558
552
|
include Google::Apis::Core::Hashable
|
|
559
553
|
|
|
560
|
-
# Resource name of a KMS crypto key (managed by the user) used to
|
|
561
|
-
# decrypt function source code objects in intermediate Cloud Storage
|
|
562
|
-
# When you generate an upload url and upload your source code, it gets
|
|
563
|
-
# an intermediate Cloud Storage bucket. The source code is then copied
|
|
564
|
-
# versioned directory in the sources bucket in the consumer project during
|
|
565
|
-
# function deployment. It must match the pattern `projects/`project`/
|
|
566
|
-
# location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``. The Google
|
|
567
|
-
# Functions service account (service-`project_number`@gcf-admin-robot.iam.
|
|
554
|
+
# [Preview] Resource name of a KMS crypto key (managed by the user) used to
|
|
555
|
+
# encrypt/decrypt function source code objects in intermediate Cloud Storage
|
|
556
|
+
# buckets. When you generate an upload url and upload your source code, it gets
|
|
557
|
+
# copied to an intermediate Cloud Storage bucket. The source code is then copied
|
|
558
|
+
# to a versioned directory in the sources bucket in the consumer project during
|
|
559
|
+
# the function deployment. It must match the pattern `projects/`project`/
|
|
560
|
+
# locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``. The Google
|
|
561
|
+
# Cloud Functions service account (service-`project_number`@gcf-admin-robot.iam.
|
|
568
562
|
# gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey Encrypter/
|
|
569
563
|
# Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the Key/KeyRing/
|
|
570
564
|
# Project/Organization (least access preferred).
|
|
@@ -1161,7 +1155,7 @@ module Google
|
|
|
1161
1155
|
end
|
|
1162
1156
|
end
|
|
1163
1157
|
|
|
1164
|
-
# A resource that represents Google Cloud
|
|
1158
|
+
# A resource that represents a Google Cloud location.
|
|
1165
1159
|
class Location
|
|
1166
1160
|
include Google::Apis::Core::Hashable
|
|
1167
1161
|
|
|
@@ -1659,7 +1653,7 @@ module Google
|
|
|
1659
1653
|
end
|
|
1660
1654
|
|
|
1661
1655
|
# Describes the Service being deployed. Currently Supported : Cloud Run (fully
|
|
1662
|
-
# managed).
|
|
1656
|
+
# managed).
|
|
1663
1657
|
class ServiceConfig
|
|
1664
1658
|
include Google::Apis::Core::Hashable
|
|
1665
1659
|
|
|
@@ -1672,9 +1666,9 @@ module Google
|
|
|
1672
1666
|
attr_accessor :all_traffic_on_latest_revision
|
|
1673
1667
|
alias_method :all_traffic_on_latest_revision?, :all_traffic_on_latest_revision
|
|
1674
1668
|
|
|
1675
|
-
# The number of CPUs used in a single container instance. Default
|
|
1676
|
-
# calculated from available memory. Supports the same values as Cloud
|
|
1677
|
-
# https://cloud.google.com/run/docs/reference/rest/v1/Container#
|
|
1669
|
+
# [Preview] The number of CPUs used in a single container instance. Default
|
|
1670
|
+
# value is calculated from available memory. Supports the same values as Cloud
|
|
1671
|
+
# Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#
|
|
1678
1672
|
# resourcerequirements Example: "1" indicates 1 vCPU
|
|
1679
1673
|
# Corresponds to the JSON property `availableCpu`
|
|
1680
1674
|
# @return [String]
|
|
@@ -1709,8 +1703,8 @@ module Google
|
|
|
1709
1703
|
# @return [Fixnum]
|
|
1710
1704
|
attr_accessor :max_instance_count
|
|
1711
1705
|
|
|
1712
|
-
# Sets the maximum number of concurrent requests that each instance
|
|
1713
|
-
# Defaults to 1.
|
|
1706
|
+
# [Preview] Sets the maximum number of concurrent requests that each instance
|
|
1707
|
+
# can receive. Defaults to 1.
|
|
1714
1708
|
# Corresponds to the JSON property `maxInstanceRequestConcurrency`
|
|
1715
1709
|
# @return [Fixnum]
|
|
1716
1710
|
attr_accessor :max_instance_request_concurrency
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudfunctionsV2alpha
|
|
18
18
|
# Version of the google-apis-cloudfunctions_v2alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230420"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -305,7 +305,6 @@ module Google
|
|
|
305
305
|
# @private
|
|
306
306
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
307
307
|
property :build, as: 'build'
|
|
308
|
-
property :buildpack_stack, as: 'buildpackStack'
|
|
309
308
|
property :docker_registry, as: 'dockerRegistry'
|
|
310
309
|
property :docker_repository, as: 'dockerRepository'
|
|
311
310
|
property :entry_point, as: 'entryPoint'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudfunctions_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.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: 2023-04-
|
|
11
|
+
date: 2023-04-30 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-cloudfunctions_v2alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.27.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|