From 189f50ac172002b07fe811806cc8fbeeccd55abd Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 16:31:19 -0500 Subject: [PATCH] docs: fix docstring formatting (#973) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 410565213 Source-Link: https://github.com/googleapis/googleapis/commit/35b8704427d5dc5190ce96404b35c175d9669ee2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/16a2cf923b63d5ebce1c8a961d36808487e89114 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTZhMmNmOTIzYjYzZDVlYmNlMWM4YTk2MWQzNjgwODQ4N2U4OTExNCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../google/cloud/automl/v1/AutoMlGrpc.java | 1 + .../automl/v1/PredictionServiceGrpc.java | 1 + .../cloud/automl/v1beta1/AutoMlGrpc.java | 1 + .../automl/v1beta1/PredictionServiceGrpc.java | 1 + .../cloud/automl/v1/ListDatasetsRequest.java | 35 +++++++++++-------- .../v1/ListDatasetsRequestOrBuilder.java | 10 +++--- .../cloud/automl/v1/ListModelsRequest.java | 28 +++++++-------- .../automl/v1/ListModelsRequestOrBuilder.java | 8 ++--- .../google/cloud/automl/v1/service.proto | 9 ++--- .../automl/v1beta1/ListDatasetsRequest.java | 35 +++++++++++-------- .../v1beta1/ListDatasetsRequestOrBuilder.java | 10 +++--- .../automl/v1beta1/ListModelsRequest.java | 28 +++++++-------- .../v1beta1/ListModelsRequestOrBuilder.java | 8 ++--- .../google/cloud/automl/v1beta1/service.proto | 9 ++--- 14 files changed, 104 insertions(+), 80 deletions(-) diff --git a/grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/AutoMlGrpc.java b/grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/AutoMlGrpc.java index 09212f64f..b368a75dd 100644 --- a/grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/AutoMlGrpc.java +++ b/grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/AutoMlGrpc.java @@ -36,6 +36,7 @@ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/cloud/automl/v1/service.proto") +@io.grpc.stub.annotations.GrpcGenerated public final class AutoMlGrpc { private AutoMlGrpc() {} diff --git a/grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/PredictionServiceGrpc.java b/grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/PredictionServiceGrpc.java index fd968b9f5..5c0c1cff2 100644 --- a/grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/PredictionServiceGrpc.java +++ b/grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/PredictionServiceGrpc.java @@ -29,6 +29,7 @@ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/cloud/automl/v1/prediction_service.proto") +@io.grpc.stub.annotations.GrpcGenerated public final class PredictionServiceGrpc { private PredictionServiceGrpc() {} diff --git a/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AutoMlGrpc.java b/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AutoMlGrpc.java index 66a2ff964..f60a691ec 100644 --- a/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AutoMlGrpc.java +++ b/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AutoMlGrpc.java @@ -36,6 +36,7 @@ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/cloud/automl/v1beta1/service.proto") +@io.grpc.stub.annotations.GrpcGenerated public final class AutoMlGrpc { private AutoMlGrpc() {} diff --git a/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceGrpc.java b/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceGrpc.java index 28305076f..319793f0a 100644 --- a/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceGrpc.java +++ b/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceGrpc.java @@ -29,6 +29,7 @@ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/cloud/automl/v1beta1/prediction_service.proto") +@io.grpc.stub.annotations.GrpcGenerated public final class PredictionServiceGrpc { private PredictionServiceGrpc() {} diff --git a/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequest.java b/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequest.java index 0320512b1..b7f451f3f 100644 --- a/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequest.java +++ b/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequest.java @@ -193,9 +193,10 @@ public com.google.protobuf.ByteString getParentBytes() { *
    * An expression for filtering the results of the request.
    *   * `dataset_metadata` - for existence of the case (e.g.
-   *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+   *             `image_classification_dataset_metadata:*`). Some examples of
+   *             using the filter are:
    *   * `translation_dataset_metadata:*` --> The dataset has
-   *                                          translation_dataset_metadata.
+   *                                          `translation_dataset_metadata`.
    * 
* * string filter = 3; @@ -220,9 +221,10 @@ public java.lang.String getFilter() { *
    * An expression for filtering the results of the request.
    *   * `dataset_metadata` - for existence of the case (e.g.
-   *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+   *             `image_classification_dataset_metadata:*`). Some examples of
+   *             using the filter are:
    *   * `translation_dataset_metadata:*` --> The dataset has
-   *                                          translation_dataset_metadata.
+   *                                          `translation_dataset_metadata`.
    * 
* * string filter = 3; @@ -802,9 +804,10 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; @@ -828,9 +831,10 @@ public java.lang.String getFilter() { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; @@ -854,9 +858,10 @@ public com.google.protobuf.ByteString getFilterBytes() { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; @@ -879,9 +884,10 @@ public Builder setFilter(java.lang.String value) { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; @@ -900,9 +906,10 @@ public Builder clearFilter() { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; diff --git a/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequestOrBuilder.java b/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequestOrBuilder.java index 943963732..bd13f7c29 100644 --- a/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequestOrBuilder.java +++ b/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequestOrBuilder.java @@ -58,9 +58,10 @@ public interface ListDatasetsRequestOrBuilder *
    * An expression for filtering the results of the request.
    *   * `dataset_metadata` - for existence of the case (e.g.
-   *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+   *             `image_classification_dataset_metadata:*`). Some examples of
+   *             using the filter are:
    *   * `translation_dataset_metadata:*` --> The dataset has
-   *                                          translation_dataset_metadata.
+   *                                          `translation_dataset_metadata`.
    * 
* * string filter = 3; @@ -74,9 +75,10 @@ public interface ListDatasetsRequestOrBuilder *
    * An expression for filtering the results of the request.
    *   * `dataset_metadata` - for existence of the case (e.g.
-   *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+   *             `image_classification_dataset_metadata:*`). Some examples of
+   *             using the filter are:
    *   * `translation_dataset_metadata:*` --> The dataset has
-   *                                          translation_dataset_metadata.
+   *                                          `translation_dataset_metadata`.
    * 
* * string filter = 3; diff --git a/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequest.java b/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequest.java index 369143556..51dc58a5a 100644 --- a/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequest.java +++ b/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequest.java @@ -193,10 +193,10 @@ public com.google.protobuf.ByteString getParentBytes() { *
    * An expression for filtering the results of the request.
    *   * `model_metadata` - for existence of the case (e.g.
-   *             video_classification_model_metadata:*).
+   *             `video_classification_model_metadata:*`).
    *   * `dataset_id` - for = or !=. Some examples of using the filter are:
    *   * `image_classification_model_metadata:*` --> The model has
-   *                                        image_classification_model_metadata.
+   *                                      `image_classification_model_metadata`.
    *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
    * 
* @@ -222,10 +222,10 @@ public java.lang.String getFilter() { *
    * An expression for filtering the results of the request.
    *   * `model_metadata` - for existence of the case (e.g.
-   *             video_classification_model_metadata:*).
+   *             `video_classification_model_metadata:*`).
    *   * `dataset_id` - for = or !=. Some examples of using the filter are:
    *   * `image_classification_model_metadata:*` --> The model has
-   *                                        image_classification_model_metadata.
+   *                                      `image_classification_model_metadata`.
    *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
    * 
* @@ -805,10 +805,10 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* @@ -833,10 +833,10 @@ public java.lang.String getFilter() { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* @@ -861,10 +861,10 @@ public com.google.protobuf.ByteString getFilterBytes() { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* @@ -888,10 +888,10 @@ public Builder setFilter(java.lang.String value) { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* @@ -911,10 +911,10 @@ public Builder clearFilter() { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* diff --git a/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequestOrBuilder.java b/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequestOrBuilder.java index 92546f334..1847d7eee 100644 --- a/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequestOrBuilder.java +++ b/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequestOrBuilder.java @@ -58,10 +58,10 @@ public interface ListModelsRequestOrBuilder *
    * An expression for filtering the results of the request.
    *   * `model_metadata` - for existence of the case (e.g.
-   *             video_classification_model_metadata:*).
+   *             `video_classification_model_metadata:*`).
    *   * `dataset_id` - for = or !=. Some examples of using the filter are:
    *   * `image_classification_model_metadata:*` --> The model has
-   *                                        image_classification_model_metadata.
+   *                                      `image_classification_model_metadata`.
    *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
    * 
* @@ -76,10 +76,10 @@ public interface ListModelsRequestOrBuilder *
    * An expression for filtering the results of the request.
    *   * `model_metadata` - for existence of the case (e.g.
-   *             video_classification_model_metadata:*).
+   *             `video_classification_model_metadata:*`).
    *   * `dataset_id` - for = or !=. Some examples of using the filter are:
    *   * `image_classification_model_metadata:*` --> The model has
-   *                                        image_classification_model_metadata.
+   *                                      `image_classification_model_metadata`.
    *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
    * 
* diff --git a/proto-google-cloud-automl-v1/src/main/proto/google/cloud/automl/v1/service.proto b/proto-google-cloud-automl-v1/src/main/proto/google/cloud/automl/v1/service.proto index 7c73243cc..683f6402e 100644 --- a/proto-google-cloud-automl-v1/src/main/proto/google/cloud/automl/v1/service.proto +++ b/proto-google-cloud-automl-v1/src/main/proto/google/cloud/automl/v1/service.proto @@ -330,10 +330,11 @@ message ListDatasetsRequest { // An expression for filtering the results of the request. // // * `dataset_metadata` - for existence of the case (e.g. - // image_classification_dataset_metadata:*). Some examples of using the filter are: + // `image_classification_dataset_metadata:*`). Some examples of + // using the filter are: // // * `translation_dataset_metadata:*` --> The dataset has - // translation_dataset_metadata. + // `translation_dataset_metadata`. string filter = 3; // Requested page size. Server may return fewer results than requested. @@ -456,11 +457,11 @@ message ListModelsRequest { // An expression for filtering the results of the request. // // * `model_metadata` - for existence of the case (e.g. - // video_classification_model_metadata:*). + // `video_classification_model_metadata:*`). // * `dataset_id` - for = or !=. Some examples of using the filter are: // // * `image_classification_model_metadata:*` --> The model has - // image_classification_model_metadata. + // `image_classification_model_metadata`. // * `dataset_id=5` --> The model was created from a dataset with ID 5. string filter = 3; diff --git a/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListDatasetsRequest.java b/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListDatasetsRequest.java index 7c9db0502..33f7519ee 100644 --- a/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListDatasetsRequest.java +++ b/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListDatasetsRequest.java @@ -193,9 +193,10 @@ public com.google.protobuf.ByteString getParentBytes() { *
    * An expression for filtering the results of the request.
    *   * `dataset_metadata` - for existence of the case (e.g.
-   *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+   *             `image_classification_dataset_metadata:*`). Some examples of
+   *             using the filter are:
    *   * `translation_dataset_metadata:*` --> The dataset has
-   *                                          translation_dataset_metadata.
+   *                                          `translation_dataset_metadata`.
    * 
* * string filter = 3; @@ -220,9 +221,10 @@ public java.lang.String getFilter() { *
    * An expression for filtering the results of the request.
    *   * `dataset_metadata` - for existence of the case (e.g.
-   *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+   *             `image_classification_dataset_metadata:*`). Some examples of
+   *             using the filter are:
    *   * `translation_dataset_metadata:*` --> The dataset has
-   *                                          translation_dataset_metadata.
+   *                                          `translation_dataset_metadata`.
    * 
* * string filter = 3; @@ -804,9 +806,10 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; @@ -830,9 +833,10 @@ public java.lang.String getFilter() { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; @@ -856,9 +860,10 @@ public com.google.protobuf.ByteString getFilterBytes() { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; @@ -881,9 +886,10 @@ public Builder setFilter(java.lang.String value) { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; @@ -902,9 +908,10 @@ public Builder clearFilter() { *
      * An expression for filtering the results of the request.
      *   * `dataset_metadata` - for existence of the case (e.g.
-     *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+     *             `image_classification_dataset_metadata:*`). Some examples of
+     *             using the filter are:
      *   * `translation_dataset_metadata:*` --> The dataset has
-     *                                          translation_dataset_metadata.
+     *                                          `translation_dataset_metadata`.
      * 
* * string filter = 3; diff --git a/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListDatasetsRequestOrBuilder.java b/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListDatasetsRequestOrBuilder.java index e39a8aead..c478a28dc 100644 --- a/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListDatasetsRequestOrBuilder.java +++ b/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListDatasetsRequestOrBuilder.java @@ -58,9 +58,10 @@ public interface ListDatasetsRequestOrBuilder *
    * An expression for filtering the results of the request.
    *   * `dataset_metadata` - for existence of the case (e.g.
-   *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+   *             `image_classification_dataset_metadata:*`). Some examples of
+   *             using the filter are:
    *   * `translation_dataset_metadata:*` --> The dataset has
-   *                                          translation_dataset_metadata.
+   *                                          `translation_dataset_metadata`.
    * 
* * string filter = 3; @@ -74,9 +75,10 @@ public interface ListDatasetsRequestOrBuilder *
    * An expression for filtering the results of the request.
    *   * `dataset_metadata` - for existence of the case (e.g.
-   *             image_classification_dataset_metadata:*). Some examples of using the filter are:
+   *             `image_classification_dataset_metadata:*`). Some examples of
+   *             using the filter are:
    *   * `translation_dataset_metadata:*` --> The dataset has
-   *                                          translation_dataset_metadata.
+   *                                          `translation_dataset_metadata`.
    * 
* * string filter = 3; diff --git a/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListModelsRequest.java b/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListModelsRequest.java index 071a65d93..7367f878b 100644 --- a/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListModelsRequest.java +++ b/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListModelsRequest.java @@ -193,10 +193,10 @@ public com.google.protobuf.ByteString getParentBytes() { *
    * An expression for filtering the results of the request.
    *   * `model_metadata` - for existence of the case (e.g.
-   *             video_classification_model_metadata:*).
+   *             `video_classification_model_metadata:*`).
    *   * `dataset_id` - for = or !=. Some examples of using the filter are:
    *   * `image_classification_model_metadata:*` --> The model has
-   *                                        image_classification_model_metadata.
+   *                                      `image_classification_model_metadata`.
    *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
    * 
* @@ -222,10 +222,10 @@ public java.lang.String getFilter() { *
    * An expression for filtering the results of the request.
    *   * `model_metadata` - for existence of the case (e.g.
-   *             video_classification_model_metadata:*).
+   *             `video_classification_model_metadata:*`).
    *   * `dataset_id` - for = or !=. Some examples of using the filter are:
    *   * `image_classification_model_metadata:*` --> The model has
-   *                                        image_classification_model_metadata.
+   *                                      `image_classification_model_metadata`.
    *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
    * 
* @@ -807,10 +807,10 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* @@ -835,10 +835,10 @@ public java.lang.String getFilter() { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* @@ -863,10 +863,10 @@ public com.google.protobuf.ByteString getFilterBytes() { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* @@ -890,10 +890,10 @@ public Builder setFilter(java.lang.String value) { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* @@ -913,10 +913,10 @@ public Builder clearFilter() { *
      * An expression for filtering the results of the request.
      *   * `model_metadata` - for existence of the case (e.g.
-     *             video_classification_model_metadata:*).
+     *             `video_classification_model_metadata:*`).
      *   * `dataset_id` - for = or !=. Some examples of using the filter are:
      *   * `image_classification_model_metadata:*` --> The model has
-     *                                        image_classification_model_metadata.
+     *                                      `image_classification_model_metadata`.
      *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
      * 
* diff --git a/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListModelsRequestOrBuilder.java b/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListModelsRequestOrBuilder.java index 873c691f9..3d57b5069 100644 --- a/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListModelsRequestOrBuilder.java +++ b/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ListModelsRequestOrBuilder.java @@ -58,10 +58,10 @@ public interface ListModelsRequestOrBuilder *
    * An expression for filtering the results of the request.
    *   * `model_metadata` - for existence of the case (e.g.
-   *             video_classification_model_metadata:*).
+   *             `video_classification_model_metadata:*`).
    *   * `dataset_id` - for = or !=. Some examples of using the filter are:
    *   * `image_classification_model_metadata:*` --> The model has
-   *                                        image_classification_model_metadata.
+   *                                      `image_classification_model_metadata`.
    *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
    * 
* @@ -76,10 +76,10 @@ public interface ListModelsRequestOrBuilder *
    * An expression for filtering the results of the request.
    *   * `model_metadata` - for existence of the case (e.g.
-   *             video_classification_model_metadata:*).
+   *             `video_classification_model_metadata:*`).
    *   * `dataset_id` - for = or !=. Some examples of using the filter are:
    *   * `image_classification_model_metadata:*` --> The model has
-   *                                        image_classification_model_metadata.
+   *                                      `image_classification_model_metadata`.
    *   * `dataset_id=5` --> The model was created from a dataset with ID 5.
    * 
* diff --git a/proto-google-cloud-automl-v1beta1/src/main/proto/google/cloud/automl/v1beta1/service.proto b/proto-google-cloud-automl-v1beta1/src/main/proto/google/cloud/automl/v1beta1/service.proto index a421ece14..9a572dd2a 100644 --- a/proto-google-cloud-automl-v1beta1/src/main/proto/google/cloud/automl/v1beta1/service.proto +++ b/proto-google-cloud-automl-v1beta1/src/main/proto/google/cloud/automl/v1beta1/service.proto @@ -395,10 +395,11 @@ message ListDatasetsRequest { // An expression for filtering the results of the request. // // * `dataset_metadata` - for existence of the case (e.g. - // image_classification_dataset_metadata:*). Some examples of using the filter are: + // `image_classification_dataset_metadata:*`). Some examples of + // using the filter are: // // * `translation_dataset_metadata:*` --> The dataset has - // translation_dataset_metadata. + // `translation_dataset_metadata`. string filter = 3; // Requested page size. Server may return fewer results than requested. @@ -641,11 +642,11 @@ message ListModelsRequest { // An expression for filtering the results of the request. // // * `model_metadata` - for existence of the case (e.g. - // video_classification_model_metadata:*). + // `video_classification_model_metadata:*`). // * `dataset_id` - for = or !=. Some examples of using the filter are: // // * `image_classification_model_metadata:*` --> The model has - // image_classification_model_metadata. + // `image_classification_model_metadata`. // * `dataset_id=5` --> The model was created from a dataset with ID 5. string filter = 3;