Enum UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType (3.44.0)

public enum UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType extends Enum<UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType> implements ProtocolMessageEnum

Type of authentication.

Protobuf enum google.monitoring.v3.UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
OIDC_TOKEN

OIDC Authentication

OIDC_TOKEN = 1;

OIDC_TOKEN_VALUE

OIDC Authentication

OIDC_TOKEN = 1;

SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED

Default value, will result in OIDC Authentication.

SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED_VALUE

Default value, will result in OIDC Authentication.

SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()