Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::FetchInventoryRequest.
Request message for fetchInventory.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#force_refresh
def force_refresh() -> ::Boolean
Returns
- (::Boolean) — 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.
#force_refresh=
def force_refresh=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#source
def source() -> ::String
Returns
- (::String) — Required. The name of the Source.
#source=
def source=(value) -> ::String
Parameter
- value (::String) — Required. The name of the Source.
Returns
- (::String) — Required. The name of the Source.