google-apis-servicedirectory_v1 0.10.0 → 0.14.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: 4a09ef1dff72451f005123aba2df6f3f5011fae885d227c31645c4099b864c9c
4
- data.tar.gz: 6d5fdb1f3214701db7c7e9bd93f55245cf9bcdaf8e3e7bccef954bec918a100a
3
+ metadata.gz: eaa6527ee46fa13eabc87f55f576b02fb5d7de9dc4635dfc5b9a0faa418aed0f
4
+ data.tar.gz: b48f4fdaa113e7c63d3ceed9d626c09225fdbc76829502ff79e232b76503acb7
5
5
  SHA512:
6
- metadata.gz: a321faf1ccfa95d18bd41ca191f8f76ab797c002c5cb4cd33f6c3ef95241560443ddea7ecf11563ed0fc261c91c1121695cc389a117968e82203f07454313de5
7
- data.tar.gz: 31921ca91934a07d3c21e7a32762f984009eb3b7064d5ca62164e259a23f640752be16700e32042875773223ee75058671131f45d454142516eb6fd5c164540b
6
+ metadata.gz: e126b2f254775ae200beb4a4409ed949b2533cbfd22287337cf56ce8c8f9c9fe88fe7c2755111824cef5a960100037f82f9ebcc60f25c0262781534e441d57da
7
+ data.tar.gz: f201509a32983f4f4ac6be05b7c1c01fd621e6e732e727ffacc7e2ada995b1e7ee958bbcbb17402aa283449efbfe5d0bc332852065417c76ca43dc55f563e99b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-servicedirectory_v1
2
2
 
3
+ ### v0.14.0 (2021-11-14)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
7
+ ### v0.13.0 (2021-10-26)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+ * Unspecified changes
11
+
12
+ ### v0.12.0 (2021-08-22)
13
+
14
+ * Regenerated from discovery document revision 20210811
15
+
16
+ ### v0.11.0 (2021-07-25)
17
+
18
+ * Regenerated from discovery document revision 20210716
19
+
3
20
  ### v0.10.0 (2021-06-29)
4
21
 
5
22
  * Regenerated using generator version 0.4.0
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 ServicedirectoryV1
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::ServicedirectoryV1::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
@@ -132,12 +132,9 @@ module Google
132
132
  # alphanumerics between. The prefix is optional. If specified, the prefix must
133
133
  # be a DNS subdomain: a series of DNS labels separated by dots (.), not longer
134
134
  # than 253 characters in total, followed by a slash (/) Annotations that fails
135
- # to meet these requirements are rejected. * The `(*.)google.com/` and `(*.)
136
- # googleapis.com/` prefixes are reserved for system annotations managed by
137
- # Service Directory. If the user tries to write to these keyspaces, those
138
- # entries are silently ignored by the system Note: This field is equivalent to
139
- # the `metadata` field in the v1beta1 API. They have the same syntax and read/
140
- # write to the same location in Service Directory.
135
+ # to meet these requirements are rejected. Note: This field is equivalent to the
136
+ # `metadata` field in the v1beta1 API. They have the same syntax and read/write
137
+ # to the same location in Service Directory.
141
138
  # Corresponds to the JSON property `annotations`
142
139
  # @return [Hash<String,String>]
143
140
  attr_accessor :annotations
@@ -243,13 +240,16 @@ module Google
243
240
  class GetPolicyOptions
244
241
  include Google::Apis::Core::Hashable
245
242
 
246
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
247
- # 3. Requests specifying an invalid value will be rejected. Requests for
248
- # policies with any conditional bindings must specify version 3. Policies
249
- # without any conditional bindings may specify any valid value or leave the
250
- # field unset. To learn which resources support conditions in their IAM policies,
251
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
252
- # resource-policies).
243
+ # Optional. The maximum policy version that will be used to format the policy.
244
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
245
+ # rejected. Requests for policies with any conditional role bindings must
246
+ # specify version 3. Policies with no conditional role bindings may specify any
247
+ # valid value or leave the field unset. The policy in the response might use the
248
+ # policy version that you specified, or it might use a lower policy version. For
249
+ # example, if you specify version 3, but the policy has no conditional role
250
+ # bindings, the response uses version 1. To learn which resources support
251
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
252
+ # google.com/iam/help/conditions/resource-policies).
253
253
  # Corresponds to the JSON property `requestedPolicyVersion`
254
254
  # @return [Fixnum]
255
255
  attr_accessor :requested_policy_version
@@ -445,37 +445,42 @@ module Google
445
445
 
446
446
  # An Identity and Access Management (IAM) policy, which specifies access
