| Modifier and Type | Class and Description |
|---|---|
static class |
Instance.ServiceAccount.Builder |
| Constructor and Description |
|---|
Instance.ServiceAccount(String email,
Set<String> scopes) |
| Modifier and Type | Method and Description |
|---|---|
static Instance.ServiceAccount.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getEmail() |
Set<String> |
getScopes() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Instance.ServiceAccount.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"email","scopes"}) public Instance.ServiceAccount(String email, Set<String> scopes)
public String getEmail()
public Set<String> getScopes()
protected com.google.common.base.Objects.ToStringHelper string()
public static Instance.ServiceAccount.Builder builder()
public Instance.ServiceAccount.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.