Enum HttpRoute.Redirect.ResponseCode (0.15.0)

public enum HttpRoute.Redirect.ResponseCode extends Enum<HttpRoute.Redirect.ResponseCode> implements ProtocolMessageEnum

Supported HTTP response code.

Protobuf enum google.events.cloud.networkservices.v1.HttpRoute.Redirect.ResponseCode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FOUND

Corresponds to 302.

FOUND = 2;

FOUND_VALUE

Corresponds to 302.

FOUND = 2;

MOVED_PERMANENTLY_DEFAULT

Corresponds to 301.

MOVED_PERMANENTLY_DEFAULT = 1;

MOVED_PERMANENTLY_DEFAULT_VALUE

Corresponds to 301.

MOVED_PERMANENTLY_DEFAULT = 1;

PERMANENT_REDIRECT

Corresponds to 308. In this case, the request method will be retained.

PERMANENT_REDIRECT = 5;

PERMANENT_REDIRECT_VALUE

Corresponds to 308. In this case, the request method will be retained.

PERMANENT_REDIRECT = 5;

RESPONSE_CODE_UNSPECIFIED

Default value

RESPONSE_CODE_UNSPECIFIED = 0;

RESPONSE_CODE_UNSPECIFIED_VALUE

Default value

RESPONSE_CODE_UNSPECIFIED = 0;

SEE_OTHER

Corresponds to 303.

SEE_OTHER = 3;

SEE_OTHER_VALUE

Corresponds to 303.

SEE_OTHER = 3;

TEMPORARY_REDIRECT

Corresponds to 307. In this case, the request method will be retained.

TEMPORARY_REDIRECT = 4;

TEMPORARY_REDIRECT_VALUE

Corresponds to 307. In this case, the request method will be retained.

TEMPORARY_REDIRECT = 4;

UNRECOGNIZED

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()