ProjectsProfilesResource class

Constructors

ProjectsProfilesResource(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(CreateProfileRequest request, String parent, {String? $fields}) Future<Profile>
CreateProfile creates a new profile resource in the online mode.
createOffline(Profile request, String parent, {String? $fields}) Future<Profile>
CreateOfflineProfile creates a new profile resource in the offline mode.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListProfilesResponse>
Lists profiles which have been collected so far and for which the caller has permission to view.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Profile request, String name, {String? updateMask, String? $fields}) Future<Profile>
UpdateProfile updates the profile bytes and labels on the profile resource created in the online mode.
toString() String
A string representation of this object.
inherited

Operators

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