google-apis-serviceconsumermanagement_v1 0.11.0 → 0.12.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: 88abbfc55921edd2887fe83e011e69546d2ca02797a5f09202cc11ee0bb68af6
4
- data.tar.gz: 48a2e49f26819d05611f05a3ba394e9bd0f5b4b76a915f0f07880165c5c39331
3
+ metadata.gz: 3249e61da8a20789516688a0f799b32736ac97f88840a06099a39f4097ccdef9
4
+ data.tar.gz: 1e499c6512b2d6346952fb1f6f263650a09ffe997f5ba51adf77e1b0b4a51b85
5
5
  SHA512:
6
- metadata.gz: d1d38cd02ea4cde657214f478697817097e7631d0195eca50943fc5b13cf22e2454a1d82f52706a56f55fbdab1200cf43b8d611901bf87ca5d582893d21a9e8d
7
- data.tar.gz: f93e1ee4ca64e6d2e481e1b10114fbc1414f2c016fb76e0c55963151ff5fb5b2a301cfdce8fc4ee79f3fca3f99a14cb0f5fd70e7a3abf800583a8022e6edc2d8
6
+ metadata.gz: 5a08c06572a8aeb9cc61a98326f1185319b2dcee9ea631eb81756df9992e70eb134702941929958afb356061ace575135628e8065795fa8736b0c77b08176ffd
7
+ data.tar.gz: 2ee517aad8acc291d221bfa1066d959ac2f7b36f178aa91ae3d24a208e97819da99434bfc4727d5de00b253ffd45c86308000d22c03646f3444a2ba8eb410557
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.12.0 (2021-07-09)
4
+
5
+ * Regenerated from discovery document revision 20210707
6
+
3
7
  ### v0.11.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -877,7 +877,9 @@ module Google
877
877
  # @return [String]
878
878
  attr_accessor :service_root_url
879
879
 
880
- # A short summary of what the service does. Can only be provided by plain text.
880
+ # A short description of what the service does. The summary must be plain text.
881
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
882
+ # This field is equivalent to the standard field `description`.
881
883
  # Corresponds to the JSON property `summary`
882
884
  # @return [String]
883
885
  attr_accessor :summary
@@ -907,17 +909,19 @@ module Google
907
909
  # @return [String]
908
910
  attr_accessor :deprecation_description
909
911
 
910
- # Description of the selected API(s).
912
+ # The description is the comment in front of the selected proto element, such as
913
+ # a message, a method, a 'service' definition, or a field.
911
914
  # Corresponds to the JSON property `description`
912
915
  # @return [String]
913
916
  attr_accessor :description
914
917
 
915
- # The selector is a comma-separated list of patterns. Each pattern is a
916
- # qualified name of the element which may end in "*", indicating a wildcard.
917
- # Wildcards are only allowed at the end and for a whole component of the
918
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
919
- # wildcard will match one or more components. To specify a default for all
920
- # applicable elements, the whole pattern "*" is used.
918
+ # The selector is a comma-separated list of patterns for any element such as a
919
+ # method, a field, an enum value. Each pattern is a qualified name of the
920
+ # element which may end in "*", indicating a wildcard. Wildcards are only
921
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
922
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
923
+ # components. To specify a default for all applicable elements, the whole
924
+ # pattern "*" is used.
921
925
  # Corresponds to the JSON property `selector`
922
926
  # @return [String]
923
927
  attr_accessor :selector
@@ -2228,7 +2232,8 @@ module Google
2228
2232
  include Google::Apis::Core::Hashable
2229
2233
 
2230
2234
  # The Markdown content of the page. You can use (== include `path` ==) to
2231
- # include content from a Markdown file.
2235
+ # include content from a Markdown file. The content can be used to produce the
2236
+ # documentation page such as HTML format page.
2232
2237
  # Corresponds to the JSON property `content`
2233
2238
  # @return [String]
2234
2239
  attr_accessor :content
@@ -2622,8 +2627,8 @@ module Google
2622
2627
 
2623
2628
  # A list of all enum types included in this API service. Enums referenced
2624
2629
  # directly or indirectly by the `apis` are automatically included. Enums which
2625
- # are not referenced but shall be included should be listed here by name.
2626
- # Example: enums: - name: google.someapi.v1.SomeEnum
2630
+ # are not referenced but shall be included should be listed here by name by the
2631
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
2627
2632
  # Corresponds to the JSON property `enums`
2628
2633
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Enum>]
2629
2634
  attr_accessor :enums
@@ -2756,7 +2761,8 @@ module Google
2756
2761
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Type>]
2757
2762
  attr_accessor :system_types
2758
2763
 
2759
- # The product title for this service.
2764
+ # The product title for this service, it is the name displayed in Google Cloud
2765
+ # Console.
2760
2766
  # Corresponds to the JSON property `title`
2761
2767
  # @return [String]
2762
2768
  attr_accessor :title
@@ -2764,8 +2770,8 @@ module Google
2764
2770
  # A list of all proto message types included in this API service. Types
2765
2771
  # referenced directly or indirectly by the `apis` are automatically included.
2766
2772
  # Messages which are not referenced but shall be included, such as types used by
2767
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
2768
- # - name: google.protobuf.Int32
2773
+ # the `google.protobuf.Any` type, should be listed here by name by the
2774
+ # configuration author. Example: types: - name: google.protobuf.Int32
2769
2775
  # Corresponds to the JSON property `types`
2770
2776
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Type>]
2771
2777
  attr_accessor :types
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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 = "20210525"
25
+ REVISION = "20210707"
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-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-12 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-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []