google-apis-cloudfunctions_v2beta 0.22.0 → 0.24.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: 3d58b57fd4494e6a79ba008d665935c6deb0961dbeb50fb090576902407cf562
4
- data.tar.gz: d615d368459de29e4cbc4dad45435723b058dabec2e48ae837c8c0bcaf0cb438
3
+ metadata.gz: 60bfb74d66ced20432e25ed09b1c6777ac5111bf705ceb6f12065f3ce18090d4
4
+ data.tar.gz: 9e8d64356799481de5ac19e6e5728e1f029654c48dd9c1cf74a325498ba6df63
5
5
  SHA512:
6
- metadata.gz: 8c17ab97464d5c954fe95c7962e685def530c52f4df3d5f075067c97e98d2663c201ccd528a1564f9f9f672f9fe367a3dd86d282f61dc4cea51d381a1e532842
7
- data.tar.gz: d2d7abf47c3e4deeac227ba1ef622376f9517a81ee7cfce090cb95e1df226ef8eefa49ea822316e9c534571f90cfb77ad5fcd3b85d776e0c05d27e461e9e6370
6
+ metadata.gz: 6ef2468eeb16b1b9467477089110247d35a141ad69f352c256d28b6d5bc7375cb6f3335d28c4356c7b282de2737e4dac284ae72ff6ab5702c88cfec8cb9bed2f
7
+ data.tar.gz: d4e070cb061a8f044bed6554997c62f8fa43686bb2834643d734e88c8818e8a8a2b2453cab84f70dbd16e56d273399f7b20071dd0a5a90a1e4f020fd01be4cb5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2beta
2
2
 
3
+ ### v0.24.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230420
6
+
7
+ ### v0.23.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230406
10
+
3
11
  ### v0.22.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
- # Specifies one of the Google provided buildpack stacks.
184
- # Corresponds to the JSON property `buildpackStack`
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::CloudfunctionsV2beta::EventTrigger]
462
456
  attr_accessor :event_trigger
463
457
 
464
- # Resource name of a KMS crypto key (managed by the user) used to encrypt/
465
- # decrypt function resources. It must match the pattern `projects/`project`/
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). Next tag: 23
477
+ # managed).
484
478
  # Corresponds to the JSON property `serviceConfig`
485
479
  # @return [Google::Apis::CloudfunctionsV2beta::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 encrypt/
561
- # decrypt function source code objects in intermediate Cloud Storage buckets.
562
- # When you generate an upload url and upload your source code, it gets copied to
563
- # an intermediate Cloud Storage bucket. The source code is then copied to a
564
- # versioned directory in the sources bucket in the consumer project during the
565
- # function deployment. It must match the pattern `projects/`project`/locations/`
566
- # location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``. The Google Cloud
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 Platform location.
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). Next tag: 23
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 value is
1676
- # calculated from available memory. Supports the same values as Cloud Run, see
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 can receive.
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 CloudfunctionsV2beta
18
18
  # Version of the google-apis-cloudfunctions_v2beta gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.24.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 = "20230323"
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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.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-02 00:00:00.000000000 Z
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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []