google-apis-datacatalog_v1 0.14.0 → 0.17.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: 4dbe4ee01686dfe746cd6050991ab1d79e254222128c1aab713944dc061078b2
4
- data.tar.gz: 1d7271f9a7edc44f1f72f7a4db97580c88b751a9be8b647f99f53ba18bde0f5c
3
+ metadata.gz: d348ba6f19c854bdb021e721a39cb8ad59441291fdfcd20b80e0fd50ea96088a
4
+ data.tar.gz: 5a0f2d27be9ffb2f63a9f6c08e5a4b51c80940a8fe25d11ecea9ee55c5417549
5
5
  SHA512:
6
- metadata.gz: 1a35e7411e92393a71e8de8a1429ec46b9387e5d26e628ab6d6e986ee747718a62fe35f2620f154b9dbdff82a898091836548cd285668611a9e5d7008ce2b5d0
7
- data.tar.gz: 1460da6fe807e52c4d65edb67d8fb7bcd45182d2b9c63bc5750b8119693bb71172dfa401508971721ca342a55d8a432688d22e8808b4d2a01763387a1ddd875e
6
+ metadata.gz: 9b90e7f688ec3d85d3dd154633fb63281e3377a606621736d0141d03256af5c8b5ce178a3fb518f63ad8f14860347f250916882c02278451fbd14ef8b44151e6
7
+ data.tar.gz: 1d4f59c323e6f8c838097c79c5ad2673c319b7f0cc41581d5c00c5474cd2a026394ea106ccbef067f750806190dbdc8f16ff6be302999de5c03c047e646d36f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.17.0 (2022-04-15)
4
+
5
+ * Regenerated from discovery document revision 20220409
6
+
7
+ ### v0.16.0 (2022-03-25)
8
+
9
+ * Regenerated from discovery document revision 20220321
10
+
11
+ ### v0.15.0 (2022-03-03)
12
+
13
+ * Regenerated from discovery document revision 20220224
14
+
3
15
  ### v0.14.0 (2022-02-12)
4
16
 
5
17
  * Regenerated from discovery document revision 20220209
@@ -45,7 +45,7 @@ module Google
45
45
  # @return [Google::Apis::DatacatalogV1::Expr]
46
46
  attr_accessor :condition
47
47
 
48
- # Specifies the principals requesting access for a Cloud Platform resource. `
48
+ # Specifies the principals requesting access for a Google Cloud resource. `
49
49
  # members` can have the following values: * `allUsers`: A special identifier
50
50
  # that represents anyone who is on the internet; with or without a Google
51
51
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -96,8 +96,7 @@ module Google
96
96
  # A generic empty message that you can re-use to avoid defining duplicated empty
97
97
  # messages in your APIs. A typical example is to use it as the request or the
98
98
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
99
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
100
- # `Empty` is empty JSON object ````.
99
+ # protobuf.Empty) returns (google.protobuf.Empty); `
101
100
  class Empty
102
101
  include Google::Apis::Core::Hashable
103
102
 
@@ -2422,7 +2421,7 @@ module Google
2422
2421
  # Indicates whether tags created with this template are public. Public tags do
2423
2422
  # not require tag template access to appear in ListTags API response.
2424
2423
  # Additionally, you can search for a public tag by value with a simple search
2425
- # query instead of using a ``tag:`` predicate.
2424
+ # query in addition to using a ``tag:`` predicate.
2426
2425
  # Corresponds to the JSON property `isPubliclyReadable`
2427
2426
  # @return [Boolean]
2428
2427
  attr_accessor :is_publicly_readable
@@ -2532,7 +2531,8 @@ module Google
2532
2531
 
2533
2532
  # Required. User-defined name of this taxonomy. The name can't start or end with
2534
2533
  # spaces, must contain only Unicode letters, numbers, underscores, dashes, and
2535
- # spaces, and be at most 200 bytes long when encoded in UTF-8.
2534
+ # spaces, and be at most 200 bytes long when encoded in UTF-8. The taxonomy
2535
+ # display name must be unique within an organization.
2536
2536
  # Corresponds to the JSON property `displayName`
2537
2537
  # @return [String]
2538
2538
  attr_accessor :display_name
@@ -2822,7 +2822,7 @@ module Google
2822
2822
  include Google::Apis::Core::Hashable
2823
2823
 
2824
2824
  # The set of permissions to check for the `resource`. Permissions with wildcards
2825
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2825
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
2826
2826
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2827
2827
  # Corresponds to the JSON property `permissions`
2828
2828
  # @return [Array<String>]
@@ -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.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220209"
25
+ REVISION = "20220409"
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.14.0
4
+ version: 0.17.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: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.17.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: []