google-apis-metastore_v1alpha 0.16.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: ccb40f29cba624a8f7e14504ded2268c0fcb5b4567be1a9b42ba167a4455f6bc
4
- data.tar.gz: 8f850f0619568c9ef97171e92a1c41d70eb71b19f98b01ae90b6d681b50baa7e
3
+ metadata.gz: 3d0295fc1341421eb51142fff394831ddcc6df885c22cb389e6916174aa5ded0
4
+ data.tar.gz: c021a8776e9099b6d004f6f4ba8e122c3308a6cd142830c3f27177c1268bd6d3
5
5
  SHA512:
6
- metadata.gz: 15db4de9f54bd8762ed78454cbf5bf0c521d5ee7db3a7477f1e1234d349403ce89285bab4047cc029375d5915dd8e21151d9c77ff2d873e4f2f37c393ea2a8b8
7
- data.tar.gz: 3fc1ca53b42c299a9ae857ea47fe6eb3acb166558efdffb4bedcb5953cc65cab1e4ea742a25178c05947731abe35a091b7d51310b16559ff590b085e8f0e2e18
6
+ metadata.gz: 7b2d7159d584b7c83720052cc410bb8a2040a85f26e6dba7658cd6a2f4190e4dbc9fca9b3d8b10b5042ffb291770eae12e270c710dda3d5a418ac8d358f985a5
7
+ data.tar.gz: a431acb9b1ce3e986e403e87e3e1836a3aae1c2ce4c8d71f2d2c67802c7d520e4be4307b972449264dff2797ebe9d7f7854ab2448fe40a6bcd1d18cd3c868b89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1alpha
2
2
 
3
+ ### v0.17.0 (2021-10-24)
4
+
5
+ * Regenerated from discovery document revision 20211018
6
+
3
7
  ### v0.16.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210824
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Metastore service in particular.)
67
67
 
@@ -150,7 +150,7 @@ module Google
150
150
  end
151
151
  end
152
152
 
153
- # Associates members with a role.
153
+ # Associates members, or principals, with a role.
154
154
  class Binding
155
155
  include Google::Apis::Core::Hashable
156
156
 
@@ -173,7 +173,7 @@ module Google
173
173
  # @return [Google::Apis::MetastoreV1alpha::Expr]
174
174
  attr_accessor :condition
175
175
 
176
- # Specifies the identities requesting access for a Cloud Platform resource.
176
+ # Specifies the principals requesting access for a Cloud Platform resource.
177
177
  # members can have the following values: allUsers: A special identifier that
178
178
  # represents anyone who is on the internet; with or without a Google account.
179
179
  # allAuthenticatedUsers: A special identifier that represents anyone who is
@@ -202,8 +202,8 @@ module Google
202
202
  # @return [Array<String>]
203
203
  attr_accessor :members
204
204
 
205
- # Role that is assigned to members. For example, roles/viewer, roles/editor, or
206
- # roles/owner.
205
+ # Role that is assigned to the list of members, or principals. For example,
206
+ # roles/viewer, roles/editor, or roles/owner.
207
207
  # Corresponds to the JSON property `role`
208
208
  # @return [String]
209
209
  attr_accessor :role
@@ -1074,16 +1074,16 @@ module Google
1074
1074
 
1075
1075
  # An Identity and Access Management (IAM) policy, which specifies access
1076
1076
  # controls for Google Cloud resources.A Policy is a collection of bindings. A
