google-apis-serviceusage_v1beta1 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 555c50ea21a8e17792993651d3d4e1114c48fa1bffee44a8cd94ac6347232790
4
- data.tar.gz: fac72442e1eab7df9dfe44d5b17476c03c5ec05d6c44649a2f686586d96b6fc2
3
+ metadata.gz: 8a019431de682f744342045ae2e2c5bdbbf0f06370153db2fa2ed636cec9bf5b
4
+ data.tar.gz: 5fa83fbbb3381e16547e8f6cb6da5f8aec0b2de547c9a152eb1d0c20f416191e
5
5
  SHA512:
6
- metadata.gz: d762d62b49ec6690ccec1b0f9a058718669e6428097e05e28620d00b228cff850d1f2dda337a4638d7aeb483e833a9dc67713d2449e1e0300d13e9590a2f2bda
7
- data.tar.gz: 6f697e6024a66d6ed9a0c959c7637d8fde9738654df0f7ea8940015175c65cfb8e5c9a58fb21b270ed2b1eebc16cc1930f0cc780479da29bc218cd01988b1471
6
+ metadata.gz: e243076166be837a6d67bd98e06320242232cb011d2922a9bf2af4db444ee72384ee12a7672e287fe2223f36e7d114e037b67ab5e07616cf5856082eb3de4e52
7
+ data.tar.gz: 3cf18ab5b9f5ace56e00aaf44f422338f6ea4d4c50b4737b5f69d31f39dcf00c818166e2323b9e0f9665b1f59353ce38e57a3d99feab0e23e93b3330b14cef1f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.19.0 (2022-04-07)
4
+
5
+ * Regenerated from discovery document revision 20220405
6
+
3
7
  ### v0.18.0 (2022-03-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220319
@@ -211,14 +211,15 @@ module Google
211
211
  # @return [String]
212
212
  attr_accessor :jwks_uri
213
213
 
214
- # Defines the locations to extract the JWT. JWT locations can be either from
215
- # HTTP headers or URL query parameters. The rule is that the first match wins.
216
- # The checking order is: checking all headers first, then URL query parameters.
217
- # If not specified, default to use following 3 locations: 1) Authorization:
218
- # Bearer 2) x-goog-iap-jwt-assertion 3) access_token query parameter Default
219
- # locations can be specified as followings: jwt_locations: - header:
220
- # Authorization value_prefix: "Bearer " - header: x-goog-iap-jwt-assertion -
221
- # query: access_token
214
+ # Defines the locations to extract the JWT. For now it is only used by the Cloud
215
+ # Endpoints to store the OpenAPI extension [x-google-jwt-locations] (https://
216
+ # cloud.google.com/endpoints/docs/openapi/openapi-extensions#x-google-jwt-
217
+ # locations) JWT locations can be one of HTTP headers, URL query parameters or
218
+ # cookies. The rule is that the first match wins. If not specified, default to
219
+ # use following 3 locations: 1) Authorization: Bearer 2) x-goog-iap-jwt-
220
+ # assertion 3) access_token query parameter Default locations can be specified
221
+ # as followings: jwt_locations: - header: Authorization value_prefix: "Bearer " -
222
+ # header: x-goog-iap-jwt-assertion - query: access_token
222
223
  # Corresponds to the JSON property `jwtLocations`
223
224
  # @return [Array<Google::Apis::ServiceusageV1beta1::JwtLocation>]
224
225
  attr_accessor :jwt_locations
@@ -2449,6 +2450,11 @@ module Google
2449
2450
  class JwtLocation
2450
2451
  include Google::Apis::Core::Hashable
2451
2452
 
2453
+ # Specifies cookie name to extract JWT token.
2454
+ # Corresponds to the JSON property `cookie`
2455
+ # @return [String]
2456
+ attr_accessor :cookie
2457
+
2452
2458
  # Specifies HTTP header name to extract JWT token.
2453
2459
  # Corresponds to the JSON property `header`
2454
2460
  # @return [String]
@@ -2475,6 +2481,7 @@ module Google
2475
2481
 
2476
2482
  # Update properties of this object
2477
2483
  def update!(**args)
2484
+ @cookie = args[:cookie] if args.key?(:cookie)
2478
2485
  @header = args[:header] if args.key?(:header)
2479
2486
  @query = args[:query] if args.key?(:query)
2480
2487
  @value_prefix = args[:value_prefix] if args.key?(:value_prefix)
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220319"
25
+ REVISION = "20220405"
26
26
  end
27
27
  end
28
28
  end
@@ -1162,6 +1162,7 @@ module Google
1162
1162
  class JwtLocation
1163
1163
  # @private
1164
1164
  class Representation < Google::Apis::Core::JsonRepresentation
1165
+ property :cookie, as: 'cookie'
1165
1166
  property :header, as: 'header'
1166
1167
  property :query, as: 'query'
1167
1168
  property :value_prefix, as: 'valuePrefix'
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.18.0
4
+ version: 0.19.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: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.19.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: []