google-apis-cloudfunctions_v2alpha 0.31.0 → 0.33.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: 114ad12ed9a5e092c6623cf8d72493d131c0f20ef32fea5a09ffa7593e165ae7
4
- data.tar.gz: 6c311c1bc54d0b6140a082eaa8ba6c4c6cfbeccab1d84e23e70d1928db84acba
3
+ metadata.gz: 3db644b327d542861e8bed7e177f02865b010d92ac5452136e6973d65958fec3
4
+ data.tar.gz: 51eccc0a96682ed937a5787b4be64aba645ff8294aea2ed9f15939b665979ec9
5
5
  SHA512:
6
- metadata.gz: d0c26f83a157dfe5d2db78c5a3924f4881d8cedd3972f041e1dc93b5a39c5314881c6ad03dc6e0adb2eae39182488d4c152bb55e68ef9f20fed291f28234b270
7
- data.tar.gz: 21a8bdefc6153ea47b5ad93e4d8b42d0610e85dc4c047bb18ba0c4c8d33237e67a13221c037d2000479bb48234b4e2b829fab59e83354debc43ac26de6bd1895
6
+ metadata.gz: 263c4dd265494524b1f05fa21c8a138ae92ac04c1e41ced31fd67b6c4f0f5904feb1775bd259143506274a1a11e12979fa3021cdddb732167f3121a493f576fd
7
+ data.tar.gz: 967819ef73d1b3901ba7a7e46d6c05f1f0c8596dcf6ecad672bc0d79372291c0116bc024a945992c0bc45c08f84153703152c4083dad4f91ae727477deb2de51
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.33.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230713
6
+
7
+ ### v0.32.0 (2023-07-02)
8
+
9
+ * Regenerated from discovery document revision 20230622
10
+
3
11
  ### v0.31.0 (2023-06-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20230608
@@ -235,6 +235,12 @@ module Google
235
235
  # @return [Google::Apis::CloudfunctionsV2alpha::SourceProvenance]
236
236
  attr_accessor :source_provenance
237
237
 
238
+ # An identifier for Firebase function sources. Disclaimer: This field is only
239
+ # supported for Firebase function deployments.
240
+ # Corresponds to the JSON property `sourceToken`
241
+ # @return [String]
242
+ attr_accessor :source_token
243
+
238
244
  # Name of the Cloud Build Custom Worker Pool that should be used to build the
239
245
  # function. The format of this field is `projects/`project`/locations/`region`/
240
246
  # workerPools/`workerPool`` where `project` and `region` are the project id and
@@ -261,6 +267,7 @@ module Google
261
267
  @runtime = args[:runtime] if args.key?(:runtime)
262
268
  @source = args[:source] if args.key?(:source)
263
269
  @source_provenance = args[:source_provenance] if args.key?(:source_provenance)
270
+ @source_token = args[:source_token] if args.key?(:source_token)
264
271
  @worker_pool = args[:worker_pool] if args.key?(:worker_pool)
265
272
  end
266
273
  end
@@ -473,6 +480,12 @@ module Google
473
480
  # @return [String]
474
481
  attr_accessor :name
475
482
 
483
+ # Output only. Reserved for future use.
484
+ # Corresponds to the JSON property `satisfiesPzs`
485
+ # @return [Boolean]
486
+ attr_accessor :satisfies_pzs
487
+ alias_method :satisfies_pzs?, :satisfies_pzs
488
+
476
489
  # Describes the Service being deployed. Currently Supported : Cloud Run (fully
477
490
  # managed).
478
491
  # Corresponds to the JSON property `serviceConfig`
@@ -512,6 +525,7 @@ module Google
512
525
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
513
526
  @labels = args[:labels] if args.key?(:labels)
514
527
  @name = args[:name] if args.key?(:name)
528
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
515
529
  @service_config = args[:service_config] if args.key?(:service_config)
516
530
  @state = args[:state] if args.key?(:state)
517
531
  @state_messages = args[:state_messages] if args.key?(:state_messages)
@@ -661,6 +675,12 @@ module Google
661
675
  # @return [Hash<String,Object>]
662
676
  attr_accessor :request_resource
663
677
 
678
+ # An identifier for Firebase function sources. Disclaimer: This field is only
679
+ # supported for Firebase function deployments.
680
+ # Corresponds to the JSON property `sourceToken`
681
+ # @return [String]
682
+ attr_accessor :source_token
683
+
664
684
  # Mechanism for reporting in-progress stages
665
685
  # Corresponds to the JSON property `stages`
666
686
  # @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage>]
@@ -692,6 +712,7 @@ module Google
692
712
  @create_time = args[:create_time] if args.key?(:create_time)
693
713
  @end_time = args[:end_time] if args.key?(:end_time)
694
714
  @request_resource = args[:request_resource] if args.key?(:request_resource)
715
+ @source_token = args[:source_token] if args.key?(:source_token)
695
716
  @stages = args[:stages] if args.key?(:stages)
696
717
  @status_detail = args[:status_detail] if args.key?(:status_detail)
697
718
  @target = args[:target] if args.key?(:target)
@@ -831,6 +852,12 @@ module Google
831
852
  # @return [Hash<String,Object>]
832
853
  attr_accessor :request_resource
833
854
 
855
+ # An identifier for Firebase function sources. Disclaimer: This field is only
856
+ # supported for Firebase function deployments.
857
+ # Corresponds to the JSON property `sourceToken`
858
+ # @return [String]
859
+ attr_accessor :source_token
860
+
834
861
  # Mechanism for reporting in-progress stages
835
862
  # Corresponds to the JSON property `stages`
836
863
  # @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage>]
