Skip to content

Commit

Permalink
docs(container_analysis): Timeout config description correctly gives …
Browse files Browse the repository at this point in the history
…the units as seconds
  • Loading branch information
yoshi-automation authored Jan 14, 2021
1 parent 39df1be commit b245c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def self.container_analysis version: :v1, &block
# The library version as recorded in instrumentation and logging.
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
# An array of interceptors that are run before calls are executed.
# * `timeout` (*type:* `Integer`) -
# Default timeout in milliseconds.
# * `timeout` (*type:* `Numeric`) -
# Default timeout in seconds.
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
# Additional gRPC headers to be sent with the call.
# * `retry_policy` (*type:* `Hash`) -
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-container_analysis/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
"sha": "e1d661afe7586d44a29821d44fe8a4cc6d0a34a9"
"sha": "61986f669b2c350e34d332bd55f4d9efee9e84b1"
}
},
{
Expand Down

0 comments on commit b245c92

Please sign in to comment.