public static final class Instance.ServiceAccount.Builder extends Object
| Constructor and Description |
|---|
Instance.ServiceAccount.Builder() |
| Modifier and Type | Method and Description |
|---|---|
Instance.ServiceAccount.Builder |
addScopes(String scopes) |
Instance.ServiceAccount |
build() |
Instance.ServiceAccount.Builder |
email(String email) |
Instance.ServiceAccount.Builder |
fromInstanceServiceAccount(Instance.ServiceAccount in) |
Instance.ServiceAccount.Builder |
scopes(Set<String> scopes) |
public Instance.ServiceAccount.Builder email(String email)
Instance.ServiceAccount.getEmail()public Instance.ServiceAccount.Builder addScopes(String scopes)
Instance.ServiceAccount.getScopes()public Instance.ServiceAccount.Builder scopes(Set<String> scopes)
Instance.ServiceAccount.getScopes()public Instance.ServiceAccount build()
public Instance.ServiceAccount.Builder fromInstanceServiceAccount(Instance.ServiceAccount in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.