- 4.50.0 (latest)
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public static final class IdentityConfig.Builder extends GeneratedMessageV3.Builder<IdentityConfig.Builder> implements IdentityConfigOrBuilder
Identity related configuration, including service account based secure multi-tenancy user mappings.
Protobuf type google.cloud.dataproc.v1.IdentityConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > IdentityConfig.BuilderImplements
IdentityConfigOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IdentityConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
IdentityConfig.Builder |
build()
public IdentityConfig build()
Type | Description |
IdentityConfig |
buildPartial()
public IdentityConfig buildPartial()
Type | Description |
IdentityConfig |
clear()
public IdentityConfig.Builder clear()
Type | Description |
IdentityConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public IdentityConfig.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
IdentityConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public IdentityConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
IdentityConfig.Builder |
clearUserServiceAccountMapping()
public IdentityConfig.Builder clearUserServiceAccountMapping()
Type | Description |
IdentityConfig.Builder |
clone()
public IdentityConfig.Builder clone()
Type | Description |
IdentityConfig.Builder |
containsUserServiceAccountMapping(String key)
public 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 |
getDefaultInstanceForType()
public IdentityConfig getDefaultInstanceForType()
Type | Description |
IdentityConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getMutableUserServiceAccountMapping()
public Map<String,String> getMutableUserServiceAccountMapping()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getUserServiceAccountMapping()
public Map<String,String> getUserServiceAccountMapping()
Use #getUserServiceAccountMappingMap() instead.
Type | Description |
Map<String,String> |
getUserServiceAccountMappingCount()
public 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 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 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 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 |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(IdentityConfig other)
public IdentityConfig.Builder mergeFrom(IdentityConfig other)
Name | Description |
other | IdentityConfig |
Type | Description |
IdentityConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IdentityConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IdentityConfig.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public IdentityConfig.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
IdentityConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IdentityConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
IdentityConfig.Builder |
putAllUserServiceAccountMapping(Map<String,String> values)
public IdentityConfig.Builder putAllUserServiceAccountMapping(Map<String,String> values)
Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
values | Map<String,String> |
Type | Description |
IdentityConfig.Builder |
putUserServiceAccountMapping(String key, String value)
public IdentityConfig.Builder putUserServiceAccountMapping(String key, String value)
Required. Map of user to service account.
map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
key | String |
value | String |
Type | Description |
IdentityConfig.Builder |
removeUserServiceAccountMapping(String key)
public IdentityConfig.Builder removeUserServiceAccountMapping(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 |
IdentityConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public IdentityConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
IdentityConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IdentityConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
IdentityConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final IdentityConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
IdentityConfig.Builder |