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 b7f451f3f..0320512b1 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,10 +193,9 @@ 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; @@ -221,10 +220,9 @@ 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,10 +802,9 @@ 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; @@ -831,10 +828,9 @@ 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; @@ -858,10 +854,9 @@ 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; @@ -884,10 +879,9 @@ 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; @@ -906,10 +900,9 @@ 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 bd13f7c29..943963732 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,10 +58,9 @@ 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; @@ -75,10 +74,9 @@ 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 51dc58a5a..369143556 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 1847d7eee..92546f334 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 683f6402e..7c73243cc 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,11 +330,10 @@ 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. @@ -457,11 +456,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 33f7519ee..7c9db0502 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,10 +193,9 @@ 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; @@ -221,10 +220,9 @@ 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; @@ -806,10 +804,9 @@ 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; @@ -833,10 +830,9 @@ 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; @@ -860,10 +856,9 @@ 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; @@ -886,10 +881,9 @@ 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; @@ -908,10 +902,9 @@ 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 c478a28dc..e39a8aead 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,10 +58,9 @@ 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; @@ -75,10 +74,9 @@ 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 7367f878b..071a65d93 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 3d57b5069..873c691f9 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 9a572dd2a..a421ece14 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,11 +395,10 @@ 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. @@ -642,11 +641,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;