Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Timeout millis is used by some languages #2707

Merged
merged 3 commits into from
Apr 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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