Class: Gapic::Model::Method::AipLro
- Inherits:
-
Object
- Object
- Gapic::Model::Method::AipLro
- Includes:
- Singleton
- Defined in:
- lib/gapic/model/method/lro.rb
Overview
AIP-151 LRO Model
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.
95 96 97 |
# File 'lib/gapic/model/method/lro.rb', line 95 def aip_lro? true end |
#nonstandard_lro? ⇒ Boolean
Returns Whether this is a model for the nonstandard LRO.
88 89 90 |
# File 'lib/gapic/model/method/lro.rb', line 88 def nonstandard_lro? false end |