Skip to content

Commit

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

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Oct 18 09:54:05 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: bbe8aa1896799a456a90dfda189e9150ed92c310
Source-Link: googleapis/googleapis@bbe8aa1
  • Loading branch information
yoshi-automation authored and jskeet committed Oct 19, 2021
1 parent 9b6c247 commit 1c771ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions apis/Google.Cloud.Deploy.V1/Google.Cloud.Deploy.V1/CloudDeploy.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -526,9 +526,9 @@ public sealed partial class DeliveryPipeline : pb::IMessage<DeliveryPipeline>
/// Labels are attributes that can be set and used by both the
/// user and by Google Cloud Deploy. Labels must meet the following
/// constraints: Each resource is limited to 64 labels. Keys must conform to
/// the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
/// [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
/// &lt;= 128 bytes in size.
/// the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
/// regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
/// constrained to be &lt;= 128 bytes in size.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::MapField<string, string> Labels {
Expand Down Expand Up @@ -4109,9 +4109,9 @@ public sealed partial class Target : pb::IMessage<Target>
/// Optional. Labels are attributes that can be set and used by both the
/// user and by Google Cloud Deploy. Labels must meet the following
/// constraints: Each resource is limited to 64 labels. Keys must conform to
/// the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
/// [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
/// &lt;= 128 bytes in size.
/// the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
/// regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
/// constrained to be &lt;= 128 bytes in size.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::MapField<string, string> Labels {
Expand Down Expand Up @@ -7577,9 +7577,9 @@ public sealed partial class Release : pb::IMessage<Release>
/// Labels are attributes that can be set and used by both the
/// user and by Google Cloud Deploy. Labels must meet the following
/// constraints: Each resource is limited to 64 labels. Keys must conform to
/// the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
/// [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
/// &lt;= 128 bytes in size.
/// the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
/// regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
/// constrained to be &lt;= 128 bytes in size.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::MapField<string, string> Labels {
Expand Down Expand Up @@ -10301,9 +10301,9 @@ public sealed partial class Rollout : pb::IMessage<Rollout>
/// Labels are attributes that can be set and used by both the
/// user and by Google Cloud Deploy. Labels must meet the following
/// constraints: Each resource is limited to 64 labels. Keys must conform to
/// the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
/// [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
/// &lt;= 128 bytes in size.
/// the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
/// regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
/// constrained to be &lt;= 128 bytes in size.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::MapField<string, string> Labels {
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Deploy.V1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0cfe2ce81d1b81069d62ad1c9c28d5cab21c1958"
"sha": "bbe8aa1896799a456a90dfda189e9150ed92c310"
}
}
]
Expand Down

0 comments on commit 1c771ae

Please sign in to comment.