google-cloud-monitoring-dashboard-v1 0.8.0 → 0.9.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: 5f917e731ef766d8339385cf0208e99fa22ef12e141416540f0fcfeded2d63af
4
- data.tar.gz: 1bdf157a022e0670e4b5dffb4c016b467b3be93ca023f155aafaa1e993d69e6b
3
+ metadata.gz: 27f6167044bd30aa90a6fa8cdd60080ebf2a41bafdd401eb7e97a48704962541
4
+ data.tar.gz: 8939c6e2d5e09dbbf4af6a37e0f6ab6707052b907f2a69cc2f7acd5535bf319b
5
5
  SHA512:
6
- metadata.gz: fa6b9297c149e673c4d1a796b2feea5527e4b8f54f2cfcfcc8878ae321f97fa469fa035ee0a667c195176e6530ce0b070d59d8ed62a96d38d3b3ca35eb44fd2f
7
- data.tar.gz: 26df84583ea75337d6cc89d65da22e8b7e71525b5db3473e2c8c9bab2d4fdea0bc0d5baf2e472f0bb3ebbd1dda30a47bcfda817e0dd04b13907d3b00b1a46aa3
6
+ metadata.gz: 2ac0ec365da0a504e97e17edaf2b8a6a6a7f7436414a618d2af3e6931acaaa0ac731500e1840ece4f5c9b493b53db90d0c6c6be19ff2b8d108def932c87a8fcc
7
+ data.tar.gz: fec393509adb9c7bcf5f9554d811bec0a01f24bc322237ffbf6d7b769f07937f59e1599e7709b6b8df742961f5d381608545c2c1120fb9c4a087bc437258ae52
data/AUTHENTICATION.md CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
114
114
  To configure your system for this, simply:
115
115
 
116
116
  1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
117
- 2. Authenticate using OAuth 2.0 `$ gcloud auth login`
117
+ 2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
118
118
  3. Write code as if already authenticated.
119
119
 
120
120
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
@@ -22,7 +22,7 @@ module Google
22
22
  module Monitoring
23
23
  module Dashboard
24
24
  module V1
25
- VERSION = "0.8.0"
25
+ VERSION = "0.9.0"
26
26
  end
27
27
  end
28
28
  end
@@ -14,6 +14,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
14
14
  optional :time_series_filter, :message, 1, "google.monitoring.dashboard.v1.TimeSeriesFilter"
15
15
  optional :time_series_filter_ratio, :message, 2, "google.monitoring.dashboard.v1.TimeSeriesFilterRatio"
16
16
  optional :time_series_query_language, :string, 3
17
+ optional :prometheus_query, :string, 6
17
18
  end
18
19
  end
19
20
  add_message "google.monitoring.dashboard.v1.TimeSeriesFilter" do
@@ -32,7 +32,10 @@ module Google
32
32
  # Parameters to fetch a ratio between two time series filters.
33
33
  # @!attribute [rw] time_series_query_language
34
34
  # @return [::String]
35
- # A query used to fetch time series.
35
+ # A query used to fetch time series with MQL.
36
+ # @!attribute [rw] prometheus_query
37
+ # @return [::String]
38
+ # A query used to fetch time series with PromQL.
36
39
  # @!attribute [rw] unit_override
37
40
  # @return [::String]
38
41
  # The unit of data contained in fetched time series. If non-empty, this
@@ -25,8 +25,8 @@ module Google
25
25
  # Table display options that can be reused.
26
26
  # @!attribute [rw] shown_columns
27
27
  # @return [::Array<::String>]
28
- # Optional. Columns to display in the table. Leave empty to display all available
29
- # columns. Note: This field is for future features and is not currently used.
28
+ # Optional. This field is unused and has been replaced by
29
+ # TimeSeriesTable.column_settings
30
30
  class TableDisplayOptions
31
31
  include ::Google::Protobuf::MessageExts
32
32
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring-dashboard-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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: 2022-07-05 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.10'
19
+ version: '0.12'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.10'
29
+ version: '0.12'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a