GoogleCloudApigeeV1DatastoreConfig class
Configuration detail for datastore
Constructors
- GoogleCloudApigeeV1DatastoreConfig({String? bucketName, String? datasetName, String? path, String? projectId, String? tablePrefix})
- GoogleCloudApigeeV1DatastoreConfig.fromJson(Map json_)
Properties
- bucketName ↔ String?
-
Name of the Cloud Storage bucket.
getter/setter pair
- datasetName ↔ String?
-
BigQuery dataset name Required for
bigquery
target_type.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- path ↔ String?
-
Path of Cloud Storage bucket Required for
gcs
target_type.getter/setter pair - projectId ↔ String?
-
GCP project in which the datastore exists
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tablePrefix ↔ String?
-
Prefix of BigQuery table Required for
bigquery
target_type.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited