google-apis-servicemanagement_v1 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: d283d165a4939a81f440201f9aa9da144a940bdee7fd5dafdb5ddc61f16cfe2d
4
- data.tar.gz: b225200bd64be38d5be665978f9e4a0a2bee6c06a8948d80b4ff32410ff0e998
3
+ metadata.gz: 46614cd37b2d1400da8efcbd939a1a2722abcdd7df93c491585993beee01e850
4
+ data.tar.gz: b1af71e1532fb8f2d3c017486f96b0112ce3303b6be81f917e115ecb3012ef89
5
5
  SHA512:
6
- metadata.gz: e7bd8884932c2eea941877f95da20e0fd367b79f8a6cb0e88ad321ed64107df44248126f3fc0851a7d47451a7e79ad13d2ecd6c6bcdaf7be25be00e2f5c81f1b
7
- data.tar.gz: e72fee3fbcf042d1de18f75a7544600d6c0030cb565e8affff852e572e9154c9853db0e0f7b4888112b395fde3deb548d381f28d17aa2739eb1996f05d7cc3c7
6
+ metadata.gz: cc422c22cd6cd3517a7eadc661e530716d8b3bad07ab7cc54badf1f2cdd09935a4017a284508cbbf837eea48e7dbeee27c51abc29d60b456de8b6b12cf06ba33
7
+ data.tar.gz: f78d88af9e5011db376a61eec16dbea709bb3da36e9ba44750dd04e042c1408ed6592839343f968961f13d45b9366a0ba0b2143b470a77db3ed1d6e477d7ace1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.17.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+
3
7
  ### v0.16.0 (2021-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20211001
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 Servicemanagement service in particular.)
67
67
 
@@ -556,7 +556,7 @@ module Google
556
556
  end
557
557
  end
558
558
 
559
- # Associates `members` with a `role`.
559
+ # Associates `members`, or principals, with a `role`.
560
560
  class Binding
561
561
  include Google::Apis::Core::Hashable
562
562
 
@@ -579,7 +579,7 @@ module Google
579
579
  # @return [Google::Apis::ServicemanagementV1::Expr]
580
580
  attr_accessor :condition
581
581
 
582
- # Specifies the identities requesting access for a Cloud Platform resource. `
582
+ # Specifies the principals requesting access for a Cloud Platform resource. `
583
583
  # members` can have the following values: * `allUsers`: A special identifier
584
584
  # that represents anyone who is on the internet; with or without a Google
585
585
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -609,8 +609,8 @@ module Google
609
609
  # @return [Array<String>]
610
610
  attr_accessor :members
611
611
 
612
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
613
- # , or `roles/owner`.
612
+ # Role that is assigned to the list of `members`, or principals. For example, `
613
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
614
614
  # Corresponds to the JSON property `role`
615
615
  # @return [String]
616
616
  attr_accessor :role
@@ -2811,31 +2811,31 @@ module Google
2811
2811
 
2812
2812
  # An Identity and Access Management (IAM) policy, which specifies access
2813
2813
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2814
- # A `binding` binds one or more `members` to a single `role`. Members can be
2815
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2816
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2817
- # role or a user-created custom role. For some types of Google Cloud resources,
2818
- # a `binding` can also specify a `condition`, which is a logical expression that
2819
- # allows access to a resource only if the expression evaluates to `true`. A
2820
- # condition can add constraints based on attributes of the request, the resource,
2821
- # or both. To learn which resources support conditions in their IAM policies,
2822
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2823
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2824
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2825
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2826
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2827
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2828
- # title": "expirable access", "description": "Does not grant access after Sep
2829
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2830
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2831
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2832
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2833
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2834
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2835
- # description: Does not grant access after Sep 2020 expression: request.time <
2836
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2837
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2838
- # google.com/iam/docs/).
2814
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2815
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2816
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2817
+ # an IAM predefined role or a user-created custom role. For some types of Google
2818
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2819
+ # logical expression that allows access to a resource only if the expression
2820
+ # evaluates to `true`. A condition can add constraints based on attributes of
2821
+ # the request, the resource, or both. To learn which resources support
2822
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2823
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2824
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2825
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2826
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2827
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2828
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2829
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2830
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2831
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2832
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2833
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2834
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2835
+ # access description: Does not grant access after Sep 2020 expression: request.
2836
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2837
+ # a description of IAM and its features, see the [IAM documentation](https://
2838
+ # cloud.google.com/iam/docs/).
2839
2839
  class Policy
