google-apis-datacatalog_v1 0.41.0 → 0.42.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: cfa77ddf46b473a46eab51e5ddbc6198e537b3580e2ae9453760acae6db4304a
4
- data.tar.gz: 43a02804d5d46b1c4e1e759f232516f5be6c83afb5a7cf1f843eb86efd912cab
3
+ metadata.gz: 4363814e05dda2276bfdf4a438ab239b90e27888ce8f1b585e2202470ca0c2b8
4
+ data.tar.gz: 3433955bbde436921c7ff5bc69f6dd0a3ec51345037fbd280d773672e7ab5eb2
5
5
  SHA512:
6
- metadata.gz: f17933b5b2565c5a7094884581bf8051cfd66a7f8cb83f77e7a6d5b4dc8f099b0269a55d7b0c520052cd5fd844e237c58f4f487e6b97c8b30f0376f3a3bb4095
7
- data.tar.gz: e48c5019164fd06db1eed33444ff0dfd52787142aa42f9c836245a4e453e60f8b6017ceddae1ac66451a787b1fa9bfad22fdb387c1fc2dac0e708273e109c858
6
+ metadata.gz: 751443f9a385d7cb5578c79bc2d8548a0e009ba0a43dbbe0858514012ace1579c15074ff60a24296c3a9a45fdbff49cff8534ebda965fdc22f3ead35a975968d
7
+ data.tar.gz: 54ae54a875d7e0b3677a76bacb4828c0363bded2db45eba4ebc291273339b1e416554ce69e992e187f1162ee6f65faa71a0b1f9cf5caa9288e64959a6ad12242
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.42.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.41.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230716
@@ -3359,13 +3359,13 @@ module Google
3359
3359
  # @return [String]
3360
3360
  attr_accessor :name
3361
3361
 
3362
- # The normal response of the operation in case of success. If the original
3363
- # method returns no data on success, such as `Delete`, the response is `google.
3364
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3365
- # the response should be the resource. For other methods, the response should
3366
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3367
- # example, if the original method name is `TakeSnapshot()`, the inferred
3368
- # response type is `TakeSnapshotResponse`.
3362
+ # The normal, successful response of the operation. If the original method
3363
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3364
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3365
+ # response should be the resource. For other methods, the response should have
3366
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3367
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3368
+ # `TakeSnapshotResponse`.
3369
3369
  # Corresponds to the JSON property `response`
3370
3370
  # @return [Hash<String,Object>]
3371
3371
  attr_accessor :response
@@ -3395,22 +3395,22 @@ module Google
3395
3395
  # evaluates to `true`. A condition can add constraints based on attributes of
3396
3396
  # the request, the resource, or both. To learn which resources support
3397
3397
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3398
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3398
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3399
3399
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3400
3400
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3401
3401
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3402
3402
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3403
3403
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3404
3404
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3405
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3406
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3407
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3408
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3409
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3410
- # access description: Does not grant access after Sep 2020 expression: request.
3411
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3412
- # a description of IAM and its features, see the [IAM documentation](https://
3413
- # cloud.google.com/iam/docs/).
3405
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3406
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3407
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3408
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3409
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3410
+ # title: expirable access description: Does not grant access after Sep 2020
3411
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3412
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3413
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3414
3414
  class Policy
3415
3415
  include Google::Apis::Core::Hashable
3416
3416
 
@@ -3488,22 +3488,22 @@ module Google
3488
3488
  # evaluates to `true`. A condition can add constraints based on attributes of
3489
3489
  # the request, the resource, or both. To learn which resources support
3490
3490
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3491
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3491
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3492
3492
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3493
3493
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3494
3494
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3495
3495
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3496
3496
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3497
3497
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3498
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3499
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3500
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3501
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3502
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3503
- # access description: Does not grant access after Sep 2020 expression: request.
3504
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3505
- # a description of IAM and its features, see the [IAM documentation](https://
3506
- # cloud.google.com/iam/docs/).
3498
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3499
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3500
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3501
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3502
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3503
+ # title: expirable access description: Does not grant access after Sep 2020
3504
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3505
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3506
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3507
3507
  # Corresponds to the JSON property `policy`
3508
3508
  # @return [Google::Apis::DatacatalogV1::Policy]
3509
3509
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1
18
18
  # Version of the google-apis-datacatalog_v1 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.42.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 = "20230716"
25
+ REVISION = "20230804"
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-datacatalog_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.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-datacatalog_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.42.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
63
63
  post_install_message:
64
64
  rdoc_options: []