ProjectsLocationsGlobalCustomConnectorsResource class
Methods
-
create(CustomConnector request, String parent, {String? customConnectorId, String? $fields})
→ Future<Operation>
-
Creates a new CustomConnector in a given project and location.
-
delete(String name, {bool? force, String? $fields})
→ Future<Operation>
-
Deletes a single CustomConnector.
-
get(String name, {String? $fields})
→ Future<CustomConnector>
-
Gets details of a single CustomConnector.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListCustomConnectorsResponse>
-
List CustomConnectorVersions in a given project
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(CustomConnector request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the parameters of a CustomConnector.
-
toString()
→ String
-
A string representation of this object.
inherited