google-apis-servicemanagement_v1 0.14.0 → 0.18.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: 7aa87b0dbeb4e45c58f83d91dc374fd2a2fbef37173583230ed12f728ccb9e0b
4
- data.tar.gz: 446edbd5608d447ab66548b8bdeae6a9a68e7f2167702e83838eb40ba877e9a0
3
+ metadata.gz: 43f1a5a2bebd22020a9dab20a0bc2f058f62377126440011062570d2ba5b5cde
4
+ data.tar.gz: 8b4db06d89d2420d1d1aa6a3c3d9beafa5dfe44a2c0b3ed933a7a5f3454a0e74
5
5
  SHA512:
6
- metadata.gz: 8169692f5605f24cc116578b2d67c0f67b6cb161b187a1b4e3d08a0a66391c8979bf75336d0043ccbf9b351fe586958a9762f22a37ff91434ddababc0cf17333
7
- data.tar.gz: 393e636d875009c1f491628d4f5c5c1455fe3475aea3ae270cd7aeb4bb29b479a0a750e50435b2f6867746774660af735b4d6b149b8be2d1f49081d160c94245
6
+ metadata.gz: aa8eb25cb8fed784e9bc78593bd651cfca6a750fb4b43e722b37773a6939eee8834ade38df3fb0555b12015127c538d12d37eb45d2bc476eda83f00d70ba7f64
7
+ data.tar.gz: dc3e4fcc9c196e72e3d890f633237958d0f06086cc85ebac1dcb88295a70f55ba025a069baac647f15177b7b53caf43b106295c2ceec6e10404433dc9b483920
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.18.0 (2021-11-10)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
7
+ ### v0.17.0 (2021-10-20)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+
11
+ ### v0.16.0 (2021-10-05)
12
+
13
+ * Regenerated from discovery document revision 20211001
14
+
15
+ ### v0.15.0 (2021-09-01)
16
+
17
+ * Regenerated from discovery document revision 20210813
18
+
3
19
  ### v0.14.0 (2021-07-16)
4
20
 
5
21
  * Regenerated from discovery document revision 20210709
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
@@ -1108,8 +1108,9 @@ module Google
1108
1108
  # @return [String]
1109
1109
  attr_accessor :deprecation_description
1110
1110
 
1111
- # The description is the comment in front of the selected proto element, such as
1112
- # a message, a method, a 'service' definition, or a field.
1111
+ # Description of the selected proto element (e.g. a message, a method, a '
1112
+ # service' definition, or a field). Defaults to leading & trailing comments
1113
+ # taken from the proto source definition of the proto element.
1113
1114
  # Corresponds to the JSON property `description`
1114
1115
  # @return [String]
1115
1116
  attr_accessor :description
@@ -1524,13 +1525,16 @@ module Google
1524
1525
  class GetPolicyOptions
1525
1526
  include Google::Apis::Core::Hashable
1526
1527
 
1527
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1528
- # 3. Requests specifying an invalid value will be rejected. Requests for
1529
- # policies with any conditional bindings must specify version 3. Policies
1530
- # without any conditional bindings may specify any valid value or leave the
1531
- # field unset. To learn which resources support conditions in their IAM policies,
1532
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1533
- # resource-policies).
1528
+ # Optional. The maximum policy version that will be used to format the policy.
1529
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1530
+ # rejected. Requests for policies with any conditional role bindings must
1531
+ # specify version 3. Policies with no conditional role bindings may specify any
1532
+ # valid value or leave the field unset. The policy in the response might use the
1533
+ # policy version that you specified, or it might use a lower policy version. For
1534
+ # example, if you specify version 3, but the policy has no conditional role
1535
+ # bindings, the response uses version 1. To learn which resources support
1536
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1537
+ # google.com/iam/help/conditions/resource-policies).
1534
1538
  # Corresponds to the JSON property `requestedPolicyVersion`
1535
1539
  # @return [Fixnum]
1536
1540
  attr_accessor :requested_policy_version
@@ -2460,7 +2464,10 @@ module Google
2460
2464
  attr_accessor :name
2461
2465
 
2462
2466
  # Required. The monitored resource type. For example, the type `"
2463
- # cloudsql_database"` represents databases in Google Cloud SQL.
2467
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2468
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2469
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2470
+ # api/v2/resource-list).
2464
2471
  # Corresponds to the JSON property `type`
2465
2472
  # @return [String]
2466
2473
  attr_accessor :type
@@ -2807,31 +2814,31 @@ module Google
2807
2814
 
2808
2815
  # An Identity and Access Management (IAM) policy, which specifies access
