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

Commit 189f50a

Browse files
docs: fix docstring formatting (#973)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 410565213 Source-Link: googleapis/googleapis@35b8704 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a9c2329 commit 189f50a

File tree

14 files changed

+104
-80
lines changed

14 files changed

+104
-80
lines changed

grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/AutoMlGrpc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
@javax.annotation.Generated(
3737
value = "by gRPC proto compiler",
3838
comments = "Source: google/cloud/automl/v1/service.proto")
39+
@io.grpc.stub.annotations.GrpcGenerated
3940
public final class AutoMlGrpc {
4041

4142
private AutoMlGrpc() {}

grpc-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/PredictionServiceGrpc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
@javax.annotation.Generated(
3030
value = "by gRPC proto compiler",
3131
comments = "Source: google/cloud/automl/v1/prediction_service.proto")
32+
@io.grpc.stub.annotations.GrpcGenerated
3233
public final class PredictionServiceGrpc {
3334

3435
private PredictionServiceGrpc() {}

grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AutoMlGrpc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
@javax.annotation.Generated(
3737
value = "by gRPC proto compiler",
3838
comments = "Source: google/cloud/automl/v1beta1/service.proto")
39+
@io.grpc.stub.annotations.GrpcGenerated
3940
public final class AutoMlGrpc {
4041

4142
private AutoMlGrpc() {}

grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceGrpc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
@javax.annotation.Generated(
3030
value = "by gRPC proto compiler",
3131
comments = "Source: google/cloud/automl/v1beta1/prediction_service.proto")
32+
@io.grpc.stub.annotations.GrpcGenerated
3233
public final class PredictionServiceGrpc {
3334

3435
private PredictionServiceGrpc() {}

proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequest.java

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,10 @@ public com.google.protobuf.ByteString getParentBytes() {
193193
* <pre>
194194
* An expression for filtering the results of the request.
195195
* * `dataset_metadata` - for existence of the case (e.g.
196-
* image_classification_dataset_metadata:*). Some examples of using the filter are:
196+
* `image_classification_dataset_metadata:*`). Some examples of
197+
* using the filter are:
197198
* * `translation_dataset_metadata:*` --&gt; The dataset has
198-
* translation_dataset_metadata.
199+
* `translation_dataset_metadata`.
199200
* </pre>
200201
*
201202
* <code>string filter = 3;</code>
@@ -220,9 +221,10 @@ public java.lang.String getFilter() {
220221
* <pre>
221222
* An expression for filtering the results of the request.
222223
* * `dataset_metadata` - for existence of the case (e.g.
223-
* image_classification_dataset_metadata:*). Some examples of using the filter are:
224+
* `image_classification_dataset_metadata:*`). Some examples of
225+
* using the filter are:
224226
* * `translation_dataset_metadata:*` --&gt; The dataset has
225-
* translation_dataset_metadata.
227+
* `translation_dataset_metadata`.
226228
* </pre>
227229
*
228230
* <code>string filter = 3;</code>
@@ -802,9 +804,10 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
802804
* <pre>
803805
* An expression for filtering the results of the request.
804806
* * `dataset_metadata` - for existence of the case (e.g.
805-
* image_classification_dataset_metadata:*). Some examples of using the filter are:
807+
* `image_classification_dataset_metadata:*`). Some examples of
808+
* using the filter are:
806809
* * `translation_dataset_metadata:*` --&gt; The dataset has
807-
* translation_dataset_metadata.
810+
* `translation_dataset_metadata`.
808811
* </pre>
809812
*
810813
* <code>string filter = 3;</code>
@@ -828,9 +831,10 @@ public java.lang.String getFilter() {
828831
* <pre>
829832
* An expression for filtering the results of the request.
830833
* * `dataset_metadata` - for existence of the case (e.g.
831-
* image_classification_dataset_metadata:*). Some examples of using the filter are:
834+
* `image_classification_dataset_metadata:*`). Some examples of
835+
* using the filter are:
832836
* * `translation_dataset_metadata:*` --&gt; The dataset has
833-
* translation_dataset_metadata.
837+
* `translation_dataset_metadata`.
834838
* </pre>
835839
*
836840
* <code>string filter = 3;</code>
@@ -854,9 +858,10 @@ public com.google.protobuf.ByteString getFilterBytes() {
854858
* <pre>
855859
* An expression for filtering the results of the request.
856860
* * `dataset_metadata` - for existence of the case (e.g.
857-
* image_classification_dataset_metadata:*). Some examples of using the filter are:
861+
* `image_classification_dataset_metadata:*`). Some examples of
862+
* using the filter are:
858863
* * `translation_dataset_metadata:*` --&gt; The dataset has
859-
* translation_dataset_metadata.
864+
* `translation_dataset_metadata`.
860865
* </pre>
861866
*
862867
* <code>string filter = 3;</code>
@@ -879,9 +884,10 @@ public Builder setFilter(java.lang.String value) {
879884
* <pre>
880885
* An expression for filtering the results of the request.
881886
* * `dataset_metadata` - for existence of the case (e.g.
882-
* image_classification_dataset_metadata:*). Some examples of using the filter are:
887+
* `image_classification_dataset_metadata:*`). Some examples of
888+
* using the filter are:
883889
* * `translation_dataset_metadata:*` --&gt; The dataset has
884-
* translation_dataset_metadata.
890+
* `translation_dataset_metadata`.
885891
* </pre>
886892
*
887893
* <code>string filter = 3;</code>
@@ -900,9 +906,10 @@ public Builder clearFilter() {
900906
* <pre>
901907
* An expression for filtering the results of the request.
902908
* * `dataset_metadata` - for existence of the case (e.g.
903-
* image_classification_dataset_metadata:*). Some examples of using the filter are:
909+
* `image_classification_dataset_metadata:*`). Some examples of
910+
* using the filter are:
904911
* * `translation_dataset_metadata:*` --&gt; The dataset has
905-
* translation_dataset_metadata.
912+
* `translation_dataset_metadata`.
906913
* </pre>
907914
*
908915
* <code>string filter = 3;</code>

proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListDatasetsRequestOrBuilder.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ public interface ListDatasetsRequestOrBuilder
5858
* <pre>
5959
* An expression for filtering the results of the request.
6060
* * `dataset_metadata` - for existence of the case (e.g.
61-
* image_classification_dataset_metadata:*). Some examples of using the filter are:
61+
* `image_classification_dataset_metadata:*`). Some examples of
62+
* using the filter are:
6263
* * `translation_dataset_metadata:*` --&gt; The dataset has
63-
* translation_dataset_metadata.
64+
* `translation_dataset_metadata`.
6465
* </pre>
6566
*
6667
* <code>string filter = 3;</code>
@@ -74,9 +75,10 @@ public interface ListDatasetsRequestOrBuilder
7475
* <pre>
7576
* An expression for filtering the results of the request.
7677
* * `dataset_metadata` - for existence of the case (e.g.
77-
* image_classification_dataset_metadata:*). Some examples of using the filter are:
78+
* `image_classification_dataset_metadata:*`). Some examples of
79+
* using the filter are:
7880
* * `translation_dataset_metadata:*` --&gt; The dataset has
79-
* translation_dataset_metadata.
81+
* `translation_dataset_metadata`.
8082
* </pre>
8183
*
8284
* <code>string filter = 3;</code>

proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequest.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ public com.google.protobuf.ByteString getParentBytes() {
193193
* <pre>
194194
* An expression for filtering the results of the request.
195195
* * `model_metadata` - for existence of the case (e.g.
196-
* video_classification_model_metadata:*).
196+
* `video_classification_model_metadata:*`).
197197
* * `dataset_id` - for = or !=. Some examples of using the filter are:
198198
* * `image_classification_model_metadata:*` --&gt; The model has
199-
* image_classification_model_metadata.
199+
* `image_classification_model_metadata`.
200200
* * `dataset_id=5` --&gt; The model was created from a dataset with ID 5.
201201
* </pre>
202202
*
@@ -222,10 +222,10 @@ public java.lang.String getFilter() {
222222
* <pre>
223223
* An expression for filtering the results of the request.
224224
* * `model_metadata` - for existence of the case (e.g.
225-
* video_classification_model_metadata:*).
225+
* `video_classification_model_metadata:*`).
226226
* * `dataset_id` - for = or !=. Some examples of using the filter are:
227227
* * `image_classification_model_metadata:*` --&gt; The model has
228-
* image_classification_model_metadata.
228+
* `image_classification_model_metadata`.
229229
* * `dataset_id=5` --&gt; The model was created from a dataset with ID 5.
230230
* </pre>
231231
*
@@ -805,10 +805,10 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
805805
* <pre>
806806
* An expression for filtering the results of the request.
807807
* * `model_metadata` - for existence of the case (e.g.
808-
* video_classification_model_metadata:*).
808+
* `video_classification_model_metadata:*`).
809809
* * `dataset_id` - for = or !=. Some examples of using the filter are:
810810
* * `image_classification_model_metadata:*` --&gt; The model has
811-
* image_classification_model_metadata.
811+
* `image_classification_model_metadata`.
812812
* * `dataset_id=5` --&gt; The model was created from a dataset with ID 5.
813813
* </pre>
814814
*
@@ -833,10 +833,10 @@ public java.lang.String getFilter() {
833833
* <pre>
834834
* An expression for filtering the results of the request.
835835
* * `model_metadata` - for existence of the case (e.g.
836-
* video_classification_model_metadata:*).
836+
* `video_classification_model_metadata:*`).
837837
* * `dataset_id` - for = or !=. Some examples of using the filter are:
838838
* * `image_classification_model_metadata:*` --&gt; The model has
839-
* image_classification_model_metadata.
839+
* `image_classification_model_metadata`.
840840
* * `dataset_id=5` --&gt; The model was created from a dataset with ID 5.
841841
* </pre>
842842
*
@@ -861,10 +861,10 @@ public com.google.protobuf.ByteString getFilterBytes() {
861861
* <pre>
862862
* An expression for filtering the results of the request.
863863
* * `model_metadata` - for existence of the case (e.g.
864-
* video_classification_model_metadata:*).
864+
* `video_classification_model_metadata:*`).
865865
* * `dataset_id` - for = or !=. Some examples of using the filter are:
866866
* * `image_classification_model_metadata:*` --&gt; The model has
867-
* image_classification_model_metadata.
867+
* `image_classification_model_metadata`.
868868
* * `dataset_id=5` --&gt; The model was created from a dataset with ID 5.
869869
* </pre>
870870
*
@@ -888,10 +888,10 @@ public Builder setFilter(java.lang.String value) {
888888
* <pre>
889889
* An expression for filtering the results of the request.
890890
* * `model_metadata` - for existence of the case (e.g.
891-
* video_classification_model_metadata:*).
891+
* `video_classification_model_metadata:*`).
892892
* * `dataset_id` - for = or !=. Some examples of using the filter are:
893893
* * `image_classification_model_metadata:*` --&gt; The model has
894-
* image_classification_model_metadata.
894+
* `image_classification_model_metadata`.
895895
* * `dataset_id=5` --&gt; The model was created from a dataset with ID 5.
896896
* </pre>
897897
*
@@ -911,10 +911,10 @@ public Builder clearFilter() {
911911
* <pre>
912912
* An expression for filtering the results of the request.
913913
* * `model_metadata` - for existence of the case (e.g.
914-
* video_classification_model_metadata:*).
914+
* `video_classification_model_metadata:*`).
915915
* * `dataset_id` - for = or !=. Some examples of using the filter are:
916916
* * `image_classification_model_metadata:*` --&gt; The model has
917-
* image_classification_model_metadata.
917+
* `image_classification_model_metadata`.
918918
* * `dataset_id=5` --&gt; The model was created from a dataset with ID 5.
919919
* </pre>
920920
*

proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ListModelsRequestOrBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ public interface ListModelsRequestOrBuilder
5858
* <pre>
5959
* An expression for filtering the results of the request.
6060
* * `model_metadata` - for existence of the case (e.g.
61-
* video_classification_model_metadata:*).
61+
* `video_classification_model_metadata:*`).
6262
* * `dataset_id` - for = or !=. Some examples of using the filter are:
6363
* * `image_classification_model_metadata:*` --&gt; The model has
64-
* image_classification_model_metadata.
64+
* `image_classification_model_metadata`.
6565
* * `dataset_id=5` --&gt; The model was created from a dataset with ID 5.
6666
* </pre>
6767
*
@@ -76,10 +76,10 @@ public interface ListModelsRequestOrBuilder
7676
* <pre>
7777
* An expression for filtering the results of the request.
7878
* * `model_metadata` - for existence of the case (e.g.
79-
* video_classification_model_metadata:*).
79+
* `video_classification_model_metadata:*`).
8080
* * `dataset_id` - for = or !=. Some examples of using the filter are:
8181
* * `image_classification_model_metadata:*` --&gt; The model has
82-
* image_classification_model_metadata.
82+
* `image_classification_model_metadata`.
8383
* * `dataset_id=5` --&gt; The model was created from a dataset with ID 5.
8484
* </pre>
8585
*

