public static final class ScanConfig.Authentication.CustomAccount extends GeneratedMessageV3 implements ScanConfig.Authentication.CustomAccountOrBuilder
Describes authentication configuration that uses a custom account.
Protobuf type
google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication.CustomAccount
Static Fields
LOGIN_URL_FIELD_NUMBER
public static final int LOGIN_URL_FIELD_NUMBER
Field Value
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
Field Value
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ScanConfig.Authentication.CustomAccount getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ScanConfig.Authentication.CustomAccount.Builder newBuilder()
Returns
newBuilder(ScanConfig.Authentication.CustomAccount prototype)
public static ScanConfig.Authentication.CustomAccount.Builder newBuilder(ScanConfig.Authentication.CustomAccount prototype)
Parameter
Returns
public static ScanConfig.Authentication.CustomAccount parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ScanConfig.Authentication.CustomAccount parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ScanConfig.Authentication.CustomAccount parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ScanConfig.Authentication.CustomAccount parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ScanConfig.Authentication.CustomAccount parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ScanConfig.Authentication.CustomAccount parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ScanConfig.Authentication.CustomAccount parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ScanConfig.Authentication.CustomAccount parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ScanConfig.Authentication.CustomAccount parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ScanConfig.Authentication.CustomAccount parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ScanConfig.Authentication.CustomAccount parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ScanConfig.Authentication.CustomAccount parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ScanConfig.Authentication.CustomAccount> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ScanConfig.Authentication.CustomAccount getDefaultInstanceForType()
Returns
getLoginUrl()
public String getLoginUrl()
Required. The login form URL of the website.
string login_url = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The loginUrl.
|
getLoginUrlBytes()
public ByteString getLoginUrlBytes()
Required. The login form URL of the website.
string login_url = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getParserForType()
public Parser<ScanConfig.Authentication.CustomAccount> getParserForType()
Returns
Overrides
getPassword()
public String getPassword()
Required. Input only. The password of the custom account. The credential is stored encrypted
and not returned in any response nor included in audit logs.
string password = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
Returns
Type | Description |
String | The password.
|
getPasswordBytes()
public ByteString getPasswordBytes()
Required. Input only. The password of the custom account. The credential is stored encrypted
and not returned in any response nor included in audit logs.
string password = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUsername()
public String getUsername()
Required. The user name of the custom account.
string username = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The username.
|
getUsernameBytes()
public ByteString getUsernameBytes()
Required. The user name of the custom account.
string username = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ScanConfig.Authentication.CustomAccount.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ScanConfig.Authentication.CustomAccount.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ScanConfig.Authentication.CustomAccount.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions