public interface CreateProjectMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCreateTime()
Creation time of the project creation workflow.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Creation time of the project creation workflow.
|
boolean |
getGettable()
True if the project can be retrieved using `GetProject`.
|
boolean |
getReady()
True if the project creation process is complete.
|
boolean |
hasCreateTime()
Creation time of the project creation workflow.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasCreateTime()
Creation time of the project creation workflow.
.google.protobuf.Timestamp create_time = 1;
Timestamp getCreateTime()
Creation time of the project creation workflow.
.google.protobuf.Timestamp create_time = 1;
TimestampOrBuilder getCreateTimeOrBuilder()
Creation time of the project creation workflow.
.google.protobuf.Timestamp create_time = 1;
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;
boolean getReady()
True if the project creation process is complete.
bool ready = 3;
Copyright © 2022 Google LLC. All rights reserved.