Skip to content

Commit

Permalink
docs: in google.cloud.kms.v1.PublicKey, pem field is always populated
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625414261

Source-Link: googleapis/googleapis@1c2d027

Source-Link: googleapis/googleapis-gen@79eaf4e
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuS21zLlYxLy5Pd2xCb3QueWFtbCIsImgiOiI3OWVhZjRlNTJlMDA4NmI1NGYyZGU4ZmVlNjZhNThiNWExYjc2MjczIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Apr 16, 2024
1 parent a63edc5 commit 790ddc8
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Resources.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3354,12 +3354,10 @@ public sealed partial class PublicKey : pb::IMessage<PublicKey>
public const int PemFieldNumber = 1;
private string pem_ = "";
/// <summary>
/// A public key encoded in PEM format, populated only when
/// [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey]
/// returns one key. For more information, see the [RFC
/// 7468](https://tools.ietf.org/html/rfc7468) sections for [General
/// Considerations](https://tools.ietf.org/html/rfc7468#section-2) and [Textual
/// Encoding of Subject Public Key Info]
/// The public key, encoded in PEM format. For more information, see the
/// [RFC 7468](https://tools.ietf.org/html/rfc7468) sections for
/// [General Considerations](https://tools.ietf.org/html/rfc7468#section-2) and
/// [Textual Encoding of Subject Public Key Info]
/// (https://tools.ietf.org/html/rfc7468#section-13).
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down Expand Up @@ -3393,10 +3391,8 @@ public sealed partial class PublicKey : pb::IMessage<PublicKey>
private static readonly pb::FieldCodec<long?> _single_pemCrc32C_codec = pb::FieldCodec.ForStructWrapper<long>(26);
private long? pemCrc32C_;
/// <summary>
/// Integrity verification field: A CRC32C checksum of the returned
/// [PublicKey.pem][google.cloud.kms.v1.PublicKey.pem]. It is only populated
/// when [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey]
/// returns one key. An integrity check of
/// Integrity verification field. A CRC32C checksum of the returned
/// [PublicKey.pem][google.cloud.kms.v1.PublicKey.pem]. An integrity check of
/// [PublicKey.pem][google.cloud.kms.v1.PublicKey.pem] can be performed by
/// computing the CRC32C checksum of
/// [PublicKey.pem][google.cloud.kms.v1.PublicKey.pem] and comparing your
Expand Down

0 comments on commit 790ddc8

Please sign in to comment.