Skip to content

Commit

Permalink
docs: fix docstring formatting
Browse files Browse the repository at this point in the history
Committer: @parthea
PiperOrigin-RevId: 410565213

Source-Link: googleapis/googleapis@35b8704

Source-Link: googleapis/googleapis-gen@16a2cf9
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQXV0b01MLlYxLy5Pd2xCb3QueWFtbCIsImgiOiIxNmEyY2Y5MjNiNjNkNWViY2UxYzhhOTYxZDM2ODA4NDg3ZTg5MTE0In0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Nov 17, 2021
1 parent dd94230 commit f182ed9
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -720,10 +720,11 @@ public sealed partial class ListDatasetsRequest : pb::IMessage<ListDatasetsReque
/// 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`.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -2842,11 +2843,11 @@ public sealed partial class ListModelsRequest : pb::IMessage<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.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down

0 comments on commit f182ed9

Please sign in to comment.