Project(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata and configurations for a Google Cloud project in the service.
Attributes |
|
---|---|
Name | Description |
name |
str
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.
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when this project is created. |
provision_completion_time |
google.protobuf.timestamp_pb2.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 |
MutableMapping[str, google.cloud.discoveryengine_v1beta.types.Project.ServiceTerms]
Output only. A map of terms of services. The key is the id of
ServiceTerms.
|
Classes
ServiceTerms
ServiceTerms(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata about the terms of service.
ServiceTermsMapEntry
ServiceTermsMapEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |