Package com.google.cloud.compute.v1
Enum BackendService.CompressionMode
- java.lang.Object
-
- java.lang.Enum<BackendService.CompressionMode>
-
- com.google.cloud.compute.v1.BackendService.CompressionMode
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<BackendService.CompressionMode>
- Enclosing class:
- BackendService
public static enum BackendService.CompressionMode extends Enum<BackendService.CompressionMode> implements com.google.protobuf.ProtocolMessageEnum
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
Protobuf enumgoogle.cloud.compute.v1.BackendService.CompressionMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUTOMATICAutomatically uses the best compression based on the Accept-Encoding header sent by the client.DISABLEDDisables compression.UNDEFINED_COMPRESSION_MODEA value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intAUTOMATIC_VALUEAutomatically uses the best compression based on the Accept-Encoding header sent by the client.static intDISABLED_VALUEDisables compression.static intUNDEFINED_COMPRESSION_MODE_VALUEA value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static BackendService.CompressionModeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<BackendService.CompressionMode>internalGetValueMap()static BackendService.CompressionModevalueOf(int value)Deprecated.static BackendService.CompressionModevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static BackendService.CompressionModevalueOf(String name)Returns the enum constant of this type with the specified name.static BackendService.CompressionMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_COMPRESSION_MODE
public static final BackendService.CompressionMode UNDEFINED_COMPRESSION_MODE
A value indicating that the enum field is not set.
UNDEFINED_COMPRESSION_MODE = 0;
-
AUTOMATIC
public static final BackendService.CompressionMode AUTOMATIC
Automatically uses the best compression based on the Accept-Encoding header sent by the client.
AUTOMATIC = 165298699;
-
DISABLED
public static final BackendService.CompressionMode DISABLED
Disables compression. Existing compressed responses cached by Cloud CDN will not be served to clients.
DISABLED = 516696700;
-
UNRECOGNIZED
public static final BackendService.CompressionMode UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_COMPRESSION_MODE_VALUE
public static final int UNDEFINED_COMPRESSION_MODE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_COMPRESSION_MODE = 0;- See Also:
- Constant Field Values
-
AUTOMATIC_VALUE
public static final int AUTOMATIC_VALUE
Automatically uses the best compression based on the Accept-Encoding header sent by the client.
AUTOMATIC = 165298699;- See Also:
- Constant Field Values
-
DISABLED_VALUE
public static final int DISABLED_VALUE
Disables compression. Existing compressed responses cached by Cloud CDN will not be served to clients.
DISABLED = 516696700;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static BackendService.CompressionMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BackendService.CompressionMode c : BackendService.CompressionMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BackendService.CompressionMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static BackendService.CompressionMode valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static BackendService.CompressionMode forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<BackendService.CompressionMode> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static BackendService.CompressionMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-