google-apis-cloudfunctions_v1 0.41.0 → 0.43.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: 93108f0e9d81e60e2876f4d480947861c0b0dececdf9914db64b9978cef94c91
4
- data.tar.gz: 9c18b435fa71a659d000189b7195e6f409155fa95c20a9f878ad3c667e3802a9
3
+ metadata.gz: 1f7e91b58766c1b19fe2e011883af2127f0384643777b6728ac7d8f292fda583
4
+ data.tar.gz: b538016953651366185bad9eac0ac9b39c9d893ef9a30e414bb3e3a350af7692
5
5
  SHA512:
6
- metadata.gz: 6a2b16d1004f1bc1934b457b81c3891c9657573d4aa5af7a01943cce6c0e09c3bc8997ef58162818f21c446fd165f02fa989d3f6afc626f14737cb1e07a59903
7
- data.tar.gz: 70c95c5d1e999d5b3a64da857923267705ca736ddd17544d4f4dfc9afbc6dcf6acdc94dfd1c812dbf07d8270328b14678ba6e05a88b2863f663a664e71ae3e8b
6
+ metadata.gz: 4f13b4495d38cf116c6ce09d19eaafa4f27be8b93205e470edbb48c716f56a157811121e1243370438087e417f93503acbcf5edc57e7977e224713f82ef84af7
7
+ data.tar.gz: b582b026102a711e71d125f061c5f1f1c8021a0c2f25843d6539ec6a6100000f55f0409c4a7b18ade851d6909cb29fa4449cec480e8b5d1ccd264f7338078c49
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudfunctions_v1
2
2
 
3
+ ### v0.43.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
7
+ ### v0.42.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230713
10
+
3
11
  ### v0.41.0 (2023-06-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20230608
@@ -784,6 +784,12 @@ module Google
784
784
  # @return [Hash<String,Object>]
785
785
  attr_accessor :request_resource
786
786
 
787
+ # An identifier for Firebase function sources. Disclaimer: This field is only
788
+ # supported for Firebase function deployments.
789
+ # Corresponds to the JSON property `sourceToken`
790
+ # @return [String]
791
+ attr_accessor :source_token
792
+
787
793
  # Mechanism for reporting in-progress stages
788
794
  # Corresponds to the JSON property `stages`
789
795
  # @return [Array<Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2Stage>]
@@ -815,6 +821,7 @@ module Google
815
821
  @create_time = args[:create_time] if args.key?(:create_time)
816
822
  @end_time = args[:end_time] if args.key?(:end_time)
817
823
  @request_resource = args[:request_resource] if args.key?(:request_resource)
824
+ @source_token = args[:source_token] if args.key?(:source_token)
818
825
  @stages = args[:stages] if args.key?(:stages)
819
826
  @status_detail = args[:status_detail] if args.key?(:status_detail)
820
827
  @target = args[:target] if args.key?(:target)
@@ -954,6 +961,12 @@ module Google
954
961
  # @return [Hash<String,Object>]
955
962
  attr_accessor :request_resource
956
963
 
964
+ # An identifier for Firebase function sources. Disclaimer: This field is only
965
+ # supported for Firebase function deployments.
966
+ # Corresponds to the JSON property `sourceToken`
967
+ # @return [String]
968
+ attr_accessor :source_token
969
+
957
970
  # Mechanism for reporting in-progress stages
958
971
  # Corresponds to the JSON property `stages`
959
972
  # @return [Array<Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2alphaStage>]
@@ -985,6 +998,7 @@ module Google
985
998
  @create_time = args[:create_time] if args.key?(:create_time)
986
999
  @end_time = args[:end_time] if args.key?(:end_time)
987
1000
  @request_resource = args[:request_resource] if args.key?(:request_resource)
1001
+ @source_token = args[:source_token] if args.key?(:source_token)
988
1002
  @stages = args[:stages] if args.key?(:stages)
989
1003
  @status_detail = args[:status_detail] if args.key?(:status_detail)
990
1004
  @target = args[:target] if args.key?(:target)
@@ -1124,6 +1138,12 @@ module Google
1124
1138
  # @return [Hash<String,Object>]
1125
1139
  attr_accessor :request_resource
1126
1140
 
1141
+ # An identifier for Firebase function sources. Disclaimer: This field is only
1142
+ # supported for Firebase function deployments.
1143
+ # Corresponds to the JSON property `sourceToken`
1144
+ # @return [String]
1145
+ attr_accessor :source_token
1146
+
1127
1147
  # Mechanism for reporting in-progress stages
1128
1148
  # Corresponds to the JSON property `stages`
1129
1149
  # @return [Array<Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2betaStage>]
