google-apis-cloudfunctions_v2alpha 0.30.0 → 0.32.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: d9a9c6069ce286d1b2106ed452715dba27c4903e7a4730b50856316fa1280216
4
- data.tar.gz: f460afb945edd899ca2bef2c8f56ec467554f3c110e8fc8fa8eeb75b15d49adb
3
+ metadata.gz: fe980de565619e0e11164348135142359547b1a0203a43a45992688f267ca0ca
4
+ data.tar.gz: afb16c645348236b1208924e7ebeb838952061a6c26b65600de8aea24ddd08d0
5
5
  SHA512:
6
- metadata.gz: 91d03ea9ab45a2594388ea09e022c95de3e9ffbca66198eeab692ce306fb26ca5ad642420a2e531515e676daa981cceab741402834983bd033c47fcf63322545
7
- data.tar.gz: 78f6e034f1150ddd41c1cac4694fd589ed306d31a93974122b532e1985a27a44141d9e04088448d902710928e5fb5d72cd7b85aa05d6e31bdc13cf0d076e7c7d
6
+ metadata.gz: 8627aaca2a0350cb9ece79d85dce3f16d15d9c7868ffd2e5383d95abc2571d8c779a78d03a9aa109275df57e20b075f65e3474754dbeb950459c03ff6e0fdcd0
7
+ data.tar.gz: cc865ca5a5a5348f9e97dd2020fc2cf3f79d97460a8e3beac0e79af1718e8dba60662da1797553625087bd724b05247786a562460f5dd60e716ba215a273921b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.32.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230622
6
+
7
+ ### v0.31.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230608
10
+
3
11
  ### v0.30.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
@@ -1512,12 +1522,6 @@ module Google
1512
1522
  # @return [String]
1513
1523
  attr_accessor :dir
1514
1524
 
1515
- # Only trigger a build if the revision regex does NOT match the revision regex.
1516
- # Corresponds to the JSON property `invertRegex`
1517
- # @return [Boolean]
1518
- attr_accessor :invert_regex
1519
- alias_method :invert_regex?, :invert_regex
1520
-
1521
1525
  # ID of the project that owns the Cloud Source Repository. If omitted, the
1522
1526
  # project ID requesting the build is assumed.
1523
1527
  # Corresponds to the JSON property `projectId`
@@ -1545,7 +1549,6 @@ module Google
1545
1549
  @branch_name = args[:branch_name] if args.key?(:branch_name)
1546
1550
  @commit_sha = args[:commit_sha] if args.key?(:commit_sha)
1547
1551
  @dir = args[:dir] if args.key?(:dir)
1548
- @invert_regex = args[:invert_regex] if args.key?(:invert_regex)
1549
1552
  @project_id = args[:project_id] if args.key?(:project_id)
1550
1553
  @repo_name = args[:repo_name] if args.key?(:repo_name)
1551
1554
  @tag_name = args[:tag_name] if args.key?(:tag_name)
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.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 = "20230622"
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::CloudfunctionsV2alpha::ServiceConfig, decorator: Google::Apis::CloudfunctionsV2alpha::ServiceConfig::Representation
386
387
 
387
388
  property :state, as: 'state'
@@ -647,7 +648,6 @@ module Google
647
648
  property :branch_name, as: 'branchName'
648
649
  property :commit_sha, as: 'commitSha'
649
650
  property :dir, as: 'dir'
650
- property :invert_regex, as: 'invertRegex'
651
651
  property :project_id, as: 'projectId'
652
652
  property :repo_name, as: 'repoName'
653
653
  property :tag_name, as: 'tagName'
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.30.0
4
+ version: 0.32.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-07-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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.32.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: []