ProjectsLocationsConnectionProfilesResource class

Constructors

ProjectsLocationsConnectionProfilesResource(ApiRequester client)

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(ConnectionProfile request, String parent, {String? connectionProfileId, bool? force, String? requestId, bool? validateOnly, String? $fields}) Future<Operation>
Use this method to create a connection profile in a project and location.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Use this method to delete a connection profile.
discover(DiscoverConnectionProfileRequest request, String parent, {String? $fields}) Future<DiscoverConnectionProfileResponse>
Use this method to discover a connection profile.
get(String name, {String? $fields}) Future<ConnectionProfile>
Use this method to get details about a connection profile.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListConnectionProfilesResponse>
Use this method to list connection profiles created in a project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ConnectionProfile request, String name, {bool? force, String? requestId, String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Use this method to update the parameters of a connection profile.
toString() String
A string representation of this object.
inherited

Operators

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