public static interface ScanConfig.AuthenticationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthenticationCase()
public abstract ScanConfig.Authentication.AuthenticationCase getAuthenticationCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ScanConfig.Authentication.GoogleAccountOrBuilder |
|
hasCustomAccount()
public abstract boolean hasCustomAccount()Authentication using a custom account.
.google.cloud.websecurityscanner.v1alpha.ScanConfig.Authentication.CustomAccount custom_account = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the googleAccount field is set. |