google-apis-serviceusage_v1beta1 0.12.0 → 0.16.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: d4e493921d512b5b9178d3e93e1fc8e54560394d52d9bf7714d7633961a395a7
4
- data.tar.gz: '02419a38aa201d55054526ba815ab4d0980bb9626544a527294bec572e6a7ebd'
3
+ metadata.gz: f2e7ee201c729d8599dc09866f7d2ad3b6d48c201fa7c2d0c2cb13472f4a4acf
4
+ data.tar.gz: 1269938319bc3bb2f31fb56924f86bab181b9246ce55ee8c298ca5c1c51c6b17
5
5
  SHA512:
6
- metadata.gz: 6a84023837b072b5e10aac82263766c64eba6c68f952fa6e1b048104616b56d0da5545bdadceed89a7c1893a81902f1b7824dd8b01bee710e1237c30803ff9c5
7
- data.tar.gz: 2081f57e039c22478c87dbd9a9554e6039107dc2c21e65db20c1520230aa3ed6d46e239230610ed33c50736f18813dd5defb993a214092bf82423dd5e6029eb6
6
+ metadata.gz: 6d1bfa315ae9802a84cb7f1e21b180a5cb14742a2dfafc069e78d9dac07d76c66a0d7c3207949c27fd4b107500c09d5626c8fd63a0524a31d86c9cfbe81297ad
7
+ data.tar.gz: 60ccc664d5ca9f72a822d003ce5b75738c7308a8fffee156695e5614284f8084999bcbb60b3547aa6cd4bd960c28a60e5d16df1522090e365d50193912b7192f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.16.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.15.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210806
10
+
11
+ ### v0.14.0 (2021-08-05)
12
+
13
+ * Regenerated from discovery document revision 20210803
14
+
15
+ ### v0.13.0 (2021-07-09)
16
+
17
+ * Regenerated from discovery document revision 20210707
18
+
3
19
  ### v0.12.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Serviceusage service in particular.)
67
67
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.16.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 = "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.12.0
4
+ version: 0.16.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-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.12.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.16.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: