google-apis-metastore_v1alpha 0.24.0 → 0.25.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: 952abdb08d88f31cfe54071920cee620d3b48e66f522c3aaca1c19a67f3a62da
4
- data.tar.gz: 076a9339e84ce960f386dca5446a0b1547155f595682a050022040574468b684
3
+ metadata.gz: 0faa840d5a1285338ef8015b279aaa57948c1ca922720a8648caeb59c3bdb82f
4
+ data.tar.gz: 29b9b4e21f306b2eb457e1147abad190efeb06b4218d8535929b284a596fd077
5
5
  SHA512:
6
- metadata.gz: 5dba461514a5c004d7698e18c64c1dbd5fd0c7ec0fa96aac2d0ce1619e65084219d5c98cd8a61bbc443627e2f8ccb90e01cdd1dfb7061f49d8eb8af13a0bf65a
7
- data.tar.gz: e3002c7a9785f3b291a672e12ef55f755bee5d55cfaac87c1cf5599c3fbd3dee085cf2984236ddc9ba342d493088ef964cdc8eb6e696d678b94c46784b3f287b
6
+ metadata.gz: 4e6d1e9a59aa02767133a380ab2b5e5fcec65ec4f5d21be620bd3d438ef792ed83afd9e61a4da6d3334ad373b395ad13d752cfa0dbb61fefa6d09d9d62fa3dbf
7
+ data.tar.gz: 9ed309b1e9a46deb988f27cdb3b141dd6df6f1f268165d7aa89e256a4a010ade087b3efd599f9fc8e8b568119dce3ae7155084119c031ce4c88283966c6c163d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1alpha
2
2
 
3
+ ### v0.25.0 (2022-04-16)
4
+
5
+ * Regenerated from discovery document revision 20220407
6
+
3
7
  ### v0.24.0 (2022-04-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20220331
@@ -209,7 +209,7 @@ module Google
209
209
  # @return [Google::Apis::MetastoreV1alpha::Expr]
210
210
  attr_accessor :condition
211
211
 
212
- # Specifies the principals requesting access for a Cloud Platform resource.
212
+ # Specifies the principals requesting access for a Google Cloud resource.
213
213
  # members can have the following values: allUsers: A special identifier that
214
214
  # represents anyone who is on the internet; with or without a Google account.
215
215
  # allAuthenticatedUsers: A special identifier that represents anyone who is
@@ -1648,8 +1648,8 @@ module Google
1648
1648
  include Google::Apis::Core::Hashable
1649
1649
 
1650
1650
  # The set of permissions to check for the resource. Permissions with wildcards (
1651
- # such as '*' or 'storage.*') are not allowed. For more information see IAM
1652
- # Overview (https://cloud.google.com/iam/docs/overview#permissions).
1651
+ # such as * or storage.*) are not allowed. For more information see IAM Overview
1652
+ # (https://cloud.google.com/iam/docs/overview#permissions).
1653
1653
  # Corresponds to the JSON property `permissions`
1654
1654
  # @return [Array<String>]
1655
1655
  attr_accessor :permissions
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1alpha
18
18
  # Version of the google-apis-metastore_v1alpha gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.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 = "20220331"
25
+ REVISION = "20220407"
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-metastore_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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-04-11 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-metastore_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []