google-apis-cloudfunctions_v2 0.19.0 → 0.21.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: 91f1393502f8b98f016e6261fc388153bb8dd8c51c644c476d07a59f3ef9d3f9
4
- data.tar.gz: a9942186994565ae3e6819941bd84fd630b4c1e40616ab85a8cae16f3546be61
3
+ metadata.gz: 4a7927c3e4cf38fe1585e2c8ca12421e554a5dcb3d8d01ba4f37a470e9c7a7d4
4
+ data.tar.gz: 5f7aaedc42bf4fd491ac79b6dbd9a72d0f18994802b6a966186b6ce561ef7cc0
5
5
  SHA512:
6
- metadata.gz: fadc8682fcce2dfa738f05ebc18fe7ae5d97f6f133baea7c43b3996eb8243da497f3ca220f17ee118296938bf3120dcfb2cd6593d77c1902658619f286da880a
7
- data.tar.gz: d911540c3e442b483686f19be56a151e1ba3fa1645e3bfbed02e8c7a93d822a24c81177a31787aeb200fe26922f3fdc410141c172ce04d59b07438378a15225f
6
+ metadata.gz: ef4cc02ba36b3983c5f7f95da2f2eaa90c50623fc2a249a8c8b46f4d183deb1b0941c4a5d90de71ec8be2d963d8f1a5cbc94a2763f39ac991405a9efed152849
7
+ data.tar.gz: 53a1b913c9781850bc5409c67e0c6694b77683e45660baf3b184fcecefa43ffae7da653c0a29080a20c8d210a0716a9af872b80fc8711a8f58ac018d0cc2df32
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.21.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230420
6
+
7
+ ### v0.20.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230406
10
+
3
11
  ### v0.19.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::CloudfunctionsV2::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::CloudfunctionsV2::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 CloudfunctionsV2
18
18
  # Version of the google-apis-cloudfunctions_v2 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.21.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.21.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2
63
63
  post_install_message:
64
64
  rdoc_options: []