google-apis-cloudfunctions_v2alpha 0.33.0 → 0.34.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: 3db644b327d542861e8bed7e177f02865b010d92ac5452136e6973d65958fec3
4
- data.tar.gz: 51eccc0a96682ed937a5787b4be64aba645ff8294aea2ed9f15939b665979ec9
3
+ metadata.gz: 744a21b8ad817b742c4dc69af073cd55082abeb49ca1ccb66693eb314d9561ba
4
+ data.tar.gz: 75c0129d16dc880a186aed10f923579585bc964ec0b5160a2bff18c4b158d75a
5
5
  SHA512:
6
- metadata.gz: 263c4dd265494524b1f05fa21c8a138ae92ac04c1e41ced31fd67b6c4f0f5904feb1775bd259143506274a1a11e12979fa3021cdddb732167f3121a493f576fd
7
- data.tar.gz: 967819ef73d1b3901ba7a7e46d6c05f1f0c8596dcf6ecad672bc0d79372291c0116bc024a945992c0bc45c08f84153703152c4083dad4f91ae727477deb2de51
6
+ metadata.gz: b4944f76fddd18d66fae9bd06fe7e898929f4ea921cabdcede4ca58b73341ab276651b4e08b7445e1c297b5ba8cfe7324f8530d8f58c0d4e3475e06d4df30823
7
+ data.tar.gz: 1f80eecf54f7dfad5c2312925475296d8a758bf064477581d95d4d889b99e963f924486b97c5cc427cd7ce0ac4b5afebf4acb0a1432b73d15b1dca0b263dda77
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.33.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230713
@@ -1340,13 +1340,13 @@ module Google
1340
1340
  # @return [String]
1341
1341
  attr_accessor :name
1342
1342
 
1343
- # The normal response of the operation in case of success. If the original
1344
- # method returns no data on success, such as `Delete`, the response is `google.
1345
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1346
- # the response should be the resource. For other methods, the response should
1347
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1348
- # example, if the original method name is `TakeSnapshot()`, the inferred
1349
- # 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`.
1350
1350
  # Corresponds to the JSON property `response`
1351
1351
  # @return [Hash<String,Object>]
1352
1352
  attr_accessor :response
@@ -1442,22 +1442,22 @@ module Google
1442
1442
  # evaluates to `true`. A condition can add constraints based on attributes of
1443
1443
  # the request, the resource, or both. To learn which resources support
1444
1444
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1445
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1445
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1446
1446
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1447
1447
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1448
1448
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1449
1449
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1450
1450
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1451
1451
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1452
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1453
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1454
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1455
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1456
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1457
- # access description: Does not grant access after Sep 2020 expression: request.
1458
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1459
- # a description of IAM and its features, see the [IAM documentation](https://
1460
- # 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/).
1461
1461
  class Policy
1462
1462
  include Google::Apis::Core::Hashable
1463
1463
 
@@ -1915,22 +1915,22 @@ module Google
1915
1915
  # evaluates to `true`. A condition can add constraints based on attributes of
1916
1916
  # the request, the resource, or both. To learn which resources support
1917
1917
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1918
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1918
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1919
1919
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1920
1920
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1921
1921
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1922
1922
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1923
1923
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1924
1924
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1925
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1926
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1927
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1928
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1929
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1930
- # access description: Does not grant access after Sep 2020 expression: request.
1931
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1932
- # a description of IAM and its features, see the [IAM documentation](https://
1933
- # 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/).
1934
1934
  # Corresponds to the JSON property `policy`
1935
1935
  # @return [Google::Apis::CloudfunctionsV2alpha::Policy]
1936
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.33.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 = "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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.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-23 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.33.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: []