ProjectsLocationsCustomConnectorsCustomConnectorVersionsResource 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

delete(String name, {String? $fields}) Future<Operation>
Deletes a single CustomConnectorVersion.
deprecate(DeprecateCustomConnectorVersionRequest request, String name, {String? $fields}) Future<Operation>
Deprecates a single CustomConnectorVersion.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish(PublishCustomConnectorVersionRequest request, String name, {String? $fields}) Future<Operation>
Publish request for the CustomConnectorVersion.
toString() String
A string representation of this object.
inherited
withdraw(WithdrawCustomConnectorVersionRequest request, String name, {String? $fields}) Future<Operation>
Withdraw the publish request for the CustomConnectorVersion.

Operators

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