Class: Gapic::Model::Service::NoNonstandardLro
- Inherits:
-
Object
- Object
- Gapic::Model::Service::NoNonstandardLro
- Includes:
- Singleton
- Defined in:
- lib/gapic/model/service/nonstandard_lro_provider.rb
Overview
Service does not provide nonstandard LRO polling capabilities
Instance Method Summary collapse
-
#nonstandard_lro? ⇒ Boolean
Whether this is a model for a nonstandard LRO provider service.
Instance Method Details
#nonstandard_lro? ⇒ Boolean
Returns Whether this is a model for a nonstandard LRO provider service.
137 138 139 |
# File 'lib/gapic/model/service/nonstandard_lro_provider.rb', line 137 def nonstandard_lro? false end |