View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Datastore (google_api_apigee v0.46.0)

The data store defines the connection to export data repository (Cloud Storage, BigQuery), including the credentials used to access the data repository.

Attributes

  • createTime (type: String.t, default: nil) - Output only. Datastore create time, in milliseconds since the epoch of 1970-01-01T00:00:00Z
  • datastoreConfig (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DatastoreConfig.t, default: nil) - Datastore Configurations.
  • displayName (type: String.t, default: nil) - Required. Display name in UI
  • lastUpdateTime (type: String.t, default: nil) - Output only. Datastore last update time, in milliseconds since the epoch of 1970-01-01T00:00:00Z
  • org (type: String.t, default: nil) - Output only. Organization that the datastore belongs to
  • self (type: String.t, default: nil) - Output only. Resource link of Datastore. Example: /organizations/{org}/analytics/datastores/{uuid}
  • targetType (type: String.t, default: nil) - Destination storage type. Supported types gcs or bigquery.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Datastore{
  createTime: String.t() | nil,
  datastoreConfig:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DatastoreConfig.t() | nil,
  displayName: String.t() | nil,
  lastUpdateTime: String.t() | nil,
  org: String.t() | nil,
  self: String.t() | nil,
  targetType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.