You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was generated using Autosynth. 🌈
<details><summary>Log from Synthtool</summary>
```
2021-01-26 03:55:55,926 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py.
On branch autosynth-servicemanagement
nothing to commit, working tree clean
2021-01-26 03:55:56,354 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git.
DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git.
2021-01-26 03:55:56,752 synthtool [DEBUG] > Cleaning output directory.
DEBUG:synthtool:Cleaning output directory.
2021-01-26 03:55:56,754 synthtool [DEBUG] > Installing dependencies.
DEBUG:synthtool:Installing dependencies.
2021-01-26 03:55:58,452 synthtool [INFO] > Generating servicemanagement v1.
INFO:synthtool:Generating servicemanagement v1.
2021-01-26 03:55:58,452 synthtool [INFO] > 1.31.0
INFO:synthtool: 1.31.0
WARNING:root:object without properties DeleteServiceStrategy: OrderedDict([(u'description', u'Strategy used to delete a service. This strategy is a placeholder only used by the system generated rollout to delete a service.'), (u'id', u'DeleteServiceStrategy'), (u'properties', OrderedDict()), (u'type', u'object')])
WARNING:root:object without properties DisableServiceResponse: OrderedDict([(u'id', u'DisableServiceResponse'), (u'properties', OrderedDict()), (u'type', u'object'), (u'description', u'Operation payload for DisableService method.')])
WARNING:root:object without properties EnableServiceResponse: OrderedDict([(u'properties', OrderedDict()), (u'type', u'object'), (u'id', u'EnableServiceResponse'), (u'description', u'Operation payload for EnableService method.')])
Writing json metadata to clients/google-api-services-servicemanagement/v1.metadata.json
2021-01-26 03:55:59,881 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-servicemanagement/synth.metadata.
DEBUG:synthtool:Wrote metadata to clients/google-api-services-servicemanagement/synth.metadata.
```
</details>
Full log will be available here:
https://source.cloud.google.com/results/invocations/1a42608d-cd17-42ae-9390-c3421c65638c/targets
- [ ] To automatically regenerate this PR, check this box.
Copy file name to clipboardExpand all lines: clients/google-api-services-servicemanagement/v1/1.31.0/com/google/api/services/servicemanagement/model/MetricDescriptor.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -115,17 +115,17 @@ public final class MetricDescriptor extends com.google.api.client.json.GenericJs
115
115
/**
116
116
* The units in which the metric value is reported. It is only applicable if the `value_type` is
117
117
* `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit` defines the representation of the stored
118
-
* metric values. Different systems may scale the values to be more easily displayed (so a value
119
-
* of `0.02KBy` _might_ be displayed as `20By`, and a value of `3523KBy` _might_ be displayed as
120
-
* `3.5MBy`). However, if the `unit` is `KBy`, then the value of the metric is always in thousands
121
-
* of bytes, no matter how it may be displayed.. If you want a custom metric to record the exact
118
+
* metric values. Different systems might scale the values to be more easily displayed (so a value
119
+
* of `0.02kBy` _might_ be displayed as `20By`, and a value of `3523kBy` _might_ be displayed as
120
+
* `3.5MBy`). However, if the `unit` is `kBy`, then the value of the metric is always in thousands
121
+
* of bytes, no matter how it might be displayed. If you want a custom metric to record the exact
122
122
* number of CPU-seconds used by a job, you can create an `INT64 CUMULATIVE` metric whose `unit`
123
123
* is `s{CPU}` (or equivalently `1s{CPU}` or just `s`). If the job uses 12,005 CPU-seconds, then
124
124
* the value is written as `12005`. Alternatively, if you want a custom metric to record data in a
125
125
* more granular way, you can create a `DOUBLE CUMULATIVE` metric whose `unit` is `ks{CPU}`, and
126
126
* then write the value `12.005` (which is `12005/1000`), or use `Kis{CPU}` and write `11.723`
127
127
* (which is `12005/1024`). The supported units are a subset of [The Unified Code for Units of
128
-
* Measure](http://unitsofmeasure.org/ucum.html) standard: **Basic units (UNIT)** * `bit` bit *
128
+
* Measure](https://unitsofmeasure.org/ucum.html) standard: **Basic units (UNIT)** * `bit` bit *
129
129
* `By` byte * `s` second * `min` minute * `h` hour * `d` day * `1` dimensionless **Prefixes
0 commit comments