View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaProject (google_api_discovery_engine v0.16.0)

Metadata and configurations for a Google Cloud project in the service.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The timestamp when this project is created.
  • name (type: String.t, default: nil) - Output only. Full resource name of the project, for example projects/{project}. Note that when making requests, project number and project id are both acceptable, but the server will always respond in project number.
  • provisionCompletionTime (type: DateTime.t, default: nil) - Output only. The timestamp when this project is successfully provisioned. Empty value means this project is still provisioning and is not ready for use.
  • serviceTermsMap (type: %{optional(String.t) => GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaProjectServiceTerms.t}, default: nil) - Output only. A map of terms of services. The key is the id of ServiceTerms.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaProject{
    createTime: DateTime.t() | nil,
    name: String.t() | nil,
    provisionCompletionTime: DateTime.t() | nil,
    serviceTermsMap:
      %{
        optional(String.t()) =>
          GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaProjectServiceTerms.t()
      }
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.