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];
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getUserServiceAccountMapping()
public abstract Map<String,String> getUserServiceAccountMapping()Use #getUserServiceAccountMappingMap() instead.
| 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];
| 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];
| 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];
| Name | Description |
| key | String |
| defaultValue | String |
| 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];
| Name | Description |
| key | String |
| Type | Description |
| String |