proto-google-cloud-automl-v1/src/main/proto/google/cloud/automl/v1/service.proto

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,11 @@ message ListDatasetsRequest {
330330
// An expression for filtering the results of the request.
331331
//
332332
// * `dataset_metadata` - for existence of the case (e.g.
333-
// image_classification_dataset_metadata:*). Some examples of using the filter are:
333+
// `image_classification_dataset_metadata:*`). Some examples of
334+
// using the filter are:
334335
//
335336
// * `translation_dataset_metadata:*` --> The dataset has
336-
// translation_dataset_metadata.
337+
// `translation_dataset_metadata`.
337338
string filter = 3;
338339

339340
// Requested page size. Server may return fewer results than requested.
@@ -456,11 +457,11 @@ message ListModelsRequest {
456457
// An expression for filtering the results of the request.
457458
//
458459
// * `model_metadata` - for existence of the case (e.g.
459-
// video_classification_model_metadata:*).
460+
// `video_classification_model_metadata:*`).
460461
// * `dataset_id` - for = or !=. Some examples of using the filter are:
461462
//
462463
// * `image_classification_model_metadata:*` --> The model has
463-
// image_classification_model_metadata.
464+
// `image_classification_model_metadata`.
464465
// * `dataset_id=5` --> The model was created from a dataset with ID 5.
465466
string filter = 3;
466467

0 commit comments

Comments
 (0)