Interface CreateProjectMetadataOrBuilder (1.44.0)

public interface CreateProjectMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Creation time of the project creation workflow.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Creation time of the project creation workflow.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
TimestampOrBuilder

getGettable()

public abstract boolean getGettable()

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.

bool gettable = 2;

Returns
Type Description
boolean

The gettable.

getReady()

public abstract boolean getReady()

True if the project creation process is complete.

bool ready = 3;

Returns
Type Description
boolean

The ready.

hasCreateTime()

public abstract boolean hasCreateTime()

Creation time of the project creation workflow.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
boolean

Whether the createTime field is set.