1077
- # binding binds one or more members to a single role. Members can be user
1078
- # accounts, service accounts, Google groups, and domains (such as G Suite). A
1079
- # role is a named list of permissions; each role can be an IAM predefined role
1080
- # or a user-created custom role.For some types of Google Cloud resources, a
1081
- # binding can also specify a condition, which is a logical expression that
1082
- # allows access to a resource only if the expression evaluates to true. A
1083
- # condition can add constraints based on attributes of the request, the resource,
1084
- # or both. To learn which resources support conditions in their IAM policies,
1085
- # see the IAM documentation (https://cloud.google.com/iam/help/conditions/
1086
- # resource-policies).JSON example: ` "bindings": [ ` "role": "roles/
1077
+ # binding binds one or more members, or principals, to a single role. Principals
1078
+ # can be user accounts, service accounts, Google groups, and domains (such as G
1079
+ # Suite). A role is a named list of permissions; each role can be an IAM
1080
+ # predefined role or a user-created custom role.For some types of Google Cloud
1081
+ # resources, a binding can also specify a condition, which is a logical
1082
+ # expression that allows access to a resource only if the expression evaluates
1083
+ # to true. A condition can add constraints based on attributes of the request,
1084
+ # the resource, or both. To learn which resources support conditions in their
1085
+ # IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/
1086
+ # conditions/resource-policies).JSON example: ` "bindings": [ ` "role": "roles/
1087
1087
  # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1088
1088
  # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1089
1089
  # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
@@ -1107,9 +1107,14 @@ module Google
1107
1107
  # @return [Array<Google::Apis::MetastoreV1alpha::AuditConfig>]
1108
1108
  attr_accessor :audit_configs
1109
1109
 
1110
- # Associates a list of members to a role. Optionally, may specify a condition
1111
- # that determines how and when the bindings are applied. Each of the bindings
1112
- # must contain at least one member.
1110
+ # Associates a list of members, or principals, with a role. Optionally, may
1111
+ # specify a condition that determines how and when the bindings are applied.
1112
+ # Each of the bindings must contain at least one principal.The bindings in a
1113
+ # Policy can refer to up to 1,500 principals; up to 250 of these principals can
1114
+ # be Google groups. Each occurrence of a principal counts towards these limits.
1115
+ # For example, if the bindings grant 50 different roles to user:alice@example.
1116
+ # com, and not to any other principal, then you can add another 1,450 principals
1117
+ # to the bindings in the Policy.
1113
1118
  # Corresponds to the JSON property `bindings`
1114
1119
  # @return [Array<Google::Apis::MetastoreV1alpha::Binding>]
1115
1120
  attr_accessor :bindings
@@ -1408,16 +1413,16 @@ module Google
1408
1413
 
1409
1414
  # An Identity and Access Management (IAM) policy, which specifies access
1410
1415
  # controls for Google Cloud resources.A Policy is a collection of bindings. A
1411
- # binding binds one or more members to a single role. Members can be user
1412
- # accounts, service accounts, Google groups, and domains (such as G Suite). A
1413
- # role is a named list of permissions; each role can be an IAM predefined role
1414
- # or a user-created custom role.For some types of Google Cloud resources, a
1415
- # binding can also specify a condition, which is a logical expression that
1416
- # allows access to a resource only if the expression evaluates to true. A
1417
- # condition can add constraints based on attributes of the request, the resource,
1418
- # or both. To learn which resources support conditions in their IAM policies,
1419
- # see the IAM documentation (https://cloud.google.com/iam/help/conditions/
1420
- # resource-policies).JSON example: ` "bindings": [ ` "role": "roles/
1416
+ # binding binds one or more members, or principals, to a single role. Principals
1417
+ # can be user accounts, service accounts, Google groups, and domains (such as G
1418
+ # Suite). A role is a named list of permissions; each role can be an IAM
1419
+ # predefined role or a user-created custom role.For some types of Google Cloud
1420
+ # resources, a binding can also specify a condition, which is a logical
1421
+ # expression that allows access to a resource only if the expression evaluates
1422
+ # to true. A condition can add constraints based on attributes of the request,
1423
+ # the resource, or both. To learn which resources support conditions in their
1424
+ # IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/
1425
+ # conditions/resource-policies).JSON example: ` "bindings": [ ` "role": "roles/
1421
1426
  # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1422
1427
  # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1423
1428
  # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
@@ -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.16.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.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210824"
25
+ REVISION = "20211018"
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.16.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: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.16.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1alpha
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.17.0
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: []
65
65
  require_paths: