Static Public Attributes | List of all members
grpc.Compression Class Reference
Inheritance diagram for grpc.Compression:
Inheritance graph
[legend]

Static Public Attributes

 Deflate = _compression.Deflate
 
 Gzip = _compression.Gzip
 
 NoCompression = _compression.NoCompression
 

Detailed Description

Indicates the compression method to be used for an RPC.

   This enumeration is part of an EXPERIMENTAL API.

   Attributes:
    NoCompression: Do not use compression algorithm.
    Deflate: Use "Deflate" compression algorithm.
    Gzip: Use "Gzip" compression algorithm.

Definition at line 2084 of file src/python/grpcio/grpc/__init__.py.

Member Data Documentation

◆ Deflate

grpc.Compression.Deflate = _compression.Deflate
static

Definition at line 2095 of file src/python/grpcio/grpc/__init__.py.

◆ Gzip

grpc.Compression.Gzip = _compression.Gzip
static

Definition at line 2096 of file src/python/grpcio/grpc/__init__.py.

◆ NoCompression

grpc.Compression.NoCompression = _compression.NoCompression
static

Definition at line 2094 of file src/python/grpcio/grpc/__init__.py.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:30