google-apis-cloudfunctions_v2alpha 0.24.0 → 0.25.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: 1a3190ca960e41cfb4dc8cf20c0eedde792329b80caa675ff733ed0b665f2120
4
- data.tar.gz: d9b2175516622bf17a623e1409ed9eb03dc991134615c80bf02aa805a0d1367a
3
+ metadata.gz: 596150b15b467ff233f90cd5ebd03244d3b69e8362675fc50f71dfaae74f536a
4
+ data.tar.gz: 8a1cc9b95c8bec2ce5396c45e196806201c575aed7b07cf1356480e1ab482327
5
5
  SHA512:
6
- metadata.gz: 8e12d2688a4c8c397ef0af8a50ba1e18bc44d43d718969d506c69c52cc0b1323d74765b1a12ab916b64f07aa401eee5ba8249427b96f3cc006684baa42f8dd31
7
- data.tar.gz: 5f5a84d22ba1e6dadaec1b7852544c12dda355a97b2e1a54871d5faaa7f483b27953e2330ef79ee27ea8beeff32c0099127e88c249ea915b064707afe09b4ce6
6
+ metadata.gz: 2c57d29c47a5725adffae6cfd8d4f3700c2dfd7be4744fa6e1265165d350cd1c02269039a15a525edd6d28499c8edc1447c120b00ac903edbd7773f0836388c5
7
+ data.tar.gz: ab6f50abd4bc10e7d6b3fa07ca2191dc28553124bc8139a381e7b6df0cc1f383b3874bf8fec25138c3ecc9788d080b2ab31874c86cddec0cde4859f7e8d9d3a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.25.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230323
6
+
3
7
  ### v0.24.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 CloudfunctionsV2alpha
18
18
  # Version of the google-apis-cloudfunctions_v2alpha gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.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::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage::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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.25.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: []