public static interface UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassword()
The password to authenticate.
|
ByteString |
getPasswordBytes()
The password to authenticate.
|
java.lang.String |
getUsername()
The username to authenticate.
|
ByteString |
getUsernameBytes()
The username to authenticate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getUsername()
The username to authenticate.
string username = 1;
ByteString getUsernameBytes()
The username to authenticate.
string username = 1;
java.lang.String getPassword()
The password to authenticate.
string password = 2;
ByteString getPasswordBytes()
The password to authenticate.
string password = 2;