Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Project.
Metadata and configurations for a Google Cloud project in the service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when this project is created.
#name
def name() -> ::String
Returns
-
(::String) — Output only. Full resource name of the project, for example
projects/{project_number}
. Note that when making requests, project number and project id are both acceptable, but the server will always respond in project number.
#provision_completion_time
def provision_completion_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when this project is successfully provisioned. Empty value means this project is still provisioning and is not ready for use.
#service_terms_map
def service_terms_map() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::DiscoveryEngine::V1beta::Project::ServiceTerms}
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Cloud::DiscoveryEngine::V1beta::Project::ServiceTerms}) — Output only. A map of terms of services. The key is the
id
of ServiceTerms.