Enum TargetHttpsProxiesSetQuicOverrideRequest.QuicOverride (1.40.0)

public enum TargetHttpsProxiesSetQuicOverrideRequest.QuicOverride extends Enum<TargetHttpsProxiesSetQuicOverrideRequest.QuicOverride> implements ProtocolMessageEnum

QUIC policy for the TargetHttpsProxy resource.

Protobuf enum google.cloud.compute.v1.TargetHttpsProxiesSetQuicOverrideRequest.QuicOverride

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLE

The load balancer will not attempt to negotiate QUIC with clients.

DISABLE = 241807048;

DISABLE_VALUE

The load balancer will not attempt to negotiate QUIC with clients.

DISABLE = 241807048;

ENABLE

The load balancer will attempt to negotiate QUIC with clients.

ENABLE = 438835587;

ENABLE_VALUE

The load balancer will attempt to negotiate QUIC with clients.

ENABLE = 438835587;

NONE

No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.

NONE = 2402104;

NONE_VALUE

No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.

NONE = 2402104;

UNDEFINED_QUIC_OVERRIDE

A value indicating that the enum field is not set.

UNDEFINED_QUIC_OVERRIDE = 0;

UNDEFINED_QUIC_OVERRIDE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_QUIC_OVERRIDE = 0;

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