public final class ServiceAccount extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEmail()
Returns the email address of the service account.
|
int |
hashCode() |
static ServiceAccount |
of(String email)
Returns a
ServiceAccount object for the provided email. |
String |
toString() |
public String getEmail()
public static ServiceAccount of(String email)
ServiceAccount
object for the provided email.Copyright © 2019 Google LLC. All rights reserved.