google-apis-cloudfunctions_v2alpha 0.37.0 → 0.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e4f13d5ddc9c0019a2e1f3cb9743348f6cda55fb6ffc3cfd4e0b251b2ffb12a
4
- data.tar.gz: c40cc3624cf6ebb3294681af65871e95ffbff790366e15339cbc24e0c88275e1
3
+ metadata.gz: d626dfa23cc9f097d6272eaa50cf5e19ae99ad8614347fb1a4db163f82f78392
4
+ data.tar.gz: 6769ae4a71b3eccd050a4bde6134311210a312a056605267104564600e22963c
5
5
  SHA512:
6
- metadata.gz: 1db59ac8a0bf06cb5ad77d0d0ef379a676fe46c49a7c1cf8b2479d7b4549cb2bdc8dc37817de9e12bcf873e777e7ef4566d96e7d8f59109114cabcaff62969f7
7
- data.tar.gz: a27d735fd5ff4a0a24e91eccba8552db8b96632c5faf373fcbef85ec8b71cdb77d768b8a2056aa78379cf84895cb17aec77e03d8626c4f1ff700edc1723e9a41
6
+ metadata.gz: b830b5c8975952279aec5ec914c977a9705e9f4cdec5f5db1ea682eca017d18150f630d45f4763495df97b0ba17c962646de4ff4f453f25a02646d07a2418c1f
7
+ data.tar.gz: 71f40a705355e8ec2512afaca2e2aa016fcf672e3e7cdf3e9fb8acba5c6f1df0c1723110c5e3232c0289ff2f05581b04c9780aa803ba1345cc62467403e73ad3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.38.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231207
6
+
3
7
  ### v0.37.0 (2023-12-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20231130
@@ -721,6 +721,11 @@ module Google
721
721
  # @return [String]
722
722
  attr_accessor :end_time
723
723
 
724
+ # The operation type.
725
+ # Corresponds to the JSON property `operationType`
726
+ # @return [String]
727
+ attr_accessor :operation_type
728
+
724
729
  # The original request that started the operation.
725
730
  # Corresponds to the JSON property `requestResource`
726
731
  # @return [Hash<String,Object>]
@@ -762,6 +767,7 @@ module Google
762
767
  @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
763
768
  @create_time = args[:create_time] if args.key?(:create_time)
764
769
  @end_time = args[:end_time] if args.key?(:end_time)
770
+ @operation_type = args[:operation_type] if args.key?(:operation_type)
765
771
  @request_resource = args[:request_resource] if args.key?(:request_resource)
766
772
  @source_token = args[:source_token] if args.key?(:source_token)
767
773
  @stages = args[:stages] if args.key?(:stages)
@@ -898,6 +904,11 @@ module Google
898
904
  # @return [String]
899
905
  attr_accessor :end_time
900
906
 
907
+ # The operation type.
908
+ # Corresponds to the JSON property `operationType`
909
+ # @return [String]
910
+ attr_accessor :operation_type
911
+
901
912
  # The original request that started the operation.
902
913
  # Corresponds to the JSON property `requestResource`
903
914
  # @return [Hash<String,Object>]
@@ -939,6 +950,7 @@ module Google
939
950
  @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
940
951
  @create_time = args[:create_time] if args.key?(:create_time)
941
952
  @end_time = args[:end_time] if args.key?(:end_time)
953
+ @operation_type = args[:operation_type] if args.key?(:operation_type)
942
954
  @request_resource = args[:request_resource] if args.key?(:request_resource)
943
955
  @source_token = args[:source_token] if args.key?(:source_token)
944
956
  @stages = args[:stages] if args.key?(:stages)
@@ -1075,6 +1087,11 @@ module Google
1075
1087
  # @return [String]
1076
1088
  attr_accessor :end_time
1077
1089
 
1090
+ # The operation type.
1091
+ # Corresponds to the JSON property `operationType`
1092
+ # @return [String]
1093
+ attr_accessor :operation_type
1094
+
1078
1095
  # The original request that started the operation.
1079
1096
  # Corresponds to the JSON property `requestResource`
1080
1097
  # @return [Hash<String,Object>]
@@ -1116,6 +1133,7 @@ module Google
1116
1133
  @cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
1117
1134
  @create_time = args[:create_time] if args.key?(:create_time)
1118
1135
  @end_time = args[:end_time] if args.key?(:end_time)
1136
+ @operation_type = args[:operation_type] if args.key?(:operation_type)
1119
1137
  @request_resource = args[:request_resource] if args.key?(:request_resource)
1120
1138
  @source_token = args[:source_token] if args.key?(:source_token)
1121
1139
  @stages = args[:stages] if args.key?(:stages)
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.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
@@ -453,6 +453,7 @@ module Google
453
453
  property :cancel_requested, as: 'cancelRequested'
454
454
  property :create_time, as: 'createTime'
455
455
  property :end_time, as: 'endTime'
456
+ property :operation_type, as: 'operationType'
456
457
  hash :request_resource, as: 'requestResource'
457
458
  property :source_token, as: 'sourceToken'
458
459
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage::Representation
@@ -499,6 +500,7 @@ module Google
499
500
  property :cancel_requested, as: 'cancelRequested'
500
501
  property :create_time, as: 'createTime'
501
502
  property :end_time, as: 'endTime'
503
+ property :operation_type, as: 'operationType'
502
504
  hash :request_resource, as: 'requestResource'
503
505
  property :source_token, as: 'sourceToken'
504
506
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage::Representation
@@ -545,6 +547,7 @@ module Google
545
547
  property :cancel_requested, as: 'cancelRequested'
546
548
  property :create_time, as: 'createTime'
547
549
  property :end_time, as: 'endTime'
550
+ property :operation_type, as: 'operationType'
548
551
  hash :request_resource, as: 'requestResource'
549
552
  property :source_token, as: 'sourceToken'
550
553
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage::Representation
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.37.0
4
+ version: 0.38.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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.38.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: []