UsersResourceApi class
Constructors
- UsersResourceApi(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- projects → UsersProjectsResourceApi
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sshPublicKeys → UsersSshPublicKeysResourceApi
-
read-only
Methods
-
getLoginProfile(
String name, {String projectId, String systemId, String $fields}) → Future< LoginProfile> - Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine. [...]
-
importSshPublicKey(
SshPublicKey request, String parent, {String projectId, String $fields}) → Future< ImportSshPublicKeyResponse> - Adds an SSH public key and returns the profile information. Default POSIX account information is set when no username and UID exist as part of the login profile. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited