| Package | Description |
|---|---|
| com.google.api.services.computeaccounts | |
| com.google.api.services.computeaccounts.model |
| Modifier and Type | Method and Description |
|---|---|
Computeaccounts.Users.AddPublicKey |
Computeaccounts.Users.addPublicKey(String project,
String user,
PublicKey content)
Adds a public key to the specified user using the data included in the request.
|
| Constructor and Description |
|---|
Computeaccounts.Users.AddPublicKey(String project,
String user,
PublicKey content)
Adds a public key to the specified user using the data included in the request.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
PublicKey.clone() |
PublicKey |
PublicKey.set(String fieldName,
Object value) |
PublicKey |
PublicKey.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
PublicKey |
PublicKey.setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
PublicKey |
PublicKey.setExpirationTimestamp(String expirationTimestamp)
Optional expiration timestamp.
|
PublicKey |
PublicKey.setFingerprint(String fingerprint)
[Output Only] The fingerprint of the key is defined by RFC4716 to be the MD5 digest of the
public key.
|
PublicKey |
PublicKey.setKey(String key)
Public key text in SSH format, defined by RFC4253 section 6.6.
|
| Modifier and Type | Method and Description |
|---|---|
List<PublicKey> |
User.getPublicKeys()
[Output Only] Public keys that this user may use to login.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.setPublicKeys(List<PublicKey> publicKeys)
[Output Only] Public keys that this user may use to login.
|