google-apis-cloudfunctions_v1 0.42.0 → 0.43.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: b3b4f5edf0e09ae46c86f5582984bffac1997c6de4dbe6dc3ffdaea1cde3ef36
4
- data.tar.gz: a952859c690c3f16882278c6c9ea3807b5713759d3922a44964d023f0e116302
3
+ metadata.gz: 1f7e91b58766c1b19fe2e011883af2127f0384643777b6728ac7d8f292fda583
4
+ data.tar.gz: b538016953651366185bad9eac0ac9b39c9d893ef9a30e414bb3e3a350af7692
5
5
  SHA512:
6
- metadata.gz: 9b7affe1c2e09ec268567f4f0ced89e6e96a2320eb02c865155a4ba85ba63f6b36f3592586221ab6cd7d9f87b6dac0ccae8aee7b3fffd6583137cab8d2111a07
7
- data.tar.gz: a53dba3fe9a531d531e875c131011bbc610a44b71fc8be9bf90de0c663b82a99e20dc0cdf48bed045141615166ff600caf34a5b44a4a54629b324e2af9432fe7
6
+ metadata.gz: 4f13b4495d38cf116c6ce09d19eaafa4f27be8b93205e470edbb48c716f56a157811121e1243370438087e417f93503acbcf5edc57e7977e224713f82ef84af7
7
+ data.tar.gz: b582b026102a711e71d125f061c5f1f1c8021a0c2f25843d6539ec6a6100000f55f0409c4a7b18ade851d6909cb29fa4449cec480e8b5d1ccd264f7338078c49
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.42.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230713
@@ -1456,13 +1456,13 @@ module Google
1456
1456
  # @return [String]
1457
1457
  attr_accessor :name
1458
1458
 
1459
- # The normal response of the operation in case of success. If the original
1460
- # method returns no data on success, such as `Delete`, the response is `google.
1461
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1462
- # the response should be the resource. For other methods, the response should
1463
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1464
- # example, if the original method name is `TakeSnapshot()`, the inferred
1465
- # 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`.
1466
1466
  # Corresponds to the JSON property `response`
1467
1467
  # @return [Hash<String,Object>]
1468
1468
  attr_accessor :response
@@ -1558,22 +1558,22 @@ module Google
1558
1558
  # evaluates to `true`. A condition can add constraints based on attributes of
1559
1559
  # the request, the resource, or both. To learn which resources support
1560
1560
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1561
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1561
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1562
1562
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1563
1563
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1564
1564
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1565
1565
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1566
1566
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1567
1567
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1568
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1569
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1570
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1571
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1572
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1573
- # access description: Does not grant access after Sep 2020 expression: request.
1574
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1575
- # a description of IAM and its features, see the [IAM documentation](https://
1576
- # 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/).
1577
1577
  class Policy
1578
1578
  include Google::Apis::Core::Hashable
1579
1579
 
@@ -1797,22 +1797,22 @@ module Google
1797
1797
  # evaluates to `true`. A condition can add constraints based on attributes of
1798
1798
  # the request, the resource, or both. To learn which resources support
1799
1799
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1800
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1800
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1801
1801
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1802
1802
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1803
1803
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1804
1804
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1805
1805
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1806
1806
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1807
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1808
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1809
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1810
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1811
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1812
- # access description: Does not grant access after Sep 2020 expression: request.
1813
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1814
- # a description of IAM and its features, see the [IAM documentation](https://
1815
- # 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/).
1816
1816
  # Corresponds to the JSON property `policy`
1817
1817
  # @return [Google::Apis::CloudfunctionsV1::Policy]
1818
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.42.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 = "20230713"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
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.42.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-07-23 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.42.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: []