Public Member Functions | Public Attributes | Static Public Attributes | List of all members
grpc_tools.command.BuildPackageProtos Class Reference
Inheritance diagram for grpc_tools.command.BuildPackageProtos:
Inheritance graph
[legend]

Public Member Functions

def finalize_options (self)
 
def initialize_options (self)
 
def run (self)
 

Public Attributes

 strict_mode
 

Static Public Attributes

string description = 'build grpc protobuf modules'
 
list user_options
 

Detailed Description

Command to generate project *_pb2.py modules from proto files.

Definition at line 50 of file command.py.

Member Function Documentation

◆ finalize_options()

def grpc_tools.command.BuildPackageProtos.finalize_options (   self)

Definition at line 60 of file command.py.

◆ initialize_options()

def grpc_tools.command.BuildPackageProtos.initialize_options (   self)

Definition at line 57 of file command.py.

◆ run()

def grpc_tools.command.BuildPackageProtos.run (   self)

Definition at line 63 of file command.py.

Member Data Documentation

◆ description

string grpc_tools.command.BuildPackageProtos.description = 'build grpc protobuf modules'
static

Definition at line 53 of file command.py.

◆ strict_mode

grpc_tools.command.BuildPackageProtos.strict_mode

Definition at line 58 of file command.py.

◆ user_options

list grpc_tools.command.BuildPackageProtos.user_options
static
Initial value:
= [('strict-mode', 's',
'exit with non-zero value if the proto compiling fails.')]

Definition at line 54 of file command.py.


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


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