public static final class UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder> implements UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilder
The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only [Basic HTTP authentication](https://tools.ietf.org/html/rfc7617) is supported in Uptime checks.Protobuf type
google.monitoring.v3.UptimeCheckConfig.HttpCheck.BasicAuthenticationgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UptimeCheckConfig.HttpCheck.BasicAuthentication build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UptimeCheckConfig.HttpCheck.BasicAuthentication buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder mergeFrom(UptimeCheckConfig.HttpCheck.BasicAuthentication other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>IOExceptionpublic String getUsername()
The username to use when authenticating with the HTTP server.
string username = 1;getUsername in interface UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilderpublic com.google.protobuf.ByteString getUsernameBytes()
The username to use when authenticating with the HTTP server.
string username = 1;getUsernameBytes in interface UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilderpublic UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setUsername(String value)
The username to use when authenticating with the HTTP server.
string username = 1;value - The username to set.public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder clearUsername()
The username to use when authenticating with the HTTP server.
string username = 1;public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setUsernameBytes(com.google.protobuf.ByteString value)
The username to use when authenticating with the HTTP server.
string username = 1;value - The bytes for username to set.public String getPassword()
The password to use when authenticating with the HTTP server.
string password = 2;getPassword in interface UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilderpublic com.google.protobuf.ByteString getPasswordBytes()
The password to use when authenticating with the HTTP server.
string password = 2;getPasswordBytes in interface UptimeCheckConfig.HttpCheck.BasicAuthenticationOrBuilderpublic UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setPassword(String value)
The password to use when authenticating with the HTTP server.
string password = 2;value - The password to set.public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder clearPassword()
The password to use when authenticating with the HTTP server.
string password = 2;public UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setPasswordBytes(com.google.protobuf.ByteString value)
The password to use when authenticating with the HTTP server.
string password = 2;value - The bytes for password to set.public final UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>public final UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UptimeCheckConfig.HttpCheck.BasicAuthentication.Builder>Copyright © 2023 Google LLC. All rights reserved.