Skip to content

Commit

Permalink
docs: Comments are clarified for certain fields in messages `QueryAss…
Browse files Browse the repository at this point in the history
…etsResponse` and `ResourceSearchResult`

PiperOrigin-RevId: 673500457

Source-Link: googleapis/googleapis@c27097e

Source-Link: googleapis/googleapis-gen@dd6d5ed
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQXNzZXQuVjEvLk93bEJvdC55YW1sIiwiaCI6ImRkNmQ1ZWQ4YjU5NzY0MTA5Yjk5NmJhNjg5NWRkMTBiZTFjOGI4NjUifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Sep 12, 2024
1 parent a63a2f8 commit dabdcad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17113,10 +17113,12 @@ public string JobReference {
/// <summary>
/// The query response, which can be either an `error` or a valid `response`.
///
/// If `done` == `false` and the query result is being saved in a output, the
/// If `done` == `false` and the query result is being saved in an output, the
/// output_config field will be set.
/// If `done` == `true`, exactly one of
/// `error`, `query_result` or `output_config` will be set.
/// [done] is unset unless the [QueryAssetsResponse] contains a
/// [QueryAssetsResponse.job_reference].
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -17160,8 +17162,9 @@ public bool Done {
/// <summary>Field number for the "output_config" field.</summary>
public const int OutputConfigFieldNumber = 5;
/// <summary>
/// Output configuration which indicates instead of being returned in API
/// response on the fly, the query result will be saved in a specific output.
/// Output configuration, which indicates that instead of being returned in
/// an API response on the fly, the query result will be saved in a specific
/// output.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
5 changes: 2 additions & 3 deletions apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/Assets.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3684,7 +3684,6 @@ public void MergeFrom(pb::CodedInputStream input) {

/// <summary>
/// A result of Resource Search, containing information of a cloud resource.
/// Next ID: 34
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ResourceSearchResult : pb::IMessage<ResourceSearchResult>
Expand Down Expand Up @@ -3939,8 +3938,8 @@ public string Location {
= new pbc::MapField<string, string>.Codec(pb::FieldCodec.ForString(10, ""), pb::FieldCodec.ForString(18, ""), 58);
private readonly pbc::MapField<string, string> labels_ = new pbc::MapField<string, string>();
/// <summary>
/// Labels associated with this resource. See [Labelling and grouping Google
/// Cloud
/// User labels associated with this resource. See [Labelling and grouping
/// Google Cloud
/// resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
/// for more information. This field is available only when the resource's
/// Protobuf contains it.
Expand Down

0 comments on commit dabdcad

Please sign in to comment.