Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit d8c5472

Browse files
docs: fix docstring formatting (#79)
- [x] Regenerate this pull request now. Committer: @parthea PiperOrigin-RevId: 404008335 Source-Link: googleapis/googleapis@4dd6036 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5fb830d4b2d873a982c2ac8a04087b021f3b2408 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZiODMwZDRiMmQ4NzNhOTgyYzJhYzhhMDQwODdiMDIxZjNiMjQwOCJ9
1 parent 5749eaa commit d8c5472

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

proto-google-cloud-service-control-v1/src/main/java/com/google/api/servicecontrol/v1/Distribution.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
* Distribution represents a frequency distribution of double-valued sample
2626
* points. It contains the size of the population of sample points plus
2727
* additional optional information:
28-
* - the arithmetic mean of the samples
29-
* - the minimum and maximum of the samples
30-
* - the sum-squared-deviation of the samples, used to compute variance
31-
* - a histogram of the values of the sample points
28+
* * the arithmetic mean of the samples
29+
* * the minimum and maximum of the samples
30+
* * the sum-squared-deviation of the samples, used to compute variance
31+
* * a histogram of the values of the sample points
3232
* </pre>
3333
*
3434
* Protobuf type {@code google.api.servicecontrol.v1.Distribution}
@@ -3513,10 +3513,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
35133513
* Distribution represents a frequency distribution of double-valued sample
35143514
* points. It contains the size of the population of sample points plus
35153515
* additional optional information:
3516-
* - the arithmetic mean of the samples
3517-
* - the minimum and maximum of the samples
3518-
* - the sum-squared-deviation of the samples, used to compute variance
3519-
* - a histogram of the values of the sample points
3516+
* * the arithmetic mean of the samples
3517+
* * the minimum and maximum of the samples
3518+
* * the sum-squared-deviation of the samples, used to compute variance
3519+
* * a histogram of the values of the sample points
35203520
* </pre>
35213521
*
35223522
* Protobuf type {@code google.api.servicecontrol.v1.Distribution}

proto-google-cloud-service-control-v1/src/main/proto/google/api/servicecontrol/v1/distribution.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ option ruby_package = "Google::Cloud::ServiceControl::V1";
3131
// points. It contains the size of the population of sample points plus
3232
// additional optional information:
3333
//
34-
// - the arithmetic mean of the samples
35-
// - the minimum and maximum of the samples
36-
// - the sum-squared-deviation of the samples, used to compute variance
37-
// - a histogram of the values of the sample points
34+
// * the arithmetic mean of the samples
35+
// * the minimum and maximum of the samples
36+
// * the sum-squared-deviation of the samples, used to compute variance
37+
// * a histogram of the values of the sample points
3838
message Distribution {
3939
// Describing buckets with constant width.
4040
message LinearBuckets {

0 commit comments

Comments
 (0)