Public Member Functions | Public Attributes | List of all members
grpc.beta.interfaces.GRPCCallOptions Class Reference
Inheritance diagram for grpc.beta.interfaces.GRPCCallOptions:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, disable_compression, subcall_of, credentials)
 

Public Attributes

 credentials
 
 disable_compression
 
 subcall_of
 

Detailed Description

A value encapsulating gRPC-specific options passed on RPC invocation.

  This class and its instances have no supported interface - it exists to
  define the type of its instances and its instances exist to be passed to
  other functions.

Definition at line 28 of file interfaces.py.

Constructor & Destructor Documentation

◆ __init__()

def grpc.beta.interfaces.GRPCCallOptions.__init__ (   self,
  disable_compression,
  subcall_of,
  credentials 
)

Definition at line 36 of file interfaces.py.

Member Data Documentation

◆ credentials

grpc.beta.interfaces.GRPCCallOptions.credentials

Definition at line 39 of file interfaces.py.

◆ disable_compression

grpc.beta.interfaces.GRPCCallOptions.disable_compression

Definition at line 37 of file interfaces.py.

◆ subcall_of

grpc.beta.interfaces.GRPCCallOptions.subcall_of

Definition at line 38 of file interfaces.py.


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


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