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 CompressionTypeCompressionType. forNumber(int value)CompressionTypeComputeThreatListDiffRequest.Constraints.Builder. getSupportedCompressions(int index)The compression types supported by the client.CompressionTypeComputeThreatListDiffRequest.Constraints. getSupportedCompressions(int index)The compression types supported by the client.CompressionTypeComputeThreatListDiffRequest.ConstraintsOrBuilder. getSupportedCompressions(int index)The compression types supported by the client.static CompressionTypeCompressionType. valueOf(int value)Deprecated.static CompressionTypeCompressionType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CompressionTypeCompressionType. 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.BuilderComputeThreatListDiffRequest.Constraints.Builder. addSupportedCompressions(CompressionType value)The compression types supported by the client.ComputeThreatListDiffRequest.Constraints.BuilderComputeThreatListDiffRequest.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.BuilderComputeThreatListDiffRequest.Constraints.Builder. addAllSupportedCompressions(Iterable<? extends CompressionType> values)The compression types supported by the client.
-