Skip to content

Commit

Permalink
docs: update jsdoc formatting (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed May 11, 2019
1 parent 558bfc5 commit c732969
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/v2/doc/google/api/doc_metric.js
Expand Up @@ -136,6 +136,11 @@
*
* This object should have the same structure as [MetricDescriptorMetadata]{@link google.api.MetricDescriptorMetadata}
*
* @property {number} launchStage
* Optional. The launch stage of the metric definition.
*
* The number should be among the values of [LaunchStage]{@link google.api.LaunchStage}
*
* @typedef MetricDescriptor
* @memberof google.api
* @see [google.api.MetricDescriptor definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/api/metric.proto}
Expand All @@ -147,6 +152,7 @@ const MetricDescriptor = {
* Additional annotations that can be used to guide the usage of a metric.
*
* @property {number} launchStage
* Deprecated. Please use the MetricDescriptor.launch_stage instead.
* The launch stage of the metric definition.
*
* The number should be among the values of [LaunchStage]{@link google.api.LaunchStage}
Expand Down
5 changes: 5 additions & 0 deletions src/v2/doc/google/api/doc_monitored_resource.js
Expand Up @@ -56,6 +56,11 @@
*
* This object should have the same structure as [LabelDescriptor]{@link google.api.LabelDescriptor}
*
* @property {number} launchStage
* Optional. The launch stage of the monitored resource definition.
*
* The number should be among the values of [LaunchStage]{@link google.api.LaunchStage}
*
* @typedef MonitoredResourceDescriptor
* @memberof google.api
* @see [google.api.MonitoredResourceDescriptor definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/api/monitored_resource.proto}
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-05-10T12:07:43.126546Z",
"updateTime": "2019-05-11T11:17:55.714678Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
"internalRef": "247530843"
"sha": "32b08107fa1710f46287c17d5bb2016e443ed3ba",
"internalRef": "247684466"
}
},
{
Expand Down

0 comments on commit c732969

Please sign in to comment.