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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffbd4239247db166075d128610a9b509a2182f7f74b43085607f9a9b83cfd6fb
|
4
|
+
data.tar.gz: 26027523f631e80ae4596a1fb650d5b8af86b0e086712e930609bbdce6dff581
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90e80bc40f8a88afce37ff7a478641a10169051e9b30c38671c72907c720b1a6454c3d115f43de6b084223fb6046b2bf2afddc2b876f61b4395b5966927e8444
|
7
|
+
data.tar.gz: ed1bfe402cfa5ab3dffc28452cd35ba434b14c22b373ef2c6726a0fc16ba942180cb2dd0aa40df835f92f894619935cf1a2302ff6cbadac2b1085854cabafcb9
|
data/CHANGELOG.md
CHANGED
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.
|
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
|
877
|
-
#
|
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
|
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
|
3105
|
-
#
|
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.
|
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 = "
|
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.
|
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:
|
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.
|
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.
|
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
|