google-apis-servicemanagement_v1 0.13.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: 026c5892930d954156dc7743d0c8c36fa527de61b39d1c4bbaaf20c7fa3504dc
4
- data.tar.gz: d1f1ece28512d33f3f59283b6b46abef3b353821e790ba7e6ad400610263e4d2
3
+ metadata.gz: 46614cd37b2d1400da8efcbd939a1a2722abcdd7df93c491585993beee01e850
4
+ data.tar.gz: b1af71e1532fb8f2d3c017486f96b0112ce3303b6be81f917e115ecb3012ef89
5
5
  SHA512:
6
- metadata.gz: 0d51d8a46a227c670f1b96e4823f1249d95bf29d755d437d7e17302d71fa55d80654faf30e5a263321d533d5648bcfdde710a3cd09769e314048b23cdfa69c2f
7
- data.tar.gz: 1b76768d281ce4a3cb4e2639642260cb011b186ab646c23fc862345cd7210ba20889f8b9be4dbb9f35b8e4f0480368252be0d4deabdbd057d2a370a7e5e11ddd
6
+ metadata.gz: cc422c22cd6cd3517a7eadc661e530716d8b3bad07ab7cc54badf1f2cdd09935a4017a284508cbbf837eea48e7dbeee27c51abc29d60b456de8b6b12cf06ba33
7
+ data.tar.gz: f78d88af9e5011db376a61eec16dbea709bb3da36e9ba44750dd04e042c1408ed6592839343f968961f13d45b9366a0ba0b2143b470a77db3ed1d6e477d7ace1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
7
+ ### v0.16.0 (2021-10-05)
8
+
9
+ * Regenerated from discovery document revision 20211001
10
+
11
+ ### v0.15.0 (2021-09-01)
12
+
13
+ * Regenerated from discovery document revision 20210813
14
+
15
+ ### v0.14.0 (2021-07-16)
16
+
17
+ * Regenerated from discovery document revision 20210709
18
+
3
19
  ### v0.13.0 (2021-06-29)
4
20
 
5
21
  * 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 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
@@ -1076,7 +1076,9 @@ module Google
1076
1076
  # @return [String]
1077
1077
  attr_accessor :service_root_url
1078
1078
 
1079
- # A short summary of what the service does. Can only be provided by plain text.
1079
+ # A short description of what the service does. The summary must be plain text.
1080
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
1081
+ # This field is equivalent to the standard field `description`.
1080
1082
  # Corresponds to the JSON property `summary`
1081
1083
  # @return [String]
1082
1084
  attr_accessor :summary
@@ -1106,17 +1108,20 @@ module Google
1106
1108
  # @return [String]
1107
1109
  attr_accessor :deprecation_description
1108
1110
 
1109
- # Description of the selected API(s).
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.
1110
1114
  # Corresponds to the JSON property `description`
1111
1115
  # @return [String]
1112
1116
  attr_accessor :description
1113
1117
 
1114
- # The selector is a comma-separated list of patterns. Each pattern is a
1115
- # qualified name of the element which may end in "*", indicating a wildcard.
1116
- # Wildcards are only allowed at the end and for a whole component of the
1117
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
1118
- # wildcard will match one or more components. To specify a default for all
1119
- # applicable elements, the whole pattern "*" is used.
1118
+ # The selector is a comma-separated list of patterns for any element such as a
1119
+ # method, a field, an enum value. Each pattern is a qualified name of the
1120
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1121
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1122
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1123
+ # components. To specify a default for all applicable elements, the whole
1124
+ # pattern "*" is used.
1120
1125
  # Corresponds to the JSON property `selector`
1121
1126
  # @return [String]
1122
1127
  attr_accessor :selector
@@ -2456,7 +2461,10 @@ module Google
2456
2461
  attr_accessor :name
2457
2462
 
2458
2463
  # Required. The monitored resource type. For example, the type `"
2459
- # cloudsql_database"` represents databases in Google Cloud SQL.
2464
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2465
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2466
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2467
+ # api/v2/resource-list).
2460
2468
  # Corresponds to the JSON property `type`
2461
2469
  # @return [String]
2462
2470
  attr_accessor :type
@@ -2766,7 +2774,8 @@ module Google
2766
2774
  include Google::Apis::Core::Hashable
2767
2775
 
2768
2776
  # The Markdown content of the page. You can use (== include `path` ==) to
2769
- # include content from a Markdown file.
2777
+ # include content from a Markdown file. The content can be used to produce the
2778
+ # documentation page such as HTML format page.
2770
2779
  # Corresponds to the JSON property `content`
2771
2780
  # @return [String]
2772
2781
  attr_accessor :content
@@ -2802,31 +2811,31 @@ module Google
2802
2811
 
