Skip to content

Commit bde3106

Browse files
jskeetamanda-tarafa
authored andcommitted
Release Google.Cloud.Monitoring.V3 version 3.13.0
Changes in this release: ### New features - Added SqlCondition in AlertPolicy ([commit 7468d5b](7468d5b)) - Added PrometheusQueryLanguageCondition.disable_metric_validation ([commit 7468d5b](7468d5b)) - Deprecated QueryTimeSeries (MQL query endpoint) ([commit 7468d5b](7468d5b)) - Added TimeSeries.description for input only ([commit 7468d5b](7468d5b)) ### Documentation improvements - TimeSeries.unit allows limited updating by CreateTimeSeries ([commit 7468d5b](7468d5b)) - ServiceLevelObjective.goal must be <= 0.9999 ([commit 7468d5b](7468d5b)) - ServiceAgentAuthentication supports generating an OAuth token ([commit 7468d5b](7468d5b))
1 parent a8f5871 commit bde3106

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>3.12.0</Version>
4+
<Version>3.13.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Cloud Monitoring API, which manages your Google Cloud Monitoring data and configurations.</Description>

apis/Google.Cloud.Monitoring.V3/docs/history.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Version history
22

3+
## Version 3.13.0, released 2024-12-16
4+
5+
### New features
6+
7+
- Added SqlCondition in AlertPolicy ([commit 7468d5b](https://github.com/googleapis/google-cloud-dotnet/commit/7468d5befb4869909881424998f3be0a12467abe))
8+
- Added PrometheusQueryLanguageCondition.disable_metric_validation ([commit 7468d5b](https://github.com/googleapis/google-cloud-dotnet/commit/7468d5befb4869909881424998f3be0a12467abe))
9+
- Deprecated QueryTimeSeries (MQL query endpoint) ([commit 7468d5b](https://github.com/googleapis/google-cloud-dotnet/commit/7468d5befb4869909881424998f3be0a12467abe))
10+
- Added TimeSeries.description for input only ([commit 7468d5b](https://github.com/googleapis/google-cloud-dotnet/commit/7468d5befb4869909881424998f3be0a12467abe))
11+
12+
### Documentation improvements
13+
14+
- TimeSeries.unit allows limited updating by CreateTimeSeries ([commit 7468d5b](https://github.com/googleapis/google-cloud-dotnet/commit/7468d5befb4869909881424998f3be0a12467abe))
15+
- ServiceLevelObjective.goal must be <= 0.9999 ([commit 7468d5b](https://github.com/googleapis/google-cloud-dotnet/commit/7468d5befb4869909881424998f3be0a12467abe))
16+
- ServiceAgentAuthentication supports generating an OAuth token ([commit 7468d5b](https://github.com/googleapis/google-cloud-dotnet/commit/7468d5befb4869909881424998f3be0a12467abe))
17+
318
## Version 3.12.0, released 2024-12-06
419

520
### New features

generator-input/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3428,7 +3428,7 @@
34283428
"protoPath": "google/monitoring/v3",
34293429
"productName": "Google Cloud Monitoring",
34303430
"productUrl": "https://cloud.google.com/monitoring/api/v3/",
3431-
"version": "3.12.0",
3431+
"version": "3.13.0",
34323432
"type": "grpc",
34333433
"description": "Recommended Google client library to access the Google Cloud Monitoring API, which manages your Google Cloud Monitoring data and configurations.",
34343434
"tags": [

0 commit comments

Comments
 (0)