update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
namespace Google\Api;
|
||||
|
||||
use Google\Protobuf\Internal\GPBType;
|
||||
use Google\Protobuf\Internal\RepeatedField;
|
||||
use Google\Protobuf\Internal\GPBUtil;
|
||||
use Google\Protobuf\RepeatedField;
|
||||
|
||||
/**
|
||||
* Monitoring configuration of the service.
|
||||
@@ -93,14 +93,14 @@ class Monitoring extends \Google\Protobuf\Internal\Message
|
||||
* @param array $data {
|
||||
* Optional. Data for populating the Message object.
|
||||
*
|
||||
* @type array<\Google\Api\Monitoring\MonitoringDestination>|\Google\Protobuf\Internal\RepeatedField $producer_destinations
|
||||
* @type \Google\Api\Monitoring\MonitoringDestination[] $producer_destinations
|
||||
* Monitoring configurations for sending metrics to the producer project.
|
||||
* There can be multiple producer destinations. A monitored resource type may
|
||||
* appear in multiple monitoring destinations if different aggregations are
|
||||
* needed for different sets of metrics associated with that monitored
|
||||
* resource type. A monitored resource and metric pair may only be used once
|
||||
* in the Monitoring configuration.
|
||||
* @type array<\Google\Api\Monitoring\MonitoringDestination>|\Google\Protobuf\Internal\RepeatedField $consumer_destinations
|
||||
* @type \Google\Api\Monitoring\MonitoringDestination[] $consumer_destinations
|
||||
* Monitoring configurations for sending metrics to the consumer project.
|
||||
* There can be multiple consumer destinations. A monitored resource type may
|
||||
* appear in multiple monitoring destinations if different aggregations are
|
||||
@@ -123,7 +123,7 @@ public function __construct($data = NULL) {
|
||||
* in the Monitoring configuration.
|
||||
*
|
||||
* Generated from protobuf field <code>repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;</code>
|
||||
* @return \Google\Protobuf\Internal\RepeatedField
|
||||
* @return RepeatedField<\Google\Api\Monitoring\MonitoringDestination>
|
||||
*/
|
||||
public function getProducerDestinations()
|
||||
{
|
||||
@@ -139,7 +139,7 @@ public function getProducerDestinations()
|
||||
* in the Monitoring configuration.
|
||||
*
|
||||
* Generated from protobuf field <code>repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;</code>
|
||||
* @param array<\Google\Api\Monitoring\MonitoringDestination>|\Google\Protobuf\Internal\RepeatedField $var
|
||||
* @param \Google\Api\Monitoring\MonitoringDestination[] $var
|
||||
* @return $this
|
||||
*/
|
||||
public function setProducerDestinations($var)
|
||||
@@ -159,7 +159,7 @@ public function setProducerDestinations($var)
|
||||
* in the Monitoring configuration.
|
||||
*
|
||||
* Generated from protobuf field <code>repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;</code>
|
||||
* @return \Google\Protobuf\Internal\RepeatedField
|
||||
* @return RepeatedField<\Google\Api\Monitoring\MonitoringDestination>
|
||||
*/
|
||||
public function getConsumerDestinations()
|
||||
{
|
||||
@@ -175,7 +175,7 @@ public function getConsumerDestinations()
|
||||
* in the Monitoring configuration.
|
||||
*
|
||||
* Generated from protobuf field <code>repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;</code>
|
||||
* @param array<\Google\Api\Monitoring\MonitoringDestination>|\Google\Protobuf\Internal\RepeatedField $var
|
||||
* @param \Google\Api\Monitoring\MonitoringDestination[] $var
|
||||
* @return $this
|
||||
*/
|
||||
public function setConsumerDestinations($var)
|
||||
|
||||
Reference in New Issue
Block a user