google-apis-servicemanagement_v1 0.13.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: 026c5892930d954156dc7743d0c8c36fa527de61b39d1c4bbaaf20c7fa3504dc
4
- data.tar.gz: d1f1ece28512d33f3f59283b6b46abef3b353821e790ba7e6ad400610263e4d2
3
+ metadata.gz: 7aa87b0dbeb4e45c58f83d91dc374fd2a2fbef37173583230ed12f728ccb9e0b
4
+ data.tar.gz: 446edbd5608d447ab66548b8bdeae6a9a68e7f2167702e83838eb40ba877e9a0
5
5
  SHA512:
6
- metadata.gz: 0d51d8a46a227c670f1b96e4823f1249d95bf29d755d437d7e17302d71fa55d80654faf30e5a263321d533d5648bcfdde710a3cd09769e314048b23cdfa69c2f
7
- data.tar.gz: 1b76768d281ce4a3cb4e2639642260cb011b186ab646c23fc862345cd7210ba20889f8b9be4dbb9f35b8e4f0480368252be0d4deabdbd057d2a370a7e5e11ddd
6
+ metadata.gz: 8169692f5605f24cc116578b2d67c0f67b6cb161b187a1b4e3d08a0a66391c8979bf75336d0043ccbf9b351fe586958a9762f22a37ff91434ddababc0cf17333
7
+ data.tar.gz: 393e636d875009c1f491628d4f5c5c1455fe3475aea3ae270cd7aeb4bb29b479a0a750e50435b2f6867746774660af735b4d6b149b8be2d1f49081d160c94245
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.14.0 (2021-07-16)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.13.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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,19 @@ module Google
1106
1108
  # @return [String]
1107
1109
  attr_accessor :deprecation_description
1108
1110
 
1109
- # Description of the selected API(s).
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.
1110
1113
  # Corresponds to the JSON property `description`
1111
1114
  # @return [String]
1112
1115
  attr_accessor :description
1113
1116
 
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.
1117
+ # The selector is a comma-separated list of patterns for any element such as a
1118
+ # method, a field, an enum value. Each pattern is a qualified name of the
1119
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1120
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1121
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1122
+ # components. To specify a default for all applicable elements, the whole
1123
+ # pattern "*" is used.
1120
1124
  # Corresponds to the JSON property `selector`
1121
1125
  # @return [String]
1122
1126
  attr_accessor :selector
@@ -2766,7 +2770,8 @@ module Google
2766
2770
  include Google::Apis::Core::Hashable
2767
2771
 
2768
2772
  # The Markdown content of the page. You can use (== include `path` ==) to
2769
- # include content from a Markdown file.
2773
+ # include content from a Markdown file. The content can be used to produce the
2774
+ # documentation page such as HTML format page.
2770
2775
  # Corresponds to the JSON property `content`
2771
2776
  # @return [String]
2772
2777
  attr_accessor :content
@@ -3287,8 +3292,8 @@ module Google
3287
3292
 
3288
3293
  # A list of all enum types included in this API service. Enums referenced
3289
3294
  # 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
3295
+ # are not referenced but shall be included should be listed here by name by the
3296
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
3292
3297
  # Corresponds to the JSON property `enums`
3293
3298
  # @return [Array<Google::Apis::ServicemanagementV1::Enum>]
3294
3299
  attr_accessor :enums
@@ -3421,7 +3426,8 @@ module Google
3421
3426
  # @return [Array<Google::Apis::ServicemanagementV1::Type>]
3422
3427
  attr_accessor :system_types
3423
3428
 
3424
- # The product title for this service.
3429
+ # The product title for this service, it is the name displayed in Google Cloud
3430
+ # Console.
3425
3431
  # Corresponds to the JSON property `title`
3426
3432
  # @return [String]
3427
3433
  attr_accessor :title
@@ -3429,8 +3435,8 @@ module Google
3429
3435
  # A list of all proto message types included in this API service. Types
3430
3436
  # referenced directly or indirectly by the `apis` are automatically included.
3431
3437
  # 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
3438
+ # the `google.protobuf.Any` type, should be listed here by name by the
3439
+ # configuration author. Example: types: - name: google.protobuf.Int32
3434
3440
  # Corresponds to the JSON property `types`
3435
3441
  # @return [Array<Google::Apis::ServicemanagementV1::Type>]
3436
3442
  attr_accessor :types
@@ -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.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 = "20210604"
25
+ REVISION = "20210709"
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.13.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-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []