google-apis-serviceconsumermanagement_v1beta1 0.12.0 → 0.13.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: a635835a144cb3bec30f32e612c48413d217f9a0491c992a056300d4156256d4
4
- data.tar.gz: e614f3cea3434cb5d87379b2e93c361c8ca11d7c6b563e2fd1b52173f7a0cb53
3
+ metadata.gz: a8dcf12f2d53d614eddeba89b0b921c4133c6c8a696cfebee600ca5a2444cb91
4
+ data.tar.gz: 6478b05f55aa299f788699450c5b7c31c475667b2c40e1a3abd2f7f72ad43e28
5
5
  SHA512:
6
- metadata.gz: 1a9b3f84a83d1fcfebc57aa0c58ae0e444c3a218a316ac58266a3c03a08c3d4a26b1c31e2ee34d51762b8aecf1a8dc1e7291f6937f78b3ba952c73182bb45f35
7
- data.tar.gz: d3ff2a167785dbb76dd929d4badd83381ffe576126fc3cc1c02c7c01988ce0f01de8335ef390df7c4fb2654bc2c55cfa1a5a2801c9d9fa190f276ae77aa24e4a
6
+ metadata.gz: 2c99bf6b473c76eb9cec09176ad3e4dda7a3cd761b30bb90c2df5c8d3007adf5f54fdba9b12fcecb8037d3bba8e30b9dbddd436d75a360e277672f879e6bf846
7
+ data.tar.gz: c52778934bb6f448845eb36a91cad04322be3234ba3dc71acb325d4a62f1041a6dcfce02d3321ee29742331233f463b5c2e607969ae83a287124c534654b51e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-07-09)
4
+
5
+ * Regenerated from discovery document revision 20210707
6
+
3
7
  ### v0.12.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -708,7 +708,9 @@ module Google
708
708
  # @return [String]
709
709
  attr_accessor :service_root_url
710
710
 
711
- # A short summary of what the service does. Can only be provided by plain text.
711
+ # A short description of what the service does. The summary must be plain text.
712
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
713
+ # This field is equivalent to the standard field `description`.
712
714
  # Corresponds to the JSON property `summary`
713
715
  # @return [String]
714
716
  attr_accessor :summary
@@ -738,17 +740,19 @@ module Google
738
740
  # @return [String]
739
741
  attr_accessor :deprecation_description
740
742
 
741
- # Description of the selected API(s).
743
+ # The description is the comment in front of the selected proto element, such as
744
+ # a message, a method, a 'service' definition, or a field.
742
745
  # Corresponds to the JSON property `description`
743
746
  # @return [String]
744
747
  attr_accessor :description
745
748
 
746
- # The selector is a comma-separated list of patterns. Each pattern is a
747
- # qualified name of the element which may end in "*", indicating a wildcard.
748
- # Wildcards are only allowed at the end and for a whole component of the
749
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
750
- # wildcard will match one or more components. To specify a default for all
751
- # applicable elements, the whole pattern "*" is used.
749
+ # The selector is a comma-separated list of patterns for any element such as a
750
+ # method, a field, an enum value. Each pattern is a qualified name of the
751
+ # element which may end in "*", indicating a wildcard. Wildcards are only
752
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
753
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
754
+ # components. To specify a default for all applicable elements, the whole
755
+ # pattern "*" is used.
752
756
  # Corresponds to the JSON property `selector`
753
757
  # @return [String]
754
758
  attr_accessor :selector
@@ -2009,7 +2013,8 @@ module Google
2009
2013
  include Google::Apis::Core::Hashable
2010
2014
 
2011
2015
  # The Markdown content of the page. You can use (== include `path` ==) to
2012
- # include content from a Markdown file.
2016
+ # include content from a Markdown file. The content can be used to produce the
2017
+ # documentation page such as HTML format page.
2013
2018
  # Corresponds to the JSON property `content`
2014
2019
  # @return [String]
2015
2020
  attr_accessor :content
@@ -2331,8 +2336,8 @@ module Google
2331
2336
 
2332
2337
  # A list of all enum types included in this API service. Enums referenced
2333
2338
  # directly or indirectly by the `apis` are automatically included. Enums which
2334
- # are not referenced but shall be included should be listed here by name.
2335
- # Example: enums: - name: google.someapi.v1.SomeEnum
2339
+ # are not referenced but shall be included should be listed here by name by the
2340
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
2336
2341
  # Corresponds to the JSON property `enums`
2337
2342
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Enum>]
2338
2343
  attr_accessor :enums
@@ -2465,7 +2470,8 @@ module Google
2465
2470
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Type>]
2466
2471
  attr_accessor :system_types
2467
2472
 
2468
- # The product title for this service.
2473
+ # The product title for this service, it is the name displayed in Google Cloud
2474
+ # Console.
2469
2475
  # Corresponds to the JSON property `title`
2470
2476
  # @return [String]
2471
2477
  attr_accessor :title
@@ -2473,8 +2479,8 @@ module Google
2473
2479
  # A list of all proto message types included in this API service. Types
2474
2480
  # referenced directly or indirectly by the `apis` are automatically included.
2475
2481
  # Messages which are not referenced but shall be included, such as types used by
2476
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
2477
- # - name: google.protobuf.Int32
2482
+ # the `google.protobuf.Any` type, should be listed here by name by the
2483
+ # configuration author. Example: types: - name: google.protobuf.Int32
2478
2484
  # Corresponds to the JSON property `types`
2479
2485
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Type>]
2480
2486
  attr_accessor :types
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []