public interface IdentityConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsUserServiceAccountMapping(String key)
public abstract boolean containsUserServiceAccountMapping(String key)Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getUserServiceAccountMapping()
public abstract Map<String,String> getUserServiceAccountMapping()Use #getUserServiceAccountMappingMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getUserServiceAccountMappingCount()
public abstract int getUserServiceAccountMappingCount()Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getUserServiceAccountMappingMap()
public abstract Map<String,String> getUserServiceAccountMappingMap()Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getUserServiceAccountMappingOrDefault(String key, String defaultValue)
public abstract String getUserServiceAccountMappingOrDefault(String key, String defaultValue)Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getUserServiceAccountMappingOrThrow(String key)
public abstract String getUserServiceAccountMappingOrThrow(String key)Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|