google-apis-cloudfunctions_v2alpha 0.32.0 → 0.34.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: fe980de565619e0e11164348135142359547b1a0203a43a45992688f267ca0ca
4
- data.tar.gz: afb16c645348236b1208924e7ebeb838952061a6c26b65600de8aea24ddd08d0
3
+ metadata.gz: 744a21b8ad817b742c4dc69af073cd55082abeb49ca1ccb66693eb314d9561ba
4
+ data.tar.gz: 75c0129d16dc880a186aed10f923579585bc964ec0b5160a2bff18c4b158d75a
5
5
  SHA512:
6
- metadata.gz: 8627aaca2a0350cb9ece79d85dce3f16d15d9c7868ffd2e5383d95abc2571d8c779a78d03a9aa109275df57e20b075f65e3474754dbeb950459c03ff6e0fdcd0
7
- data.tar.gz: cc865ca5a5a5348f9e97dd2020fc2cf3f79d97460a8e3beac0e79af1718e8dba60662da1797553625087bd724b05247786a562460f5dd60e716ba215a273921b
6
+ metadata.gz: b4944f76fddd18d66fae9bd06fe7e898929f4ea921cabdcede4ca58b73341ab276651b4e08b7445e1c297b5ba8cfe7324f8530d8f58c0d4e3475e06d4df30823
7
+ data.tar.gz: 1f80eecf54f7dfad5c2312925475296d8a758bf064477581d95d4d889b99e963f924486b97c5cc427cd7ce0ac4b5afebf4acb0a1432b73d15b1dca0b263dda77
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v2alpha
2
2
 
3
+ ### v0.34.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
7
+ ### v0.33.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230713
10
+
3
11
  ### v0.32.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230622
@@ -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
@@ -668,6 +675,12 @@ module Google
668
675
  # @return [Hash<String,Object>]
669
676
  attr_accessor :request_resource
670
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
+
671
684
  # Mechanism for reporting in-progress stages
672
685
  # Corresponds to the JSON property `stages`
673
686
  # @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage>]
@@ -699,6 +712,7 @@ module Google
699
712
  @create_time = args[:create_time] if args.key?(:create_time)
700
713
  @end_time = args[:end_time] if args.key?(:end_time)
701
714
  @request_resource = args[:request_resource] if args.key?(:request_resource)
715
+ @source_token = args[:source_token] if args.key?(:source_token)
702
716
  @stages = args[:stages] if args.key?(:stages)
703
717
  @status_detail = args[:status_detail] if args.key?(:status_detail)
704
718
  @target = args[:target] if args.key?(:target)
@@ -838,6 +852,12 @@ module Google
838
852
  # @return [Hash<String,Object>]
839
853
  attr_accessor :request_resource
840
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
+
841
861
  # Mechanism for reporting in-progress stages
842
862
  # Corresponds to the JSON property `stages`
843
863
  # @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage>]
@@ -869,6 +889,7 @@ module Google
869
889
  @create_time = args[:create_time] if args.key?(:create_time)
870
890
  @end_time = args[:end_time] if args.key?(:end_time)
871
891
  @request_resource = args[:request_resource] if args.key?(:request_resource)
892
+ @source_token = args[:source_token] if args.key?(:source_token)
872
893
  @stages = args[:stages] if args.key?(:stages)
873
894
  @status_detail = args[:status_detail] if args.key?(:status_detail)
874
895
  @target = args[:target] if args.key?(:target)
@@ -1008,6 +1029,12 @@ module Google
1008
1029
  # @return [Hash<String,Object>]
1009
1030
  attr_accessor :request_resource
1010
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
+
1011
1038
  # Mechanism for reporting in-progress stages
1012
1039
  # Corresponds to the JSON property `stages`
1013
1040
  # @return [Array<Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage>]
@@ -1039,6 +1066,7 @@ module Google
1039
1066
  @create_time = args[:create_time] if args.key?(:create_time)
1040
1067
  @end_time = args[:end_time] if args.key?(:end_time)
1041
1068
  @request_resource = args[:request_resource] if args.key?(:request_resource)
1069
+ @source_token = args[:source_token] if args.key?(:source_token)
1042
1070
  @stages = args[:stages] if args.key?(:stages)
