Cloud Resource Manager v3 API - Class CreateProjectMetadata (2.4.0)

public sealed class CreateProjectMetadata : IMessage<CreateProjectMetadata>, IEquatable<CreateProjectMetadata>, IDeepCloneable<CreateProjectMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateProjectMetadata.

A status object which is used as the metadata field for the Operation returned by CreateProject. It provides insight for when significant phases of Project creation have completed.

Inheritance

object > CreateProjectMetadata

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

CreateProjectMetadata()

public CreateProjectMetadata()

CreateProjectMetadata(CreateProjectMetadata)

public CreateProjectMetadata(CreateProjectMetadata other)
Parameter
NameDescription
otherCreateProjectMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Creation time of the project creation workflow.

Property Value
TypeDescription
Timestamp

Gettable

public bool Gettable { get; set; }

True if the project can be retrieved using GetProject. No other operations on the project are guaranteed to work until the project creation is complete.

Property Value
TypeDescription
bool

Ready

public bool Ready { get; set; }

True if the project creation process is complete.

Property Value
TypeDescription
bool