google-apis-servicedirectory_v1beta1 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: 8c226c47051404396b660f0bb1f89b9b5bb8175af2941a684bf752ee9eddea9a
4
- data.tar.gz: 14cc4d9a6bee84f571c2dd5b830422796348dfa3c1887473b028d987561c3a76
3
+ metadata.gz: 4128d2b5fae1a3ec5ed58fab5d02a5736d15b98574fc12d067b295b697f2e64f
4
+ data.tar.gz: a1e87238173feb128fedb491c9e365b02ca1ad49b921c3116b69c53947635b06
5
5
  SHA512:
6
- metadata.gz: 7486a55fdddb23b99aad0fabc41f78732169aa79a73924798eef1cc4cb857f72c0c5759222c98883f130f0f6e28a8499c6d00d71a70e4d9a8bbf36ccae3986a0
7
- data.tar.gz: af8721d033f63a4cb30939fa133c3fe121be3ef59e327329abdc0560cfb3dc0e56f7b8efb43744ba2bd3f4e3e7aef40bf3e2bbe37d693c5cf74d190a83b71699
6
+ metadata.gz: 4b81ed2fb51b83f9e9f3244c31a64a382faa5f17a3b5d8cec8ec0d96f23b30017f9d7ccd50fc38108089b8f833aa723db4bfa7e0ab793f7c0c931e62d311c579
7
+ data.tar.gz: b1bf4bd89fa39ba0acdce5363fda996d93eb26031e8cdd287a8666b9753338214e8e2a281d07b5c7a61960cbdbae9c516f35701cc55ddf1256b6672f01233d08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
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 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
@@ -137,12 +137,9 @@ module Google
137
137
  # between. The prefix is optional. If specified, the prefix must be a DNS
138
138
  # subdomain: a series of DNS labels separated by dots (.), not longer than 253
139
139
  # characters in total, followed by a slash (/). Metadata that fails to meet
140
- # these requirements are rejected * The `(*.)google.com/` and `(*.)googleapis.
141
- # com/` prefixes are reserved for system metadata managed by Service Directory.
142
- # If the user tries to write to these keyspaces, those entries are silently
143
- # ignored by the system Note: This field is equivalent to the `annotations`
144
- # field in the v1 API. They have the same syntax and read/write to the same
145
- # location in Service Directory.
140
+ # these requirements are rejected Note: This field is equivalent to the `
141
+ # annotations` field in the v1 API. They have the same syntax and read/write to
142
+ # the same location in Service Directory.
146
143
  # Corresponds to the JSON property `metadata`
147
144
  # @return [Hash<String,String>]
148
145
  attr_accessor :metadata
@@ -265,13 +262,16 @@ module Google
265
262
  class GetPolicyOptions
266
263
  include Google::Apis::Core::Hashable
267
264
 
268
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
269
- # 3. Requests specifying an invalid value will be rejected. Requests for
270
- # policies with any conditional bindings must specify version 3. Policies
271
- # without any conditional bindings may specify any valid value or leave the
272
- # field unset. To learn which resources support conditions in their IAM policies,
273
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
274
- # resource-policies).
265
+ # Optional. The maximum policy version that will be used to format the policy.
266
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
267
+ # rejected. Requests for policies with any conditional role bindings must
268
+ # specify version 3. Policies with no conditional role bindings may specify any
269
+ # valid value or leave the field unset. The policy in the response might use the
270
+ # policy version that you specified, or it might use a lower policy version. For
271
+ # example, if you specify version 3, but the policy has no conditional role
272
+ # bindings, the response uses version 1. To learn which resources support
273
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
274
+ # google.com/iam/help/conditions/resource-policies).
275
275
  # Corresponds to the JSON property `requestedPolicyVersion`
276
276
  # @return [Fixnum]
277
277
  attr_accessor :requested_policy_version
@@ -479,37 +479,42 @@ module Google
479
479
 
480
480
  # An Identity and Access Management (IAM) policy, which specifies access
