public static final class ScanConfig.Authentication.GoogleAccount extends GeneratedMessageV3 implements ScanConfig.Authentication.GoogleAccountOrBuilder
Describes authentication configuration that uses a Google account.
Protobuf type
google.cloud.websecurityscanner.v1.ScanConfig.Authentication.GoogleAccount
Static Fields
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.GoogleAccount getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ScanConfig.Authentication.GoogleAccount.Builder newBuilder()
Returns
newBuilder(ScanConfig.Authentication.GoogleAccount prototype)
public static ScanConfig.Authentication.GoogleAccount.Builder newBuilder(ScanConfig.Authentication.GoogleAccount prototype)
Parameter
Returns
public static ScanConfig.Authentication.GoogleAccount parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ScanConfig.Authentication.GoogleAccount parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ScanConfig.Authentication.GoogleAccount parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ScanConfig.Authentication.GoogleAccount parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ScanConfig.Authentication.GoogleAccount parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ScanConfig.Authentication.GoogleAccount parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ScanConfig.Authentication.GoogleAccount parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ScanConfig.Authentication.GoogleAccount parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ScanConfig.Authentication.GoogleAccount parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ScanConfig.Authentication.GoogleAccount parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ScanConfig.Authentication.GoogleAccount parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ScanConfig.Authentication.GoogleAccount parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ScanConfig.Authentication.GoogleAccount> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ScanConfig.Authentication.GoogleAccount getDefaultInstanceForType()
Returns
getParserForType()
public Parser<ScanConfig.Authentication.GoogleAccount> getParserForType()
Returns
Overrides
getPassword()
public String getPassword()
Required. Input only. The password of the Google account. The credential is stored encrypted
and not returned in any response nor included in audit logs.
string password = 2;
Returns
Type | Description |
String | The password.
|
getPasswordBytes()
public ByteString getPasswordBytes()
Required. Input only. The password of the Google account. The credential is stored encrypted
and not returned in any response nor included in audit logs.
string password = 2;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUsername()
public String getUsername()
Required. The user name of the Google account.
string username = 1;
Returns
Type | Description |
String | The username.
|
getUsernameBytes()
public ByteString getUsernameBytes()
Required. The user name of the Google account.
string username = 1;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ScanConfig.Authentication.GoogleAccount.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ScanConfig.Authentication.GoogleAccount.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.GoogleAccount.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions