ProjectsDataSourcesResource class

Constructors

ProjectsDataSourcesResource(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

checkValidCreds(CheckValidCredsRequest request, String name, {String? $fields}) Future<CheckValidCredsResponse>
Returns true if valid credentials exist for the given data source and requesting user.
get(String name, {String? $fields}) Future<DataSource>
Retrieves a supported data source and returns its settings.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListDataSourcesResponse>
Lists supported data sources and returns their settings.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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