google-apis-cloudfunctions_v2 0.30.0 → 0.32.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: 1ae058f30984ba5501b1fe4c72e97d3552419f1b2c1e8d64b13894fadc92123d
4
- data.tar.gz: 3e5d4676729f4ae6f84b54bb361a74177d224d2c5e3a8caaf4800e48b80f6582
3
+ metadata.gz: 6137ba0fc962006716b74fb58fb5c0f28c25c77260bd48dff58f20f28f2a790a
4
+ data.tar.gz: 5b6cfada02871b38270803040f4c8af628a5034b63f766a51c30d8624cd56464
5
5
  SHA512:
6
- metadata.gz: 43253ff326f578b601db2232ab0319d2563b149576686216ab332060bd24b3828bc10251c1951f9b55261db961c06492536456f76b5bc4321e60a98cfeb2ea2c
7
- data.tar.gz: efd6471fa9c52fd7810aa5353a81b27bd8ab6f5e4c75543f70cb227f16650bf48ed90dffb9c3f8d081f4f1db9cd32f7aa06d78b5a1abd38d204243c01cdb590e
6
+ metadata.gz: 0befb57dd84628c7fce88b003a786afc1875dbd30da8de7387aa2608f6108ab3d149e6d9f968b718e6b3f0adb507a648a220b408fdeab9e3bb1fbebef23640d6
7
+ data.tar.gz: 1812341894eee901665288272380b37922391e21ced1712acb983f9028b022102cb1ff3dcbe676c2ddcf6ba162c7f38b9791d6d0110b05e398d63afd1a53fc9d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.32.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231130
6
+
7
+ ### v0.31.0 (2023-11-12)
8
+
9
+ * Regenerated from discovery document revision 20231102
10
+
3
11
  ### v0.30.0 (2023-09-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20230907
@@ -384,6 +384,15 @@ module Google
384
384
  # @return [String]
385
385
  attr_accessor :retry_policy
386
386
 
387
+ # Optional. The hostname of the service that 1st Gen function should be observed.
388
+ # If no string is provided, the default service implementing the API will be
389
+ # used. For example, `storage.googleapis.com` is the default for all event types
390
+ # in the `google.storage` namespace. The field is only applicable to 1st Gen
391
+ # functions.
392
+ # Corresponds to the JSON property `service`
393
+ # @return [String]
394
+ attr_accessor :service
395
+
387
396
  # Optional. The email of the trigger's service account. The service account must
388
397
  # have permission to invoke Cloud Run services, the permission is `run.routes.
389
398
  # invoke`. If empty, defaults to the Compute Engine default service account: ``
@@ -417,6 +426,7 @@ module Google
417
426
  @event_type = args[:event_type] if args.key?(:event_type)
418
427
  @pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic)
419
428
  @retry_policy = args[:retry_policy] if args.key?(:retry_policy)
429
+ @service = args[:service] if args.key?(:service)
420
430
  @service_account_email = args[:service_account_email] if args.key?(:service_account_email)
421
431
  @trigger = args[:trigger] if args.key?(:trigger)
422
432
  @trigger_region = args[:trigger_region] if args.key?(:trigger_region)
@@ -1827,9 +1837,9 @@ module Google
1827
1837
  attr_accessor :all_traffic_on_latest_revision
1828
1838
  alias_method :all_traffic_on_latest_revision?, :all_traffic_on_latest_revision
1829
1839
 
1830
- # [Preview] The number of CPUs used in a single container instance. Default
1831
- # value is calculated from available memory. Supports the same values as Cloud
1832
- # Run, see https://cloud.google.com/run/docs/reference/rest/v1/Container#
1840
+ # The number of CPUs used in a single container instance. Default value is
1841
+ # calculated from available memory. Supports the same values as Cloud Run, see
1842
+ # https://cloud.google.com/run/docs/reference/rest/v1/Container#
1833
1843
  # resourcerequirements Example: "1" indicates 1 vCPU
1834
1844
  # Corresponds to the JSON property `availableCpu`
1835
1845
  # @return [String]
@@ -1864,8 +1874,8 @@ module Google
1864
1874
  # @return [Fixnum]
1865
1875
  attr_accessor :max_instance_count
1866
1876
 
1867
- # [Preview] Sets the maximum number of concurrent requests that each instance
1868
- # can receive. Defaults to 1.
1877
+ # Sets the maximum number of concurrent requests that each instance can receive.
1878
+ # Defaults to 1.
1869
1879
  # Corresponds to the JSON property `maxInstanceRequestConcurrency`
1870
1880
  # @return [Fixnum]
1871
1881
  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.30.0"
19
+ GEM_VERSION = "0.32.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 = "20230907"
25
+ REVISION = "20231130"
26
26
  end
27
27
  end
28
28
  end
@@ -370,6 +370,7 @@ module Google
370
370
  property :event_type, as: 'eventType'
371
371
  property :pubsub_topic, as: 'pubsubTopic'
372
372
  property :retry_policy, as: 'retryPolicy'
373
+ property :service, as: 'service'
373
374
  property :service_account_email, as: 'serviceAccountEmail'
374
375
  property :trigger, as: 'trigger'
375
376
  property :trigger_region, as: 'triggerRegion'
@@ -212,9 +212,9 @@ module Google
212
212
  # be attached - the signed URLs provide access to the target bucket using
213
213
  # internal service identity; if credentials were attached, the identity from the
214
214
  # credentials would be used, but that identity does not have permissions to
215
- # upload files to the URL. When making a HTTP PUT request, these two headers
216
- # need to be specified: * `content-type: application/zip` And this header SHOULD
217
- # NOT be specified: * `Authorization: Bearer YOUR_TOKEN`
215
+ # upload files to the URL. When making a HTTP PUT request, specify this header: *
216
+ # `content-type: application/zip` Do not specify this header: * `Authorization:
217
+ # Bearer YOUR_TOKEN`
218
218
  # @param [String] parent
219
219
  # Required. The project and location in which the Google Cloud Storage signed
220
220
  # URL should be generated, specified in the format `projects/*/locations/*`.
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.30.0
4
+ version: 0.32.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-09-17 00:00:00.000000000 Z
11
+ date: 2023-12-10 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.32.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: []