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

Commit

Permalink
chore: update docstring formatting (#34)
Browse files Browse the repository at this point in the history
autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
  • Loading branch information
yoshi-automation committed Jul 13, 2020
1 parent 5c497e2 commit 109bb17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions google/cloud/recommender_v1/proto/recommender_service_pb2.py
Expand Up @@ -771,8 +771,7 @@
Attributes:
name:
Required. Name of the recommendation. .. [1] a-z0-9 ..
[2] a-z0-9 .. [3] a-z0-9
Required. Name of the recommendation.
""",
# @@protoc_insertion_point(class_scope:google.cloud.recommender.v1.GetRecommendationRequest)
},
Expand Down Expand Up @@ -841,7 +840,8 @@
``/^[a-zA-Z0-9_./-]{0,255}/``.
etag:
Required. Fingerprint of the Recommendation. Provides
optimistic locking.
optimistic locking. .. [1] a-z0-9 .. [2] a-z0-9 ..
[3] a-z0-9
""",
# @@protoc_insertion_point(class_scope:google.cloud.recommender.v1.MarkRecommendationSucceededRequest)
},
Expand Down
Expand Up @@ -1112,7 +1112,8 @@
The set of insights for the ``parent`` resource.
next_page_token:
A token that can be used to request the next page of results.
This field is empty if there are no additional results.
This field is empty if there are no additional results. ..
[1] a-z0-9 .. [2] a-z0-9 .. [3] a-z0-9
""",
# @@protoc_insertion_point(class_scope:google.cloud.recommender.v1beta1.ListInsightsResponse)
},
Expand Down Expand Up @@ -1198,7 +1199,6 @@
Filter expression to restrict the recommendations returned.
Supported filter fields: state_info.state Eg:
\`state_info.state:“DISMISSED” or state_info.state:“FAILED”
.. [1] a-z0-9 .. [2] a-z0-9 .. [3] a-z0-9
""",
# @@protoc_insertion_point(class_scope:google.cloud.recommender.v1beta1.ListRecommendationsRequest)
},
Expand Down Expand Up @@ -1265,7 +1265,7 @@
state_metadata:
State properties to include with this state. Overwrites any
existing ``state_metadata``. Keys must match the regex ``/
[1]_[a-z0-9_.-]{0,62}/``. Values must match the regex
[2]_[a-z0-9_.-]{0,62}/``. Values must match the regex
``/^[a-zA-Z0-9_./-]{0,255}/``.
etag:
Required. Fingerprint of the Recommendation. Provides
Expand Down Expand Up @@ -1300,7 +1300,7 @@
state_metadata:
State properties to include with this state. Overwrites any
existing ``state_metadata``. Keys must match the regex ``/
[2]_[a-z0-9_.-]{0,62}/``. Values must match the regex
[3]_[a-z0-9_.-]{0,62}/``. Values must match the regex
``/^[a-zA-Z0-9_./-]{0,255}/``.
etag:
Required. Fingerprint of the Recommendation. Provides
Expand Down Expand Up @@ -1335,7 +1335,7 @@
state_metadata:
State properties to include with this state. Overwrites any
existing ``state_metadata``. Keys must match the regex ``/
[3]_[a-z0-9_.-]{0,62}/``. Values must match the regex
[1]_[a-z0-9_.-]{0,62}/``. Values must match the regex
``/^[a-zA-Z0-9_./-]{0,255}/``.
etag:
Required. Fingerprint of the Recommendation. Provides
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-recommender.git",
"sha": "2d8723fe3395c20d9116aaf50d2d890a18b38baa"
"sha": "5c497e29d65d288a4b8b24a7b5aa487a5804e880"
}
},
{
Expand Down

0 comments on commit 109bb17

Please sign in to comment.