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 \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Timestamp |
setReadTime
Time the snapshot was taken.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getOutputConfig
Output configuration indicating where the results were output to.
All results are in JSON format.
Returns | |
---|---|
Type | Description |
Google\Cloud\Asset\V1beta1\OutputConfig |
setOutputConfig
Output configuration indicating where the results were output to.
All results are in JSON format.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Asset\V1beta1\OutputConfig
|
Returns | |
---|---|
Type | Description |
$this |