Reference documentation and code samples for the Google Cloud Asset V1 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.v1.ExportAssetsResponse
Namespace
Google \ Cloud \ Asset \ V1Methods
__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\V1\OutputConfig
Output configuration indicating where the results were output to. |
↳ output_result |
Google\Cloud\Asset\V1\OutputResult
Output result indicating where the assets were exported to. For example, a set of actual Cloud Storage object URIs where the assets are exported to. The URIs can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Cloud Storage object limit. |
getReadTime
Time the snapshot was taken.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasReadTime
clearReadTime
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.
Returns | |
---|---|
Type | Description |
Google\Cloud\Asset\V1\OutputConfig|null |
hasOutputConfig
clearOutputConfig
setOutputConfig
Output configuration indicating where the results were output to.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Asset\V1\OutputConfig
|
Returns | |
---|---|
Type | Description |
$this |
getOutputResult
Output result indicating where the assets were exported to. For example, a set of actual Cloud Storage object URIs where the assets are exported to.
The URIs can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Cloud Storage object limit.
Returns | |
---|---|
Type | Description |
Google\Cloud\Asset\V1\OutputResult|null |
hasOutputResult
clearOutputResult
setOutputResult
Output result indicating where the assets were exported to. For example, a set of actual Cloud Storage object URIs where the assets are exported to.
The URIs can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Cloud Storage object limit.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Asset\V1\OutputResult
|
Returns | |
---|---|
Type | Description |
$this |