google-apis-serviceusage_v1beta1 0.39.0 → 0.41.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: 63e3d521426ff5fd6f8ae56b3c2a77e9b7f9deec67a3a4b5743d054f9abb95d5
4
- data.tar.gz: e141c1126ede69c4feff457061761b8a94b70601cc9845c47c3a65155d425b1e
3
+ metadata.gz: 532ff5e2226a8c40acdc2618fa0c882210857d5561534eb0e78b9c12cb7d845e
4
+ data.tar.gz: 335f51556cc775d0e095c47175eb93b6abd31a590e4acd24764abbc7ff8c88ee
5
5
  SHA512:
6
- metadata.gz: 9f382c08866c33fa4c88bed21413eb635cc61269e2997e2606c2f8f536a6036a83b2575a9e018cc5e88ebaecc06117f25fd311dbd84730f9510946132137da21
7
- data.tar.gz: 1cf6a9f50784de74ff1451fc042e291710cb6ed56b69c10bce2aaa1ad9d77fda92d57310fec8b7240797c3263231f23fe91aca1f32ddcc80d26d7fb02ea33a7c
6
+ metadata.gz: 5a39e445e786b6a2f9e4b3cc53ca82bebffd3596690ec4e306e5553d058f20cf987809b950bdd70c4cab11b6f67717de81817d69181db5b3b7255127f0a32de4
7
+ data.tar.gz: d17cf9790e9c788cf89d2cb2ebea2d0330a171351454288a9a383a172f15a0a8a3692034cf5f2d9f7b6ebe4ab35faac5ccaab5d4d06a2493a85a84672ed318f2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.41.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230619
6
+
7
+ ### v0.40.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230611
10
+
3
11
  ### v0.39.0 (2023-06-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20230607
@@ -73,7 +73,7 @@ module Google
73
73
  attr_accessor :container
74
74
 
75
75
  # If this map is nonempty, then this policy applies only to specific values for
76
- # dimensions defined in the limit unit. For example, an policy on a limit with
76
+ # dimensions defined in the limit unit. For example, a policy on a limit with
77
77
  # the unit `1/`project`/`region`` could contain an entry with the key `region`
78
78
  # and the value `us-east-1`; the policy is only applied to quota consumed in
79
79
  # that region. This map has the following restrictions: * If `region` appears as
@@ -1227,7 +1227,7 @@ module Google
1227
1227
  # documentation: summary: > The Google Calendar API gives access to most
1228
1228
  # calendar features. pages: - name: Overview content: (== include google/foo/
1229
1229
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
1230
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
1230
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
1231
1231
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
1232
1232
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
1233
1233
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -1277,6 +1277,13 @@ module Google
1277
1277
  # @return [Array<Google::Apis::ServiceusageV1beta1::DocumentationRule>]
1278
1278
  attr_accessor :rules
1279
1279
 
1280
+ # Specifies section and content to override boilerplate content provided by go/
1281
+ # api-docgen. Currently overrides following sections: 1. rest.service.
1282
+ # client_libraries
1283
+ # Corresponds to the JSON property `sectionOverrides`
1284
+ # @return [Array<Google::Apis::ServiceusageV1beta1::Page>]
1285
+ attr_accessor :section_overrides
1286
+
1280
1287
  # Specifies the service root url if the default one (the service name from the
1281
1288
  # yaml file) is not suitable. This can be seen in any fully specified service
1282
1289
  # urls as well as sections that show a base that other urls are relative to.
@@ -1301,6 +1308,7 @@ module Google
1301
1308
  @overview = args[:overview] if args.key?(:overview)
1302
1309
  @pages = args[:pages] if args.key?(:pages)
1303
1310
  @rules = args[:rules] if args.key?(:rules)
1311
+ @section_overrides = args[:section_overrides] if args.key?(:section_overrides)
1304
1312
  @service_root_url = args[:service_root_url] if args.key?(:service_root_url)
1305
1313
  @summary = args[:summary] if args.key?(:summary)
1306
1314
  end
@@ -1903,7 +1911,7 @@ module Google
1903
1911
  # documentation: summary: > The Google Calendar API gives access to most
1904
1912
  # calendar features. pages: - name: Overview content: (== include google/foo/
1905
1913
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
1906
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
1914
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
1907
1915
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
1908
1916
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
1909
1917
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -2218,7 +2226,7 @@ module Google
2218
2226
  # documentation: summary: > The Google Calendar API gives access to most
2219
2227
  # calendar features. pages: - name: Overview content: (== include google/foo/
2220
2228
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
2221
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
2229
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
2222
2230
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
2223
2231
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
2224
2232
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -4467,7 +4475,7 @@ module Google
4467
4475
  # documentation: summary: > The Google Calendar API gives access to most
4468
4476
  # calendar features. pages: - name: Overview content: (== include google/foo/
4469
4477
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
4470
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
4478
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
4471
4479
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
4472
4480
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
4473
4481
  # markdown syntax. In addition to standard markdown features, definition lists,
@@ -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.39.0"
19
+ GEM_VERSION = "0.41.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 = "20230607"
25
+ REVISION = "20230619"
26
26
  end
27
27
  end
28
28
  end
@@ -1039,6 +1039,8 @@ module Google
1039
1039
 
1040
1040
  collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1beta1::DocumentationRule, decorator: Google::Apis::ServiceusageV1beta1::DocumentationRule::Representation
1041
1041
 
1042
+ collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceusageV1beta1::Page, decorator: Google::Apis::ServiceusageV1beta1::Page::Representation
1043
+
1042
1044
  property :service_root_url, as: 'serviceRootUrl'
1043
1045
  property :summary, as: 'summary'
1044
1046
  end
@@ -242,9 +242,10 @@ module Google
242
242
  # Generates service identity for service.
243
243
  # @param [String] parent
244
244
  # Name of the consumer and service to generate an identity for. The `
245
- # GenerateServiceIdentity` methods currently only support projects. An example
246
- # name would be: `projects/123/services/example.googleapis.com` where `123` is
247
- # the project number.
245
+ # GenerateServiceIdentity` methods currently support projects, folders,
246
+ # organizations. Example parents would be: `projects/123/services/example.
247
+ # googleapis.com` `folders/123/services/example.googleapis.com` `organizations/
248
+ # 123/services/example.googleapis.com`
248
249
  # @param [String] fields
249
250
  # Selector specifying which fields to include in a partial response.
250
251
  # @param [String] quota_user
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.39.0
4
+ version: 0.41.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-06-11 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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []