google-apis-datacatalog_v1beta1 0.6.0 → 0.10.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: 298228232a8f1936c5af271c2d0cde0c741bc500ea5f5acfe9db7b973e53f346
4
- data.tar.gz: 24f0c74286926112f1506b98fbed46b16194c69b68ffac734666791270b60be9
3
+ metadata.gz: 3428a5f5ef936c0dc92148dd3ece4e9460cbe4521a605e196529ec29f70f408f
4
+ data.tar.gz: cdf4d1f20f5762baacef5c7f7cf87ae6fa8cf5488b6602a652f9ed22ad54f871
5
5
  SHA512:
6
- metadata.gz: 2ffb37bfdf1f9bedbc7051605614ebeab6279fe91a99fd9b2936b3a99dc7882362e71c7acd7cb917f6184d16522ac92a035aac14edbbf0a4cdf3687d370fcad8
7
- data.tar.gz: 7fb6648f37b7c33108a9555192eeaa871af39a497419ee3b9fa705540bd8fe53ebb45f86cf755c07a1400c4ed46f010dacc94679d0cd95aa14d980b4472e3a3a
6
+ metadata.gz: 9022f493372fe0cf04796efe26f9cbd35f92afc8ce73a232e99795b6807b07816e848df0f2de2637bee2f63be78607508ac521e420eb0844e7bfb0460e271ed1
7
+ data.tar.gz: b14c6ed40acb7122199ec56900178c610ae19404cc42857feb13285820e10c5049784821441b15fa947a291ec3405cc2b565e14fb06345b127cf45aede2e5c2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211014
6
+
7
+ ### v0.9.0 (2021-08-20)
8
+
9
+ * Regenerated from discovery document revision 20210811
10
+
11
+ ### v0.8.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.7.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.6.0 (2021-05-19)
4
20
 
5
21
  * Unspecified changes
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 Datacatalog service in particular.)
67
67
 
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module DatacatalogV1beta1
24
24
 
25
- # Associates `members` with a `role`.
25
+ # Associates `members`, or principals, with a `role`.
26
26
  class Binding
27
27
  include Google::Apis::Core::Hashable
28
28
 
@@ -45,7 +45,7 @@ module Google
45
45
  # @return [Google::Apis::DatacatalogV1beta1::Expr]
46
46
  attr_accessor :condition
47
47
 
48
- # Specifies the identities requesting access for a Cloud Platform resource. `
48
+ # Specifies the principals requesting access for a Cloud Platform 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
@@ -75,8 +75,8 @@ module Google
75
75
  # @return [Array<String>]
76
76
  attr_accessor :members
77
77
 
78
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
79
- # , or `roles/owner`.
78
+ # Role that is assigned to the list of `members`, or principals. For example, `
79
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
80
80
  # Corresponds to the JSON property `role`
81
81
  # @return [String]
82
82
  attr_accessor :role
@@ -1668,37 +1668,42 @@ module Google
1668
1668
 
1669
1669
  # An Identity and Access Management (IAM) policy, which specifies access
1670
1670
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1671
- # A `binding` binds one or more `members` to a single `role`. Members can be
1672
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1673
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1674
- # role or a user-created custom role. For some types of Google Cloud resources,
1675
- # a `binding` can also specify a `condition`, which is a logical expression that
1676
- # allows access to a resource only if the expression evaluates to `true`. A
1677
- # condition can add constraints based on attributes of the request, the resource,
1678
- # or both. To learn which resources support conditions in their IAM policies,
1679
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1680
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1681
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1682
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1683
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1684
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1685
- # title": "expirable access", "description": "Does not grant access after Sep
1686
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1687
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1688
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1689
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1690
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1691
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1692
- # description: Does not grant access after Sep 2020 expression: request.time <
1693
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1694
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1695
- # google.com/iam/docs/).
1671
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1672
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1673
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1674
+ # an IAM predefined role or a user-created custom role. For some types of Google
1675
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1676
+ # logical expression that allows access to a resource only if the expression
1677
+ # evaluates to `true`. A condition can add constraints based on attributes of
1678
+ # the request, the resource, or both. To learn which resources support
1679
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1680
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1681
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1682
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1683
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1684
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1685
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1686
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1687
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1688
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1689
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1690
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1691
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1692
+ # access description: Does not grant access after Sep 2020 expression: request.
1693
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1694
+ # a description of IAM and its features, see the [IAM documentation](https://
1695
+ # cloud.google.com/iam/docs/).
1696
1696
  class Policy
1697
1697
  include Google::Apis::Core::Hashable
1698
1698
 
1699
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1700
- # condition` that determines how and when the `bindings` are applied. Each of
1701
- # the `bindings` must contain at least one member.
1699
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1700
+ # specify a `condition` that determines how and when the `bindings` are applied.
1701
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1702
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1703
+ # can be Google groups. Each occurrence of a principal counts towards these
1704
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1705
+ # example.com`, and not to any other principal, then you can add another 1,450
1706
+ # principals to the `bindings` in the `Policy`.
1702
1707
  # Corresponds to the JSON property `bindings`
1703
1708
  # @return [Array<Google::Apis::DatacatalogV1beta1::Binding>]
1704
1709
  attr_accessor :bindings
@@ -1756,31 +1761,31 @@ module Google
1756
1761
 
1757
1762
  # An Identity and Access Management (IAM) policy, which specifies access
1758
1763
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1759
- # A `binding` binds one or more `members` to a single `role`. Members can be
1760
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1761
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1762
- # role or a user-created custom role. For some types of Google Cloud resources,
1763
- # a `binding` can also specify a `condition`, which is a logical expression that
1764
- # allows access to a resource only if the expression evaluates to `true`. A
1765
- # condition can add constraints based on attributes of the request, the resource,
1766
- # or both. To learn which resources support conditions in their IAM policies,
1767
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1768
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1769
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1770
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1771
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1772
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1773
- # title": "expirable access", "description": "Does not grant access after Sep
1774
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1775
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1776
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1777
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1778
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1779
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1780
- # description: Does not grant access after Sep 2020 expression: request.time <
1781
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1782
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1783
- # google.com/iam/docs/).
1764
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1765
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1766
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1767
+ # an IAM predefined role or a user-created custom role. For some types of Google
1768
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1769
+ # logical expression that allows access to a resource only if the expression
1770
+ # evaluates to `true`. A condition can add constraints based on attributes of
1771
+ # the request, the resource, or both. To learn which resources support
1772
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1773
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1774
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1775
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1776
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1777
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1778
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1779
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1780
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1781
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1782
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1783
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1784
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1785
+ # access description: Does not grant access after Sep 2020 expression: request.
1786
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1787
+ # a description of IAM and its features, see the [IAM documentation](https://
1788
+ # cloud.google.com/iam/docs/).
1784
1789
  # Corresponds to the JSON property `policy`
1785
1790
  # @return [Google::Apis::DatacatalogV1beta1::Policy]
1786
1791
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1beta1
18
18
  # Version of the google-apis-datacatalog_v1beta1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210429"
25
+ REVISION = "20211014"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.10.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-05-24 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Google Cloud Data Catalog API V1beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -51,9 +57,9 @@ licenses:
51
57
  - Apache-2.0
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.6.0
56
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.10.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []
59
65
  require_paths: