Class: Google::Cloud::VMMigration::V1::FetchInventoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::FetchInventoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for fetchInventory.
Instance Attribute Summary collapse
-
#force_refresh ⇒ ::Boolean
If this flag is set to true, the source will be queried instead of using cached results.
-
#source ⇒ ::String
Required.
Instance Attribute Details
#force_refresh ⇒ ::Boolean
Returns If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.
1240 1241 1242 1243 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1240 class FetchInventoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::String
Returns Required. The name of the Source.
1240 1241 1242 1243 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1240 class FetchInventoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |