google-apis-servicedirectory_v1beta1 0.12.0 → 0.13.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: ac1c194158d8bd2876c2a2a85d91a9ad16cef85baf1778471b28c50b67867f03
4
- data.tar.gz: f38034b8982a97647b56e717a079bd00a34fd68efa7b68d0978199f791150f64
3
+ metadata.gz: cbafd0da18ecaadb36ff893d995d2401ba2522b5c83f8fe28a9309257faca81e
4
+ data.tar.gz: bdb48c1b27d281e6fb1b017aeb5cd31256fbd14a166fb4d8be832d50515d5eda
5
5
  SHA512:
6
- metadata.gz: d647e6172affca7a1403aa15f39b0bda8664778ddd99729e9b84868637ee7dd77ef085fdb382c44cd7514f6a3ebc52ea308eea7088c62ed0b4db75dc5a450df9
7
- data.tar.gz: 4cfbbfbceee8457c87f7db138aa24ca468ee62672d7aad25c29ec4a45b159208b5761a02c61d35cc28484465c0bebb2ab1dcbc3fa87659740e79e721deca10d2
6
+ metadata.gz: 1e8037a4b4b8dfec569a6ddba9a93c5a85887fd808e6f5e023934466926b0426971ae415b67efa8729978b5276d6b9934647573f929911defa7ecceb06f8e1cd
7
+ data.tar.gz: 15a58c6052ab2d4c1fd05e670a7e830c74ab807e18530b66c6305181242f0edaaaaf89941251eb23c2c77cc9dd672431a694908635be09efcaa4211525d01073
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-10-26)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
3
8
  ### v0.12.0 (2021-08-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20210811
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 Servicedirectory service in particular.)
67
67
 
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module ServicedirectoryV1beta1
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::ServicedirectoryV1beta1::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
@@ -476,37 +476,42 @@ module Google
476
476
 
477
477
  # An Identity and Access Management (IAM) policy, which specifies access
478
478
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
479
- # A `binding` binds one or more `members` to a single `role`. Members can be
480
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
481
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
482
- # role or a user-created custom role. For some types of Google Cloud resources,
483
- # a `binding` can also specify a `condition`, which is a logical expression that
484
- # allows access to a resource only if the expression evaluates to `true`. A
485
- # condition can add constraints based on attributes of the request, the resource,
486
- # or both. To learn which resources support conditions in their IAM policies,
487
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
488
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
489
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
490
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
491
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
492
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
493
- # title": "expirable access", "description": "Does not grant access after Sep
494
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
495
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
496
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
497
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
498
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
499
- # roles/resourcemanager.organizationViewer condition: title: expirable access
500
- # description: Does not grant access after Sep 2020 expression: request.time <
501
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
502
- # description of IAM and its features, see the [IAM documentation](https://cloud.
503
- # google.com/iam/docs/).
479
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
480
+ # Principals can be user accounts, service accounts, Google groups, and domains (
481
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
482
+ # an IAM predefined role or a user-created custom role. For some types of Google
483
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
484
+ # logical expression that allows access to a resource only if the expression
485
+ # evaluates to `true`. A condition can add constraints based on attributes of
486
+ # the request, the resource, or both. To learn which resources support
487
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
488
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
489
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
490
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
491
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
492
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
493
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
494
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
495
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
496
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
497
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
498
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
499
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
500
+ # access description: Does not grant access after Sep 2020 expression: request.
501
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
502
+ # a description of IAM and its features, see the [IAM documentation](https://
503
+ # cloud.google.com/iam/docs/).
504
504
  class Policy
505
505
  include Google::Apis::Core::Hashable
506
506
 
507
- # Associates a list of `members` to a `role`. Optionally, may specify a `
508
- # condition` that determines how and when the `bindings` are applied. Each of
509
- # the `bindings` must contain at least one member.
507
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
508
+ # specify a `condition` that determines how and when the `bindings` are applied.
509
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
510
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
511
+ # can be Google groups. Each occurrence of a principal counts towards these
512
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
513
+ # example.com`, and not to any other principal, then you can add another 1,450
514
+ # principals to the `bindings` in the `Policy`.
510
515
  # Corresponds to the JSON property `bindings`
511
516
  # @return [Array<Google::Apis::ServicedirectoryV1beta1::Binding>]
512
517
  attr_accessor :bindings
@@ -691,31 +696,31 @@ module Google
691
696
 
692
697
  # An Identity and Access Management (IAM) policy, which specifies access
693
698
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
694
- # A `binding` binds one or more `members` to a single `role`. Members can be
695
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
696
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
697
- # role or a user-created custom role. For some types of Google Cloud resources,
698
- # a `binding` can also specify a `condition`, which is a logical expression that
699
- # allows access to a resource only if the expression evaluates to `true`. A
700
- # condition can add constraints based on attributes of the request, the resource,
701
- # or both. To learn which resources support conditions in their IAM policies,
702
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
703
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
704
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
705
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
706
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
707
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
708
- # title": "expirable access", "description": "Does not grant access after Sep
709
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
710
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
711
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
712
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
713
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
714
- # roles/resourcemanager.organizationViewer condition: title: expirable access
715
- # description: Does not grant access after Sep 2020 expression: request.time <
716
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
717
- # description of IAM and its features, see the [IAM documentation](https://cloud.
718
- # google.com/iam/docs/).
699
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
700
+ # Principals can be user accounts, service accounts, Google groups, and domains (
701
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
702
+ # an IAM predefined role or a user-created custom role. For some types of Google
703
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
704
+ # logical expression that allows access to a resource only if the expression
705
+ # evaluates to `true`. A condition can add constraints based on attributes of
706
+ # the request, the resource, or both. To learn which resources support
707
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
708
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
709
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
710
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
711
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
712
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
713
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
714
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
715
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
716
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
717
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
718
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
719
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
720
+ # access description: Does not grant access after Sep 2020 expression: request.
721
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
722
+ # a description of IAM and its features, see the [IAM documentation](https://
723
+ # cloud.google.com/iam/docs/).
719
724
  # Corresponds to the JSON property `policy`
720
725
  # @return [Google::Apis::ServicedirectoryV1beta1::Policy]
721
726
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicedirectoryV1beta1
18
18
  # Version of the google-apis-servicedirectory_v1beta1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.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 = "20210811"
25
+ REVISION = "20211015"
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-servicedirectory_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-08-23 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-servicedirectory_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.12.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.13.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: