Skip to content

Commit

Permalink
Timeout millis is used by some languages (googleapis#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored and busunkim96 committed Nov 7, 2019
1 parent b46ee95 commit 2c88d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/proto/com/google/api/codegen/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ message MethodConfigProto {

// Specifies the default timeout for a non-retrying call. If the call is
// retrying, refer to `retry_params_name` instead.
uint64 timeout_millis = 11; // UNSUPPORTED.
uint64 timeout_millis = 11; // UNSUPPORTED in Java, PHP, C#, Go.

// Specifies the configuration for batching.
BatchingConfigProto batching = 6;
Expand Down

0 comments on commit 2c88d55

Please sign in to comment.