Class CreateProjectMetadata (1.6.1)

CreateProjectMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
create_time google.protobuf.timestamp_pb2.Timestamp
Creation time of the project creation workflow.
gettable bool
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.
ready bool
True if the project creation process is complete.

Inheritance

builtins.object > proto.message.Message > CreateProjectMetadata