google-apis-servicenetworking_v1beta 0.15.0 → 0.16.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: 0e0bf6b0ff7184724e1dac4eeb44d2f9defb7225118700bd4146e4c24cba3d6a
4
- data.tar.gz: 1df4916f5151c113aeb06389f2f7385d909544baa042f338525cdba559d444ec
3
+ metadata.gz: ffbd4239247db166075d128610a9b509a2182f7f74b43085607f9a9b83cfd6fb
4
+ data.tar.gz: 26027523f631e80ae4596a1fb650d5b8af86b0e086712e930609bbdce6dff581
5
5
  SHA512:
6
- metadata.gz: 26481a610032d8c2d68b241b2aeed0e66be5ac0828219854f2e0369383d469130b1f9cce2cc7dd4f006b98516a83e2e8288ad96cba94c82570465251964e096b
7
- data.tar.gz: b92fe8503c9ecd257bb43691ce28dd2a1842138148b274b70e5fff0c785b97072e47607bebb6aa35892f409ec844a3b05007433d36679433b574223c9bab3bc8
6
+ metadata.gz: 90e80bc40f8a88afce37ff7a478641a10169051e9b30c38671c72907c720b1a6454c3d115f43de6b084223fb6046b2bf2afddc2b876f61b4395b5966927e8444
7
+ data.tar.gz: ed1bfe402cfa5ab3dffc28452cd35ba434b14c22b373ef2c6726a0fc16ba942180cb2dd0aa40df835f92f894619935cf1a2302ff6cbadac2b1085854cabafcb9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.16.0 (2021-12-16)
4
+
5
+ * Regenerated from discovery document revision 20211210
6
+
3
7
  ### v0.15.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
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.
@@ -873,13 +873,20 @@ module Google
873
873
  end
874
874
 
875
875
  # Selects and configures the service controller used by the service. The service
876
- # controller handles features like abuse, quota, billing, logging, monitoring,
877
- # etc.
876
+ # controller handles two things: - **What is allowed:** for each API request,
877
+ # Chemist checks the project status, activation status, abuse status, billing
878
+ # status, service status, location restrictions, VPC Service Controls,
879
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
880
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
881
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
882
+ # not associated with API traffic, such as billing metrics. Example: control:
883
+ # environment: servicecontrol.googleapis.com
878
884
  class Control
879
885
  include Google::Apis::Core::Hashable
880
886
 
881
- # The service control environment to use. If empty, no control plane feature (
882
- # like quota and billing) will be enabled.
887
+ # The service controller environment to use. If empty, no control plane feature (
888
+ # like quota and billing) will be enabled. The recommended value for most
889
+ # services is servicecontrol.googleapis.com
883
890
  # Corresponds to the JSON property `environment`
884
891
  # @return [String]
885
892
  attr_accessor :environment
@@ -3101,8 +3108,14 @@ module Google
3101
3108
  attr_accessor :context
3102
3109
 
3103
3110
  # Selects and configures the service controller used by the service. The service
3104
- # controller handles features like abuse, quota, billing, logging, monitoring,
3105
- # etc.
3111
+ # controller handles two things: - **What is allowed:** for each API request,
3112
+ # Chemist checks the project status, activation status, abuse status, billing
3113
+ # status, service status, location restrictions, VPC Service Controls,
3114
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
3115
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
3116
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
3117
+ # not associated with API traffic, such as billing metrics. Example: control:
3118
+ # environment: servicecontrol.googleapis.com
3106
3119
  # Corresponds to the JSON property `control`
3107
3120
  # @return [Google::Apis::ServicenetworkingV1beta::Control]
3108
3121
  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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210810"
25
+ REVISION = "20211210"
26
26
  end
27
27
  end
28
28
  end
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.15.0
4
+ version: 0.16.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-10-27 00:00:00.000000000 Z
11
+ date: 2022-01-10 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-servicenetworking_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.16.0
62
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: []
@@ -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.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Networking API V1beta