Interface ScanConfig.AuthenticationOrBuilder (2.41.0)

public static interface ScanConfig.AuthenticationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthenticationCase()

public abstract ScanConfig.Authentication.AuthenticationCase getAuthenticationCase()
Returns
TypeDescription
ScanConfig.Authentication.AuthenticationCase

getCustomAccount()

public abstract ScanConfig.Authentication.CustomAccount getCustomAccount()

Authentication using a custom account.

.google.cloud.websecurityscanner.v1alpha.ScanConfig.Authentication.CustomAccount custom_account = 2;

Returns
TypeDescription
ScanConfig.Authentication.CustomAccount

The customAccount.

getCustomAccountOrBuilder()

public abstract ScanConfig.Authentication.CustomAccountOrBuilder getCustomAccountOrBuilder()

Authentication using a custom account.

.google.cloud.websecurityscanner.v1alpha.ScanConfig.Authentication.CustomAccount custom_account = 2;

Returns
TypeDescription
ScanConfig.Authentication.CustomAccountOrBuilder

getGoogleAccount()

public abstract ScanConfig.Authentication.GoogleAccount getGoogleAccount()

Authentication using a Google account.

.google.cloud.websecurityscanner.v1alpha.ScanConfig.Authentication.GoogleAccount google_account = 1;

Returns
TypeDescription
ScanConfig.Authentication.GoogleAccount

The googleAccount.

getGoogleAccountOrBuilder()

public abstract ScanConfig.Authentication.GoogleAccountOrBuilder getGoogleAccountOrBuilder()

Authentication using a Google account.

.google.cloud.websecurityscanner.v1alpha.ScanConfig.Authentication.GoogleAccount google_account = 1;

Returns
TypeDescription
ScanConfig.Authentication.GoogleAccountOrBuilder

hasCustomAccount()

public abstract boolean hasCustomAccount()

Authentication using a custom account.

.google.cloud.websecurityscanner.v1alpha.ScanConfig.Authentication.CustomAccount custom_account = 2;

Returns
TypeDescription
boolean

Whether the customAccount field is set.

hasGoogleAccount()

public abstract boolean hasGoogleAccount()

Authentication using a Google account.

.google.cloud.websecurityscanner.v1alpha.ScanConfig.Authentication.GoogleAccount google_account = 1;

Returns
TypeDescription
boolean

Whether the googleAccount field is set.