public static interface UptimeCheckConfig.HttpCheck.ServiceAgentAuthenticationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getType()
public abstract UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType getType()
Type of authentication.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType type = 1;
Returns | |
---|---|
Type | Description |
UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType |
The type. |
getTypeValue()
public abstract int getTypeValue()
Type of authentication.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |