public static enum UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType extends Enum<UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType> implements com.google.protobuf.ProtocolMessageEnum
Type of authentication.Protobuf enum
google.monitoring.v3.UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType| Enum Constant and Description |
|---|
OIDC_TOKEN
OIDC Authentication
OIDC_TOKEN = 1; |
SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED
Default value, will result in OIDC Authentication.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
OIDC_TOKEN_VALUE
OIDC Authentication
OIDC_TOKEN = 1; |
static int |
SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED_VALUE
Default value, will result in OIDC Authentication.
|
public static final UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED
Default value, will result in OIDC Authentication.
SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED = 0;public static final UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType OIDC_TOKEN
OIDC Authentication
OIDC_TOKEN = 1;public static final UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType UNRECOGNIZED
public static final int SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED_VALUE
Default value, will result in OIDC Authentication.
SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED = 0;public static final int OIDC_TOKEN_VALUE
OIDC Authentication
OIDC_TOKEN = 1;public static UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType[] values()
for (UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType c : UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType.values()) System.out.println(c);
public static UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static UptimeCheckConfig.HttpCheck.ServiceAgentAuthentication.ServiceAgentAuthenticationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.