public interface AuthenticationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getUserWorkloadAuthenticationType()
public abstract AuthenticationConfig.AuthenticationType getUserWorkloadAuthenticationType()
Optional. Authentication type for the user workload running in containers.
.google.cloud.dataproc.v1.AuthenticationConfig.AuthenticationType user_workload_authentication_type = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AuthenticationConfig.AuthenticationType |
The userWorkloadAuthenticationType. |
getUserWorkloadAuthenticationTypeValue()
public abstract int getUserWorkloadAuthenticationTypeValue()
Optional. Authentication type for the user workload running in containers.
.google.cloud.dataproc.v1.AuthenticationConfig.AuthenticationType user_workload_authentication_type = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for userWorkloadAuthenticationType. |