@@ -2267,11 +2267,11 @@ public com.google.api.MetricDescriptor.ValueType getValueType() {
2267
2267
* The units in which the metric value is reported. It is only applicable
2268
2268
* if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
2269
2269
* defines the representation of the stored metric values.
2270
- * Different systems may scale the values to be more easily displayed (so a
2271
- * value of `0.02KBy ` _might_ be displayed as `20By`, and a value of
2272
- * `3523KBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
2273
- * `KBy `, then the value of the metric is always in thousands of bytes, no
2274
- * matter how it may be displayed. .
2270
+ * Different systems might scale the values to be more easily displayed (so a
2271
+ * value of `0.02kBy ` _might_ be displayed as `20By`, and a value of
2272
+ * `3523kBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
2273
+ * `kBy `, then the value of the metric is always in thousands of bytes, no
2274
+ * matter how it might be displayed.
2275
2275
* If you want a custom metric to record the exact number of CPU-seconds used
2276
2276
* by a job, you can create an `INT64 CUMULATIVE` metric whose `unit` is
2277
2277
* `s{CPU}` (or equivalently `1s{CPU}` or just `s`). If the job uses 12,005
@@ -2281,7 +2281,7 @@ public com.google.api.MetricDescriptor.ValueType getValueType() {
2281
2281
* `ks{CPU}`, and then write the value `12.005` (which is `12005/1000`),
2282
2282
* or use `Kis{CPU}` and write `11.723` (which is `12005/1024`).
2283
2283
* The supported units are a subset of [The Unified Code for Units of
2284
- * Measure](http ://unitsofmeasure.org/ucum.html) standard:
2284
+ * Measure](https ://unitsofmeasure.org/ucum.html) standard:
2285
2285
* **Basic units (UNIT)**
2286
2286
* * `bit` bit
2287
2287
* * `By` byte
@@ -2372,11 +2372,11 @@ public java.lang.String getUnit() {
2372
2372
* The units in which the metric value is reported. It is only applicable
2373
2373
* if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
2374
2374
* defines the representation of the stored metric values.
2375
- * Different systems may scale the values to be more easily displayed (so a
2376
- * value of `0.02KBy ` _might_ be displayed as `20By`, and a value of
2377
- * `3523KBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
2378
- * `KBy `, then the value of the metric is always in thousands of bytes, no
2379
- * matter how it may be displayed. .
2375
+ * Different systems might scale the values to be more easily displayed (so a
2376
+ * value of `0.02kBy ` _might_ be displayed as `20By`, and a value of
2377
+ * `3523kBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
2378
+ * `kBy `, then the value of the metric is always in thousands of bytes, no
2379
+ * matter how it might be displayed.
2380
2380
* If you want a custom metric to record the exact number of CPU-seconds used
2381
2381
* by a job, you can create an `INT64 CUMULATIVE` metric whose `unit` is
2382
2382
* `s{CPU}` (or equivalently `1s{CPU}` or just `s`). If the job uses 12,005
@@ -2386,7 +2386,7 @@ public java.lang.String getUnit() {
2386
2386
* `ks{CPU}`, and then write the value `12.005` (which is `12005/1000`),
2387
2387
* or use `Kis{CPU}` and write `11.723` (which is `12005/1024`).
2388
2388
* The supported units are a subset of [The Unified Code for Units of
2389
- * Measure](http ://unitsofmeasure.org/ucum.html) standard:
2389
+ * Measure](https ://unitsofmeasure.org/ucum.html) standard:
2390
2390
* **Basic units (UNIT)**
2391
2391
* * `bit` bit
2392
2392
* * `By` byte
@@ -4159,11 +4159,11 @@ public Builder clearValueType() {
4159
4159
* The units in which the metric value is reported. It is only applicable
4160
4160
* if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
4161
4161
* defines the representation of the stored metric values.
4162
- * Different systems may scale the values to be more easily displayed (so a
4163
- * value of `0.02KBy ` _might_ be displayed as `20By`, and a value of
4164
- * `3523KBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4165
- * `KBy `, then the value of the metric is always in thousands of bytes, no
4166
- * matter how it may be displayed. .
4162
+ * Different systems might scale the values to be more easily displayed (so a
4163
+ * value of `0.02kBy ` _might_ be displayed as `20By`, and a value of
4164
+ * `3523kBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4165
+ * `kBy `, then the value of the metric is always in thousands of bytes, no
4166
+ * matter how it might be displayed.
4167
4167
* If you want a custom metric to record the exact number of CPU-seconds used
4168
4168
* by a job, you can create an `INT64 CUMULATIVE` metric whose `unit` is
4169
4169
* `s{CPU}` (or equivalently `1s{CPU}` or just `s`). If the job uses 12,005
@@ -4173,7 +4173,7 @@ public Builder clearValueType() {
4173
4173
* `ks{CPU}`, and then write the value `12.005` (which is `12005/1000`),
4174
4174
* or use `Kis{CPU}` and write `11.723` (which is `12005/1024`).
4175
4175
* The supported units are a subset of [The Unified Code for Units of
4176
- * Measure](http ://unitsofmeasure.org/ucum.html) standard:
4176
+ * Measure](https ://unitsofmeasure.org/ucum.html) standard:
4177
4177
* **Basic units (UNIT)**
4178
4178
* * `bit` bit
4179
4179
* * `By` byte
@@ -4263,11 +4263,11 @@ public java.lang.String getUnit() {
4263
4263
* The units in which the metric value is reported. It is only applicable
4264
4264
* if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
4265
4265
* defines the representation of the stored metric values.
4266
- * Different systems may scale the values to be more easily displayed (so a
4267
- * value of `0.02KBy ` _might_ be displayed as `20By`, and a value of
4268
- * `3523KBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4269
- * `KBy `, then the value of the metric is always in thousands of bytes, no
4270
- * matter how it may be displayed. .
4266
+ * Different systems might scale the values to be more easily displayed (so a
4267
+ * value of `0.02kBy ` _might_ be displayed as `20By`, and a value of
4268
+ * `3523kBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4269
+ * `kBy `, then the value of the metric is always in thousands of bytes, no
4270
+ * matter how it might be displayed.
4271
4271
* If you want a custom metric to record the exact number of CPU-seconds used
4272
4272
* by a job, you can create an `INT64 CUMULATIVE` metric whose `unit` is
4273
4273
* `s{CPU}` (or equivalently `1s{CPU}` or just `s`). If the job uses 12,005
@@ -4277,7 +4277,7 @@ public java.lang.String getUnit() {
4277
4277
* `ks{CPU}`, and then write the value `12.005` (which is `12005/1000`),
4278
4278
* or use `Kis{CPU}` and write `11.723` (which is `12005/1024`).
4279
4279
* The supported units are a subset of [The Unified Code for Units of
4280
- * Measure](http ://unitsofmeasure.org/ucum.html) standard:
4280
+ * Measure](https ://unitsofmeasure.org/ucum.html) standard:
4281
4281
* **Basic units (UNIT)**
4282
4282
* * `bit` bit
4283
4283
* * `By` byte
@@ -4367,11 +4367,11 @@ public com.google.protobuf.ByteString getUnitBytes() {
4367
4367
* The units in which the metric value is reported. It is only applicable
4368
4368
* if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
4369
4369
* defines the representation of the stored metric values.
4370
- * Different systems may scale the values to be more easily displayed (so a
4371
- * value of `0.02KBy ` _might_ be displayed as `20By`, and a value of
4372
- * `3523KBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4373
- * `KBy `, then the value of the metric is always in thousands of bytes, no
4374
- * matter how it may be displayed. .
4370
+ * Different systems might scale the values to be more easily displayed (so a
4371
+ * value of `0.02kBy ` _might_ be displayed as `20By`, and a value of
4372
+ * `3523kBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4373
+ * `kBy `, then the value of the metric is always in thousands of bytes, no
4374
+ * matter how it might be displayed.
4375
4375
* If you want a custom metric to record the exact number of CPU-seconds used
4376
4376
* by a job, you can create an `INT64 CUMULATIVE` metric whose `unit` is
4377
4377
* `s{CPU}` (or equivalently `1s{CPU}` or just `s`). If the job uses 12,005
@@ -4381,7 +4381,7 @@ public com.google.protobuf.ByteString getUnitBytes() {
4381
4381
* `ks{CPU}`, and then write the value `12.005` (which is `12005/1000`),
4382
4382
* or use `Kis{CPU}` and write `11.723` (which is `12005/1024`).
4383
4383
* The supported units are a subset of [The Unified Code for Units of
4384
- * Measure](http ://unitsofmeasure.org/ucum.html) standard:
4384
+ * Measure](https ://unitsofmeasure.org/ucum.html) standard:
4385
4385
* **Basic units (UNIT)**
4386
4386
* * `bit` bit
4387
4387
* * `By` byte
@@ -4470,11 +4470,11 @@ public Builder setUnit(java.lang.String value) {
4470
4470
* The units in which the metric value is reported. It is only applicable
4471
4471
* if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
4472
4472
* defines the representation of the stored metric values.
4473
- * Different systems may scale the values to be more easily displayed (so a
4474
- * value of `0.02KBy ` _might_ be displayed as `20By`, and a value of
4475
- * `3523KBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4476
- * `KBy `, then the value of the metric is always in thousands of bytes, no
4477
- * matter how it may be displayed. .
4473
+ * Different systems might scale the values to be more easily displayed (so a
4474
+ * value of `0.02kBy ` _might_ be displayed as `20By`, and a value of
4475
+ * `3523kBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4476
+ * `kBy `, then the value of the metric is always in thousands of bytes, no
4477
+ * matter how it might be displayed.
4478
4478
* If you want a custom metric to record the exact number of CPU-seconds used
4479
4479
* by a job, you can create an `INT64 CUMULATIVE` metric whose `unit` is
4480
4480
* `s{CPU}` (or equivalently `1s{CPU}` or just `s`). If the job uses 12,005
@@ -4484,7 +4484,7 @@ public Builder setUnit(java.lang.String value) {
4484
4484
* `ks{CPU}`, and then write the value `12.005` (which is `12005/1000`),
4485
4485
* or use `Kis{CPU}` and write `11.723` (which is `12005/1024`).
4486
4486
* The supported units are a subset of [The Unified Code for Units of
4487
- * Measure](http ://unitsofmeasure.org/ucum.html) standard:
4487
+ * Measure](https ://unitsofmeasure.org/ucum.html) standard:
4488
4488
* **Basic units (UNIT)**
4489
4489
* * `bit` bit
4490
4490
* * `By` byte
@@ -4569,11 +4569,11 @@ public Builder clearUnit() {
4569
4569
* The units in which the metric value is reported. It is only applicable
4570
4570
* if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
4571
4571
* defines the representation of the stored metric values.
4572
- * Different systems may scale the values to be more easily displayed (so a
4573
- * value of `0.02KBy ` _might_ be displayed as `20By`, and a value of
4574
- * `3523KBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4575
- * `KBy `, then the value of the metric is always in thousands of bytes, no
4576
- * matter how it may be displayed. .
4572
+ * Different systems might scale the values to be more easily displayed (so a
4573
+ * value of `0.02kBy ` _might_ be displayed as `20By`, and a value of
4574
+ * `3523kBy ` _might_ be displayed as `3.5MBy`). However, if the `unit` is
4575
+ * `kBy `, then the value of the metric is always in thousands of bytes, no
4576
+ * matter how it might be displayed.
4577
4577
* If you want a custom metric to record the exact number of CPU-seconds used
4578
4578
* by a job, you can create an `INT64 CUMULATIVE` metric whose `unit` is
4579
4579
* `s{CPU}` (or equivalently `1s{CPU}` or just `s`). If the job uses 12,005
@@ -4583,7 +4583,7 @@ public Builder clearUnit() {
4583
4583
* `ks{CPU}`, and then write the value `12.005` (which is `12005/1000`),
4584
4584
* or use `Kis{CPU}` and write `11.723` (which is `12005/1024`).
4585
4585
* The supported units are a subset of [The Unified Code for Units of
4586
- * Measure](http ://unitsofmeasure.org/ucum.html) standard:
4586
+ * Measure](https ://unitsofmeasure.org/ucum.html) standard:
4587
4587
* **Basic units (UNIT)**
4588
4588
* * `bit` bit
4589
4589
* * `By` byte
0 commit comments