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.
1054 1055 1056 1057 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1054 class FetchInventoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::String
Returns Required. The name of the Source.
1054 1055 1056 1057 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1054 class FetchInventoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |