public sealed class CreateVersionMetadataV1 : IMessage<CreateVersionMetadataV1>, IEquatable<CreateVersionMetadataV1>, IDeepCloneable<CreateVersionMetadataV1>, IBufferMessage, IMessage
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation] during a
[google.appengine.v1.CreateVersionRequest][google.appengine.v1.CreateVersionRequest].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `CreateVersionMetadataV1` class provides metadata for a `CreateVersionRequest` operation within the `Google.Cloud.AppEngine.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality and data handling."],["The `CreateVersionMetadataV1` class offers two constructors: a default constructor and one that takes another `CreateVersionMetadataV1` object for initialization."],["It contains a `CloudBuildId` property of type string, which represents the Cloud Build ID created during version creation and is designated as output-only."],["The documentation lists version information for this class, ranging from version 1.0.0 up to 2.4.0, with 2.4.0 being the latest release."]]],[]]