ProjectsLocationsServicesConnectorsResource class
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(Connector request, String parent, {String? connectorId, String? requestId, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Creates a new Connector in a given project and location.
-
delete(String name, {bool? allowMissing, String? etag, bool? force, String? requestId, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Deletes a single Connector.
-
executeMutation(ExecuteMutationRequest request, String name, {String? $fields})
→ Future<ExecuteMutationResponse>
-
Execute a predefined mutation in a Connector.
-
executeQuery(ExecuteQueryRequest request, String name, {String? $fields})
→ Future<ExecuteQueryResponse>
-
Execute a predefined query in a Connector.
-
get(String name, {String? $fields})
→ Future<Connector>
-
Gets details of a single Connector.
-
impersonateMutation(ImpersonateRequest request, String name, {String? $fields})
→ Future<GraphqlResponse>
-
Impersonate a mutation defined on a Firebase Data Connect connector.
-
impersonateQuery(ImpersonateRequest request, String name, {String? $fields})
→ Future<GraphqlResponse>
-
Impersonate a query defined on a Firebase Data Connect connector.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListConnectorsResponse>
-
Lists Connectors in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Connector request, String name, {bool? allowMissing, String? requestId, String? updateMask, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Updates the parameters of a single Connector, and creates a new
ConnectorRevision with the updated Connector.
-
toString()
→ String
-
A string representation of this object.
inherited