2840
2840
  include Google::Apis::Core::Hashable
2841
2841
 
@@ -2844,14 +2844,14 @@ module Google
2844
2844
  # @return [Array<Google::Apis::ServicemanagementV1::AuditConfig>]
2845
2845
  attr_accessor :audit_configs
2846
2846
 
2847
- # Associates a list of `members` to a `role`. Optionally, may specify a `
2848
- # condition` that determines how and when the `bindings` are applied. Each of
2849
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
2850
- # can refer to up to 1,500 members; up to 250 of these members can be Google
2851
- # groups. Each occurrence of a member counts towards these limits. For example,
2852
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
2853
- # not to any other member, then you can add another 1,450 members to the `
2854
- # bindings` in the `Policy`.
2847
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
2848
+ # specify a `condition` that determines how and when the `bindings` are applied.
2849
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
2850
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
2851
+ # can be Google groups. Each occurrence of a principal counts towards these
2852
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
2853
+ # example.com`, and not to any other principal, then you can add another 1,450
2854
+ # principals to the `bindings` in the `Policy`.
2855
2855
  # Corresponds to the JSON property `bindings`
2856
2856
  # @return [Array<Google::Apis::ServicemanagementV1::Binding>]
2857
2857
  attr_accessor :bindings
@@ -3497,31 +3497,31 @@ module Google
3497
3497
 
3498
3498
  # An Identity and Access Management (IAM) policy, which specifies access
3499
3499
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
3500
- # A `binding` binds one or more `members` to a single `role`. Members can be
3501
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
3502
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
3503
- # role or a user-created custom role. For some types of Google Cloud resources,
3504
- # a `binding` can also specify a `condition`, which is a logical expression that
3505
- # allows access to a resource only if the expression evaluates to `true`. A
3506
- # condition can add constraints based on attributes of the request, the resource,
3507
- # or both. To learn which resources support conditions in their IAM policies,
3508
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
3509
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
3510
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
3511
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
3512
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
3513
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
3514
- # title": "expirable access", "description": "Does not grant access after Sep
3515
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
3516
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
3517
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
3518
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
3519
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
3520
- # roles/resourcemanager.organizationViewer condition: title: expirable access
3521
- # description: Does not grant access after Sep 2020 expression: request.time <
3522
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
3523
- # description of IAM and its features, see the [IAM documentation](https://cloud.
3524
- # google.com/iam/docs/).
3500
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
3501
+ # Principals can be user accounts, service accounts, Google groups, and domains (
3502
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
3503
+ # an IAM predefined role or a user-created custom role. For some types of Google
3504
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
3505
+ # logical expression that allows access to a resource only if the expression
3506
+ # evaluates to `true`. A condition can add constraints based on attributes of
3507
+ # the request, the resource, or both. To learn which resources support
3508
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3509
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3510
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3511
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3512
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3513
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3514
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
3515
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3516
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3517
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
3518
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3519
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3520
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3521
+ # access description: Does not grant access after Sep 2020 expression: request.
3522
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3523
+ # a description of IAM and its features, see the [IAM documentation](https://
3524
+ # cloud.google.com/iam/docs/).
3525
3525
  # Corresponds to the JSON property `policy`
3526
3526
  # @return [Google::Apis::ServicemanagementV1::Policy]
3527
3527
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 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 = "20211001"
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-servicemanagement_v1
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-10-11 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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.16.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.17.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: