google-apis-serviceusage_v1 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: e4aa2fd0ae3a5fb21c0cfae55af9ca419f7b44bb1dd96ae415c06ebb5db8a2f0
4
- data.tar.gz: cd091fe280925cc5a1aa427825c88596a25e00b8bd4b36b3452fdb5798c3cde4
3
+ metadata.gz: eb706ee024517d9422178e2f4635141ed734c44a7289627e250e5ef61305c849
4
+ data.tar.gz: 9fd8106feade93c9eb773dd7847d4db07bc321c409572b0407388165bad16c8d
5
5
  SHA512:
6
- metadata.gz: 479f6d71b3afc039eaf880f09b5317294f6c359d2ac8405fce3d64d0eb8bf18a407a6fe0885e4b0a8dbbf514f564baf2c671c705bc3a2df29879067bacefd7f1
7
- data.tar.gz: e4710d6b2765e5587eea1844695ddb2576c7e7bb13b7f083044b97592221871be9b5fb7c95a1ac22d02c260a461c0c9ca96fd7191d60496e2ae050b424239b86
6
+ metadata.gz: 9d4220d1990c9229e2ce2442df95006599705e3d14b8ab70c660e88d39f8305f5b7cf4f2061ec80e4687897066d97c5a399209700670ce3376db93b7dba57ab2
7
+ data.tar.gz: ab2fc25d027fb2059da53fc74755064ef3509d62682cf9bf79978676bbfca6d722413ab781a59daa9c330e45ebd5035358185838b13b52f0cb9027682356a671
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.14.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210806
6
+
7
+ ### v0.13.0 (2021-08-05)
8
+
9
+ * Regenerated from discovery document revision 20210803
10
+
11
+ ### v0.12.0 (2021-07-09)
12
+
13
+ * Regenerated from discovery document revision 20210707
14
+
15
+ ### v0.11.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.10.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.0
@@ -974,7 +974,9 @@ module Google
974
974
  # @return [String]
975
975
  attr_accessor :service_root_url
976
976
 
977
- # A short summary of what the service does. Can only be provided by plain text.
977
+ # A short description of what the service does. The summary must be plain text.
978
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
979
+ # This field is equivalent to the standard field `description`.
978
980
  # Corresponds to the JSON property `summary`
979
981
  # @return [String]
980
982
  attr_accessor :summary
@@ -1004,17 +1006,20 @@ module Google
1004
1006
  # @return [String]
1005
1007
  attr_accessor :deprecation_description
1006
1008
 
1007
- # Description of the selected API(s).
1009
+ # Description of the selected proto element (e.g. a message, a method, a '
1010
+ # service' definition, or a field). Defaults to leading & trailing comments
1011
+ # taken from the proto source definition of the proto element.
1008
1012
  # Corresponds to the JSON property `description`
1009
1013
  # @return [String]
1010
1014
  attr_accessor :description
1011
1015
 
1012
- # The selector is a comma-separated list of patterns. Each pattern is a
1013
- # qualified name of the element which may end in "*", indicating a wildcard.
1014
- # Wildcards are only allowed at the end and for a whole component of the
1015
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
1016
- # wildcard will match one or more components. To specify a default for all
1017
- # applicable elements, the whole pattern "*" is used.
1016
+ # The selector is a comma-separated list of patterns for any element such as a
1017
+ # method, a field, an enum value. Each pattern is a qualified name of the
1018
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1019
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1020
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1021
+ # components. To specify a default for all applicable elements, the whole
1022
+ # pattern "*" is used.
1018
1023
  # Corresponds to the JSON property `selector`
1019
1024
  # @return [String]
1020
1025
  attr_accessor :selector
@@ -1484,8 +1489,8 @@ module Google
1484
1489
 
1485
1490
  # A list of all enum types included in this API service. Enums referenced
1486
1491
  # directly or indirectly by the `apis` are automatically included. Enums which
1487
- # are not referenced but shall be included should be listed here by name.
1488
- # Example: enums: - name: google.someapi.v1.SomeEnum
1492
+ # are not referenced but shall be included should be listed here by name by the
1493
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
1489
1494
  # Corresponds to the JSON property `enums`
1490
1495
  # @return [Array<Google::Apis::ServiceusageV1::Enum>]
1491
1496
  attr_accessor :enums
@@ -1618,7 +1623,8 @@ module Google
1618
1623
  # @return [Array<Google::Apis::ServiceusageV1::Type>]
1619
1624
  attr_accessor :system_types
1620
1625
 
1621
- # The product title for this service.
1626
+ # The product title for this service, it is the name displayed in Google Cloud
1627
+ # Console.
1622
1628
  # Corresponds to the JSON property `title`
1623
1629
  # @return [String]
1624
1630
  attr_accessor :title
@@ -1626,8 +1632,8 @@ module Google
1626
1632
  # A list of all proto message types included in this API service. Types
1627
1633
  # referenced directly or indirectly by the `apis` are automatically included.
1628
1634
  # Messages which are not referenced but shall be included, such as types used by
1629
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
1630
- # - name: google.protobuf.Int32
1635
+ # the `google.protobuf.Any` type, should be listed here by name by the
1636
+ # configuration author. Example: types: - name: google.protobuf.Int32
1631
1637
  # Corresponds to the JSON property `types`
1632
1638
  # @return [Array<Google::Apis::ServiceusageV1::Type>]
1633
1639
  attr_accessor :types
@@ -2871,7 +2877,10 @@ module Google
2871
2877
  attr_accessor :name
2872
2878
 
2873
2879
  # Required. The monitored resource type. For example, the type `"
2874
- # cloudsql_database"` represents databases in Google Cloud SQL.
2880
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2881
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2882
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2883
+ # api/v2/resource-list).
2875
2884
  # Corresponds to the JSON property `type`
2876
2885
  # @return [String]
2877
2886
  attr_accessor :type
@@ -3128,7 +3137,8 @@ module Google
3128
3137
  include Google::Apis::Core::Hashable
3129
3138
 
3130
3139
  # The Markdown content of the page. You can use (== include `path` ==) to
3131
- # include content from a Markdown file.
3140
+ # include content from a Markdown file. The content can be used to produce the
3141
+ # documentation page such as HTML format page.
3132
3142
  # Corresponds to the JSON property `content`
3133
3143
  # @return [String]
3134
3144
  attr_accessor :content
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 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.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
@@ -31,10 +31,10 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
 
37
- # View your data across Google Cloud Platform services
37
+ # View your data across Google Cloud services and see the email address of your Google Account
38
38
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
39
39
 
40
40
  # Manage your Google API service configuration
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
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-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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []