Skip to content

Commit 35b8704

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 410565213
1 parent a0173f5 commit 35b8704

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

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

google/cloud/automl/v1beta1/service.proto

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,11 @@ message ListDatasetsRequest {
395395
// An expression for filtering the results of the request.
396396
//
397397
// * `dataset_metadata` - for existence of the case (e.g.
398-
// image_classification_dataset_metadata:*). Some examples of using the filter are:
398+
// `image_classification_dataset_metadata:*`). Some examples of
399+
// using the filter are:
399400
//
400401
// * `translation_dataset_metadata:*` --> The dataset has
401-
// translation_dataset_metadata.
402+
// `translation_dataset_metadata`.
402403
string filter = 3;
403404

404405
// Requested page size. Server may return fewer results than requested.
@@ -641,11 +642,11 @@ message ListModelsRequest {
641642
// An expression for filtering the results of the request.
642643
//
643644
// * `model_metadata` - for existence of the case (e.g.
644-
// video_classification_model_metadata:*).
645+
// `video_classification_model_metadata:*`).
645646
// * `dataset_id` - for = or !=. Some examples of using the filter are:
646647
//
647648
// * `image_classification_model_metadata:*` --> The model has
648-
// image_classification_model_metadata.
649+
// `image_classification_model_metadata`.
649650
// * `dataset_id=5` --> The model was created from a dataset with ID 5.
650651
string filter = 3;
651652

0 commit comments

Comments
 (0)