2803
2812
  # An Identity and Access Management (IAM) policy, which specifies access
2804
2813
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2805
- # A `binding` binds one or more `members` to a single `role`. Members can be
2806
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2807
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2808
- # role or a user-created custom role. For some types of Google Cloud resources,
2809
- # a `binding` can also specify a `condition`, which is a logical expression that
2810
- # allows access to a resource only if the expression evaluates to `true`. A
2811
- # condition can add constraints based on attributes of the request, the resource,
2812
- # or both. To learn which resources support conditions in their IAM policies,
2813
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2814
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2815
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2816
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2817
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2818
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2819
- # title": "expirable access", "description": "Does not grant access after Sep
2820
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2821
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2822
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2823
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2824
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2825
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2826
- # description: Does not grant access after Sep 2020 expression: request.time <
2827
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2828
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2829
- # 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/).
2830
2839
  class Policy
2831
2840
  include Google::Apis::Core::Hashable
2832
2841
 
@@ -2835,9 +2844,14 @@ module Google
2835
2844
  # @return [Array<Google::Apis::ServicemanagementV1::AuditConfig>]
2836
2845
  attr_accessor :audit_configs
2837
2846
 
2838
- # Associates a list of `members` to a `role`. Optionally, may specify a `
2839
- # condition` that determines how and when the `bindings` are applied. Each of
2840
- # the `bindings` must contain at least one member.
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`.
2841
2855
  # Corresponds to the JSON property `bindings`
2842
2856
  # @return [Array<Google::Apis::ServicemanagementV1::Binding>]
2843
2857
  attr_accessor :bindings
@@ -3287,8 +3301,8 @@ module Google
3287
3301
 
3288
3302
  # A list of all enum types included in this API service. Enums referenced
3289
3303
  # directly or indirectly by the `apis` are automatically included. Enums which
3290
- # are not referenced but shall be included should be listed here by name.
3291
- # Example: enums: - name: google.someapi.v1.SomeEnum
3304
+ # are not referenced but shall be included should be listed here by name by the
3305
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
3292
3306
  # Corresponds to the JSON property `enums`
3293
3307
  # @return [Array<Google::Apis::ServicemanagementV1::Enum>]
3294
3308
  attr_accessor :enums
@@ -3421,7 +3435,8 @@ module Google
3421
3435
  # @return [Array<Google::Apis::ServicemanagementV1::Type>]
3422
3436
  attr_accessor :system_types
3423
3437
 
3424
- # The product title for this service.
3438
+ # The product title for this service, it is the name displayed in Google Cloud
3439
+ # Console.
3425
3440
  # Corresponds to the JSON property `title`
3426
3441
  # @return [String]
3427
3442
  attr_accessor :title
@@ -3429,8 +3444,8 @@ module Google
3429
3444
  # A list of all proto message types included in this API service. Types
3430
3445
  # referenced directly or indirectly by the `apis` are automatically included.
3431
3446
  # Messages which are not referenced but shall be included, such as types used by
3432
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
3433
- # - name: google.protobuf.Int32
3447
+ # the `google.protobuf.Any` type, should be listed here by name by the
3448
+ # configuration author. Example: types: - name: google.protobuf.Int32
3434
3449
  # Corresponds to the JSON property `types`
3435
3450
  # @return [Array<Google::Apis::ServicemanagementV1::Type>]
3436
3451
  attr_accessor :types
@@ -3482,31 +3497,31 @@ module Google
3482
3497
 
3483
3498
  # An Identity and Access Management (IAM) policy, which specifies access
3484
3499
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
3485
- # A `binding` binds one or more `members` to a single `role`. Members can be
3486
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
3487
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
3488
- # role or a user-created custom role. For some types of Google Cloud resources,
3489
- # a `binding` can also specify a `condition`, which is a logical expression that
3490
- # allows access to a resource only if the expression evaluates to `true`. A
3491
- # condition can add constraints based on attributes of the request, the resource,
3492
- # or both. To learn which resources support conditions in their IAM policies,
3493
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
3494
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
3495
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
3496
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
3497
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
3498
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
3499
- # title": "expirable access", "description": "Does not grant access after Sep
3500
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
3501
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
3502
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
3503
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
3504
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
3505
- # roles/resourcemanager.organizationViewer condition: title: expirable access
3506
- # description: Does not grant access after Sep 2020 expression: request.time <
3507
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
3508
- # description of IAM and its features, see the [IAM documentation](https://cloud.
3509
- # 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/).
3510
3525
  # Corresponds to the JSON property `policy`
3511
3526
  # @return [Google::Apis::ServicemanagementV1::Policy]
3512
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.13.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 = "20210604"
25
+ REVISION = "20211015"
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.13.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-07-05 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.13.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: