Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Monitoring Documentation. #1702

Merged
merged 1 commit into from
Feb 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions Monitoring/src/V3/AlertPolicy/Condition/MetricAbsence.php

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

24 changes: 16 additions & 8 deletions Monitoring/src/V3/AlertPolicy/Condition/MetricThreshold.php

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

15 changes: 10 additions & 5 deletions Monitoring/src/V3/Gapic/MetricServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ public function __construct(array $options = [])
}

/**
* Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
* Lists monitored resource descriptors that match a filter. This method does
* not require a Stackdriver account.
*
* Sample code:
* ```
Expand Down Expand Up @@ -428,7 +429,8 @@ public function listMonitoredResourceDescriptors($name, array $optionalArgs = []
}

/**
* Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
* Gets a single monitored resource descriptor. This method does not require a
* Stackdriver account.
*
* Sample code:
* ```
Expand Down Expand Up @@ -474,7 +476,8 @@ public function getMonitoredResourceDescriptor($name, array $optionalArgs = [])
}

/**
* Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
* Lists metric descriptors that match a filter. This method does not require
* a Stackdriver account.
*
* Sample code:
* ```
Expand Down Expand Up @@ -560,7 +563,8 @@ public function listMetricDescriptors($name, array $optionalArgs = [])
}

/**
* Gets a single metric descriptor. This method does not require a Stackdriver account.
* Gets a single metric descriptor. This method does not require a Stackdriver
* account.
*
* Sample code:
* ```
Expand Down Expand Up @@ -701,7 +705,8 @@ public function deleteMetricDescriptor($name, array $optionalArgs = [])
}

/**
* Lists time series that match a filter. This method does not require a Stackdriver account.
* Lists time series that match a filter. This method does not require a
* Stackdriver account.
*
* Sample code:
* ```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ public function getNotificationChannelDescriptor($name, array $optionalArgs = []
* in which to look for the notification channels; it does not name a
* specific channel. To query a specific channel by REST resource name, use
* the
* [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
* [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
* operation.
* @param array $optionalArgs {
* Optional.
*
Expand Down
12 changes: 8 additions & 4 deletions Monitoring/src/V3/Group.php

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

12 changes: 8 additions & 4 deletions Monitoring/src/V3/ListNotificationChannelsRequest.php

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

15 changes: 10 additions & 5 deletions Monitoring/src/V3/MetricServiceGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public function __construct($hostname, $opts, $channel = null) {
}

/**
* Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account.
* Lists monitored resource descriptors that match a filter. This method does
* not require a Stackdriver account.
* @param \Google\Cloud\Monitoring\V3\ListMonitoredResourceDescriptorsRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand All @@ -49,7 +50,8 @@ public function ListMonitoredResourceDescriptors(\Google\Cloud\Monitoring\V3\Lis
}

/**
* Gets a single monitored resource descriptor. This method does not require a Stackdriver account.
* Gets a single monitored resource descriptor. This method does not require a
* Stackdriver account.
* @param \Google\Cloud\Monitoring\V3\GetMonitoredResourceDescriptorRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand All @@ -63,7 +65,8 @@ public function GetMonitoredResourceDescriptor(\Google\Cloud\Monitoring\V3\GetMo
}

/**
* Lists metric descriptors that match a filter. This method does not require a Stackdriver account.
* Lists metric descriptors that match a filter. This method does not require
* a Stackdriver account.
* @param \Google\Cloud\Monitoring\V3\ListMetricDescriptorsRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand All @@ -77,7 +80,8 @@ public function ListMetricDescriptors(\Google\Cloud\Monitoring\V3\ListMetricDesc
}

/**
* Gets a single metric descriptor. This method does not require a Stackdriver account.
* Gets a single metric descriptor. This method does not require a Stackdriver
* account.
* @param \Google\Cloud\Monitoring\V3\GetMetricDescriptorRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand Down Expand Up @@ -122,7 +126,8 @@ public function DeleteMetricDescriptor(\Google\Cloud\Monitoring\V3\DeleteMetricD
}

/**
* Lists time series that match a filter. This method does not require a Stackdriver account.
* Lists time series that match a filter. This method does not require a
* Stackdriver account.
* @param \Google\Cloud\Monitoring\V3\ListTimeSeriesRequest $argument input argument
* @param array $metadata metadata
* @param array $options call options
Expand Down
Loading