class documentation
class Operation(Generic[
Constructor: Operation(source_method, channel, operation)
Undocumented
| Method | __init__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | done |
Undocumented |
| Method | raw |
Undocumented |
| Method | status |
Undocumented |
| Method | successful |
Undocumented |
| Method | sync |
Undocumented |
| Method | sync |
Undocumented |
| Async Method | update |
Undocumented |
| Async Method | wait |
Undocumented |
| Property | created |
Undocumented |
| Property | created |
Undocumented |
| Property | description |
Undocumented |
| Property | finished |
Undocumented |
| Property | id |
Undocumented |
| Property | resource |
Undocumented |
| Method | _set |
Undocumented |
| Instance Variable | _channel |
Undocumented |
| Instance Variable | _get |
Undocumented |
| Instance Variable | _operation |
Undocumented |
| Instance Variable | _service |
Undocumented |
def __init__(self, source_method:
str, channel: ClientChannelInterface, operation: OperationPb):
(source)
¶
Undocumented
async def update(self, metadata:
Iterable[ tuple[ str, str]] | None = None, timeout: float | None = None, credentials: CallCredentials | None = None, compression: Compression | None = None, per_retry_timeout: float | None = None):
(source)
¶
Undocumented
async def wait(self, interval:
float | timedelta = 1, metadata: Iterable[ tuple[ str, str]] | None = None, timeout: float | None = None, credentials: CallCredentials | None = None, compression: Compression | None = None, poll_iteration_timeout: float | None = None, poll_per_retry_timeout: float | None = None):
(source)
¶
Undocumented