public interface ServiceAccountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Email address of the service account.
|
com.google.protobuf.ByteString |
getEmailBytes()
Email address of the service account.
|
String |
getScopes(int index)
List of scopes to be enabled for this service account.
|
com.google.protobuf.ByteString |
getScopesBytes(int index)
List of scopes to be enabled for this service account.
|
int |
getScopesCount()
List of scopes to be enabled for this service account.
|
List<String> |
getScopesList()
List of scopes to be enabled for this service account.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEmail()
Email address of the service account.
string email = 1;com.google.protobuf.ByteString getEmailBytes()
Email address of the service account.
string email = 1;List<String> getScopesList()
List of scopes to be enabled for this service account.
repeated string scopes = 2;int getScopesCount()
List of scopes to be enabled for this service account.
repeated string scopes = 2;String getScopes(int index)
List of scopes to be enabled for this service account.
repeated string scopes = 2;index - The index of the element to return.com.google.protobuf.ByteString getScopesBytes(int index)
List of scopes to be enabled for this service account.
repeated string scopes = 2;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.