2809
2816
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2810
- # A `binding` binds one or more `members` to a single `role`. Members can be
2811
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2812
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2813
- # role or a user-created custom role. For some types of Google Cloud resources,
2814
- # a `binding` can also specify a `condition`, which is a logical expression that
2815
- # allows access to a resource only if the expression evaluates to `true`. A
2816
- # condition can add constraints based on attributes of the request, the resource,
2817
- # or both. To learn which resources support conditions in their IAM policies,
2818
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2819
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2820
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2821
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2822
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2823
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2824
- # title": "expirable access", "description": "Does not grant access after Sep
2825
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2826
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2827
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2828
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2829
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2830
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2831
- # description: Does not grant access after Sep 2020 expression: request.time <
2832
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2833
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2834
- # google.com/iam/docs/).
2817
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2818
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2819
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2820
+ # an IAM predefined role or a user-created custom role. For some types of Google
2821
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2822
+ # logical expression that allows access to a resource only if the expression
2823
+ # evaluates to `true`. A condition can add constraints based on attributes of
2824
+ # the request, the resource, or both. To learn which resources support
2825
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2826
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2827
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2828
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2829
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2830
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2831
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2832
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2833
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2834
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2835
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2836
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2837
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2838
+ # access description: Does not grant access after Sep 2020 expression: request.
2839
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2840
+ # a description of IAM and its features, see the [IAM documentation](https://
2841
+ # cloud.google.com/iam/docs/).
2835
2842
  class Policy
2836
2843
  include Google::Apis::Core::Hashable
2837
2844
 
@@ -2840,9 +2847,14 @@ module Google
2840
2847
  # @return [Array<Google::Apis::ServicemanagementV1::AuditConfig>]
2841
2848
  attr_accessor :audit_configs
2842
2849
 
2843
- # Associates a list of `members` to a `role`. Optionally, may specify a `
2844
- # condition` that determines how and when the `bindings` are applied. Each of
2845
- # the `bindings` must contain at least one member.
2850
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
2851
+ # specify a `condition` that determines how and when the `bindings` are applied.
2852
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
2853
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
2854
+ # can be Google groups. Each occurrence of a principal counts towards these
2855
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
2856
+ # example.com`, and not to any other principal, then you can add another 1,450
2857
+ # principals to the `bindings` in the `Policy`.
2846
2858
  # Corresponds to the JSON property `bindings`
2847
2859
  # @return [Array<Google::Apis::ServicemanagementV1::Binding>]
2848
2860
  attr_accessor :bindings
@@ -3488,31 +3500,31 @@ module Google
3488
3500
 
3489
3501
  # An Identity and Access Management (IAM) policy, which specifies access
3490
3502
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
3491
- # A `binding` binds one or more `members` to a single `role`. Members can be
3492
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
3493
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
3494
- # role or a user-created custom role. For some types of Google Cloud resources,
3495
- # a `binding` can also specify a `condition`, which is a logical expression that
3496
- # allows access to a resource only if the expression evaluates to `true`. A
3497
- # condition can add constraints based on attributes of the request, the resource,
3498
- # or both. To learn which resources support conditions in their IAM policies,
3499
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
3500
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
3501
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
3502
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
3503
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
3504
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
3505
- # title": "expirable access", "description": "Does not grant access after Sep
3506
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
3507
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
3508
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
3509
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
3510
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
3511
- # roles/resourcemanager.organizationViewer condition: title: expirable access
3512
- # description: Does not grant access after Sep 2020 expression: request.time <
3513
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
3514
- # description of IAM and its features, see the [IAM documentation](https://cloud.
3515
- # google.com/iam/docs/).
3503
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
3504
+ # Principals can be user accounts, service accounts, Google groups, and domains (
3505
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
3506
+ # an IAM predefined role or a user-created custom role. For some types of Google
3507
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
3508
+ # logical expression that allows access to a resource only if the expression
3509
+ # evaluates to `true`. A condition can add constraints based on attributes of
3510
+ # the request, the resource, or both. To learn which resources support
3511
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3512
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3513
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3514
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3515
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3516
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3517
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
3518
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3519
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3520
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
3521
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3522
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3523
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3524
+ # access description: Does not grant access after Sep 2020 expression: request.
3525
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3526
+ # a description of IAM and its features, see the [IAM documentation](https://
3527
+ # cloud.google.com/iam/docs/).
3516
3528
  # Corresponds to the JSON property `policy`
3517
3529
  # @return [Google::Apis::ServicemanagementV1::Policy]
3518
3530
  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.14.0"
19
+ GEM_VERSION = "0.18.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 = "20210709"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -31,10 +31,10 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
 
37
- # View your data across Google Cloud Platform services
37
+ # View your data across Google Cloud services and see the email address of your Google Account
38
38
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
39
39
 
40
40
  # Manage your Google API service configuration
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.14.0
4
+ version: 0.18.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-19 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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.14.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.18.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: