google-apis-monitoring_v1 0.6.0 → 0.7.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: 03db8c26a0197340c476901e429f21d439c39c4e0ac000e0f85cc75c2b5bcb73
|
4
|
+
data.tar.gz: 9ac1f2f85877c3c1a6a327814408882138e319a8eeb28425b1448b3ed7512555
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 381855ed9e40034737db4e16202a41c5ddfffb2df20a9056faf207a66e0f91887815eb9e65ee86768f654a6c6ca4b77cb37c8d9176d4ccf3497900b45bb66d71
|
7
|
+
data.tar.gz: 3cd83fa9b03e53fc9c04ce83149f040b395b8e7fdd61e3fde7cad79e6635b29669a075e36c4c4b5c8fcdf6f81a4e21720c1dd271b6c604a0b363576f53d37461
|
data/CHANGELOG.md
CHANGED
@@ -552,6 +552,38 @@ module Google
|
|
552
552
|
end
|
553
553
|
end
|
554
554
|
|
555
|
+
# Contains metadata for longrunning operation for the edit Metrics Scope
|
556
|
+
# endpoints.
|
557
|
+
class OperationMetadata
|
558
|
+
include Google::Apis::Core::Hashable
|
559
|
+
|
560
|
+
# The time when the batch request was received.
|
561
|
+
# Corresponds to the JSON property `createTime`
|
562
|
+
# @return [String]
|
563
|
+
attr_accessor :create_time
|
564
|
+
|
565
|
+
# Current state of the batch operation.
|
566
|
+
# Corresponds to the JSON property `state`
|
567
|
+
# @return [String]
|
568
|
+
attr_accessor :state
|
569
|
+
|
570
|
+
# The time when the operation result was last updated.
|
571
|
+
# Corresponds to the JSON property `updateTime`
|
572
|
+
# @return [String]
|
573
|
+
attr_accessor :update_time
|
574
|
+
|
575
|
+
def initialize(**args)
|
576
|
+
update!(**args)
|
577
|
+
end
|
578
|
+
|
579
|
+
# Update properties of this object
|
580
|
+
def update!(**args)
|
581
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
582
|
+
@state = args[:state] if args.key?(:state)
|
583
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
584
|
+
end
|
585
|
+
end
|
586
|
+
|
555
587
|
# A protocol buffer option, which can be attached to a message, field,
|
556
588
|
# enumeration, etc.
|
557
589
|
class Option
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MonitoringV1
|
18
18
|
# Version of the google-apis-monitoring_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210614"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,6 +106,12 @@ module Google
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
+
class OperationMetadata
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
109
115
|
class Option
|
110
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
117
|
|
@@ -355,6 +361,15 @@ module Google
|
|
355
361
|
end
|
356
362
|
end
|
357
363
|
|
364
|
+
class OperationMetadata
|
365
|
+
# @private
|
366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
367
|
+
property :create_time, as: 'createTime'
|
368
|
+
property :state, as: 'state'
|
369
|
+
property :update_time, as: 'updateTime'
|
370
|
+
end
|
371
|
+
end
|
372
|
+
|
358
373
|
class Option
|
359
374
|
# @private
|
360
375
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-monitoring_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.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-
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.7.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|