google-apis-servicemanagement_v1 0.21.0 → 0.24.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: 2351d998ad2d9643bf71cab36b455128a9412fa22a630dfbfaefc13336f7ebd1
4
- data.tar.gz: 4b621d9be3da878942f3a0409e38157bb22b3e6948dbc26e09bded82a8179f77
3
+ metadata.gz: 126d81613768bc9d85089b44942ccc60724bd4bf0a2afd87a6578230c15379d2
4
+ data.tar.gz: e4cec108abf9dd23f65b80bd027e6e8b5824b06bf4256f8300101fe7f92aadca
5
5
  SHA512:
6
- metadata.gz: 0f33bab6f0a66352e9c22fe1d60920a9256f4239bb26b9112ded4a09184a8ac01d35a2f00597a10b2f289f0035a62279e3dc0d316556afb5c1bd53f8f57edf88
7
- data.tar.gz: 5b8ff4bfaf1dc03c731a3ee6ea1c4288223fc2de726cf5c622ec1e2e335469a92411d1816f7d235108b7fa3f8ce23821b3cf84734414c6263e53cfcad6cfd7e2
6
+ metadata.gz: 2d71bb818e0a437ca6e0c973dfa401ee5ab8f196073115a314ae57f594f8137e3135a621a6031d1a0e9e9b23eccdfbed86ab6acf398be24731dad1605dfc3fa4
7
+ data.tar.gz: 8fd268799bdad449f0e6023a161a75619d0afdc07c38922026f912b02e5f79e5ada9b62cc6f65814c3b69951067af537fbeec926dd25925c0c7131e0962e49ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.24.0 (2022-04-27)
4
+
5
+ * Regenerated from discovery document revision 20220422
6
+
7
+ ### v0.23.0 (2022-04-21)
8
+
9
+ * Regenerated from discovery document revision 20220415
10
+
11
+ ### v0.22.0 (2022-04-12)
12
+
13
+ * Regenerated from discovery document revision 20220408
14
+
3
15
  ### v0.21.0 (2022-04-06)
4
16
 
5
17
  * Regenerated from discovery document revision 20220401
@@ -238,14 +238,15 @@ module Google
238
238
  # @return [String]
239
239
  attr_accessor :jwks_uri
240
240
 
241
- # Defines the locations to extract the JWT. JWT locations can be either from
242
- # HTTP headers or URL query parameters. The rule is that the first match wins.
243
- # The checking order is: checking all headers first, then URL query parameters.
244
- # If not specified, default to use following 3 locations: 1) Authorization:
245
- # Bearer 2) x-goog-iap-jwt-assertion 3) access_token query parameter Default
246
- # locations can be specified as followings: jwt_locations: - header:
247
- # Authorization value_prefix: "Bearer " - header: x-goog-iap-jwt-assertion -
248
- # query: access_token
241
+ # Defines the locations to extract the JWT. For now it is only used by the Cloud
242
+ # Endpoints to store the OpenAPI extension [x-google-jwt-locations] (https://
243
+ # cloud.google.com/endpoints/docs/openapi/openapi-extensions#x-google-jwt-
244
+ # locations) JWT locations can be one of HTTP headers, URL query parameters or
245
+ # cookies. The rule is that the first match wins. If not specified, default to
246
+ # use following 3 locations: 1) Authorization: Bearer 2) x-goog-iap-jwt-
247
+ # assertion 3) access_token query parameter Default locations can be specified
248
+ # as followings: jwt_locations: - header: Authorization value_prefix: "Bearer " -
249
+ # header: x-goog-iap-jwt-assertion - query: access_token
249
250
  # Corresponds to the JSON property `jwtLocations`
250
251
  # @return [Array<Google::Apis::ServicemanagementV1::JwtLocation>]
251
252
  attr_accessor :jwt_locations
@@ -579,7 +580,7 @@ module Google
579
580
  # @return [Google::Apis::ServicemanagementV1::Expr]
580
581
  attr_accessor :condition
581
582
 
582
- # Specifies the principals requesting access for a Cloud Platform resource. `
583
+ # Specifies the principals requesting access for a Google Cloud resource. `
583
584
  # members` can have the following values: * `allUsers`: A special identifier
584
585
  # that represents anyone who is on the internet; with or without a Google
585
586
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1789,6 +1790,11 @@ module Google
1789
1790
  class JwtLocation
1790
1791
  include Google::Apis::Core::Hashable
1791
1792
 
1793
+ # Specifies cookie name to extract JWT token.
1794
+ # Corresponds to the JSON property `cookie`
1795
+ # @return [String]
1796
+ attr_accessor :cookie
1797
+
1792
1798
  # Specifies HTTP header name to extract JWT token.
1793
1799
  # Corresponds to the JSON property `header`
1794
1800
  # @return [String]
@@ -1815,6 +1821,7 @@ module Google
1815
1821
 
1816
1822
  # Update properties of this object
1817
1823
  def update!(**args)
1824
+ @cookie = args[:cookie] if args.key?(:cookie)
1818
1825
  @header = args[:header] if args.key?(:header)
1819
1826
  @query = args[:query] if args.key?(:query)
1820
1827
  @value_prefix = args[:value_prefix] if args.key?(:value_prefix)
@@ -2077,7 +2084,7 @@ module Google
2077
2084
  attr_accessor :producer_project_id
2078
2085
 
2079
2086
  # The name of the service. See the [overview](https://cloud.google.com/service-
2080
- # management/overview) for naming requirements.
2087
+ # infrastructure/docs/overview) for naming requirements.
2081
2088
  # Corresponds to the JSON property `serviceName`
2082
2089
  # @return [String]
2083
2090
  attr_accessor :service_name
@@ -3809,7 +3816,7 @@ module Google
3809
3816
  include Google::Apis::Core::Hashable
3810
3817
 
3811
3818
  # The set of permissions to check for the `resource`. Permissions with wildcards
3812
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
3819
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
3813
3820
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
3814
3821
  # Corresponds to the JSON property `permissions`
3815
3822
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.24.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 = "20220401"
25
+ REVISION = "20220422"
26
26
  end
27
27
  end
28
28
  end
@@ -943,6 +943,7 @@ module Google
943
943
  class JwtLocation
944
944
  # @private
945
945
  class Representation < Google::Apis::Core::JsonRepresentation
946
+ property :cookie, as: 'cookie'
946
947
  property :header, as: 'header'
947
948
  property :query, as: 'query'
948
949
  property :value_prefix, as: 'valuePrefix'
@@ -851,9 +851,8 @@ module Google
851
851
  # googleapis.com`.
852
852
  # @param [String] filter
853
853
  # Required. Use `filter` to return subset of rollouts. The following filters are
854
- # supported: -- To limit the results to only those in status 'SUCCESS', use
855
- # filter='status=SUCCESS' -- To limit the results to those in status 'CANCELLED'
856
- # or 'FAILED', use filter='status=CANCELLED OR status=FAILED'
854
+ # supported: -- By status. For example, `filter='status=SUCCESS'` -- By strategy.
855
+ # For example, `filter='strategy=TrafficPercentStrategy'`
857
856
  # @param [Fixnum] page_size
858
857
  # The max number of items to include in the response list. Page size is 50 if
859
858
  # not specified. Maximum value is 100.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.24.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-05-02 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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []