public interface IdentityConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsUserServiceAccountMapping(String key)
Required.
|
Map<String,String> |
getUserServiceAccountMapping()
Deprecated.
|
int |
getUserServiceAccountMappingCount()
Required.
|
Map<String,String> |
getUserServiceAccountMappingMap()
Required.
|
String |
getUserServiceAccountMappingOrDefault(String key,
String defaultValue)
Required.
|
String |
getUserServiceAccountMappingOrThrow(String key)
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getUserServiceAccountMappingCount()
Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
boolean containsUserServiceAccountMapping(String key)
Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
@Deprecated Map<String,String> getUserServiceAccountMapping()
getUserServiceAccountMappingMap()
instead.Map<String,String> getUserServiceAccountMappingMap()
Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
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];
Copyright © 2022 Google LLC. All rights reserved.