public static final class ScanConfig.Authentication.Builder extends GeneratedMessageV3.Builder<ScanConfig.Authentication.Builder> implements ScanConfig.AuthenticationOrBuilder
Scan authentication configuration.
Protobuf type google.cloud.websecurityscanner.v1.ScanConfig.Authentication
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ScanConfig.Authentication.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ScanConfig.Authentication build()
buildPartial()
public ScanConfig.Authentication buildPartial()
clear()
public ScanConfig.Authentication.Builder clear()
Overrides
clearAuthentication()
public ScanConfig.Authentication.Builder clearAuthentication()
clearCustomAccount()
public ScanConfig.Authentication.Builder clearCustomAccount()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
clearField(Descriptors.FieldDescriptor field)
public ScanConfig.Authentication.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGoogleAccount() (deprecated)
public ScanConfig.Authentication.Builder clearGoogleAccount()
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
clearIapCredential()
public ScanConfig.Authentication.Builder clearIapCredential()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
clearOneof(Descriptors.OneofDescriptor oneof)
public ScanConfig.Authentication.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ScanConfig.Authentication.Builder clone()
Overrides
getAuthenticationCase()
public ScanConfig.Authentication.AuthenticationCase getAuthenticationCase()
getCustomAccount()
public ScanConfig.Authentication.CustomAccount getCustomAccount()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
getCustomAccountBuilder()
public ScanConfig.Authentication.CustomAccount.Builder getCustomAccountBuilder()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
getCustomAccountOrBuilder()
public ScanConfig.Authentication.CustomAccountOrBuilder getCustomAccountOrBuilder()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
getDefaultInstanceForType()
public ScanConfig.Authentication getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGoogleAccount() (deprecated)
public ScanConfig.Authentication.GoogleAccount getGoogleAccount()
Deprecated. google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is
deprecated. See google/cloud/websecurityscanner/v1/scan_config.proto;l=80
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
getGoogleAccountBuilder() (deprecated)
public ScanConfig.Authentication.GoogleAccount.Builder getGoogleAccountBuilder()
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
getGoogleAccountOrBuilder() (deprecated)
public ScanConfig.Authentication.GoogleAccountOrBuilder getGoogleAccountOrBuilder()
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
getIapCredential()
public ScanConfig.Authentication.IapCredential getIapCredential()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
getIapCredentialBuilder()
public ScanConfig.Authentication.IapCredential.Builder getIapCredentialBuilder()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
getIapCredentialOrBuilder()
public ScanConfig.Authentication.IapCredentialOrBuilder getIapCredentialOrBuilder()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
hasCustomAccount()
public boolean hasCustomAccount()
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
Returns |
Type |
Description |
boolean |
Whether the customAccount field is set.
|
hasGoogleAccount() (deprecated)
public boolean hasGoogleAccount()
Deprecated. google.cloud.websecurityscanner.v1.ScanConfig.Authentication.google_account is
deprecated. See google/cloud/websecurityscanner/v1/scan_config.proto;l=80
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
Returns |
Type |
Description |
boolean |
Whether the googleAccount field is set.
|
hasIapCredential()
public boolean hasIapCredential()
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
Returns |
Type |
Description |
boolean |
Whether the iapCredential field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeCustomAccount(ScanConfig.Authentication.CustomAccount value)
public ScanConfig.Authentication.Builder mergeCustomAccount(ScanConfig.Authentication.CustomAccount value)
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
mergeFrom(ScanConfig.Authentication other)
public ScanConfig.Authentication.Builder mergeFrom(ScanConfig.Authentication other)
public ScanConfig.Authentication.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ScanConfig.Authentication.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeGoogleAccount(ScanConfig.Authentication.GoogleAccount value) (deprecated)
public ScanConfig.Authentication.Builder mergeGoogleAccount(ScanConfig.Authentication.GoogleAccount value)
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
mergeIapCredential(ScanConfig.Authentication.IapCredential value)
public ScanConfig.Authentication.Builder mergeIapCredential(ScanConfig.Authentication.IapCredential value)
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ScanConfig.Authentication.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setCustomAccount(ScanConfig.Authentication.CustomAccount value)
public ScanConfig.Authentication.Builder setCustomAccount(ScanConfig.Authentication.CustomAccount value)
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
setCustomAccount(ScanConfig.Authentication.CustomAccount.Builder builderForValue)
public ScanConfig.Authentication.Builder setCustomAccount(ScanConfig.Authentication.CustomAccount.Builder builderForValue)
Authentication using a custom account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.CustomAccount custom_account = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public ScanConfig.Authentication.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGoogleAccount(ScanConfig.Authentication.GoogleAccount value) (deprecated)
public ScanConfig.Authentication.Builder setGoogleAccount(ScanConfig.Authentication.GoogleAccount value)
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
setGoogleAccount(ScanConfig.Authentication.GoogleAccount.Builder builderForValue) (deprecated)
public ScanConfig.Authentication.Builder setGoogleAccount(ScanConfig.Authentication.GoogleAccount.Builder builderForValue)
Authentication using a Google account.
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount google_account = 1 [deprecated = true];
setIapCredential(ScanConfig.Authentication.IapCredential value)
public ScanConfig.Authentication.Builder setIapCredential(ScanConfig.Authentication.IapCredential value)
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
setIapCredential(ScanConfig.Authentication.IapCredential.Builder builderForValue)
public ScanConfig.Authentication.Builder setIapCredential(ScanConfig.Authentication.IapCredential.Builder builderForValue)
Authentication using Identity-Aware-Proxy (IAP).
.google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential iap_credential = 4;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ScanConfig.Authentication.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ScanConfig.Authentication.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides