@Generated(value="by GAPIC") @BetaApi public final class ServiceAccount extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
ServiceAccount.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static ServiceAccount |
getDefaultInstance() |
String |
getEmail()
Email address of the service account.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<String> |
getScopesList()
The list of scopes to be made available for this service account.
|
int |
hashCode() |
static ServiceAccount.Builder |
newBuilder() |
static ServiceAccount.Builder |
newBuilder(ServiceAccount prototype) |
ServiceAccount.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getEmail()
public List<String> getScopesList()
public static ServiceAccount.Builder newBuilder()
public static ServiceAccount.Builder newBuilder(ServiceAccount prototype)
public ServiceAccount.Builder toBuilder()
public static ServiceAccount getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.