Uses of Class
com.google.cloud.websecurityscanner.v1alpha.ScanConfig.Authentication.AuthenticationCase
-
Packages that use ScanConfig.Authentication.AuthenticationCase Package Description com.google.cloud.websecurityscanner.v1alpha A client to Web Security Scanner API -
-
Uses of ScanConfig.Authentication.AuthenticationCase in com.google.cloud.websecurityscanner.v1alpha
Methods in com.google.cloud.websecurityscanner.v1alpha that return ScanConfig.Authentication.AuthenticationCase Modifier and Type Method Description static ScanConfig.Authentication.AuthenticationCase
ScanConfig.Authentication.AuthenticationCase. forNumber(int value)
ScanConfig.Authentication.AuthenticationCase
ScanConfig.Authentication.Builder. getAuthenticationCase()
ScanConfig.Authentication.AuthenticationCase
ScanConfig.Authentication. getAuthenticationCase()
ScanConfig.Authentication.AuthenticationCase
ScanConfig.AuthenticationOrBuilder. getAuthenticationCase()
static ScanConfig.Authentication.AuthenticationCase
ScanConfig.Authentication.AuthenticationCase. valueOf(int value)
Deprecated.static ScanConfig.Authentication.AuthenticationCase
ScanConfig.Authentication.AuthenticationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScanConfig.Authentication.AuthenticationCase[]
ScanConfig.Authentication.AuthenticationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-