public static interface UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
The password to use when authenticating with the HTTP server.
|
com.google.protobuf.ByteString |
getPasswordBytes()
The password to use when authenticating with the HTTP server.
|
String |
getUsername()
The username to use when authenticating with the HTTP server.
|
com.google.protobuf.ByteString |
getUsernameBytes()
The username to use when authenticating with the HTTP server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUsername()
The username to use when authenticating with the HTTP server.
string username = 1;com.google.protobuf.ByteString getUsernameBytes()
The username to use when authenticating with the HTTP server.
string username = 1;String getPassword()
The password to use when authenticating with the HTTP server.
string password = 2;com.google.protobuf.ByteString getPasswordBytes()
The password to use when authenticating with the HTTP server.
string password = 2;Copyright © 2025 Google LLC. All rights reserved.