Google Cloud Deploy V1 API - Class Google::Longrunning::WaitOperationRequest (v0.15.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Longrunning::WaitOperationRequest.

The request message for Operations.WaitOperation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

defname()->::String
Returns
  • (::String) — The name of the operation resource to wait on.

#name=

defname=(value)->::String
Parameter
  • value (::String) — The name of the operation resource to wait on.
Returns
  • (::String) — The name of the operation resource to wait on.

#timeout

deftimeout()->::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

#timeout=

deftimeout=(value)->::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Returns
  • (::Google::Protobuf::Duration) — The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.