Commit graph

35 commits

Author SHA1 Message Date
Google APIs
c1c2f3e01e fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 816273595
2025-10-07 10:28:32 -07:00
Google APIs
c9ef81355c chore: regenerate gapic yaml and service yaml for monitoring metricsscope by augmentation configs
PiperOrigin-RevId: 772791753
2025-06-18 00:09:43 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
d581bbe1a6 feat: add active_only field to ListMetricDescriptorsRequest
PiperOrigin-RevId: 713756077
2025-01-09 12:21:01 -08:00
Google APIs
f4eff5440f feat: added SqlCondition in AlertPolicy
feat: added PrometheusQueryLanguageCondition.disable_metric_validation
feat: deprecated QueryTimeSeries (MQL query endpoint)
feat: added TimeSeries.description for input only
docs: TimeSeries.unit allows limited updating by CreateTimeSeries
docs: ServiceLevelObjective.goal must be <= 0.9999
docs: ServiceAgentAuthentication supports generating an OAuth token

For more information about the status of MQL, see the [MQL deprecation notice](https://cloud.google.com/stackdriver/docs/deprecations/mql).

PiperOrigin-RevId: 706010293
2024-12-13 14:53:44 -08:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
667eaac011 feat: Support for universe_domain
PiperOrigin-RevId: 597849524
2024-01-12 08:40:29 -08:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
1cfcea4fbe chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 520705454
2023-03-30 12:02:14 -07:00
Google APIs
5544503224 feat: Support REST transport
PiperOrigin-RevId: 515156929
2023-03-08 15:20:57 -08:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
c35b98606b feat: Add appropriate mixin clients
PiperOrigin-RevId: 510193779
2023-02-16 11:11:54 -08:00
Google APIs
5edc235617 fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets
PiperOrigin-RevId: 510187992
2023-02-16 10:51:01 -08:00
Google APIs
30d54a7481 build: add Bazel dependency on google/protobuf/empty.proto
PiperOrigin-RevId: 508444163
2023-02-09 12:24:21 -08:00
Google APIs
9f04c98877 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 503159211
2023-01-19 07:28:33 -08:00
Google APIs
44fdfc1627 chore(bazel): update rules_gapic to v0.19.2
chore(bazel): update gapic-generator-go to v0.33.5

chore(bazel): refactor Go longrunning submodule dependency

PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
a0b755842a chore(python): fix warehouse-package-name for google/monitoring/metricsscope/v1
PiperOrigin-RevId: 490896705
2022-11-25 06:11:48 -08:00
Google APIs
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
69fc6c5b87 chore: include generated samples dir for all google apis
PiperOrigin-RevId: 485653021
2022-11-02 11:44:34 -07:00
Google APIs
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
abe15226ba fix: Add py_test targets
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
7bc124cb89 chore: Add service_yaml config to all BUILD.bazel files that generate C# GAPIC libraries
PiperOrigin-RevId: 429496116
2022-02-18 00:10:22 -08:00
Google APIs
eddd3d845b feat: add C++ rules for many Cloud services
PiperOrigin-RevId: 411620635
2021-11-22 12:24:05 -08:00
Google APIs
11e309d193 feat: Added support for auto-close configurations
PiperOrigin-RevId: 410253233
2021-11-16 08:00:31 -08:00
Google APIs
0c2e4540e0 chore(ruby): Corrected build rules for Ruby wrappers for the monitoring and workflows APIs
PiperOrigin-RevId: 407259483
2021-11-02 22:57:40 -07:00
Google APIs
566f3d16b7 chore: use google-cloud-monitoring-metrics-scopes as python package name
PiperOrigin-RevId: 402526480
2021-10-12 04:22:06 -07:00
Google APIs
6ce857fc93 docs(ruby): update product documentation url for monitoring metrics scopes
PiperOrigin-RevId: 399443900
2021-09-28 08:20:53 -07:00
Google APIs
f73ccb9c85 fix(ruby): Link to the correct wrapper library
PiperOrigin-RevId: 399185525
2021-09-27 07:32:05 -07:00
Google APIs
52c89139a4 chore: adjust namespacing and package name for Metrics Scopes API
Committer: @busunkim96

PiperOrigin-RevId: 394470104
2021-09-02 08:47:16 -07:00
Google APIs
354d0763e7 feat: Added support for logs-based alerts:
https://cloud.google.com/logging/docs/alerting/log-based-alerts
feat: Added support for user-defined labels on cloud monitoring's Service and
ServiceLevelObjective objects
fix!: mark required fields in QueryTimeSeriesRequest as required

PiperOrigin-RevId: 393200011
2021-08-26 13:55:13 -07:00
Google APIs
702ccd0070 feat: add support for Metrics Scopes API
PiperOrigin-RevId: 388977387
2021-08-05 11:09:56 -07:00