1043
1071
  @status_detail = args[:status_detail] if args.key?(:status_detail)
1044
1072
  @target = args[:target] if args.key?(:target)
@@ -1312,13 +1340,13 @@ module Google
1312
1340
  # @return [String]
1313
1341
  attr_accessor :name
1314
1342
 
1315
- # The normal response of the operation in case of success. If the original
1316
- # method returns no data on success, such as `Delete`, the response is `google.
1317
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1318
- # the response should be the resource. For other methods, the response should
1319
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1320
- # example, if the original method name is `TakeSnapshot()`, the inferred
1321
- # response type is `TakeSnapshotResponse`.
1343
+ # The normal, successful response of the operation. If the original method
1344
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1345
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1346
+ # response should be the resource. For other methods, the response should have
1347
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1348
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1349
+ # `TakeSnapshotResponse`.
1322
1350
  # Corresponds to the JSON property `response`
1323
1351
  # @return [Hash<String,Object>]
1324
1352
  attr_accessor :response
@@ -1414,22 +1442,22 @@ module Google
1414
1442
  # evaluates to `true`. A condition can add constraints based on attributes of
1415
1443
  # the request, the resource, or both. To learn which resources support
1416
1444
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1417
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1445
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1418
1446
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1419
1447
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1420
1448
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1421
1449
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1422
1450
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1423
1451
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1424
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1425
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1426
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1427
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1428
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1429
- # access description: Does not grant access after Sep 2020 expression: request.
1430
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1431
- # a description of IAM and its features, see the [IAM documentation](https://
1432
- # cloud.google.com/iam/docs/).
1452
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1453
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1454
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1455
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1456
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1457
+ # title: expirable access description: Does not grant access after Sep 2020
1458
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1459
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1460
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1433
1461
  class Policy
1434
1462
  include Google::Apis::Core::Hashable
1435
1463
 
@@ -1887,22 +1915,22 @@ module Google
1887
1915
  # evaluates to `true`. A condition can add constraints based on attributes of
1888
1916
  # the request, the resource, or both. To learn which resources support
1889
1917
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1890
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1918
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1891
1919
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1892
1920
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1893
1921
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1894
1922
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1895
1923
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1896
1924
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1897
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1898
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1899
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1900
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1901
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1902
- # access description: Does not grant access after Sep 2020 expression: request.
1903
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1904
- # a description of IAM and its features, see the [IAM documentation](https://
1905
- # cloud.google.com/iam/docs/).
1925
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1926
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1927
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1928
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1929
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1930
+ # title: expirable access description: Does not grant access after Sep 2020
1931
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1932
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1933
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1906
1934
  # Corresponds to the JSON property `policy`
1907
1935
  # @return [Google::Apis::CloudfunctionsV2alpha::Policy]
1908
1936
  attr_accessor :policy
@@ -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.32.0"
19
+ GEM_VERSION = "0.34.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 = "20230622"
25
+ REVISION = "20230803"
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
@@ -437,6 +438,7 @@ module Google
437
438
  property :create_time, as: 'createTime'
438
439
  property :end_time, as: 'endTime'
439
440
  hash :request_resource, as: 'requestResource'
441
+ property :source_token, as: 'sourceToken'
440
442
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2Stage::Representation
441
443
 
442
444
  property :status_detail, as: 'statusDetail'
@@ -482,6 +484,7 @@ module Google
482
484
  property :create_time, as: 'createTime'
483
485
  property :end_time, as: 'endTime'
484
486
  hash :request_resource, as: 'requestResource'
487
+ property :source_token, as: 'sourceToken'
485
488
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage::Representation
486
489
 
487
490
  property :status_detail, as: 'statusDetail'
@@ -527,6 +530,7 @@ module Google
527
530
  property :create_time, as: 'createTime'
528
531
  property :end_time, as: 'endTime'
529
532
  hash :request_resource, as: 'requestResource'
533
+ property :source_token, as: 'sourceToken'
530
534
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage::Representation
531
535
 
532
536
  property :status_detail, as: 'statusDetail'
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.32.0
4
+ version: 0.34.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-07-02 00:00:00.000000000 Z
11
+ date: 2023-08-20 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2alpha/v0.34.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: []