Google Cloud Vm Migration V1 Client - Class FetchStorageInventoryResponse (1.4.0)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class FetchStorageInventoryResponse.

Response message for fetchStorageInventory.

Generated from protobuf message google.cloud.vmmigration.v1.FetchStorageInventoryResponse

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ resources array<SourceStorageResource>

The list of storage resources in the source.

↳ update_time Google\Protobuf\Timestamp

Output only. The timestamp when the source was last queried (if the result is from the cache).

↳ next_page_token string

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getResources

The list of storage resources in the source.

Returns
Type Description
Google\Protobuf\RepeatedField<SourceStorageResource>

setResources

The list of storage resources in the source.

Parameter
Name Description
var array<SourceStorageResource>
Returns
Type Description
$this

getUpdateTime

Output only. The timestamp when the source was last queried (if the result is from the cache).

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The timestamp when the source was last queried (if the result is from the cache).

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getNextPageToken

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this