longRunning property
Describes settings to use for long-running operations when generating API methods for RPCs. Complements RPCs that use the annotations in google/longrunning/operations.proto.
Example of a YAML configuration::
publishing: method_behavior: - selector: CreateAdDomain long_running: initial_poll_delay: seconds: 60 # 1 minute poll_delay_multiplier: 1.5 max_poll_delay: seconds: 360 # 6 minutes total_poll_timeout: seconds: 54000 # 90 minutes
Implementation
@$pb.TagNumber(2)
MethodSettings_LongRunning get longRunning => $_getN(1);
Implementation
@$pb.TagNumber(2)
set longRunning(MethodSettings_LongRunning value) => $_setField(2, value);