@@ -1155,6 +1175,7 @@ module Google
1155
1175
  @create_time = args[:create_time] if args.key?(:create_time)
1156
1176
  @end_time = args[:end_time] if args.key?(:end_time)
1157
1177
  @request_resource = args[:request_resource] if args.key?(:request_resource)
1178
+ @source_token = args[:source_token] if args.key?(:source_token)
1158
1179
  @stages = args[:stages] if args.key?(:stages)
1159
1180
  @status_detail = args[:status_detail] if args.key?(:status_detail)
1160
1181
  @target = args[:target] if args.key?(:target)
@@ -1435,13 +1456,13 @@ module Google
1435
1456
  # @return [String]
1436
1457
  attr_accessor :name
1437
1458
 
1438
- # The normal response of the operation in case of success. If the original
1439
- # method returns no data on success, such as `Delete`, the response is `google.
1440
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1441
- # the response should be the resource. For other methods, the response should
1442
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1443
- # example, if the original method name is `TakeSnapshot()`, the inferred
1444
- # response type is `TakeSnapshotResponse`.
1459
+ # The normal, successful response of the operation. If the original method
1460
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1461
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1462
+ # response should be the resource. For other methods, the response should have
1463
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1464
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1465
+ # `TakeSnapshotResponse`.
1445
1466
  # Corresponds to the JSON property `response`
1446
1467
  # @return [Hash<String,Object>]
1447
1468
  attr_accessor :response
@@ -1537,22 +1558,22 @@ module Google
1537
1558
  # evaluates to `true`. A condition can add constraints based on attributes of
1538
1559
  # the request, the resource, or both. To learn which resources support
1539
1560
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1540
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1561
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1541
1562
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1542
1563
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1543
1564
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1544
1565
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1545
1566
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1546
1567
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1547
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1548
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1549
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1550
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1551
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1552
- # access description: Does not grant access after Sep 2020 expression: request.
1553
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1554
- # a description of IAM and its features, see the [IAM documentation](https://
1555
- # cloud.google.com/iam/docs/).
1568
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1569
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1570
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1571
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1572
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1573
+ # title: expirable access description: Does not grant access after Sep 2020
1574
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1575
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1576
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1556
1577
  class Policy
1557
1578
  include Google::Apis::Core::Hashable
1558
1579
 
@@ -1776,22 +1797,22 @@ module Google
1776
1797
  # evaluates to `true`. A condition can add constraints based on attributes of
1777
1798
  # the request, the resource, or both. To learn which resources support
1778
1799
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1779
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1800
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1780
1801
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1781
1802
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1782
1803
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1783
1804
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1784
1805
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1785
1806
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1786
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1787
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1788
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1789
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1790
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1791
- # access description: Does not grant access after Sep 2020 expression: request.
1792
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1793
- # a description of IAM and its features, see the [IAM documentation](https://
1794
- # cloud.google.com/iam/docs/).
1807
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1808
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1809
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1810
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1811
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1812
+ # title: expirable access description: Does not grant access after Sep 2020
1813
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1814
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1815
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1795
1816
  # Corresponds to the JSON property `policy`
1796
1817
  # @return [Google::Apis::CloudfunctionsV1::Policy]
1797
1818
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV1
18
18
  # Version of the google-apis-cloudfunctions_v1 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.43.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 = "20230803"
26
26
  end
27
27
  end
28
28
  end
@@ -433,6 +433,7 @@ module Google
433
433
  property :create_time, as: 'createTime'
434
434
  property :end_time, as: 'endTime'
435
435
  hash :request_resource, as: 'requestResource'
436
+ property :source_token, as: 'sourceToken'
436
437
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2Stage, decorator: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2Stage::Representation
437
438
 
438
439
  property :status_detail, as: 'statusDetail'
@@ -478,6 +479,7 @@ module Google
478
479
  property :create_time, as: 'createTime'
479
480
  property :end_time, as: 'endTime'
480
481
  hash :request_resource, as: 'requestResource'
482
+ property :source_token, as: 'sourceToken'
481
483
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2alphaStage, decorator: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2alphaStage::Representation
482
484
 
483
485
  property :status_detail, as: 'statusDetail'
@@ -523,6 +525,7 @@ module Google
523
525
  property :create_time, as: 'createTime'
524
526
  property :end_time, as: 'endTime'
525
527
  hash :request_resource, as: 'requestResource'
528
+ property :source_token, as: 'sourceToken'
526
529
  collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2betaStage, decorator: Google::Apis::CloudfunctionsV1::GoogleCloudFunctionsV2betaStage::Representation
527
530
 
528
531
  property :status_detail, as: 'statusDetail'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudfunctions_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.43.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-08-13 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1
63
63
  post_install_message:
64
64
  rdoc_options: []