google-apis-serviceconsumermanagement_v1 0.36.0 → 0.37.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: f0a241533164710602cff834e99f5ddfd510a5d50deccd96a0a34bced1a4cd67
4
- data.tar.gz: d2435a87f21ae84737364bf2b19dfc343fb150106af3522477df0b54fd42bfbf
3
+ metadata.gz: d3e63092721d62394c01aac3089887434919b21493a08ba7b04699273b12d3c8
4
+ data.tar.gz: ca7fdea78f4cc65535c9a6a376cb400b998f0d1fb68175de7d0d7a34e3a82f9b
5
5
  SHA512:
6
- metadata.gz: dd7a4913c0b894dfad2ce10868ba508a971a192e20595010cee37c7897644590e05c404192693c850297ab2702090a020c21bda0c083ba6720510329e5a9e83f
7
- data.tar.gz: 1058a994c26d284a1ddeb5996f50526d39837d9eeb44a2b6f2f7e33112feecf66b755b77292970e0b1acfe7fc2523210128fd322cc2d919f92386cb8e03b0ef1
6
+ metadata.gz: 764a982e15599306aca283f9c0dc4d1c2df8e5329354fa978bc36208141edea7125f1cd6b954e36aff0882ee079cbe55087b1c0d176b0e0750ecb68ac90c4449
7
+ data.tar.gz: e55f9daecb1fcaec8c5d143fbb343633ba2275454c89dbf1583b59e34de13d43c007ad5ce893373fe0d24cb73f30c7f429c24ea5adac16b7c7c106bd1a0fa2e4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.37.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230611
6
+
3
7
  ### v0.36.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230426
@@ -961,7 +961,7 @@ module Google
961
961
  # documentation: summary: > The Google Calendar API gives access to most
962
962
  # calendar features. pages: - name: Overview content: (== include google/foo/
963
963
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
964
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
964
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
965
965
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
966
966
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
967
967
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -1011,6 +1011,13 @@ module Google
1011
1011
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::DocumentationRule>]
1012
1012
  attr_accessor :rules
1013
1013
 
1014
+ # Specifies section and content to override boilerplate content provided by go/
1015
+ # api-docgen. Currently overrides following sections: 1. rest.service.
1016
+ # client_libraries
1017
+ # Corresponds to the JSON property `sectionOverrides`
1018
+ # @return [Array<Google::Apis::ServiceconsumermanagementV1::Page>]
1019
+ attr_accessor :section_overrides
1020
+
1014
1021
  # Specifies the service root url if the default one (the service name from the
1015
1022
  # yaml file) is not suitable. This can be seen in any fully specified service
1016
1023
  # urls as well as sections that show a base that other urls are relative to.
@@ -1035,6 +1042,7 @@ module Google
1035
1042
  @overview = args[:overview] if args.key?(:overview)
1036
1043
  @pages = args[:pages] if args.key?(:pages)
1037
1044
  @rules = args[:rules] if args.key?(:rules)
1045
+ @section_overrides = args[:section_overrides] if args.key?(:section_overrides)
1038
1046
  @service_root_url = args[:service_root_url] if args.key?(:service_root_url)
1039
1047
  @summary = args[:summary] if args.key?(:summary)
1040
1048
  end
@@ -3117,7 +3125,7 @@ module Google
3117
3125
  # documentation: summary: > The Google Calendar API gives access to most
3118
3126
  # calendar features. pages: - name: Overview content: (== include google/foo/
3119
3127
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
3120
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
3128
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
3121
3129
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
3122
3130
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
3123
3131
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230426"
25
+ REVISION = "20230611"
26
26
  end
27
27
  end
28
28
  end
@@ -896,6 +896,8 @@ module Google
896
896
 
897
897
  collection :rules, as: 'rules', class: Google::Apis::ServiceconsumermanagementV1::DocumentationRule, decorator: Google::Apis::ServiceconsumermanagementV1::DocumentationRule::Representation
898
898
 
899
+ collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceconsumermanagementV1::Page, decorator: Google::Apis::ServiceconsumermanagementV1::Page::Representation
900
+
899
901
  property :service_root_url, as: 'serviceRootUrl'
900
902
  property :summary, as: 'summary'
901
903
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.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: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-06-25 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/main/generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []