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: c0280d3cfd57de3f495ecf42bfb7b8d261826d3939970fa8ec1957c0d6be2eec
4
- data.tar.gz: f0c84a1ff35b53f61b7c19166996eccfad43aa476b0fc13775be5c7166138d2a
3
+ metadata.gz: 03db8c26a0197340c476901e429f21d439c39c4e0ac000e0f85cc75c2b5bcb73
4
+ data.tar.gz: 9ac1f2f85877c3c1a6a327814408882138e319a8eeb28425b1448b3ed7512555
5
5
  SHA512:
6
- metadata.gz: 501c728c86d81c168f0f23fc17e0c0d0dd417c5b34721bc57a5b2dbf108d2b6d55d4318807a88c2ad8e18134e0e680b3b1a190e44bbcc767d836d8c40fb93495
7
- data.tar.gz: 3b26f95361d99ba047d350185633f4224bbf1de2bbdef75125ae4e303ac08edb100277485a9bc3448a7d920c5a4360311d05a0e37ea5e63987d737a7050185d4
6
+ metadata.gz: 381855ed9e40034737db4e16202a41c5ddfffb2df20a9056faf207a66e0f91887815eb9e65ee86768f654a6c6ca4b77cb37c8d9176d4ccf3497900b45bb66d71
7
+ data.tar.gz: 3cd83fa9b03e53fc9c04ce83149f040b395b8e7fdd61e3fde7cad79e6635b29669a075e36c4c4b5c8fcdf6f81a4e21720c1dd271b6c604a0b363576f53d37461
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-monitoring_v1
2
2
 
3
+ ### v0.7.0 (2021-06-18)
4
+
5
+ * Regenerated from discovery document revision 20210614
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.6.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -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.6.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210501"
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.6.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-05-24 00:00:00.000000000 Z
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.6.0
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: []