Class: Gapic::Model::Method::NoLro
- Inherits:
-
Object
- Object
- Gapic::Model::Method::NoLro
- Includes:
- Singleton
- Defined in:
- lib/gapic/model/method/lro.rb
Overview
Method does not represent a long-running operation
Instance Method Summary collapse
-
#aip_lro? ⇒ Boolean
Whether this is a model for the AIP-151 LRO.
-
#nonstandard_lro? ⇒ Boolean
Whether this is a model for the nonstandard LRO.
Instance Method Details
#aip_lro? ⇒ Boolean
Returns Whether this is a model for the AIP-151 LRO.
115 116 117 |
# File 'lib/gapic/model/method/lro.rb', line 115 def aip_lro? false end |
#nonstandard_lro? ⇒ Boolean
Returns Whether this is a model for the nonstandard LRO.
108 109 110 |
# File 'lib/gapic/model/method/lro.rb', line 108 def nonstandard_lro? false end |