public class Gmail.Users.Settings.Cse.Identities extends Object
Modifier and Type | Class and Description |
---|---|
class |
Gmail.Users.Settings.Cse.Identities.Create |
class |
Gmail.Users.Settings.Cse.Identities.Delete |
class |
Gmail.Users.Settings.Cse.Identities.Get |
class |
Gmail.Users.Settings.Cse.Identities.List |
class |
Gmail.Users.Settings.Cse.Identities.Patch |
Constructor and Description |
---|
Identities() |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.Cse.Identities.Create |
create(String userId,
CseIdentity content)
Creates and configures a client-side encryption identity that's authorized to send mail from the
user account.
|
Gmail.Users.Settings.Cse.Identities.Delete |
delete(String userId,
String cseEmailAddress)
Deletes a client-side encryption identity.
|
Gmail.Users.Settings.Cse.Identities.Get |
get(String userId,
String cseEmailAddress)
Retrieves a client-side encryption identity configuration.
|
Gmail.Users.Settings.Cse.Identities.List |
list(String userId)
Lists the client-side encrypted identities for an authenticated user.
|
Gmail.Users.Settings.Cse.Identities.Patch |
patch(String userId,
String emailAddress,
CseIdentity content)
Associates a different key pair with an existing client-side encryption identity.
|
public Gmail.Users.Settings.Cse.Identities.Create create(String userId, CseIdentity content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- The requester's primary email address. To indicate the authenticated user, you can use the special
value `me`.
[default: me]content
- the CseIdentity
IOException
public Gmail.Users.Settings.Cse.Identities.Delete delete(String userId, String cseEmailAddress) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- The requester's primary email address. To indicate the authenticated user, you can use the special
value `me`.
[default: me]cseEmailAddress
- The primary email address associated with the client-side encryption identity configuration that's
removed.IOException
public Gmail.Users.Settings.Cse.Identities.Get get(String userId, String cseEmailAddress) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- The requester's primary email address. To indicate the authenticated user, you can use the special
value `me`.
[default: me]cseEmailAddress
- The primary email address associated with the client-side encryption identity configuration that's
retrieved.IOException
public Gmail.Users.Settings.Cse.Identities.List list(String userId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- The requester's primary email address. To indicate the authenticated user, you can use the special
value `me`.
[default: me]IOException
public Gmail.Users.Settings.Cse.Identities.Patch patch(String userId, String emailAddress, CseIdentity content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- The requester's primary email address. To indicate the authenticated user, you can use the special
value `me`.
[default: me]emailAddress
- The email address of the client-side encryption identity to update.content
- the CseIdentity
IOException
Copyright © 2011–2024 Google. All rights reserved.