google-apis-serviceusage_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: 9cdcf52cdc27fd900e984aa1cea9cdbf2926f216c951b220947b0675eb3610ea
4
- data.tar.gz: 8b124184afba406d52584decd99fb594b9e765915cb79502d97101bbfe31e630
3
+ metadata.gz: 7b1579693a14b80353dd55cb0ae610e8ab0c381db39279eb76338f8a715ca3fb
4
+ data.tar.gz: 7e59032fb4854d2c6ff44bd2dd08167642dbe35dcaa094f778f2829b74c0dc90
5
5
  SHA512:
6
- metadata.gz: bc9f060db37e9154dca20185d7c0d402575a33c9dfd3b2852c5ca8fb3d80b2126178ac18e233a0f62ad3b217311d6ee785c8ea2a2f6ebea9cbbdd4489895944c
7
- data.tar.gz: 213a0f1b4cafd385512d7586284019680ed90df4430d0039a40cdb54adab22bb8177c760af02efe0dd9840669eae703ff6e22ee642126e59760d04119df11df9
6
+ metadata.gz: 8951eff0ebc24f2646a60e5919da65678d4f6765c949bb23357796a2464e78e96d94de81c6df01baa36bee3fa212866a6c5427aefd08cb7c0d376e4a2d8ebd00
7
+ data.tar.gz: b4bfd53f52b4d20d63290151b98a15941b0f7b2a434c1fd39cbfbc9505787ac974221bf5987fd45e6a076a2ed27b1477814721ef39784621c962892bac521eae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-serviceusage_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
@@ -1045,7 +1045,9 @@ module Google
1045
1045
  # @return [String]
1046
1046
  attr_accessor :service_root_url
1047
1047
 
1048
- # A short summary of what the service does. Can only be provided by plain text.
1048
+ # A short description of what the service does. The summary must be plain text.
1049
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
1050
+ # This field is equivalent to the standard field `description`.
1049
1051
  # Corresponds to the JSON property `summary`
1050
1052
  # @return [String]
1051
1053
  attr_accessor :summary
@@ -1075,17 +1077,20 @@ module Google
1075
1077
  # @return [String]
1076
1078
  attr_accessor :deprecation_description
1077
1079
 
1078
- # Description of the selected API(s).
1080
+ # Description of the selected proto element (e.g. a message, a method, a '
1081
+ # service' definition, or a field). Defaults to leading & trailing comments
1082
+ # taken from the proto source definition of the proto element.
1079
1083
  # Corresponds to the JSON property `description`
1080
1084
  # @return [String]
1081
1085
  attr_accessor :description
1082
1086
 
1083
- # The selector is a comma-separated list of patterns. Each pattern is a
1084
- # qualified name of the element which may end in "*", indicating a wildcard.
1085
- # Wildcards are only allowed at the end and for a whole component of the
1086
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
1087
- # wildcard will match one or more components. To specify a default for all
1088
- # applicable elements, the whole pattern "*" is used.
1087
+ # The selector is a comma-separated list of patterns for any element such as a
1088
+ # method, a field, an enum value. Each pattern is a qualified name of the
1089
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1090
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1091
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1092
+ # components. To specify a default for all applicable elements, the whole
1093
+ # pattern "*" is used.
1089
1094
  # Corresponds to the JSON property `selector`
1090
1095
  # @return [String]
1091
1096
  attr_accessor :selector
@@ -1555,8 +1560,8 @@ module Google
1555
1560
 
1556
1561
  # A list of all enum types included in this API service. Enums referenced
1557
1562
  # directly or indirectly by the `apis` are automatically included. Enums which
1558
- # are not referenced but shall be included should be listed here by name.
1559
- # Example: enums: - name: google.someapi.v1.SomeEnum
1563
+ # are not referenced but shall be included should be listed here by name by the
1564
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
1560
1565
  # Corresponds to the JSON property `enums`
1561
1566
  # @return [Array<Google::Apis::ServiceusageV1beta1::Enum>]
1562
1567
  attr_accessor :enums
@@ -1689,7 +1694,8 @@ module Google
1689
1694
  # @return [Array<Google::Apis::ServiceusageV1beta1::Type>]
1690
1695
  attr_accessor :system_types
1691
1696
 
1692
- # The product title for this service.
1697
+ # The product title for this service, it is the name displayed in Google Cloud
1698
+ # Console.
1693
1699
  # Corresponds to the JSON property `title`
1694
1700
  # @return [String]
1695
1701
  attr_accessor :title
@@ -1697,8 +1703,8 @@ module Google
1697
1703
  # A list of all proto message types included in this API service. Types
1698
1704
  # referenced directly or indirectly by the `apis` are automatically included.
1699
1705
  # Messages which are not referenced but shall be included, such as types used by
1700
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
1701
- # - name: google.protobuf.Int32
1706
+ # the `google.protobuf.Any` type, should be listed here by name by the
1707
+ # configuration author. Example: types: - name: google.protobuf.Int32
1702
1708
  # Corresponds to the JSON property `types`
1703
1709
  # @return [Array<Google::Apis::ServiceusageV1beta1::Type>]
1704
1710
  attr_accessor :types
@@ -3091,7 +3097,10 @@ module Google
3091
3097
  attr_accessor :name
3092
3098
 
3093
3099
  # Required. The monitored resource type. For example, the type `"
3094
- # cloudsql_database"` represents databases in Google Cloud SQL.
3100
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
3101
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
3102
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
3103
+ # api/v2/resource-list).
3095
3104
  # Corresponds to the JSON property `type`
3096
3105
  # @return [String]
3097
3106
  attr_accessor :type
@@ -3369,7 +3378,8 @@ module Google
3369
3378
  include Google::Apis::Core::Hashable
3370
3379
 
3371
3380
  # The Markdown content of the page. You can use (== include `path` ==) to
3372
- # include content from a Markdown file.
3381
+ # include content from a Markdown file. The content can be used to produce the
3382
+ # documentation page such as HTML format page.
3373
3383
  # Corresponds to the JSON property `content`
3374
3384
  # @return [String]
3375
3385
  attr_accessor :content
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_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
@@ -31,10 +31,10 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1beta1'
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_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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []