google-apis-cloudfunctions_v2beta 0.21.0 → 0.22.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: d5c2f8966b1b99e490969083244ff71eb137c056b626a1bc3a0cb9b66bb6a232
4
- data.tar.gz: 28483ff564cfc17ff62a531955fc980f3050e237a7e33b75ea997ee1ba98186a
3
+ metadata.gz: 3d58b57fd4494e6a79ba008d665935c6deb0961dbeb50fb090576902407cf562
4
+ data.tar.gz: d615d368459de29e4cbc4dad45435723b058dabec2e48ae837c8c0bcaf0cb438
5
5
  SHA512:
6
- metadata.gz: f3c7657b13a1cee8c9317423d246a4437b00399973514dc8766f0c81add8fe02f33360d638dd4958227c140da29274403aee26c6cac1c5380d25fe77f302c497
7
- data.tar.gz: 92e2c78e1f2b9a9023bde38a422c1c657418dff310f73bf42864ab4cc52aae2561d33ac54a8e74f6abc4eb06805d26373c101c01aad4d44a11fca9a02508a560
6
+ metadata.gz: 8c17ab97464d5c954fe95c7962e685def530c52f4df3d5f075067c97e98d2663c201ccd528a1564f9f9f672f9fe367a3dd86d282f61dc4cea51d381a1e532842
7
+ data.tar.gz: d2d7abf47c3e4deeac227ba1ef622376f9517a81ee7cfce090cb95e1df226ef8eefa49ea822316e9c534571f90cfb77ad5fcd3b85d776e0c05d27e461e9e6370
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2beta
2
2
 
3
+ ### v0.22.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230323
6
+
3
7
  ### v0.21.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230320
@@ -500,11 +500,6 @@ module Google
500
500
  # @return [String]
501
501
  attr_accessor :update_time
502
502
 
503
- # Output only. The deployed url for the function.
504
- # Corresponds to the JSON property `url`
505
- # @return [String]
506
- attr_accessor :url
507
-
508
503
  def initialize(**args)
509
504
  update!(**args)
510
505
  end
@@ -522,7 +517,6 @@ module Google
522
517
  @state = args[:state] if args.key?(:state)
523
518
  @state_messages = args[:state_messages] if args.key?(:state_messages)
524
519
  @update_time = args[:update_time] if args.key?(:update_time)
525
- @url = args[:url] if args.key?(:url)
526
520
  end
527
521
  end
528
522
 
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.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 = "20230320"
25
+ REVISION = "20230323"
26
26
  end
27
27
  end
28
28
  end
@@ -371,7 +371,6 @@ module Google
371
371
  collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2beta::GoogleCloudFunctionsV2betaStateMessage, decorator: Google::Apis::CloudfunctionsV2beta::GoogleCloudFunctionsV2betaStateMessage::Representation
372
372
 
373
373
  property :update_time, as: 'updateTime'
374
- property :url, as: 'url'
375
374
  end
376
375
  end
377
376
 
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.21.0
4
+ version: 0.22.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-02 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.22.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: []