class RecordingRuleServiceClient(ClientWithOperations[
Constructor: RecordingRuleServiceClient(channel)
Service for managing recording rules.
This class provides client methods for the nebius.monitoring.v1.RecordingRuleService service.
| Class Method | get |
Return the protobuf service descriptor from the registry. |
| Method | create |
Creates a recording rule. |
| Method | delete |
Deletes a recording rule. |
| Method | get |
Returns the specified recording rule. |
| Method | get |
Returns a recording rule by its unique name within a parent. |
| Method | list |
Returns recording rules under the specified parent. |
| Method | operation |
Return the client that manages long-running operations. |
| Method | update |
Updates a recording rule. |
| Constant | __PB2 |
Alias for code that expects a protobuf service descriptor. |
| Class Variable | __api |
API gateway name for service routes. |
| Class Variable | __operation |
RPC method that supplies the operation route. |
| Class Variable | __operation |
Message type representing a long-running operation. |
| Class Variable | __service |
Fully qualified protobuf service name for RPC routes. |
| Instance Variable | __operation |
Undocumented |
Inherited from ClientWithOperations:
| Method | __init__ |
Initialize the client-with-operations. |
| Class Variable | __operation |
the client class used to manage operations. |
Inherited from Client (via ClientWithOperations):
| Method | request |
Construct a nebius.aio.request.Request for an RPC. |
| Method | stream |
Construct a native async request for a streaming RPC shape. |
| Class Variable | __registry__ |
Descriptor registry for request metadata. |
| Class Variable | __service |
Optional deprecation message. The client writes this message to the warning log when it starts. |
| Instance Variable | _channel |
Undocumented |
CreateRecordingRuleRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ CreateRecordingRuleRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Creates a recording rule.
The request object is returned without starting the RPC.
DeleteRecordingRuleRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ DeleteRecordingRuleRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Deletes a recording rule.
The request object is returned without starting the RPC.
GetRecordingRuleRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ GetRecordingRuleRequest, RecordingRule]:
(source)
¶
Returns the specified recording rule.
The request object is returned without starting the RPC.
GetRecordingRuleByNameRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ GetRecordingRuleByNameRequest, RecordingRule]:
(source)
¶
Returns a recording rule by its unique name within a parent.
The request object is returned without starting the RPC.
ListRecordingRulesRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ ListRecordingRulesRequest, ListRecordingRulesResponse]:
(source)
¶
Returns recording rules under the specified parent.
The request object is returned without starting the RPC.
UpdateRecordingRuleRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ UpdateRecordingRuleRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Updates a recording rule.
The request object is returned without starting the RPC.
Alias for code that expects a protobuf service descriptor.
| Value |
|