447
447
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
448
- # A `binding` binds one or more `members` to a single `role`. Members can be
449
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
450
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
451
- # role or a user-created custom role. For some types of Google Cloud resources,
452
- # a `binding` can also specify a `condition`, which is a logical expression that
453
- # allows access to a resource only if the expression evaluates to `true`. A
454
- # condition can add constraints based on attributes of the request, the resource,
455
- # or both. To learn which resources support conditions in their IAM policies,
456
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
457
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
458
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
459
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
460
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
461
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
462
- # title": "expirable access", "description": "Does not grant access after Sep
463
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
464
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
465
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
466
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
467
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
468
- # roles/resourcemanager.organizationViewer condition: title: expirable access
469
- # description: Does not grant access after Sep 2020 expression: request.time <
470
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
471
- # description of IAM and its features, see the [IAM documentation](https://cloud.
472
- # google.com/iam/docs/).
448
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
449
+ # Principals can be user accounts, service accounts, Google groups, and domains (
450
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
451
+ # an IAM predefined role or a user-created custom role. For some types of Google
452
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
453
+ # logical expression that allows access to a resource only if the expression
454
+ # evaluates to `true`. A condition can add constraints based on attributes of
455
+ # the request, the resource, or both. To learn which resources support
456
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
457
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
458
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
459
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
460
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
461
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
462
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
463
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
464
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
465
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
466
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
467
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
468
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
469
+ # access description: Does not grant access after Sep 2020 expression: request.
470
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
471
+ # a description of IAM and its features, see the [IAM documentation](https://
472
+ # cloud.google.com/iam/docs/).
473
473
  class Policy
474
474
  include Google::Apis::Core::Hashable
475
475
 
476
- # Associates a list of `members` to a `role`. Optionally, may specify a `
477
- # condition` that determines how and when the `bindings` are applied. Each of
478
- # the `bindings` must contain at least one member.
476
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
477
+ # specify a `condition` that determines how and when the `bindings` are applied.
478
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
479
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
480
+ # can be Google groups. Each occurrence of a principal counts towards these
481
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
482
+ # example.com`, and not to any other principal, then you can add another 1,450
483
+ # principals to the `bindings` in the `Policy`.
479
484
  # Corresponds to the JSON property `bindings`
480
485
  # @return [Array<Google::Apis::ServicedirectoryV1::Binding>]
481
486
  attr_accessor :bindings
@@ -608,12 +613,9 @@ module Google
608
613
  # alphanumerics between. The prefix is optional. If specified, the prefix must
609
614
  # be a DNS subdomain: a series of DNS labels separated by dots (.), not longer
610
615
  # than 253 characters in total, followed by a slash (/). Annotations that fails
611
- # to meet these requirements are rejected * The `(*.)google.com/` and `(*.)
612
- # googleapis.com/` prefixes are reserved for system annotations managed by
613
- # Service Directory. If the user tries to write to these keyspaces, those
614
- # entries are silently ignored by the system Note: This field is equivalent to
615
- # the `metadata` field in the v1beta1 API. They have the same syntax and read/
616
- # write to the same location in Service Directory.
616
+ # to meet these requirements are rejected Note: This field is equivalent to the `
617
+ # metadata` field in the v1beta1 API. They have the same syntax and read/write
618
+ # to the same location in Service Directory.
617
619
  # Corresponds to the JSON property `annotations`
618
620
  # @return [Hash<String,String>]
619
621
  attr_accessor :annotations
@@ -649,31 +651,31 @@ module Google
649
651
 
650
652
  # An Identity and Access Management (IAM) policy, which specifies access
651
653
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
652
- # A `binding` binds one or more `members` to a single `role`. Members can be
653
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
654
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
655
- # role or a user-created custom role. For some types of Google Cloud resources,
656
- # a `binding` can also specify a `condition`, which is a logical expression that
657
- # allows access to a resource only if the expression evaluates to `true`. A
658
- # condition can add constraints based on attributes of the request, the resource,
659
- # or both. To learn which resources support conditions in their IAM policies,
660
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
661
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
662
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
663
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
664
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
665
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
666
- # title": "expirable access", "description": "Does not grant access after Sep
667
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
668
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
669
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
670
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
671
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
672
- # roles/resourcemanager.organizationViewer condition: title: expirable access
673
- # description: Does not grant access after Sep 2020 expression: request.time <
674
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
675
- # description of IAM and its features, see the [IAM documentation](https://cloud.
676
- # google.com/iam/docs/).
654
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
655
+ # Principals can be user accounts, service accounts, Google groups, and domains (
656
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
657
+ # an IAM predefined role or a user-created custom role. For some types of Google
658
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
659
+ # logical expression that allows access to a resource only if the expression
660
+ # evaluates to `true`. A condition can add constraints based on attributes of
661
+ # the request, the resource, or both. To learn which resources support
662
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
663
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
664
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
665
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
666
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
667
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
668
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
669
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
670
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
671
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
672
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
673
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
674
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
675
+ # access description: Does not grant access after Sep 2020 expression: request.
676
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
677
+ # a description of IAM and its features, see the [IAM documentation](https://
678
+ # cloud.google.com/iam/docs/).
677
679
  # Corresponds to the JSON property `policy`
678
680
  # @return [Google::Apis::ServicedirectoryV1::Policy]
679
681
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicedirectoryV1
18
18
  # Version of the google-apis-servicedirectory_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.14.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 = "20210407"
25
+ REVISION = "20211103"
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 = 'V1'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicedirectory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.14.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-11-15 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: