google-apis-cloudfunctions_v2 0.24.0 → 0.26.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: 4e4eb96663f6c99d9f55a4ed80cfbd83c480e9088b384407a5be4313e9740c9f
4
- data.tar.gz: 3fb8b40c53c1c69509883bac2e2c4a06da27a570f1d8223e09edc838498e6e01
3
+ metadata.gz: 61d06f8dbea55df051d66ed2f7fde636d6d55ddb050f953ebe3e4cb9a9cf0fca
4
+ data.tar.gz: a91462d14b46248ea9f188be3920ad2e50d86fb2fea853d73e9017bfe9a8ac92
5
5
  SHA512:
6
- metadata.gz: 42e8d4c6e4d6720119adcb78739d89d7e4cfc3de6eea19cecad6a09c9da5a1d152225f61de12e956c71694b27f8797ea5602587a81eba978a45aea7133c33d93
7
- data.tar.gz: e1f7ddcee630bb4668a2d64535401a845c35401dde038929d719263924670b59e10c282e113442ab175af6d2c7c749d79fd27aa256bd72c1897024ccf779069e
6
+ metadata.gz: 638a67ee968c478c31a9af2e28516f6c5c75c3636055c6d3b95c3480dff01fb7568e6062ae24d40ba119708aebec173c19eee8995475dc487fa0cdb5b73156f5
7
+ data.tar.gz: b0d6f9d84191d734c617db92e9ddd82473d303667d403f3d3fcd303efeb9e8199d81c4e52fbb07e1eac9f4d5bc835d23f119a33fd5757e0ea3bdb2112cffd177
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2
2
2
 
3
+ ### v0.26.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230619
6
+
7
+ ### v0.25.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230608
10
+
3
11
  ### v0.24.0 (2023-06-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20230601
@@ -473,6 +473,12 @@ module Google
473
473
  # @return [String]
474
474
  attr_accessor :name
475
475
 
476
+ # Output only. Reserved for future use.
477
+ # Corresponds to the JSON property `satisfiesPzs`
478
+ # @return [Boolean]
479
+ attr_accessor :satisfies_pzs
480
+ alias_method :satisfies_pzs?, :satisfies_pzs
481
+
476
482
  # Describes the Service being deployed. Currently Supported : Cloud Run (fully
477
483
  # managed).
478
484
  # Corresponds to the JSON property `serviceConfig`
@@ -512,6 +518,7 @@ module Google
512
518
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
513
519
  @labels = args[:labels] if args.key?(:labels)
514
520
  @name = args[:name] if args.key?(:name)
521
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
515
522
  @service_config = args[:service_config] if args.key?(:service_config)
516
523
  @state = args[:state] if args.key?(:state)
517
524
  @state_messages = args[:state_messages] if args.key?(:state_messages)
@@ -638,8 +645,9 @@ module Google
638
645
  attr_accessor :api_version
639
646
 
640
647
  # Identifies whether the user has requested cancellation of the operation.
641
- # Operations that have successfully been cancelled have Operation.error value
642
- # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
648
+ # Operations that have successfully been cancelled have google.longrunning.
649
+ # Operation.error value with a google.rpc.Status.code of 1, corresponding to `
650
+ # Code.CANCELLED`.
643
651
  # Corresponds to the JSON property `cancelRequested`
644
652
  # @return [Boolean]
645
653
  attr_accessor :cancel_requested
@@ -807,8 +815,9 @@ module Google
807
815
  attr_accessor :api_version
808
816
 
809
817
  # Identifies whether the user has requested cancellation of the operation.
810
- # Operations that have successfully been cancelled have Operation.error value
811
- # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
818
+ # Operations that have successfully been cancelled have google.longrunning.
819
+ # Operation.error value with a google.rpc.Status.code of 1, corresponding to `
820
+ # Code.CANCELLED`.
812
821
  # Corresponds to the JSON property `cancelRequested`
813
822
  # @return [Boolean]
814
823
  attr_accessor :cancel_requested
@@ -976,8 +985,9 @@ module Google
976
985
  attr_accessor :api_version
977
986
 
978
987
  # Identifies whether the user has requested cancellation of the operation.
979
- # Operations that have successfully been cancelled have Operation.error value
980
- # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
988
+ # Operations that have successfully been cancelled have google.longrunning.
989
+ # Operation.error value with a google.rpc.Status.code of 1, corresponding to `
990
+ # Code.CANCELLED`.
981
991
  # Corresponds to the JSON property `cancelRequested`
982
992
  # @return [Boolean]
983
993
  attr_accessor :cancel_requested
@@ -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.24.0"
19
+ GEM_VERSION = "0.26.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 = "20230601"
25
+ REVISION = "20230619"
26
26
  end
27
27
  end
28
28
  end
@@ -382,6 +382,7 @@ module Google
382
382
  property :kms_key_name, as: 'kmsKeyName'
383
383
  hash :labels, as: 'labels'
384
384
  property :name, as: 'name'
385
+ property :satisfies_pzs, as: 'satisfiesPzs'
385
386
  property :service_config, as: 'serviceConfig', class: Google::Apis::CloudfunctionsV2::ServiceConfig, decorator: Google::Apis::CloudfunctionsV2::ServiceConfig::Representation
386
387
 
387
388
  property :state, as: 'state'
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.24.0
4
+ version: 0.26.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-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-25 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2/v0.26.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: []