Interface ScanConfig.AuthenticationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScanConfig.Authentication
,ScanConfig.Authentication.Builder
- Enclosing class:
- ScanConfig
public static interface ScanConfig.AuthenticationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ScanConfig.Authentication.AuthenticationCase
getAuthenticationCase()
ScanConfig.Authentication.CustomAccount
getCustomAccount()
Authentication using a custom account.ScanConfig.Authentication.CustomAccountOrBuilder
getCustomAccountOrBuilder()
Authentication using a custom account.ScanConfig.Authentication.GoogleAccount
getGoogleAccount()
Deprecated.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is deprecated.ScanConfig.Authentication.GoogleAccountOrBuilder
getGoogleAccountOrBuilder()
Deprecated.ScanConfig.Authentication.IapCredential
getIapCredential()
Authentication using Identity-Aware-Proxy (IAP).ScanConfig.Authentication.IapCredentialOrBuilder
getIapCredentialOrBuilder()
Authentication using Identity-Aware-Proxy (IAP).boolean
hasCustomAccount()
Authentication using a custom account.boolean
hasGoogleAccount()
Deprecated.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is deprecated.boolean
hasIapCredential()
Authentication using Identity-Aware-Proxy (IAP).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGoogleAccount
@Deprecated boolean hasGoogleAccount()
Deprecated.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is deprecated. See google/cloud/websecurityscanner/v1/scan_config.proto;l=80Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
- Returns:
- Whether the googleAccount field is set.
-
getGoogleAccount
@Deprecated ScanConfig.Authentication.GoogleAccount getGoogleAccount()
Deprecated.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is deprecated. See google/cloud/websecurityscanner/v1/scan_config.proto;l=80Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
- Returns:
- The googleAccount.
-
getGoogleAccountOrBuilder
@Deprecated ScanConfig.Authentication.GoogleAccountOrBuilder getGoogleAccountOrBuilder()
Deprecated.Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
-
hasCustomAccount
boolean hasCustomAccount()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
- Returns:
- Whether the customAccount field is set.
-
getCustomAccount
ScanConfig.Authentication.CustomAccount getCustomAccount()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
- Returns:
- The customAccount.
-
getCustomAccountOrBuilder
ScanConfig.Authentication.CustomAccountOrBuilder getCustomAccountOrBuilder()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
-
hasIapCredential
boolean hasIapCredential()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
- Returns:
- Whether the iapCredential field is set.
-
getIapCredential
ScanConfig.Authentication.IapCredential getIapCredential()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
- Returns:
- The iapCredential.
-
getIapCredentialOrBuilder
ScanConfig.Authentication.IapCredentialOrBuilder getIapCredentialOrBuilder()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
-
getAuthenticationCase
ScanConfig.Authentication.AuthenticationCase getAuthenticationCase()
-
-