google-cloud-service_control-v1 0.4.3 → 0.4.4
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 +4 -4
- data/lib/google/api/servicecontrol/v1/check_error_pb.rb +1 -1
- data/lib/google/api/servicecontrol/v1/distribution_pb.rb +1 -1
- data/lib/google/api/servicecontrol/v1/http_request_pb.rb +1 -1
- data/lib/google/api/servicecontrol/v1/log_entry_pb.rb +2 -2
- data/lib/google/api/servicecontrol/v1/metric_value_pb.rb +2 -2
- data/lib/google/api/servicecontrol/v1/operation_pb.rb +2 -2
- data/lib/google/api/servicecontrol/v1/quota_controller_pb.rb +2 -2
- data/lib/google/api/servicecontrol/v1/quota_controller_services_pb.rb +1 -1
- data/lib/google/api/servicecontrol/v1/service_controller_pb.rb +2 -2
- data/lib/google/api/servicecontrol/v1/service_controller_services_pb.rb +1 -1
- data/lib/google/cloud/service_control/v1/version.rb +1 -1
- data/proto_docs/google/api/servicecontrol/v1/distribution.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0217fd1deb50d87d9231da187a508edfc80adab34754b5cd209b18faa3ce6d3
|
|
4
|
+
data.tar.gz: e76be4c3d95a3cad71bbee586d91601f993128c541fed56f40f7b9703c4534fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55a3297c147dc7dedcab85cc5ea6be69d7d9598a2e408da789d69f4dc5c4b43c56e7a694545ff7301951721565a0c498a3d5b3039b6c60ce131dabcf94ce4232
|
|
7
|
+
data.tar.gz: 4be09a8bdbd984d8f272e986239123a28b8937ff7789cbe49e82aab81a8ccac0d1dcacd4fa06a056adeb69ad4e8865891e01c61ac89c5e22cd57a53625d871f8
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/api/servicecontrol/v1/check_error.proto
|
|
3
3
|
|
|
4
|
+
require 'google/rpc/status_pb'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
|
-
require 'google/rpc/status_pb'
|
|
7
7
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
8
|
add_file("google/api/servicecontrol/v1/check_error.proto", :syntax => :proto3) do
|
|
9
9
|
add_message "google.api.servicecontrol.v1.CheckError" do
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/api/servicecontrol/v1/distribution.proto
|
|
3
3
|
|
|
4
|
+
require 'google/api/distribution_pb'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
|
-
require 'google/api/distribution_pb'
|
|
7
7
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
8
|
add_file("google/api/servicecontrol/v1/distribution.proto", :syntax => :proto3) do
|
|
9
9
|
add_message "google.api.servicecontrol.v1.Distribution" do
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/api/servicecontrol/v1/http_request.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf/duration_pb'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
|
-
require 'google/protobuf/duration_pb'
|
|
7
7
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
8
|
add_file("google/api/servicecontrol/v1/http_request.proto", :syntax => :proto3) do
|
|
9
9
|
add_message "google.api.servicecontrol.v1.HttpRequest" do
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/api/servicecontrol/v1/log_entry.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/servicecontrol/v1/http_request_pb'
|
|
7
5
|
require 'google/logging/type/log_severity_pb'
|
|
8
6
|
require 'google/protobuf/any_pb'
|
|
9
7
|
require 'google/protobuf/struct_pb'
|
|
10
8
|
require 'google/protobuf/timestamp_pb'
|
|
9
|
+
require 'google/protobuf'
|
|
10
|
+
|
|
11
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
12
|
add_file("google/api/servicecontrol/v1/log_entry.proto", :syntax => :proto3) do
|
|
13
13
|
add_message "google.api.servicecontrol.v1.LogEntry" do
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/api/servicecontrol/v1/metric_value.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/servicecontrol/v1/distribution_pb'
|
|
7
5
|
require 'google/protobuf/timestamp_pb'
|
|
6
|
+
require 'google/protobuf'
|
|
7
|
+
|
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
9
|
add_file("google/api/servicecontrol/v1/metric_value.proto", :syntax => :proto3) do
|
|
10
10
|
add_message "google.api.servicecontrol.v1.MetricValue" do
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/api/servicecontrol/v1/operation.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/servicecontrol/v1/log_entry_pb'
|
|
7
5
|
require 'google/api/servicecontrol/v1/metric_value_pb'
|
|
8
6
|
require 'google/protobuf/any_pb'
|
|
9
7
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
+
require 'google/protobuf'
|
|
9
|
+
|
|
10
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
11
|
add_file("google/api/servicecontrol/v1/operation.proto", :syntax => :proto3) do
|
|
12
12
|
add_message "google.api.servicecontrol.v1.Operation" do
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/api/servicecontrol/v1/quota_controller.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/servicecontrol/v1/metric_value_pb'
|
|
8
6
|
require 'google/rpc/status_pb'
|
|
9
7
|
require 'google/api/client_pb'
|
|
8
|
+
require 'google/protobuf'
|
|
9
|
+
|
|
10
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
11
|
add_file("google/api/servicecontrol/v1/quota_controller.proto", :syntax => :proto3) do
|
|
12
12
|
add_message "google.api.servicecontrol.v1.AllocateQuotaRequest" do
|
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
# service](https://cloud.google.com/service-management/reference/rpc/google.api/servicemanagement.v1#google.api.servicemanagement.v1.ManagedService).
|
|
31
31
|
class Service
|
|
32
32
|
|
|
33
|
-
include GRPC::GenericService
|
|
33
|
+
include ::GRPC::GenericService
|
|
34
34
|
|
|
35
35
|
self.marshal_class_method = :encode
|
|
36
36
|
self.unmarshal_class_method = :decode
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/api/servicecontrol/v1/service_controller.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/servicecontrol/v1/check_error_pb'
|
|
9
7
|
require 'google/api/servicecontrol/v1/operation_pb'
|
|
10
8
|
require 'google/protobuf/timestamp_pb'
|
|
11
9
|
require 'google/rpc/status_pb'
|
|
10
|
+
require 'google/protobuf'
|
|
11
|
+
|
|
12
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
13
13
|
add_file("google/api/servicecontrol/v1/service_controller.proto", :syntax => :proto3) do
|
|
14
14
|
add_message "google.api.servicecontrol.v1.CheckRequest" do
|
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
# service](https://cloud.google.com/service-management/reference/rpc/google.api/servicemanagement.v1#google.api.servicemanagement.v1.ManagedService).
|
|
31
31
|
class Service
|
|
32
32
|
|
|
33
|
-
include GRPC::GenericService
|
|
33
|
+
include ::GRPC::GenericService
|
|
34
34
|
|
|
35
35
|
self.marshal_class_method = :encode
|
|
36
36
|
self.unmarshal_class_method = :decode
|
|
@@ -25,10 +25,10 @@ module Google
|
|
|
25
25
|
# points. It contains the size of the population of sample points plus
|
|
26
26
|
# additional optional information:
|
|
27
27
|
#
|
|
28
|
-
#
|
|
29
|
-
#
|
|
30
|
-
#
|
|
31
|
-
#
|
|
28
|
+
# * the arithmetic mean of the samples
|
|
29
|
+
# * the minimum and maximum of the samples
|
|
30
|
+
# * the sum-squared-deviation of the samples, used to compute variance
|
|
31
|
+
# * a histogram of the values of the sample points
|
|
32
32
|
# @!attribute [rw] count
|
|
33
33
|
# @return [::Integer]
|
|
34
34
|
# The total number of samples in the distribution. Must be >= 0.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-service_control-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
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-
|
|
11
|
+
date: 2021-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|