google-apis-serviceusage_v1beta1 0.8.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: df3adcbfe9dd9444e42d30bec565a34e70e252338c13353ccf61120611741a58
4
- data.tar.gz: 80a43346c2c8790eb18f6c8449d87ccf4fa653d976a8d0fcfd8af94d392549c8
3
+ metadata.gz: c8f61a40556d5b6da6bdd96a83dd8aa9dc3570a4cdd46ee45b6c67816619d854
4
+ data.tar.gz: 5eb6eb87c28c4192139bb4a30cdb65cfc3980f73cbd78d24c06c855d2b7f5bff
5
5
  SHA512:
6
- metadata.gz: 2fc34a57937698b569870c86e47616dfef319cbe4495f05bc49cbe13239d93bc60c6de6fb1437c1b7c1652aa5e6e024dd0497a66ffa762fa41a86d1f3629b59a
7
- data.tar.gz: f21a1330dd1f202d4a77dc46e5532dcda592d9c7879a0af49fbf883f9fec26702b2ceb3bb0247096edee0569521b3445a2fd59649eebc78e9eb1e1b1f45f5a19
6
+ metadata.gz: da2a29bebbcb1e8753c29d6f7846319ec8be5406bff2bfd9423ecf41b1f13986c43cdaa5761b698b9e3ab3e5abaa87cdd0bd0c29c0c4a89f1ee498e3adc4f81e
7
+ data.tar.gz: f3981a3c361940c695898b574abd49c6b932f5025eec203df69453cfdb75be38d848e2a7c2c552bc6d3d8e54ec1c4351a28e2bd67690f9bbe425e02b6801ef54
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
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
+
7
+ ### v0.12.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.11.0 (2021-06-24)
12
+
13
+ * Regenerated using generator version 0.3.0
14
+
15
+ ### v0.10.0 (2021-05-27)
16
+
17
+ * Regenerated from discovery document revision 20210525
18
+
19
+ ### v0.9.0 (2021-05-20)
20
+
21
+ * Unspecified changes
22
+
3
23
  ### v0.8.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)
@@ -1052,7 +1045,9 @@ module Google
1052
1045
  # @return [String]
1053
1046
  attr_accessor :service_root_url
1054
1047
 
1055
- # 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`.
1056
1051
  # Corresponds to the JSON property `summary`
1057
1052
  # @return [String]
1058
1053
  attr_accessor :summary
@@ -1082,17 +1077,19 @@ module Google
1082
1077
  # @return [String]
1083
1078
  attr_accessor :deprecation_description
1084
1079
 
1085
- # 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.
1086
1082
  # Corresponds to the JSON property `description`
1087
1083
  # @return [String]
1088
1084
  attr_accessor :description
1089
1085
 
1090
- # The selector is a comma-separated list of patterns. Each pattern is a
1091
- # qualified name of the element which may end in "*", indicating a wildcard.
1092
- # Wildcards are only allowed at the end and for a whole component of the
1093
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
1094
- # wildcard will match one or more components. To specify a default for all
1095
- # 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.
1096
1093
  # Corresponds to the JSON property `selector`
1097
1094
  # @return [String]
1098
1095
  attr_accessor :selector
@@ -1562,8 +1559,8 @@ module Google
1562
1559
 
1563
1560
  # A list of all enum types included in this API service. Enums referenced
1564
1561
  # directly or indirectly by the `apis` are automatically included. Enums which
1565
- # are not referenced but shall be included should be listed here by name.
1566
- # 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
1567
1564
  # Corresponds to the JSON property `enums`
1568
1565
  # @return [Array<Google::Apis::ServiceusageV1beta1::Enum>]
1569
1566
  attr_accessor :enums
@@ -1696,7 +1693,8 @@ module Google
1696
1693
  # @return [Array<Google::Apis::ServiceusageV1beta1::Type>]
1697
1694
  attr_accessor :system_types
1698
1695
 
1699
- # The product title for this service.
1696
+ # The product title for this service, it is the name displayed in Google Cloud
1697
+ # Console.
1700
1698
  # Corresponds to the JSON property `title`
1701
1699
  # @return [String]
1702
1700
  attr_accessor :title
@@ -1704,8 +1702,8 @@ module Google
1704
1702
  # A list of all proto message types included in this API service. Types
1705
1703
  # referenced directly or indirectly by the `apis` are automatically included.
1706
1704
  # Messages which are not referenced but shall be included, such as types used by
1707
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
1708
- # - 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
1709
1707
  # Corresponds to the JSON property `types`
1710
1708
  # @return [Array<Google::Apis::ServiceusageV1beta1::Type>]
1711
1709
  attr_accessor :types
@@ -3376,7 +3374,8 @@ module Google
3376
3374
  include Google::Apis::Core::Hashable
3377
3375
 
3378
3376
  # The Markdown content of the page. You can use (== include `path` ==) to
3379
- # 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.
3380
3379
  # Corresponds to the JSON property `content`
3381
3380
  # @return [String]
3382
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.8.0"
19
+ GEM_VERSION = "0.13.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
@@ -679,7 +679,6 @@ module Google
679
679
  property :deadline, as: 'deadline'
680
680
  property :disable_auth, as: 'disableAuth'
681
681
  property :jwt_audience, as: 'jwtAudience'
682
- property :min_deadline, as: 'minDeadline'
683
682
  property :operation_deadline, as: 'operationDeadline'
684
683
  property :path_translation, as: 'pathTranslation'
685
684
  property :protocol, as: 'protocol'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.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-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 V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their 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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.13.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []