Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
docs: fix docstring formatting (#368)
Browse files Browse the repository at this point in the history
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 408715661

Source-Link: googleapis/googleapis@5bb0518

Source-Link: googleapis/googleapis-gen@48387f9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDgzODdmOTY2MWVhMzRmMzkyZjc2MTFlMzE5NTM3OTI4Yzc2YzFkYiJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* build: fix sample tests

* build: fix sample tests

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Chanseok Oh <chanseok@google.com>
  • Loading branch information
3 people committed Dec 1, 2021
1 parent 4cda91c commit ab58086
Show file tree
Hide file tree
Showing 15 changed files with 5,335 additions and 351 deletions.
Expand Up @@ -27,6 +27,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/analytics/data/v1beta/analytics_data_api.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class BetaAnalyticsDataGrpc {

private BetaAnalyticsDataGrpc() {}
Expand Down
Expand Up @@ -155,7 +155,7 @@ public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType
}

public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
return com.google.analytics.data.v1beta.ReportingApiProto.getDescriptor().getEnumTypes().get(2);
return com.google.analytics.data.v1beta.ReportingApiProto.getDescriptor().getEnumTypes().get(3);
}

private static final Compatibility[] VALUES = values();
Expand Down
Expand Up @@ -144,7 +144,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* would like within the allowed character set. For example if a
* `dimensionExpression` concatenates `country` and `city`, you could call
* that dimension `countryAndCity`. Dimension names that you choose must match
* the regular expression "^[a-zA-Z0-9_]$".
* the regular expression `^[a-zA-Z0-9_]$`.
* Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
* `dimensionExpression`, and `pivots`.
* </pre>
Expand Down Expand Up @@ -176,7 +176,7 @@ public java.lang.String getName() {
* would like within the allowed character set. For example if a
* `dimensionExpression` concatenates `country` and `city`, you could call
* that dimension `countryAndCity`. Dimension names that you choose must match
* the regular expression "^[a-zA-Z0-9_]$".
* the regular expression `^[a-zA-Z0-9_]$`.
* Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
* `dimensionExpression`, and `pivots`.
* </pre>
Expand Down Expand Up @@ -609,7 +609,7 @@ public Builder mergeFrom(
* would like within the allowed character set. For example if a
* `dimensionExpression` concatenates `country` and `city`, you could call
* that dimension `countryAndCity`. Dimension names that you choose must match
* the regular expression "^[a-zA-Z0-9_]$".
* the regular expression `^[a-zA-Z0-9_]$`.
* Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
* `dimensionExpression`, and `pivots`.
* </pre>
Expand Down Expand Up @@ -640,7 +640,7 @@ public java.lang.String getName() {
* would like within the allowed character set. For example if a
* `dimensionExpression` concatenates `country` and `city`, you could call
* that dimension `countryAndCity`. Dimension names that you choose must match
* the regular expression "^[a-zA-Z0-9_]$".
* the regular expression `^[a-zA-Z0-9_]$`.
* Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
* `dimensionExpression`, and `pivots`.
* </pre>
Expand Down Expand Up @@ -671,7 +671,7 @@ public com.google.protobuf.ByteString getNameBytes() {
* would like within the allowed character set. For example if a
* `dimensionExpression` concatenates `country` and `city`, you could call
* that dimension `countryAndCity`. Dimension names that you choose must match
* the regular expression "^[a-zA-Z0-9_]$".
* the regular expression `^[a-zA-Z0-9_]$`.
* Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
* `dimensionExpression`, and `pivots`.
* </pre>
Expand Down Expand Up @@ -701,7 +701,7 @@ public Builder setName(java.lang.String value) {
* would like within the allowed character set. For example if a
* `dimensionExpression` concatenates `country` and `city`, you could call
* that dimension `countryAndCity`. Dimension names that you choose must match
* the regular expression "^[a-zA-Z0-9_]$".
* the regular expression `^[a-zA-Z0-9_]$`.
* Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
* `dimensionExpression`, and `pivots`.
* </pre>
Expand All @@ -727,7 +727,7 @@ public Builder clearName() {
* would like within the allowed character set. For example if a
* `dimensionExpression` concatenates `country` and `city`, you could call
* that dimension `countryAndCity`. Dimension names that you choose must match
* the regular expression "^[a-zA-Z0-9_]$".
* the regular expression `^[a-zA-Z0-9_]$`.
* Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
* `dimensionExpression`, and `pivots`.
* </pre>
Expand Down
Expand Up @@ -34,7 +34,7 @@ public interface DimensionOrBuilder
* would like within the allowed character set. For example if a
* `dimensionExpression` concatenates `country` and `city`, you could call
* that dimension `countryAndCity`. Dimension names that you choose must match
* the regular expression "^[a-zA-Z0-9_]$".
* the regular expression `^[a-zA-Z0-9_]$`.
* Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
* `dimensionExpression`, and `pivots`.
* </pre>
Expand All @@ -55,7 +55,7 @@ public interface DimensionOrBuilder
* would like within the allowed character set. For example if a
* `dimensionExpression` concatenates `country` and `city`, you could call
* that dimension `countryAndCity`. Dimension names that you choose must match
* the regular expression "^[a-zA-Z0-9_]$".
* the regular expression `^[a-zA-Z0-9_]$`.
* Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
* `dimensionExpression`, and `pivots`.
* </pre>
Expand Down
Expand Up @@ -139,7 +139,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* within the allowed character set. For example if `expression` is
* `screenPageViews/sessions`, you could call that metric's name =
* `viewsPerSession`. Metric names that you choose must match the regular
* expression "^[a-zA-Z0-9_]$".
* expression `^[a-zA-Z0-9_]$`.
* Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
* `expression`.
* </pre>
Expand Down Expand Up @@ -171,7 +171,7 @@ public java.lang.String getName() {
* within the allowed character set. For example if `expression` is
* `screenPageViews/sessions`, you could call that metric's name =
* `viewsPerSession`. Metric names that you choose must match the regular
* expression "^[a-zA-Z0-9_]$".
* expression `^[a-zA-Z0-9_]$`.
* Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
* `expression`.
* </pre>
Expand Down Expand Up @@ -624,7 +624,7 @@ public Builder mergeFrom(
* within the allowed character set. For example if `expression` is
* `screenPageViews/sessions`, you could call that metric's name =
* `viewsPerSession`. Metric names that you choose must match the regular
* expression "^[a-zA-Z0-9_]$".
* expression `^[a-zA-Z0-9_]$`.
* Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
* `expression`.
* </pre>
Expand Down Expand Up @@ -655,7 +655,7 @@ public java.lang.String getName() {
* within the allowed character set. For example if `expression` is
* `screenPageViews/sessions`, you could call that metric's name =
* `viewsPerSession`. Metric names that you choose must match the regular
* expression "^[a-zA-Z0-9_]$".
* expression `^[a-zA-Z0-9_]$`.
* Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
* `expression`.
* </pre>
Expand Down Expand Up @@ -686,7 +686,7 @@ public com.google.protobuf.ByteString getNameBytes() {
* within the allowed character set. For example if `expression` is
* `screenPageViews/sessions`, you could call that metric's name =
* `viewsPerSession`. Metric names that you choose must match the regular
* expression "^[a-zA-Z0-9_]$".
* expression `^[a-zA-Z0-9_]$`.
* Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
* `expression`.
* </pre>
Expand Down Expand Up @@ -716,7 +716,7 @@ public Builder setName(java.lang.String value) {
* within the allowed character set. For example if `expression` is
* `screenPageViews/sessions`, you could call that metric's name =
* `viewsPerSession`. Metric names that you choose must match the regular
* expression "^[a-zA-Z0-9_]$".
* expression `^[a-zA-Z0-9_]$`.
* Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
* `expression`.
* </pre>
Expand All @@ -742,7 +742,7 @@ public Builder clearName() {
* within the allowed character set. For example if `expression` is
* `screenPageViews/sessions`, you could call that metric's name =
* `viewsPerSession`. Metric names that you choose must match the regular
* expression "^[a-zA-Z0-9_]$".
* expression `^[a-zA-Z0-9_]$`.
* Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
* `expression`.
* </pre>
Expand Down

0 comments on commit ab58086

Please sign in to comment.