google-apis-servicemanagement_v1 0.11.0 → 0.15.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: e6c9513c1f20165063cf84ae9269fd4b646de5eb3340132ee62d0c4201437fdf
4
- data.tar.gz: 7883e5933d71022cb5c9092ecfaa0f7d6267fecb03e0d254fccf4930c33b023f
3
+ metadata.gz: 1ac344d5a7d9c52ff5281bec3ae05085ed75b2fb8cadbc5e5bd58aeaebdb2ea1
4
+ data.tar.gz: d6302122587f6251afd3928a2f9d0e42746d1c290db0ad59ce8411ef5e42a4d8
5
5
  SHA512:
6
- metadata.gz: 150e6746b37e66990dc47c40e6a58314c7015cab95319528d814d4f1a0aa8fced8c7d8e6c0c91408c659429820937a929fff333336794413d9b670a999876d1a
7
- data.tar.gz: 549dd18585d6a2a129f7c1809d6a03a62f1a781db59f0ea0997009338ac0e69aeb2a30861e2be98408db043c6c7a24817572d4656bbcd7c570e2bf884d10c63b
6
+ metadata.gz: f26a4aa9cd571e26ba1f1c88f01e8a16e1d84472e8432c2ac3cdcd78c756b4c2b37d7f64edf5b436b8a7b39793c80f7f6c10351526e205e7c75cce9bf3340bdd
7
+ data.tar.gz: 316c7ae91178434693914eee4be7b80799ba2aa33368b4ef0112c47b1e9bdce7d7ff6cb3c2c29660020687f6b19fd61ae1f94765dcbc7ae6e236f08911d20964
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.15.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
7
+ ### v0.14.0 (2021-07-16)
8
+
9
+ * Regenerated from discovery document revision 20210709
10
+
11
+ ### v0.13.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.12.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.11.0 (2021-06-09)
4
20
 
5
21
  * Regenerated from discovery document revision 20210604
@@ -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
@@ -2824,7 +2833,7 @@ module Google
2824
2833
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2825
2834
  # roles/resourcemanager.organizationViewer condition: title: expirable access
2826
2835
  # 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
2836
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2828
2837
  # description of IAM and its features, see the [IAM documentation](https://cloud.
2829
2838
  # google.com/iam/docs/).
2830
2839
  class Policy
@@ -3287,8 +3296,8 @@ module Google
3287
3296
 
3288
3297
  # A list of all enum types included in this API service. Enums referenced
3289
3298
  # 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
3299
+ # are not referenced but shall be included should be listed here by name by the
3300
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
3292
3301
  # Corresponds to the JSON property `enums`
3293
3302
  # @return [Array<Google::Apis::ServicemanagementV1::Enum>]
3294
3303
  attr_accessor :enums
@@ -3421,7 +3430,8 @@ module Google
3421
3430
  # @return [Array<Google::Apis::ServicemanagementV1::Type>]
3422
3431
  attr_accessor :system_types
3423
3432
 
3424
- # The product title for this service.
3433
+ # The product title for this service, it is the name displayed in Google Cloud
3434
+ # Console.
3425
3435
  # Corresponds to the JSON property `title`
3426
3436
  # @return [String]
3427
3437
  attr_accessor :title
@@ -3429,8 +3439,8 @@ module Google
3429
3439
  # A list of all proto message types included in this API service. Types
3430
3440
  # referenced directly or indirectly by the `apis` are automatically included.
3431
3441
  # 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
3442
+ # the `google.protobuf.Any` type, should be listed here by name by the
3443
+ # configuration author. Example: types: - name: google.protobuf.Int32
3434
3444
  # Corresponds to the JSON property `types`
3435
3445
  # @return [Array<Google::Apis::ServicemanagementV1::Type>]
3436
3446
  attr_accessor :types
@@ -3504,7 +3514,7 @@ module Google
3504
3514
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
3505
3515
  # roles/resourcemanager.organizationViewer condition: title: expirable access
3506
3516
  # 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
3517
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
3508
3518
  # description of IAM and its features, see the [IAM documentation](https://cloud.
3509
3519
  # google.com/iam/docs/).
3510
3520
  # Corresponds to the JSON property `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.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
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 = "20210813"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.15.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-06-14 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Service Management API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.15.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_v1
57
63
  post_install_message:
58
64
  rdoc_options: []