GoogleCloudApigeeV1DatastoreConfigResponse

data class GoogleCloudApigeeV1DatastoreConfigResponse(val bucketName: String, val datasetName: String, val path: String, val project: String, val tablePrefix: String)

Configuration detail for datastore

Constructors

fun GoogleCloudApigeeV1DatastoreConfigResponse(bucketName: String, datasetName: String, path: String, project: String, tablePrefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the Cloud Storage bucket. Required for gcs target_type.

Link copied to clipboard

BigQuery dataset name Required for bigquery target_type.

Link copied to clipboard

Path of Cloud Storage bucket Required for gcs target_type.

Link copied to clipboard

GCP project in which the datastore exists

Link copied to clipboard

Prefix of BigQuery table Required for bigquery target_type.