google-apis-serviceconsumermanagement_v1beta1 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: e7132bbf3f149585ad0a8a6aa7bc08f7fdcff76ffc84878d6a4b9083093162bb
4
- data.tar.gz: 62969479ca9ef12135c05f452fe691c6a2687a71b6047984df7d47e43974b07e
3
+ metadata.gz: a1ba4a85440f255985739c4d0dcd4a3787b6d357c3d12a8fffac4018caadd0fc
4
+ data.tar.gz: 2e931ecda01e9a961d3a3d5de0e6df6b294c660e59f6279648593596473b6fdb
5
5
  SHA512:
6
- metadata.gz: 91715da55f53be4407b6081f1a66a348239f3976da5c529940b652e7cdd08eb41d7f6b3871bf1c09f0f7efba1a18d5b61fb3c3db76bc6c5f2edb0719fb0c8e32
7
- data.tar.gz: 4498dbe3864d33eb279fcb289999f04110a25a155c6faeed01d8cae7ef80bc74dc03459666d1e3a489708b9212baf5100cdb4a15f9b26418be5810261f9990c7
6
+ metadata.gz: d069f2d2b4e04f8e884111cc34569cc1c9875237034d882467201eb51405e42c81c6ba711107be067ea9279f6dbe44c0657f7639910a4c75699431c479694586
7
+ data.tar.gz: 759a736637dbfe2c376dd2120dc9dde5c34a2f3c5d6a55edd131db48bd77be88aaed0a2ed372a486074f472edb836ccd1feac53a55b43f0b33d82bb37ad6e29f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.15.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210806
6
+
7
+ ### v0.14.0 (2021-08-05)
8
+
9
+ * Regenerated from discovery document revision 20210803
10
+
11
+ ### v0.13.0 (2021-07-09)
12
+
13
+ * Regenerated from discovery document revision 20210707
14
+
15
+ ### v0.12.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.11.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.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,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.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 = "20210525"
25
+ REVISION = "20210806"
26
26
  end
27
27
  end
28
28
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  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.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-28 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.15.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: []