File tree Expand file tree Collapse file tree 4 files changed +50
-50
lines changed
Google.Api.Generator.Tests/ProtoTests/Lro Expand file tree Collapse file tree 4 files changed +50
-50
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ service Lro {
2828 option (google.api.method_signature ) = "name" ;
2929 }
3030
31- // Test an LRO RPC with customized default polling settings.
32- rpc CustomDefaultPollingMethod (Request ) returns (google.longrunning.Operation ) {
31+ // Test an LRO RPC with polling settings specified in the service config .
32+ rpc ServiceConfigPollingMethod (Request ) returns (google.longrunning.Operation ) {
3333 option (google.longrunning.operation_info ) = {
3434 response_type : "LroResponse"
3535 metadata_type : "LroMetadata"
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ public LroClient(CallInvoker callInvoker) { }
3636 public virtual Operation SignatureMethod ( Request request , CallOptions options ) => throw new NotImplementedException ( ) ;
3737 public virtual AsyncUnaryCall < Operation > ResourcedMethodAsync ( ResourceRequest request , CallOptions options ) => throw new NotImplementedException ( ) ;
3838 public virtual Operation ResourcedMethod ( ResourceRequest request , CallOptions options ) => throw new NotImplementedException ( ) ;
39- public virtual AsyncUnaryCall < Operation > CustomDefaultPollingMethodAsync ( Request request , CallOptions options ) => throw new NotImplementedException ( ) ;
40- public virtual Operation CustomDefaultPollingMethod ( Request request , CallOptions options ) => throw new NotImplementedException ( ) ;
39+ public virtual AsyncUnaryCall < Operation > ServiceConfigPollingMethodAsync ( Request request , CallOptions options ) => throw new NotImplementedException ( ) ;
40+ public virtual Operation ServiceConfigPollingMethod ( Request request , CallOptions options ) => throw new NotImplementedException ( ) ;
4141 }
4242}
4343
Original file line number Diff line number Diff line change 88
99publishing :
1010 method_settings :
11- - selector : testing.lro.Lro.CustomDefaultPollingMethod
11+ - selector : testing.lro.Lro.ServiceConfigPollingMethod
1212 long_running :
1313 initial_poll_delay : 60s
1414 poll_delay_multiplier : 2
You can’t perform that action at this time.
0 commit comments