google-apis-serviceconsumermanagement_v1beta1 0.10.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: 2ac2cc68ddb19a8db25fd05916e9b85bd5e96144bb1b5a7a843acc4447f15364
4
- data.tar.gz: a892dca7dcf2c27bde7f0a46467d2ae41c7ed718af4f9d47336aec8bc88ea783
3
+ metadata.gz: '010112418fb4884486fbde7ee32a4c22f4fcb3e9e45231a5a2f5c0bf87ac8a9d'
4
+ data.tar.gz: f4e2cc36edb89915d881147a7a3bfbfe1d0e751e599df7221c70677324393c08
5
5
  SHA512:
6
- metadata.gz: 977c0ae49dc43275dec1c0fb3fcbd69264ee3bf5a355746791c238002cb1b51fec7d2adfae6249e8c891438440bc1104fba77435f81df8ebd2c2f61388614044
7
- data.tar.gz: 7820399aeb9a5d5b4a8194a57faa1379d7b78699a8681024756789e1aadde2dffc13eac1bc8e3a353601fea5972e8b405ff60958f67bd5cc897a4c21e471d5aa
6
+ metadata.gz: 36a845684731c67a4b89d5e096ef0dc07458805bf962bd2295f3c663dc8fac57fd2c47a0c6aa8316699789691cd755211fbf4056e460de51fe9728a6670f96a3
7
+ data.tar.gz: 5177afbd5f97a644d23e7d13977a83537ac2539dcdd685c684b6e4d41d092664fb6da48d68e074a3d8dd29d2aee535a0650b66725e856d976886c66f81675daa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.14.0 (2021-08-05)
4
+
5
+ * Regenerated from discovery document revision 20210803
6
+
7
+ ### v0.13.0 (2021-07-09)
8
+
9
+ * Regenerated from discovery document revision 20210707
10
+
11
+ ### v0.12.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.11.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.10.0 (2021-05-27)
4
20
 
5
21
  * Regenerated from discovery document revision 20210525
@@ -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,20 @@ module Google
738
740
  # @return [String]
739
741
  attr_accessor :deprecation_description
740
742
 
741
- # Description of the selected API(s).
743
+ # Description of the selected proto element (e.g. a message, a method, a '
744
+ # service' definition, or a field). Defaults to leading & trailing comments
745
+ # taken from the proto source definition of the proto element.
742
746
  # Corresponds to the JSON property `description`
743
747
  # @return [String]
744
748
  attr_accessor :description
745
749
 
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.
750
+ # The selector is a comma-separated list of patterns for any element such as a
751
+ # method, a field, an enum value. Each pattern is a qualified name of the
752
+ # element which may end in "*", indicating a wildcard. Wildcards are only
753
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
754
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
755
+ # components. To specify a default for all applicable elements, the whole
756
+ # pattern "*" is used.
752
757
  # Corresponds to the JSON property `selector`
753
758
  # @return [String]
754
759
  attr_accessor :selector
@@ -1771,7 +1776,10 @@ module Google
1771
1776
  attr_accessor :name
1772
1777
 
1773
1778
  # Required. The monitored resource type. For example, the type `"
1774
- # cloudsql_database"` represents databases in Google Cloud SQL.
1779
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
1780
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
1781
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
1782
+ # api/v2/resource-list).
1775
1783
  # Corresponds to the JSON property `type`
1776
1784
  # @return [String]
1777
1785
  attr_accessor :type
@@ -2009,7 +2017,8 @@ module Google
2009
2017
  include Google::Apis::Core::Hashable
2010
2018
 
2011
2019
  # The Markdown content of the page. You can use (== include `path` ==) to
2012
- # include content from a Markdown file.
2020
+ # include content from a Markdown file. The content can be used to produce the
2021
+ # documentation page such as HTML format page.
2013
2022
  # Corresponds to the JSON property `content`
2014
2023
  # @return [String]
2015
2024
  attr_accessor :content
@@ -2331,8 +2340,8 @@ module Google
2331
2340
 
2332
2341
  # A list of all enum types included in this API service. Enums referenced
2333
2342
  # 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
2343
+ # are not referenced but shall be included should be listed here by name by the
2344
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
2336
2345
  # Corresponds to the JSON property `enums`
2337
2346
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Enum>]
2338
2347
  attr_accessor :enums
@@ -2465,7 +2474,8 @@ module Google
2465
2474
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Type>]
2466
2475
  attr_accessor :system_types
2467
2476
 
2468
- # The product title for this service.
2477
+ # The product title for this service, it is the name displayed in Google Cloud
2478
+ # Console.
2469
2479
  # Corresponds to the JSON property `title`
2470
2480
  # @return [String]
2471
2481
  attr_accessor :title
@@ -2473,8 +2483,8 @@ module Google
2473
2483
  # A list of all proto message types included in this API service. Types
2474
2484
  # referenced directly or indirectly by the `apis` are automatically included.
2475
2485
  # 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
2486
+ # the `google.protobuf.Any` type, should be listed here by name by the
2487
+ # configuration author. Example: types: - name: google.protobuf.Int32
2478
2488
  # Corresponds to the JSON property `types`
2479
2489
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Type>]
2480
2490
  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.10.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
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 = "20210803"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.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-05-31 00:00:00.000000000 Z
11
+ date: 2021-08-09 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 Consumer Management API V1beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via 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-serviceconsumermanagement_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.14.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []