Uses of Class
com.google.webrisk.v1.CompressionType
-
Packages that use CompressionType Package Description com.google.webrisk.v1 -
-
Uses of CompressionType in com.google.webrisk.v1
Methods in com.google.webrisk.v1 that return CompressionType Modifier and Type Method Description static CompressionType
CompressionType. forNumber(int value)
CompressionType
ComputeThreatListDiffRequest.Constraints.Builder. getSupportedCompressions(int index)
The compression types supported by the client.CompressionType
ComputeThreatListDiffRequest.Constraints. getSupportedCompressions(int index)
The compression types supported by the client.CompressionType
ComputeThreatListDiffRequest.ConstraintsOrBuilder. getSupportedCompressions(int index)
The compression types supported by the client.static CompressionType
CompressionType. valueOf(int value)
Deprecated.static CompressionType
CompressionType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CompressionType
CompressionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompressionType[]
CompressionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.webrisk.v1 that return types with arguments of type CompressionType Modifier and Type Method Description List<CompressionType>
ComputeThreatListDiffRequest.Constraints.Builder. getSupportedCompressionsList()
The compression types supported by the client.List<CompressionType>
ComputeThreatListDiffRequest.Constraints. getSupportedCompressionsList()
The compression types supported by the client.List<CompressionType>
ComputeThreatListDiffRequest.ConstraintsOrBuilder. getSupportedCompressionsList()
The compression types supported by the client.static com.google.protobuf.Internal.EnumLiteMap<CompressionType>
CompressionType. internalGetValueMap()
Methods in com.google.webrisk.v1 with parameters of type CompressionType Modifier and Type Method Description ComputeThreatListDiffRequest.Constraints.Builder
ComputeThreatListDiffRequest.Constraints.Builder. addSupportedCompressions(CompressionType value)
The compression types supported by the client.ComputeThreatListDiffRequest.Constraints.Builder
ComputeThreatListDiffRequest.Constraints.Builder. setSupportedCompressions(int index, CompressionType value)
The compression types supported by the client.Method parameters in com.google.webrisk.v1 with type arguments of type CompressionType Modifier and Type Method Description ComputeThreatListDiffRequest.Constraints.Builder
ComputeThreatListDiffRequest.Constraints.Builder. addAllSupportedCompressions(Iterable<? extends CompressionType> values)
The compression types supported by the client.
-