Google Cloud Asset V1beta1 Client - Class ExportAssetsResponse (1.13.2)

Reference documentation and code samples for the Google Cloud Asset V1beta1 Client class ExportAssetsResponse.

The export asset response. This message is returned by the google.longrunning.Operations.GetOperation method in the returned google.longrunning.Operation.response field.

Generated from protobuf message google.cloud.asset.v1beta1.ExportAssetsResponse

Namespace

Google \ Cloud \ Asset \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ read_time Google\Protobuf\Timestamp

Time the snapshot was taken.

↳ output_config Google\Cloud\Asset\V1beta1\OutputConfig

Output configuration indicating where the results were output to. All results are in JSON format.

getReadTime

Time the snapshot was taken.

Returns
TypeDescription
Google\Protobuf\Timestamp

setReadTime

Time the snapshot was taken.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getOutputConfig

Output configuration indicating where the results were output to.

All results are in JSON format.

Returns
TypeDescription
Google\Cloud\Asset\V1beta1\OutputConfig

setOutputConfig

Output configuration indicating where the results were output to.

All results are in JSON format.

Parameter
NameDescription
var Google\Cloud\Asset\V1beta1\OutputConfig
Returns
TypeDescription
$this