google-apis-cloudfunctions_v1 0.46.0 → 0.47.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: 07d1e2b0d3b3c327020a7d5d4d5c1759e64e3997e55ed5b4ea2e7550ece89d7a
4
- data.tar.gz: 59371ad3f51ed5057cc8a411b2202e3b23440bfdbf9db431ebaa5f71ddbfd1e0
3
+ metadata.gz: 4c9d6d7a837ee9ec704067c24ee90c5e7140ed58badc077c70bb1264d475c43e
4
+ data.tar.gz: e4b649a04c4d8954ce0ca7cccd2021fabc1a574b59b69d036094d26f3ff72d89
5
5
  SHA512:
6
- metadata.gz: ccf921ec6dda549a798b360024b09102ff014f1cc738e6666e575e8d78ea63b02f3ec874a156eea6f8b885d3e64aac5eb7d03c4a058eb496a4722e2bd4f3aa22
7
- data.tar.gz: 13b6a6445c119dbb00bf8995cd509ab3d5952ca8984cc701b25a6ff8ddc23ef159dfa1bae18b126ba8e0a33f2803cef4360f97eff2af548d538866a9ccdea4c8
6
+ metadata.gz: 9d82bd850a3609c6ba82846db30147521acab6230519a161a9f5aadc7bd9f55139d4e19886decd9f1084a7e046f1a029241de7b13afbaa7a895aaea87ca26698
7
+ data.tar.gz: d09952bf383dc0e582f0b31148dc7d0a8abfe9be39d1e3ca86da9deb72cc818d97bd8641cd6d7c4586c05031f300da51e2036b8b51074fdf2dad4bfaca63a493
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v1
2
2
 
3
+ ### v0.47.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231207
6
+
3
7
  ### v0.46.0 (2023-12-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20231130
@@ -797,6 +797,11 @@ module Google
797
797
  # @return [String]
798
798
  attr_accessor :end_time
799
799
 
800
+ # The operation type.
801
+ # Corresponds to the JSON property `operationType`
802
+ # @return [String]
803
+ attr_accessor :operation_type
804
+
800
805
  # The original request that started the operation.
801
806
  # Corresponds to the JSON property `requestResource`
802
807
  # @return [Hash<String,Object>]
@@ -838,6 +843,7 @@ module Google
838
843
  @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
839
844
  @create_time = args[:create_time] if args.key?(:create_time)
840
845
  @end_time = args[:end_time] if args.key?(:end_time)
846
+ @operation_type = args[:operation_type] if args.key?(:operation_type)
841
847
  @request_resource = args[:request_resource] if args.key?(:request_resource)
842
848
  @source_token = args[:source_token] if args.key?(:source_token)
843
849
  @stages = args[:stages] if args.key?(:stages)
@@ -974,6 +980,11 @@ module Google
974
980
  # @return [String]
975
981
  attr_accessor :end_time
976
982
 
983
+ # The operation type.
984
+ # Corresponds to the JSON property `operationType`
985
+ # @return [String]
986
+ attr_accessor :operation_type
987
+
977
988
  # The original request that started the operation.
978
989
  # Corresponds to the JSON property `requestResource`
979
990
  # @return [Hash<String,Object>]
@@ -1015,6 +1026,7 @@ module Google
1015
1026
  @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
1016
1027
  @create_time = args[:create_time] if args.key?(:create_time)
1017
1028
  @end_time = args[:end_time] if args.key?(:end_time)
1029
+ @operation_type = args[:operation_type] if args.key?(:operation_type)
1018
1030
  @request_resource = args[:request_resource] if args.key?(:request_resource)
1019
1031
  @source_token = args[:source_token] if args.key?(:source_token)
1020
1032
  @stages = args[:stages] if args.key?(:stages)
@@ -1151,6 +1163,11 @@ module Google
1151
1163
  # @return [String]
1152
1164
  attr_accessor :end_time
1153
1165
 
1166
+ # The operation type.
1167
+ # Corresponds to the JSON property `operationType`
1168
+ # @return [String]
1169
+ attr_accessor :operation_type
1170
+
1154
1171
  # The original request that started the operation.
1155
1172
  # Corresponds to the JSON property `requestResource`
1156
1173
  # @return [Hash<String,Object>]
@@ -1192,6 +1209,7 @@ module Google
1192
1209
  @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
1193
1210
  @create_time = args[:create_time] if args.key?(:create_time)
1194
1211
  @end_time = args[:end_time] if args.key?(:end_time)
1212
+ @operation_type = args[:operation_type] if args.key?(:operation_type)
1195
1213
  @request_resource = args[:request_resource] if args.key?(:request_resource)
1196
1214
  @source_token = args[:source_token] if args.key?(:source_token)
1197
1215
  @stages = args[:stages] if args.key?(:stages)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV1
18
18
  # Version of the google-apis-cloudfunctions_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.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 = "20231130"
25
+ REVISION = "20231207"
26
26
  end
27
27
  end
28
28
  end
@@ -454,6 +454,7 @@ module Google
454
454
  property :cancel_requested, as: 'cancelRequested'
455
455
  property :create_time, as: 'createTime'
456
456
  property :end_time, as: 'endTime'
457
+ property :operation_type, as: 'operationType'
457
458
  hash :request_resource, as: 'requestResource'
458
459
  property :source_token, as: 'sourceToken'
459
460
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2Stage, decorator: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2Stage::Representation
@@ -500,6 +501,7 @@ module Google
500
501
  property :cancel_requested, as: 'cancelRequested'
501
502
  property :create_time, as: 'createTime'
502
503
  property :end_time, as: 'endTime'
504
+ property :operation_type, as: 'operationType'
503
505
  hash :request_resource, as: 'requestResource'
504
506
  property :source_token, as: 'sourceToken'
505
507
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2alphaStage, decorator: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2alphaStage::Representation
@@ -546,6 +548,7 @@ module Google
546
548
  property :cancel_requested, as: 'cancelRequested'
547
549
  property :create_time, as: 'createTime'
548
550
  property :end_time, as: 'endTime'
551
+ property :operation_type, as: 'operationType'
549
552
  hash :request_resource, as: 'requestResource'
550
553
  property :source_token, as: 'sourceToken'
551
554
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2betaStage, decorator: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2betaStage::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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-12-10 00:00:00.000000000 Z
11
+ date: 2023-12-17 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1
63
63
  post_install_message:
64
64
  rdoc_options: []