Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class FetchInventoryRequest.
Request message for fetchInventory .
Generated from protobuf message google.cloud.vmmigration.v1.FetchInventoryRequest
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ source
string
Required. The name of the Source.
↳ force_refresh
bool
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.
getSource
Required. The name of the Source.
string
setSource
Required. The name of the Source.
var
string
$this
getForceRefresh
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.
bool
setForceRefresh
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.
var
bool
$this
static::build
source
string
Required. The name of the Source. Please see VmMigrationClient::sourceName() for help formatting this field.