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-03-21 UTC."],[[["The `CreateVersionMetadataV1` class provides metadata for `CreateVersionRequest` operations within the Google App Engine V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and extends from the base `Object` class."],["The class has two constructors: a default constructor and a copy constructor that takes another `CreateVersionMetadataV1` instance."],["It includes a `CloudBuildId` property, which stores the ID of a Cloud Build process initiated during version creation and is designated as output-only."],["The provided content shows a history of available versions for this class, with `2.4.0` being the latest and `1.0.0` being the earliest."]]],[]]