google-cloud-monitoring-metrics_scope-v1 0.1.0 → 0.1.1
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: 7de564aea28f53e787a55cb7467fded9c9acdd3e5df0b2205849760e3c3225bc
|
4
|
+
data.tar.gz: f8f27b8429af1f7c8b374eeb57b76c01eb7d30675ad309fc4b6035747aec97a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d733054b38ddd81a8fe9c5e5dfb0bb01b8296da0ff271143c1785c10fc37fb934e0160579a3524fe616109473f62a41a2e657c0ab095411999d0f58a621c6527
|
7
|
+
data.tar.gz: df672e76618606163a5e40a7426319019f25c249c37347948eb90ef4872963c3b8f6d229734567333c32e06490411a393f392d23ef0e5f5f434d82c1c84c7f90
|
data/README.md
CHANGED
@@ -40,7 +40,7 @@ response = client.get_metrics_scope request
|
|
40
40
|
View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-monitoring-metrics_scope-v1/latest)
|
41
41
|
for class and method documentation.
|
42
42
|
|
43
|
-
See also the [Product Documentation](https://cloud.google.com/monitoring)
|
43
|
+
See also the [Product Documentation](https://cloud.google.com/monitoring/settings/manage-api)
|
44
44
|
for general usage information.
|
45
45
|
|
46
46
|
## Enabling Logging
|
@@ -1,11 +1,11 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/monitoring/metricsscope/v1/metrics_scope.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'google/api/field_behavior_pb'
|
7
5
|
require 'google/api/resource_pb'
|
8
6
|
require 'google/protobuf/timestamp_pb'
|
7
|
+
require 'google/protobuf'
|
8
|
+
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
10
10
|
add_file("google/monitoring/metricsscope/v1/metrics_scope.proto", :syntax => :proto3) do
|
11
11
|
add_message "google.monitoring.metricsscope.v1.MetricsScope" do
|
@@ -1,8 +1,6 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/monitoring/metricsscope/v1/metrics_scopes.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/field_behavior_pb'
|
@@ -10,6 +8,8 @@ require 'google/api/resource_pb'
|
|
10
8
|
require 'google/longrunning/operations_pb'
|
11
9
|
require 'google/monitoring/metricsscope/v1/metrics_scope_pb'
|
12
10
|
require 'google/protobuf/timestamp_pb'
|
11
|
+
require 'google/protobuf'
|
12
|
+
|
13
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
14
14
|
add_file("google/monitoring/metricsscope/v1/metrics_scopes.proto", :syntax => :proto3) do
|
15
15
|
add_message "google.monitoring.metricsscope.v1.GetMetricsScopeRequest" do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-monitoring-metrics_scope-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|