481
481
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
482
- # A `binding` binds one or more `members` to a single `role`. Members can be
483
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
484
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
485
- # role or a user-created custom role. For some types of Google Cloud resources,
486
- # a `binding` can also specify a `condition`, which is a logical expression that
487
- # allows access to a resource only if the expression evaluates to `true`. A
488
- # condition can add constraints based on attributes of the request, the resource,
489
- # or both. To learn which resources support conditions in their IAM policies,
490
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
491
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
492
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
493
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
494
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
495
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
496
- # title": "expirable access", "description": "Does not grant access after Sep
497
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
498
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
499
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
500
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
501
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
502
- # roles/resourcemanager.organizationViewer condition: title: expirable access
503
- # description: Does not grant access after Sep 2020 expression: request.time <
504
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
505
- # description of IAM and its features, see the [IAM documentation](https://cloud.
506
- # google.com/iam/docs/).
482
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
483
+ # Principals can be user accounts, service accounts, Google groups, and domains (
484
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
485
+ # an IAM predefined role or a user-created custom role. For some types of Google
486
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
487
+ # logical expression that allows access to a resource only if the expression
488
+ # evaluates to `true`. A condition can add constraints based on attributes of
489
+ # the request, the resource, or both. To learn which resources support
490
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
491
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
492
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
493
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
494
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
495
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
496
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
497
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
498
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
499
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
500
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
501
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
502
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
503
+ # access description: Does not grant access after Sep 2020 expression: request.
504
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
505
+ # a description of IAM and its features, see the [IAM documentation](https://
506
+ # cloud.google.com/iam/docs/).
507
507
  class Policy
508
508
  include Google::Apis::Core::Hashable
509
509
 
510
- # Associates a list of `members` to a `role`. Optionally, may specify a `
511
- # condition` that determines how and when the `bindings` are applied. Each of
512
- # the `bindings` must contain at least one member.
510
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
511
+ # specify a `condition` that determines how and when the `bindings` are applied.
512
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
513
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
514
+ # can be Google groups. Each occurrence of a principal counts towards these
515
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
516
+ # example.com`, and not to any other principal, then you can add another 1,450
517
+ # principals to the `bindings` in the `Policy`.
513
518
  # Corresponds to the JSON property `bindings`
514
519
  # @return [Array<Google::Apis::ServicedirectoryV1beta1::Binding>]
515
520
  attr_accessor :bindings
@@ -654,12 +659,9 @@ module Google
654
659
  # between. The prefix is optional. If specified, the prefix must be a DNS
655
660
  # subdomain: a series of DNS labels separated by dots (.), not longer than 253
656
661
  # characters in total, followed by a slash (/). Metadata that fails to meet
657
- # these requirements are rejected * The `(*.)google.com/` and `(*.)googleapis.
658
- # com/` prefixes are reserved for system metadata managed by Service Directory.
659
- # If the user tries to write to these keyspaces, those entries are silently
660
- # ignored by the system Note: This field is equivalent to the `annotations`
661
- # field in the v1 API. They have the same syntax and read/write to the same
662
- # location in Service Directory.
662
+ # these requirements are rejected Note: This field is equivalent to the `
663
+ # annotations` field in the v1 API. They have the same syntax and read/write to
664
+ # the same location in Service Directory.
663
665
  # Corresponds to the JSON property `metadata`
664
666
  # @return [Hash<String,String>]
665
667
  attr_accessor :metadata
@@ -697,31 +699,31 @@ module Google
697
699
 
698
700
  # An Identity and Access Management (IAM) policy, which specifies access
699
701
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
700
- # A `binding` binds one or more `members` to a single `role`. Members can be
701
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
702
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
703
- # role or a user-created custom role. For some types of Google Cloud resources,
704
- # a `binding` can also specify a `condition`, which is a logical expression that
705
- # allows access to a resource only if the expression evaluates to `true`. A
706
- # condition can add constraints based on attributes of the request, the resource,
707
- # or both. To learn which resources support conditions in their IAM policies,
708
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
709
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
710
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
711
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
712
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
713
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
714
- # title": "expirable access", "description": "Does not grant access after Sep
715
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
716
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
717
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
718
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
719
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
720
- # roles/resourcemanager.organizationViewer condition: title: expirable access
721
- # description: Does not grant access after Sep 2020 expression: request.time <
722
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
723
- # description of IAM and its features, see the [IAM documentation](https://cloud.
724
- # google.com/iam/docs/).
702
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
703
+ # Principals can be user accounts, service accounts, Google groups, and domains (
704
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
705
+ # an IAM predefined role or a user-created custom role. For some types of Google
706
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
707
+ # logical expression that allows access to a resource only if the expression
708
+ # evaluates to `true`. A condition can add constraints based on attributes of
709
+ # the request, the resource, or both. To learn which resources support
710
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
711
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
712
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
713
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
714
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
715
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
716
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
717
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
718
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
719
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
720
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
721
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
722
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
723
+ # access description: Does not grant access after Sep 2020 expression: request.
724
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
725
+ # a description of IAM and its features, see the [IAM documentation](https://
726
+ # cloud.google.com/iam/docs/).
725
727
  # Corresponds to the JSON property `policy`
726
728
  # @return [Google::Apis::ServicedirectoryV1beta1::Policy]
727
729
  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.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 = "20210512"
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 = '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,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.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.10.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.14.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: