Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Dec 14, 2024
1 parent afaa1d7 commit 95c88fc
Show file tree
Hide file tree
Showing 325 changed files with 235 additions and 55,130 deletions.
Binary file modified Monitoring/metadata/V3/Alert.php
Binary file not shown.
Binary file modified Monitoring/metadata/V3/Metric.php
Binary file not shown.
Binary file modified Monitoring/metadata/V3/MetricService.php
Binary file not shown.
8 changes: 4 additions & 4 deletions Monitoring/metadata/V3/QueryService.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Monitoring/metadata/V3/Uptime.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
use Google\Cloud\Monitoring\V3\TimeSeriesData;

/**
* Queries time series using Monitoring Query Language.
* Queries time series by using Monitoring Query Language (MQL). We recommend
* using PromQL instead of MQL. For more information about the status of MQL,
* see the [MQL deprecation
* notice](https://cloud.google.com/stackdriver/docs/deprecations/mql).
*
* @param string $name The
* [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
use Google\Cloud\Monitoring\V3\UptimeCheckIp;

/**
* Returns the list of IP addresses that checkers run from
* Returns the list of IP addresses that checkers run from.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
33 changes: 33 additions & 0 deletions Monitoring/src/V3/AlertPolicy/Condition.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Monitoring/src/V3/Client/QueryServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ public function __call($method, $args)
}

/**
* Queries time series using Monitoring Query Language.
* Queries time series by using Monitoring Query Language (MQL). We recommend
* using PromQL instead of MQL. For more information about the status of MQL,
* see the [MQL deprecation
* notice](https://cloud.google.com/stackdriver/docs/deprecations/mql).
*
* The async variant is {@see QueryServiceClient::queryTimeSeriesAsync()} .
*
Expand All @@ -189,6 +192,8 @@ public function __call($method, $args)
* @return PagedListResponse
*
* @throws ApiException Thrown if the API call fails.
*
* @deprecated This method will be removed in the next major version update.
*/
public function queryTimeSeries(QueryTimeSeriesRequest $request, array $callOptions = []): PagedListResponse
{
Expand Down
2 changes: 1 addition & 1 deletion Monitoring/src/V3/Client/UptimeCheckServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public function listUptimeCheckConfigs(ListUptimeCheckConfigsRequest $request, a
}

/**
* Returns the list of IP addresses that checkers run from
* Returns the list of IP addresses that checkers run from.
*
* The async variant is {@see UptimeCheckServiceClient::listUptimeCheckIpsAsync()}
* .
Expand Down
2 changes: 1 addition & 1 deletion Monitoring/src/V3/Gapic/MetricServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ public function getMonitoredResourceDescriptor($name, array $optionalArgs = [])
* Optional.
*
* @type string $filter
* If this field is empty, all custom and
* Optional. If this field is empty, all custom and
* system-defined metric descriptors are returned.
* Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
* specifies which metric descriptors are to be
Expand Down
7 changes: 6 additions & 1 deletion Monitoring/src/V3/Gapic/QueryServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@ public function __construct(array $options = [])
}

/**
* Queries time series using Monitoring Query Language.
* Queries time series by using Monitoring Query Language (MQL). We recommend
* using PromQL instead of MQL. For more information about the status of MQL,
* see the [MQL deprecation
* notice](https://cloud.google.com/stackdriver/docs/deprecations/mql).
*
* Sample code:
* ```
Expand Down Expand Up @@ -233,6 +236,8 @@ public function __construct(array $options = [])
* @return \Google\ApiCore\PagedListResponse
*
* @throws ApiException if the remote call fails
*
* @deprecated This method will be removed in the next major version update.
*/
public function queryTimeSeries($name, $query, array $optionalArgs = [])
{
Expand Down
2 changes: 1 addition & 1 deletion Monitoring/src/V3/Gapic/UptimeCheckServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ public function listUptimeCheckConfigs($parent, array $optionalArgs = [])
}

/**
* Returns the list of IP addresses that checkers run from
* Returns the list of IP addresses that checkers run from.
*
* Sample code:
* ```
Expand Down
Loading

0 comments on commit 95c88fc

Please sign in to comment.