OrganizationsAnalyticsDatastoresResource class

Constructors

OrganizationsAnalyticsDatastoresResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudApigeeV1Datastore request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1Datastore>
Create a Datastore for an org
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Delete a Datastore from an org.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1Datastore>
Get a Datastore
list(String parent, {String? targetType, String? $fields}) Future<GoogleCloudApigeeV1ListDatastoresResponse>
List Datastores
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
test(GoogleCloudApigeeV1Datastore request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1TestDatastoreResponse>
Test if Datastore configuration is correct.
toString() String
A string representation of this object.
inherited
update(GoogleCloudApigeeV1Datastore request, String name, {String? $fields}) Future<GoogleCloudApigeeV1Datastore>
Update a Datastore

Operators

operator ==(Object other) bool
The equality operator.
inherited