GoogleCloudApigeeV1Datastore class
The data store defines the connection to export data repository (Cloud Storage, BigQuery), including the credentials used to access the data repository.
Constructors
- GoogleCloudApigeeV1Datastore({String? createTime, GoogleCloudApigeeV1DatastoreConfig? datastoreConfig, String? displayName, String? lastUpdateTime, String? org, String? self, String? targetType})
- GoogleCloudApigeeV1Datastore.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Datastore create time, in milliseconds since the epoch of
1970-01-01T00:00:00Z
getter/setter pair
- datastoreConfig ↔ GoogleCloudApigeeV1DatastoreConfig?
-
Datastore Configurations.
getter/setter pair
- displayName ↔ String?
-
Display name in UI
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdateTime ↔ String?
-
Datastore last update time, in milliseconds since the epoch of
1970-01-01T00:00:00Z
getter/setter pair
- org ↔ String?
-
Organization that the datastore belongs to
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self ↔ String?
-
Resource link of Datastore.
getter/setter pair
- targetType ↔ String?
-
Destination storage 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