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

docs: [analyticsdata] Minor formatting #9738

Merged
merged 2 commits into from
Aug 5, 2023
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
4 changes: 2 additions & 2 deletions java-analytics-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.19.0</version>
<version>26.21.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.analytics/google-analytics-data.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.32.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.33.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* `property` should be the same value as in your `runReport` request.
*
* Example: properties/1234
*
* Set the Property ID to 0 for compatibility checking on dimensions and
* metrics common to all properties. In this special mode, this method will
* not return custom dimensions and metrics.
* </pre>
*
* <code>string property = 1;</code>
Expand Down Expand Up @@ -114,10 +110,6 @@ public java.lang.String getProperty() {
* `property` should be the same value as in your `runReport` request.
*
* Example: properties/1234
*
* Set the Property ID to 0 for compatibility checking on dimensions and
* metrics common to all properties. In this special mode, this method will
* not return custom dimensions and metrics.
* </pre>
*
* <code>string property = 1;</code>
Expand Down Expand Up @@ -1018,10 +1010,6 @@ public Builder mergeFrom(
* `property` should be the same value as in your `runReport` request.
*
* Example: properties/1234
*
* Set the Property ID to 0 for compatibility checking on dimensions and
* metrics common to all properties. In this special mode, this method will
* not return custom dimensions and metrics.
* </pre>
*
* <code>string property = 1;</code>
Expand Down Expand Up @@ -1049,10 +1037,6 @@ public java.lang.String getProperty() {
* `property` should be the same value as in your `runReport` request.
*
* Example: properties/1234
*
* Set the Property ID to 0 for compatibility checking on dimensions and
* metrics common to all properties. In this special mode, this method will
* not return custom dimensions and metrics.
* </pre>
*
* <code>string property = 1;</code>
Expand Down Expand Up @@ -1080,10 +1064,6 @@ public com.google.protobuf.ByteString getPropertyBytes() {
* `property` should be the same value as in your `runReport` request.
*
* Example: properties/1234
*
* Set the Property ID to 0 for compatibility checking on dimensions and
* metrics common to all properties. In this special mode, this method will
* not return custom dimensions and metrics.
* </pre>
*
* <code>string property = 1;</code>
Expand All @@ -1110,10 +1090,6 @@ public Builder setProperty(java.lang.String value) {
* `property` should be the same value as in your `runReport` request.
*
* Example: properties/1234
*
* Set the Property ID to 0 for compatibility checking on dimensions and
* metrics common to all properties. In this special mode, this method will
* not return custom dimensions and metrics.
* </pre>
*
* <code>string property = 1;</code>
Expand All @@ -1136,10 +1112,6 @@ public Builder clearProperty() {
* `property` should be the same value as in your `runReport` request.
*
* Example: properties/1234
*
* Set the Property ID to 0 for compatibility checking on dimensions and
* metrics common to all properties. In this special mode, this method will
* not return custom dimensions and metrics.
* </pre>
*
* <code>string property = 1;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ public interface CheckCompatibilityRequestOrBuilder
* `property` should be the same value as in your `runReport` request.
*
* Example: properties/1234
*
* Set the Property ID to 0 for compatibility checking on dimensions and
* metrics common to all properties. In this special mode, this method will
* not return custom dimensions and metrics.
* </pre>
*
* <code>string property = 1;</code>
Expand All @@ -54,10 +50,6 @@ public interface CheckCompatibilityRequestOrBuilder
* `property` should be the same value as in your `runReport` request.
*
* Example: properties/1234
*
* Set the Property ID to 0 for compatibility checking on dimensions and
* metrics common to all properties. In this special mode, this method will
* not return custom dimensions and metrics.
* </pre>
*
* <code>string property = 1;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
*
*
* <pre>
* A contiguous set of days: startDate, startDate + 1, ..., endDate. Requests
* are allowed up to 4 date ranges.
* A contiguous set of days: `startDate`, `startDate + 1`, ..., `endDate`.
* Requests are allowed up to 4 date ranges.
* </pre>
*
* Protobuf type {@code google.analytics.data.v1beta.DateRange}
Expand Down Expand Up @@ -417,8 +417,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
* <pre>
* A contiguous set of days: startDate, startDate + 1, ..., endDate. Requests
* are allowed up to 4 date ranges.
* A contiguous set of days: `startDate`, `startDate + 1`, ..., `endDate`.
* Requests are allowed up to 4 date ranges.
* </pre>
*
* Protobuf type {@code google.analytics.data.v1beta.DateRange}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
*
*
* <pre>
* A contiguous set of minutes: startMinutesAgo, startMinutesAgo + 1, ...,
* endMinutesAgo. Requests are allowed up to 2 minute ranges.
* A contiguous set of minutes: `startMinutesAgo`, `startMinutesAgo + 1`, ...,
* `endMinutesAgo`. Requests are allowed up to 2 minute ranges.
* </pre>
*
* Protobuf type {@code google.analytics.data.v1beta.MinuteRange}
Expand Down Expand Up @@ -408,8 +408,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
* <pre>
* A contiguous set of minutes: startMinutesAgo, startMinutesAgo + 1, ...,
* endMinutesAgo. Requests are allowed up to 2 minute ranges.
* A contiguous set of minutes: `startMinutesAgo`, `startMinutesAgo + 1`, ...,
* `endMinutesAgo`. Requests are allowed up to 2 minute ranges.
* </pre>
*
* Protobuf type {@code google.analytics.data.v1beta.MinuteRange}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public long getOffset() {
* single pivot requests.
*
* The product of the `limit` for each `pivot` in a `RunPivotReportRequest`
* must not exceed 100,000. For example, a two pivot request with `limit:
* must not exceed 250,000. For example, a two pivot request with `limit:
* 1000` in each pivot will fail because the product is `1,000,000`.
* </pre>
*
Expand Down Expand Up @@ -1596,7 +1596,7 @@ public Builder clearOffset() {
* single pivot requests.
*
* The product of the `limit` for each `pivot` in a `RunPivotReportRequest`
* must not exceed 100,000. For example, a two pivot request with `limit:
* must not exceed 250,000. For example, a two pivot request with `limit:
* 1000` in each pivot will fail because the product is `1,000,000`.
* </pre>
*
Expand All @@ -1617,7 +1617,7 @@ public long getLimit() {
* single pivot requests.
*
* The product of the `limit` for each `pivot` in a `RunPivotReportRequest`
* must not exceed 100,000. For example, a two pivot request with `limit:
* must not exceed 250,000. For example, a two pivot request with `limit:
* 1000` in each pivot will fail because the product is `1,000,000`.
* </pre>
*
Expand All @@ -1642,7 +1642,7 @@ public Builder setLimit(long value) {
* single pivot requests.
*
* The product of the `limit` for each `pivot` in a `RunPivotReportRequest`
* must not exceed 100,000. For example, a two pivot request with `limit:
* must not exceed 250,000. For example, a two pivot request with `limit:
* 1000` in each pivot will fail because the product is `1,000,000`.
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public interface PivotOrBuilder
* single pivot requests.
*
* The product of the `limit` for each `pivot` in a `RunPivotReportRequest`
* must not exceed 100,000. For example, a two pivot request with `limit:
* must not exceed 250,000. For example, a two pivot request with `limit:
* 1000` in each pivot will fail because the product is `1,000,000`.
* </pre>
*
Expand Down
Loading
Loading