Enum UptimeCheckConfig.HttpCheck.ContentType (3.3.6)

public enum UptimeCheckConfig.HttpCheck.ContentType extends Enum<UptimeCheckConfig.HttpCheck.ContentType> implements ProtocolMessageEnum

Header options corresponding to the content type of a HTTP request body.

Protobuf enum google.monitoring.v3.UptimeCheckConfig.HttpCheck.ContentType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
TYPE_UNSPECIFIED

No content type specified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

No content type specified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
URL_ENCODED

body is in URL-encoded form. Equivalent to setting the Content-Type to application/x-www-form-urlencoded in the HTTP request.

URL_ENCODED = 1;

URL_ENCODED_VALUE

body is in URL-encoded form. Equivalent to setting the Content-Type to application/x-www-form-urlencoded in the HTTP request.

URL_ENCODED = 1;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()