@@ -862,6 +889,7 @@ module Google
862
889
  @create_time = args[:create_time] if args.key?(:create_time)
863
890
  @end_time = args[:end_time] if args.key?(:end_time)
864
891
  @request_resource = args[:request_resource] if args.key?(:request_resource)
892
+ @source_token = args[:source_token] if args.key?(:source_token)
865
893
  @stages = args[:stages] if args.key?(:stages)
866
894
  @status_detail = args[:status_detail] if args.key?(:status_detail)
867
895
  @target = args[:target] if args.key?(:target)
@@ -1001,6 +1029,12 @@ module Google
1001
1029
  # @return [Hash<String,Object>]
1002
1030
  attr_accessor :request_resource
1003
1031
 
1032
+ # An identifier for Firebase function sources. Disclaimer: This field is only
1033
+ # supported for Firebase function deployments.
1034
+ # Corresponds to the JSON property `sourceToken`
1035
+ # @return [String]
1036
+ attr_accessor :source_token
1037
+
1004
1038
  # Mechanism for reporting in-progress stages
1005
1039
  # Corresponds to the JSON property `stages`
1006
1040
  # @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage>]
@@ -1032,6 +1066,7 @@ module Google
1032
1066
  @create_time = args[:create_time] if args.key?(:create_time)
1033
1067
  @end_time = args[:end_time] if args.key?(:end_time)
1034
1068
  @request_resource = args[:request_resource] if args.key?(:request_resource)
1069
+ @source_token = args[:source_token] if args.key?(:source_token)
1035
1070
  @stages = args[:stages] if args.key?(:stages)
1036
1071
  @status_detail = args[:status_detail] if args.key?(:status_detail)
1037
1072
  @target = args[:target] if args.key?(:target)
@@ -1515,12 +1550,6 @@ module Google
1515
1550
  # @return [String]
1516
1551
  attr_accessor :dir
1517
1552
 
1518
- # Only trigger a build if the revision regex does NOT match the revision regex.
1519
- # Corresponds to the JSON property `invertRegex`
1520
- # @return [Boolean]
1521
- attr_accessor :invert_regex
1522
- alias_method :invert_regex?, :invert_regex
1523
-
1524
1553
  # ID of the project that owns the Cloud Source Repository. If omitted, the
1525
1554
  # project ID requesting the build is assumed.
1526
1555
  # Corresponds to the JSON property `projectId`
@@ -1548,7 +1577,6 @@ module Google
1548
1577
  @branch_name = args[:branch_name] if args.key?(:branch_name)
1549
1578
  @commit_sha = args[:commit_sha] if args.key?(:commit_sha)
1550
1579
  @dir = args[:dir] if args.key?(:dir)
1551
- @invert_regex = args[:invert_regex] if args.key?(:invert_regex)
1552
1580
  @project_id = args[:project_id] if args.key?(:project_id)
1553
1581
  @repo_name = args[:repo_name] if args.key?(:repo_name)
1554
1582
  @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.31.0"
19
+ GEM_VERSION = "0.33.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 = "20230608"
25
+ REVISION = "20230713"
26
26
  end
27
27
  end
28
28
  end
@@ -332,6 +332,7 @@ module Google
332
332
 
333
333
  property :source_provenance, as: 'sourceProvenance', class: Google::Apis::CloudfunctionsV2alpha::SourceProvenance, decorator: Google::Apis::CloudfunctionsV2alpha::SourceProvenance::Representation
334
334
 
335
+ property :source_token, as: 'sourceToken'
335
336
  property :worker_pool, as: 'workerPool'
336
337
  end
337
338
  end
@@ -382,6 +383,7 @@ module Google
382
383
  property :kms_key_name, as: 'kmsKeyName'
383
384
  hash :labels, as: 'labels'
384
385
  property :name, as: 'name'
386
+ property :satisfies_pzs, as: 'satisfiesPzs'
385
387
  property :service_config, as: 'serviceConfig', class: Google::Apis::CloudfunctionsV2alpha::ServiceConfig, decorator: Google::Apis::CloudfunctionsV2alpha::ServiceConfig::Representation
386
388
 
387
389
  property :state, as: 'state'
@@ -436,6 +438,7 @@ module Google
436
438
  property :create_time, as: 'createTime'
437
439
  property :end_time, as: 'endTime'
438
440
  hash :request_resource, as: 'requestResource'
441
+ property :source_token, as: 'sourceToken'
439
442
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage::Representation
440
443
 
441
444
  property :status_detail, as: 'statusDetail'
@@ -481,6 +484,7 @@ module Google
481
484
  property :create_time, as: 'createTime'
482
485
  property :end_time, as: 'endTime'
483
486
  hash :request_resource, as: 'requestResource'
487
+ property :source_token, as: 'sourceToken'
484
488
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage::Representation
485
489
 
486
490
  property :status_detail, as: 'statusDetail'
@@ -526,6 +530,7 @@ module Google
526
530
  property :create_time, as: 'createTime'
527
531
  property :end_time, as: 'endTime'
528
532
  hash :request_resource, as: 'requestResource'
533
+ property :source_token, as: 'sourceToken'
529
534
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage::Representation
530
535
 
531
536
  property :status_detail, as: 'statusDetail'
@@ -647,7 +652,6 @@ module Google
647
652
  property :branch_name, as: 'branchName'
648
653
  property :commit_sha, as: 'commitSha'
649
654
  property :dir, as: 'dir'
650
- property :invert_regex, as: 'invertRegex'
651
655
  property :project_id, as: 'projectId'
652
656
  property :repo_name, as: 'repoName'
653
657
  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.31.0
4
+ version: 0.33.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-18 00:00:00.000000000 Z
11
+ date: 2023-07-23 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.33.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: []