Skip to content

Commit

Permalink
build: update proto comments for better explanation of parent parameter
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 519331416

Source-Link: googleapis/googleapis@ab54277

Source-Link: googleapis/googleapis-gen@d322b8d
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGF0YUNhdGFsb2cuTGluZWFnZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiZDMyMmI4ZDJlNDczMDcyOWVhYWViODcxMzI1Yzk4OWY1MzQ4MzkzOSJ9
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Mar 25, 2023
1 parent 6c65d96 commit 60870a1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -6608,7 +6608,7 @@ public sealed partial class SearchLinksRequest : pb::IMessage<SearchLinksRequest
public const int ParentFieldNumber = 1;
private string parent_ = "";
/// <summary>
/// Required. The project and location you want search in.
/// Required. The project and location you want search in the format `projects/*/locations/*`
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -7649,7 +7649,7 @@ public sealed partial class BatchSearchLinkProcessesRequest : pb::IMessage<Batch
public const int ParentFieldNumber = 1;
private string parent_ = "";
/// <summary>
/// Required. The project and location where you want to search.
/// Required. The project and location you want search in the format `projects/*/locations/*`
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down

0 comments on commit 60870a1

Please sign in to comment.