google-apis-cloudfunctions_v2 0.18.0 → 0.19.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: 8f915be1c53fa92d373ae5f8c0b5fd2180d7c0f595b5103d320a83990691a076
4
- data.tar.gz: a4404f73a0fdbdf93d895b38200faf3028a5ab9adb9e573b42f3cc4a410626ad
3
+ metadata.gz: 91f1393502f8b98f016e6261fc388153bb8dd8c51c644c476d07a59f3ef9d3f9
4
+ data.tar.gz: a9942186994565ae3e6819941bd84fd630b4c1e40616ab85a8cae16f3546be61
5
5
  SHA512:
6
- metadata.gz: 0e0d11737240ab25ffd2a3e3803849db634425ee9536beb24ac2ababc9ab1c17565eaba2653253feb16406515e21c813b8b1a72cd308369899b976e25712f9f4
7
- data.tar.gz: b478e702b6595ad071ceb3a419fbe66f93af1482d6406abc8d4ef06b78ae473051fbb2e432d862544e6c5d4c4d5af9d75f8bc9bc1116ea2e7ee8de6d9eec9818
6
+ metadata.gz: fadc8682fcce2dfa738f05ebc18fe7ae5d97f6f133baea7c43b3996eb8243da497f3ca220f17ee118296938bf3120dcfb2cd6593d77c1902658619f286da880a
7
+ data.tar.gz: d911540c3e442b483686f19be56a151e1ba3fa1645e3bfbed02e8c7a93d822a24c81177a31787aeb200fe26922f3fdc410141c172ce04d59b07438378a15225f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.19.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230323
6
+
3
7
  ### v0.18.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 CloudfunctionsV2
18
18
  # Version of the google-apis-cloudfunctions_v2 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.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::CloudfunctionsV2::GoogleCloudFunctionsV2StateMessage, decorator: Google::Apis::CloudfunctionsV2::GoogleCloudFunctionsV2StateMessage::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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.19.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: []