google-apis-serviceusage_v1beta1 0.12.0 → 0.13.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: c8f61a40556d5b6da6bdd96a83dd8aa9dc3570a4cdd46ee45b6c67816619d854
4
+ data.tar.gz: 5eb6eb87c28c4192139bb4a30cdb65cfc3980f73cbd78d24c06c855d2b7f5bff
5
5
  SHA512:
6
- metadata.gz: 6a84023837b072b5e10aac82263766c64eba6c68f952fa6e1b048104616b56d0da5545bdadceed89a7c1893a81902f1b7824dd8b01bee710e1237c30803ff9c5
7
- data.tar.gz: 2081f57e039c22478c87dbd9a9554e6039107dc2c21e65db20c1520230aa3ed6d46e239230610ed33c50736f18813dd5defb993a214092bf82423dd5e6029eb6
6
+ metadata.gz: da2a29bebbcb1e8753c29d6f7846319ec8be5406bff2bfd9423ecf41b1f13986c43cdaa5761b698b9e3ab3e5abaa87cdd0bd0c29c0c4a89f1ee498e3adc4f81e
7
+ data.tar.gz: f3981a3c361940c695898b574abd49c6b932f5025eec203df69453cfdb75be38d848e2a7c2c552bc6d3d8e54ec1c4351a28e2bd67690f9bbe425e02b6801ef54
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-07-09)
4
+
5
+ * Regenerated from discovery document revision 20210707
6
+
3
7
  ### v0.12.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.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,19 @@ module Google
1075
1077
  # @return [String]
1076
1078
  attr_accessor :deprecation_description
1077
1079
 
1078
- # Description of the selected API(s).
1080
+ # The description is the comment in front of the selected proto element, such as
1081
+ # a message, a method, a 'service' definition, or a field.
1079
1082
  # Corresponds to the JSON property `description`
1080
1083
  # @return [String]
1081
1084
  attr_accessor :description
1082
1085
 
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.
1086
+ # The selector is a comma-separated list of patterns for any element such as a
1087
+ # method, a field, an enum value. Each pattern is a qualified name of the
1088
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1089
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1090
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1091
+ # components. To specify a default for all applicable elements, the whole
1092
+ # pattern "*" is used.
1089
1093
  # Corresponds to the JSON property `selector`
1090
1094
  # @return [String]
1091
1095
  attr_accessor :selector
@@ -1555,8 +1559,8 @@ module Google
1555
1559
 
1556
1560
  # A list of all enum types included in this API service. Enums referenced
1557
1561
  # 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
1562
+ # are not referenced but shall be included should be listed here by name by the
1563
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
1560
1564
  # Corresponds to the JSON property `enums`
1561
1565
  # @return [Array<Google::Apis::ServiceusageV1beta1::Enum>]
1562
1566
  attr_accessor :enums
@@ -1689,7 +1693,8 @@ module Google
1689
1693
  # @return [Array<Google::Apis::ServiceusageV1beta1::Type>]
1690
1694
  attr_accessor :system_types
1691
1695
 
1692
- # The product title for this service.
1696
+ # The product title for this service, it is the name displayed in Google Cloud
1697
+ # Console.
1693
1698
  # Corresponds to the JSON property `title`
1694
1699
  # @return [String]
1695
1700
  attr_accessor :title
@@ -1697,8 +1702,8 @@ module Google
1697
1702
  # A list of all proto message types included in this API service. Types
1698
1703
  # referenced directly or indirectly by the `apis` are automatically included.
1699
1704
  # 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
1705
+ # the `google.protobuf.Any` type, should be listed here by name by the
1706
+ # configuration author. Example: types: - name: google.protobuf.Int32
1702
1707
  # Corresponds to the JSON property `types`
1703
1708
  # @return [Array<Google::Apis::ServiceusageV1beta1::Type>]
1704
1709
  attr_accessor :types
@@ -3369,7 +3374,8 @@ module Google
3369
3374
  include Google::Apis::Core::Hashable
3370
3375
 
3371
3376
  # The Markdown content of the page. You can use (== include `path` ==) to
3372
- # include content from a Markdown file.
3377
+ # include content from a Markdown file. The content can be used to produce the
3378
+ # documentation page such as HTML format page.
3373
3379
  # Corresponds to the JSON property `content`
3374
3380
  # @return [String]
3375
3381
  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.13.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 = "20210707"
26
26
  end
27
27
  end
28
28
  end
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.13.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-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.13.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: []