google-apis-serviceconsumermanagement_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: c210657ba4807a244a5ea8b5c95a6eb1c0e1c144d870379e6df36db29c70fed6
4
- data.tar.gz: 28e8ff8bd2a745dd543ccfb93979bf1ce611ff7fd6b5b40e22fc2828e2f5e40d
3
+ metadata.gz: 3249e61da8a20789516688a0f799b32736ac97f88840a06099a39f4097ccdef9
4
+ data.tar.gz: 1e499c6512b2d6346952fb1f6f263650a09ffe997f5ba51adf77e1b0b4a51b85
5
5
  SHA512:
6
- metadata.gz: ec51a7224af2614e94879b391e1189987dfadff66a63d2026ffb25eaffaf26acd32fb425f5d71a12a72378e9fafcf44b3374bc502c0792ecb89a84790a7b4a70
7
- data.tar.gz: 0d49d9ac2eca52c50139f0b1d86949229382f1e3bc44dd6112ef3156a691ad4dcc7e628afb1918b6c87ddd009d717dc60ad19cb408af6fd719f517084c68148a
6
+ metadata.gz: 5a08c06572a8aeb9cc61a98326f1185319b2dcee9ea631eb81756df9992e70eb134702941929958afb356061ace575135628e8065795fa8736b0c77b08176ffd
7
+ data.tar.gz: 2ee517aad8acc291d221bfa1066d959ac2f7b36f178aa91ae3d24a208e97819da99434bfc4727d5de00b253ffd45c86308000d22c03646f3444a2ba8eb410557
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_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
@@ -445,12 +445,6 @@ module Google
445
445
  # @return [String]
446
446
  attr_accessor :jwt_audience
447
447
 
448
- # Minimum deadline in seconds needed for this method. Calls having deadline
449
- # value lower than this will be rejected.
450
- # Corresponds to the JSON property `minDeadline`
451
- # @return [Float]
452
- attr_accessor :min_deadline
453
-
454
448
  # The number of seconds to wait for the completion of a long running operation.
455
449
  # The default is no deadline.
456
450
  # Corresponds to the JSON property `operationDeadline`
@@ -491,7 +485,6 @@ module Google
491
485
  @deadline = args[:deadline] if args.key?(:deadline)
492
486
  @disable_auth = args[:disable_auth] if args.key?(:disable_auth)
493
487
  @jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
494
- @min_deadline = args[:min_deadline] if args.key?(:min_deadline)
495
488
  @operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
496
489
  @path_translation = args[:path_translation] if args.key?(:path_translation)
497
490
  @protocol = args[:protocol] if args.key?(:protocol)
@@ -884,7 +877,9 @@ module Google
884
877
  # @return [String]
885
878
  attr_accessor :service_root_url
886
879
 
887
- # A short summary of what the service does. Can only be provided by plain text.
880
+ # A short description of what the service does. The summary must be plain text.
881
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
882
+ # This field is equivalent to the standard field `description`.
888
883
  # Corresponds to the JSON property `summary`
889
884
  # @return [String]
890
885
  attr_accessor :summary
@@ -914,17 +909,19 @@ module Google
914
909
  # @return [String]
915
910
  attr_accessor :deprecation_description
916
911
 
917
- # Description of the selected API(s).
912
+ # The description is the comment in front of the selected proto element, such as
913
+ # a message, a method, a 'service' definition, or a field.
918
914
  # Corresponds to the JSON property `description`
919
915
  # @return [String]
920
916
  attr_accessor :description
921
917
 
922
- # The selector is a comma-separated list of patterns. Each pattern is a
923
- # qualified name of the element which may end in "*", indicating a wildcard.
924
- # Wildcards are only allowed at the end and for a whole component of the
925
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
926
- # wildcard will match one or more components. To specify a default for all
927
- # applicable elements, the whole pattern "*" is used.
918
+ # The selector is a comma-separated list of patterns for any element such as a
919
+ # method, a field, an enum value. Each pattern is a qualified name of the
920
+ # element which may end in "*", indicating a wildcard. Wildcards are only
921
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
922
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
923
+ # components. To specify a default for all applicable elements, the whole
924
+ # pattern "*" is used.
928
925
  # Corresponds to the JSON property `selector`
929
926
  # @return [String]
930
927
  attr_accessor :selector
@@ -2235,7 +2232,8 @@ module Google
2235
2232
  include Google::Apis::Core::Hashable
2236
2233
 
2237
2234
  # The Markdown content of the page. You can use (== include `path` ==) to
2238
- # include content from a Markdown file.
2235
+ # include content from a Markdown file. The content can be used to produce the
2236
+ # documentation page such as HTML format page.
2239
2237
  # Corresponds to the JSON property `content`
2240
2238
  # @return [String]
2241
2239
  attr_accessor :content
@@ -2629,8 +2627,8 @@ module Google
2629
2627
 
2630
2628
  # A list of all enum types included in this API service. Enums referenced
2631
2629
  # directly or indirectly by the `apis` are automatically included. Enums which
2632
- # are not referenced but shall be included should be listed here by name.
2633
- # Example: enums: - name: google.someapi.v1.SomeEnum
2630
+ # are not referenced but shall be included should be listed here by name by the
2631
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
2634
2632
  # Corresponds to the JSON property `enums`
2635
2633
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Enum>]
2636
2634
  attr_accessor :enums
@@ -2763,7 +2761,8 @@ module Google
2763
2761
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Type>]
2764
2762
  attr_accessor :system_types
2765
2763
 
2766
- # The product title for this service.
2764
+ # The product title for this service, it is the name displayed in Google Cloud
2765
+ # Console.
2767
2766
  # Corresponds to the JSON property `title`
2768
2767
  # @return [String]
2769
2768
  attr_accessor :title
@@ -2771,8 +2770,8 @@ module Google
2771
2770
  # A list of all proto message types included in this API service. Types
2772
2771
  # referenced directly or indirectly by the `apis` are automatically included.
2773
2772
  # Messages which are not referenced but shall be included, such as types used by
2774
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
2775
- # - name: google.protobuf.Int32
2773
+ # the `google.protobuf.Any` type, should be listed here by name by the
2774
+ # configuration author. Example: types: - name: google.protobuf.Int32
2776
2775
  # Corresponds to the JSON property `types`
2777
2776
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Type>]
2778
2777
  attr_accessor :types
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_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
@@ -664,7 +664,6 @@ module Google
664
664
  property :deadline, as: 'deadline'
665
665
  property :disable_auth, as: 'disableAuth'
666
666
  property :jwt_audience, as: 'jwtAudience'
667
- property :min_deadline, as: 'minDeadline'
668
667
  property :operation_deadline, as: 'operationDeadline'
669
668
  property :path_translation, as: 'pathTranslation'
670
669
  property :protocol, as: 'protocol'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_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 Consumer Management API V1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via 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-serviceconsumermanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1
57
63
  post_install_message:
58
64
  rdoc_options: []