ProjectsLocationsPrivateConnectionsResource class

Constructors

ProjectsLocationsPrivateConnectionsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
routes ProjectsLocationsPrivateConnectionsRoutesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(PrivateConnection request, String parent, {bool? force, String? privateConnectionId, String? requestId, String? $fields}) Future<Operation>
Use this method to create a private connectivity configuration.
delete(String name, {bool? force, String? requestId, String? $fields}) Future<Operation>
Use this method to delete a private connectivity configuration.
get(String name, {String? $fields}) Future<PrivateConnection>
Use this method to get details about a private connectivity configuration.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListPrivateConnectionsResponse>
Use this method to list private connectivity configurations in a project and location.
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