google-apis-serviceusage_v1 0.7.0 → 0.12.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: c1a4655ad03f455d1c95b30a42f8ab2dcf9ea889ea77a04c69c16416c053b9eb
4
- data.tar.gz: 707c56eea0ffc71a7ae2c87c1ad3ecc4ec011cbc596e103ff01ee4c8ce26bf54
3
+ metadata.gz: be6484f07e9e6403185fc039be8bb06d615671232140ffb24f8429c3eee1a2ca
4
+ data.tar.gz: e4137fbfbd3e8f91606965684232f2ea4863ba7a37fdffda76e89baa9f879e65
5
5
  SHA512:
6
- metadata.gz: '091807d4c296af3bec50f3a76c5c9d0409192c8b6fcf42426a7ab6fc3f511f770f52e5f49542dd14d3d448f3b683e186c81f3acf25b0a24033530e85c04f6e33'
7
- data.tar.gz: 28f79a8296cee67f69bd1ad143bd4b101c24bdf88d2fae875ae6ebbba60814d5955fa0b084010c9104252c8912901babe52ab31f661fcf4f451a1ace88690726
6
+ metadata.gz: 982cb177f03fa60ad070d0be753c04edea19c37047cca6d8e4ac433519af46cd9a6df17b7d5ce5c4d5718b9fe93d9faad34d234b5972afe5f775f645ed0222f8
7
+ data.tar.gz: 59fb1d073e7bcb2a2464573aa73b2463aacb9bbdd5201f1f672eb99794f92e9d45a443110d5bd98995c978f9579539e825a87ba39540268ce464951753da56aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.12.0 (2021-07-09)
4
+
5
+ * Regenerated from discovery document revision 20210707
6
+
7
+ ### v0.11.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.10.0 (2021-06-24)
12
+
13
+ * Regenerated using generator version 0.3.0
14
+
15
+ ### v0.9.0 (2021-05-27)
16
+
17
+ * Regenerated from discovery document revision 20210525
18
+
19
+ ### v0.8.0 (2021-05-20)
20
+
21
+ * Unspecified changes
22
+
3
23
  ### v0.7.0 (2021-05-08)
4
24
 
5
25
  * Regenerated from discovery document revision 20210501
@@ -418,12 +418,6 @@ module Google
418
418
  # @return [String]
419
419
  attr_accessor :jwt_audience
420
420
 
421
- # Minimum deadline in seconds needed for this method. Calls having deadline
422
- # value lower than this will be rejected.
423
- # Corresponds to the JSON property `minDeadline`
424
- # @return [Float]
425
- attr_accessor :min_deadline
426
-
427
421
  # The number of seconds to wait for the completion of a long running operation.
428
422
  # The default is no deadline.
429
423
  # Corresponds to the JSON property `operationDeadline`
@@ -464,7 +458,6 @@ module Google
464
458
  @deadline = args[:deadline] if args.key?(:deadline)
465
459
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
466
460
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
467
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
468
461
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
469
462
  @path_translation = args[:path_translation] if args.key?(:path_translation)
470
463
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -981,7 +974,9 @@ module Google
981
974
  # @return [String]
982
975
  attr_accessor :service_root_url
983
976
 
984
- # 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`.
985
980
  # Corresponds to the JSON property `summary`
986
981
  # @return [String]
987
982
  attr_accessor :summary
@@ -1011,17 +1006,19 @@ module Google
1011
1006
  # @return [String]
1012
1007
  attr_accessor :deprecation_description
1013
1008
 
1014
- # Description of the selected API(s).
1009
+ # The description is the comment in front of the selected proto element, such as
1010
+ # a message, a method, a 'service' definition, or a field.
1015
1011
  # Corresponds to the JSON property `description`
1016
1012
  # @return [String]
1017
1013
  attr_accessor :description
1018
1014
 
1019
- # The selector is a comma-separated list of patterns. Each pattern is a
1020
- # qualified name of the element which may end in "*", indicating a wildcard.
1021
- # Wildcards are only allowed at the end and for a whole component of the
1022
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
1023
- # wildcard will match one or more components. To specify a default for all
1024
- # applicable elements, the whole pattern "*" is used.
1015
+ # The selector is a comma-separated list of patterns for any element such as a
1016
+ # method, a field, an enum value. Each pattern is a qualified name of the
1017
+ # element which may end in "*", indicating a wildcard. Wildcards are only
1018
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
1019
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
1020
+ # components. To specify a default for all applicable elements, the whole
1021
+ # pattern "*" is used.
1025
1022
  # Corresponds to the JSON property `selector`
1026
1023
  # @return [String]
1027
1024
  attr_accessor :selector
@@ -1491,8 +1488,8 @@ module Google
1491
1488
 
1492
1489
  # A list of all enum types included in this API service. Enums referenced
1493
1490
  # directly or indirectly by the `apis` are automatically included. Enums which
1494
- # are not referenced but shall be included should be listed here by name.
1495
- # Example: enums: - name: google.someapi.v1.SomeEnum
1491
+ # are not referenced but shall be included should be listed here by name by the
1492
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
1496
1493
  # Corresponds to the JSON property `enums`
1497
1494
  # @return [Array<Google::Apis::ServiceusageV1::Enum>]
1498
1495
  attr_accessor :enums
@@ -1625,7 +1622,8 @@ module Google
1625
1622
  # @return [Array<Google::Apis::ServiceusageV1::Type>]
1626
1623
  attr_accessor :system_types
1627
1624
 
1628
- # The product title for this service.
1625
+ # The product title for this service, it is the name displayed in Google Cloud
1626
+ # Console.
1629
1627
  # Corresponds to the JSON property `title`
1630
1628
  # @return [String]
1631
1629
  attr_accessor :title
@@ -1633,8 +1631,8 @@ module Google
1633
1631
  # A list of all proto message types included in this API service. Types
1634
1632
  # referenced directly or indirectly by the `apis` are automatically included.
1635
1633
  # Messages which are not referenced but shall be included, such as types used by
1636
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
1637
- # - name: google.protobuf.Int32
1634
+ # the `google.protobuf.Any` type, should be listed here by name by the
1635
+ # configuration author. Example: types: - name: google.protobuf.Int32
1638
1636
  # Corresponds to the JSON property `types`
1639
1637
  # @return [Array<Google::Apis::ServiceusageV1::Type>]
1640
1638
  attr_accessor :types
@@ -3135,7 +3133,8 @@ module Google
3135
3133
  include Google::Apis::Core::Hashable
3136
3134
 
3137
3135
  # The Markdown content of the page. You can use (== include `path` ==) to
3138
- # include content from a Markdown file.
3136
+ # include content from a Markdown file. The content can be used to produce the
3137
+ # documentation page such as HTML format page.
3139
3138
  # Corresponds to the JSON property `content`
3140
3139
  # @return [String]
3141
3140
  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.7.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210501"
25
+ REVISION = "20210707"
26
26
  end
27
27
  end
28
28
  end
@@ -625,7 +625,6 @@ module Google
625
625
  property :deadline, as: 'deadline'
626
626
  property :disable_auth, as: 'disableAuth'
627
627
  property :jwt_audience, as: 'jwtAudience'
628
- property :min_deadline, as: 'minDeadline'
629
628
  property :operation_deadline, as: 'operationDeadline'
630
629
  property :path_translation, as: 'pathTranslation'
631
630
  property :protocol, as: 'protocol'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.12.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-05-18 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Service Usage API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1
57
63
  post_install_message:
58
64
  rdoc_options: []