Interface UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilder (3.4.1)

public static interface UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPassword()

public abstract String getPassword()

The password to use when authenticating with the HTTP server.

string password = 2;

Returns
TypeDescription
String

The password.

getPasswordBytes()

public abstract ByteString getPasswordBytes()

The password to use when authenticating with the HTTP server.

string password = 2;

Returns
TypeDescription
ByteString

The bytes for password.

getUsername()

public abstract String getUsername()

The username to use when authenticating with the HTTP server.

string username = 1;

Returns
TypeDescription
String

The username.

getUsernameBytes()

public abstract ByteString getUsernameBytes()

The username to use when authenticating with the HTTP server.

string username = 1;

Returns
TypeDescription
ByteString

The bytes for username.