google-apis-servicenetworking_v1beta 0.14.0 → 0.17.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: 55f8b0ea5eb5906f4ee13174638d558e1998cc0b2fe2c27c3c579789afe2e9e1
4
- data.tar.gz: aeff7bbdeec2b8186d434217b1b7d0c9e883c0205e259acb4c83d752c85e36ee
3
+ metadata.gz: 6d0d1922e11735106d1f62688ab9400c4ffb365f96037a13241944fe2aa7989f
4
+ data.tar.gz: 43e3f5bd0653c4ff548ac9db60a31338790cdb0f126db1e349ac5e02dfc154b0
5
5
  SHA512:
6
- metadata.gz: 6175a8652c8ff5cba7c6768c381e10a6a4628ea36e7359aa7cca4dcdb22d5270803f4b39c85554f4ef5ba80b2daf1e7e41e8107c392f83a8a69eeb69a6ae97c8
7
- data.tar.gz: 2187a920cc21cc30f54fbe0538f8f0f8a276d20448348d4a4a6720114a4dff05ce4604518bb9f6c38787b4790552f7967b1b83c013d3c027cca7ea77024a19fc
6
+ metadata.gz: f53e5f91c90449e924779353f0638327c5f299a6e0fa7f8464e6f3c5cf76f438094f5c7472df265d7e6238f354fee5d55a713c2ba724dbf141d31b1353026853
7
+ data.tar.gz: b8c970dec453fef88ac8dc1d4b9a44355c818dae49c1f95f3b2a32ff4e7d0827610ffdc494d9d421bd56d521b0342fb9e90e9529639b1bb1818b1a9210c7cbe9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.17.0 (2022-04-12)
4
+
5
+ * Regenerated from discovery document revision 20220406
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.16.0 (2021-12-16)
9
+
10
+ * Regenerated from discovery document revision 20211210
11
+
12
+ ### v0.15.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.14.0 (2021-09-01)
4
17
 
5
18
  * Regenerated from discovery document revision 20210810
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/servicenetworking_v1beta"
51
51
  client = Google::Apis::ServicenetworkingV1beta::ServiceNetworkingService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Servicenetworking service in particular.)
67
67
 
@@ -314,14 +314,15 @@ module Google
314
314
  # @return [String]
315
315
  attr_accessor :jwks_uri
316
316
 
317
- # Defines the locations to extract the JWT. JWT locations can be either from
318
- # HTTP headers or URL query parameters. The rule is that the first match wins.
319
- # The checking order is: checking all headers first, then URL query parameters.
320
- # If not specified, default to use following 3 locations: 1) Authorization:
321
- # Bearer 2) x-goog-iap-jwt-assertion 3) access_token query parameter Default
322
- # locations can be specified as followings: jwt_locations: - header:
323
- # Authorization value_prefix: "Bearer " - header: x-goog-iap-jwt-assertion -
324
- # query: access_token
317
+ # Defines the locations to extract the JWT. For now it is only used by the Cloud
318
+ # Endpoints to store the OpenAPI extension [x-google-jwt-locations] (https://
319
+ # cloud.google.com/endpoints/docs/openapi/openapi-extensions#x-google-jwt-
320
+ # locations) JWT locations can be one of HTTP headers, URL query parameters or
321
+ # cookies. The rule is that the first match wins. If not specified, default to
322
+ # use following 3 locations: 1) Authorization: Bearer 2) x-goog-iap-jwt-
323
+ # assertion 3) access_token query parameter Default locations can be specified
324
+ # as followings: jwt_locations: - header: Authorization value_prefix: "Bearer " -
325
+ # header: x-goog-iap-jwt-assertion - query: access_token
325
326
  # Corresponds to the JSON property `jwtLocations`
326
327
  # @return [Array<Google::Apis::ServicenetworkingV1beta::JwtLocation>]
327
328
  attr_accessor :jwt_locations
@@ -873,13 +874,20 @@ module Google
873
874
  end
874
875
 
875
876
  # Selects and configures the service controller used by the service. The service
876
- # controller handles features like abuse, quota, billing, logging, monitoring,
877
- # etc.
877
+ # controller handles two things: - **What is allowed:** for each API request,
878
+ # Chemist checks the project status, activation status, abuse status, billing
879
+ # status, service status, location restrictions, VPC Service Controls,
880
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
881
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
882
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
883
+ # not associated with API traffic, such as billing metrics. Example: control:
884
+ # environment: servicecontrol.googleapis.com
878
885
  class Control
879
886
  include Google::Apis::Core::Hashable
880
887
 
881
- # The service control environment to use. If empty, no control plane feature (
882
- # like quota and billing) will be enabled.
888
+ # The service controller environment to use. If empty, no control plane feature (
889
+ # like quota and billing) will be enabled. The recommended value for most
890
+ # services is servicecontrol.googleapis.com
883
891
  # Corresponds to the JSON property `environment`
884
892
  # @return [String]
885
893
  attr_accessor :environment
@@ -1762,6 +1770,11 @@ module Google
1762
1770
  class JwtLocation
1763
1771
  include Google::Apis::Core::Hashable
1764
1772
 
1773
+ # Specifies cookie name to extract JWT token.
1774
+ # Corresponds to the JSON property `cookie`
1775
+ # @return [String]
1776
+ attr_accessor :cookie
1777
+
1765
1778
  # Specifies HTTP header name to extract JWT token.
1766
1779
  # Corresponds to the JSON property `header`
1767
1780
  # @return [String]
@@ -1788,6 +1801,7 @@ module Google
1788
1801
 
1789
1802
  # Update properties of this object
1790
1803
  def update!(**args)
1804
+ @cookie = args[:cookie] if args.key?(:cookie)
1791
1805
  @header = args[:header] if args.key?(:header)
1792
1806
  @query = args[:query] if args.key?(:query)
1793
1807
  @value_prefix = args[:value_prefix] if args.key?(:value_prefix)
@@ -3101,8 +3115,14 @@ module Google
3101
3115
  attr_accessor :context
3102
3116
 
3103
3117
  # Selects and configures the service controller used by the service. The service
3104
- # controller handles features like abuse, quota, billing, logging, monitoring,
3105
- # etc.
3118
+ # controller handles two things: - **What is allowed:** for each API request,
3119
+ # Chemist checks the project status, activation status, abuse status, billing
3120
+ # status, service status, location restrictions, VPC Service Controls,
3121
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
3122
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
3123
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
3124
+ # not associated with API traffic, such as billing metrics. Example: control:
3125
+ # environment: servicecontrol.googleapis.com
3106
3126
  # Corresponds to the JSON property `control`
3107
3127
  # @return [Google::Apis::ServicenetworkingV1beta::Control]
3108
3128
  attr_accessor :control
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1beta
18
18
  # Version of the google-apis-servicenetworking_v1beta gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210810"
25
+ REVISION = "20220406"
26
26
  end
27
27
  end
28
28
  end
@@ -915,6 +915,7 @@ module Google
915
915
  class JwtLocation
916
916
  # @private
917
917
  class Representation < Google::Apis::Core::JsonRepresentation
918
+ property :cookie, as: 'cookie'
918
919
  property :header, as: 'header'
919
920
  property :query, as: 'query'
920
921
  property :value_prefix, as: 'valuePrefix'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.17.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-09-06 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.14.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1beta
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.17.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Networking API V1beta