public static final class UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder extends GeneratedMessage.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder> implements UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilderThe authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication is supported in Uptime checks.
Protobuf type google.monitoring.v3.UptimeCheckConfig.HttpCheck.BasicAuthentication
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UptimeCheckConfig.HttpCheck.BasicAuthentication.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UptimeCheckConfig.HttpCheck.BasicAuthentication build()| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication |
|
buildPartial()
public UptimeCheckConfig.HttpCheck.BasicAuthentication buildPartial()| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication |
|
clear()
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder clear()| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
|
clearPassword()
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder clearPassword()The password to use when authenticating with the HTTP server.
string password = 2;
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
This builder for chaining. |
clearUsername()
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder clearUsername()The username to use when authenticating with the HTTP server.
string username = 1;
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UptimeCheckConfig.HttpCheck.BasicAuthentication getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPassword()
public String getPassword()The password to use when authenticating with the HTTP server.
string password = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The password. |
getPasswordBytes()
public ByteString getPasswordBytes()The password to use when authenticating with the HTTP server.
string password = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for password. |
getUsername()
public String getUsername()The username to use when authenticating with the HTTP server.
string username = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The username. |
getUsernameBytes()
public ByteString getUsernameBytes()The username to use when authenticating with the HTTP server.
string username = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for username. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UptimeCheckConfig.HttpCheck.BasicAuthentication other)
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder mergeFrom(UptimeCheckConfig.HttpCheck.BasicAuthentication other)| Parameter | |
|---|---|
| Name | Description |
other |
UptimeCheckConfig.HttpCheck.BasicAuthentication |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
|
setPassword(String value)
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setPassword(String value)The password to use when authenticating with the HTTP server.
string password = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe password to set. |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
This builder for chaining. |
setPasswordBytes(ByteString value)
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setPasswordBytes(ByteString value)The password to use when authenticating with the HTTP server.
string password = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for password to set. |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
This builder for chaining. |
setUsername(String value)
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setUsername(String value)The username to use when authenticating with the HTTP server.
string username = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe username to set. |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
This builder for chaining. |
setUsernameBytes(ByteString value)
public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setUsernameBytes(ByteString value)The username to use when authenticating with the HTTP server.
string username = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for username to set. |
| Returns | |
|---|---|
| Type | Description |
UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder |
This builder for chaining. |