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.
Implements
IMessage<CreateProjectMetadata>, IEquatable<CreateProjectMetadata>, IDeepCloneable<CreateProjectMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
CreateProjectMetadata()
public CreateProjectMetadata()
CreateProjectMetadata(CreateProjectMetadata)
public CreateProjectMetadata(CreateProjectMetadata other)
Parameter | |
---|---|
Name | Description |
other | CreateProjectMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Creation time of the project creation workflow.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Boolean |
Ready
public bool Ready { get; set; }
True if the project creation process is complete.
Property Value | |
---|---|
Type | Description |
Boolean |