ProjectsLocationsGlobalCustomConnectorsResource class

Constructors

ProjectsLocationsGlobalCustomConnectorsResource(ApiRequester client)

Properties

customConnectorVersions ProjectsLocationsGlobalCustomConnectorsCustomConnectorVersionsResource
no setter
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(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

Operators

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