public interface InstancesSetServiceAccountRequestOrBuilder
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)
The list of scopes to be made available for this service account.
|
com.google.protobuf.ByteString |
getScopesBytes(int index)
The list of scopes to be made available for this service account.
|
int |
getScopesCount()
The list of scopes to be made available for this service account.
|
List<String> |
getScopesList()
The list of scopes to be made available for this service account.
|
boolean |
hasEmail()
Email address of the service account.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEmail()
Email address of the service account.
optional string email = 96619420;String getEmail()
Email address of the service account.
optional string email = 96619420;com.google.protobuf.ByteString getEmailBytes()
Email address of the service account.
optional string email = 96619420;List<String> getScopesList()
The list of scopes to be made available for this service account.
repeated string scopes = 165973151;int getScopesCount()
The list of scopes to be made available for this service account.
repeated string scopes = 165973151;String getScopes(int index)
The list of scopes to be made available for this service account.
repeated string scopes = 165973151;index - The index of the element to return.com.google.protobuf.ByteString getScopesBytes(int index)
The list of scopes to be made available for this service account.
repeated string scopes = 165973151;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.