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
Methods
__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 Google 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 Google Cloud Storage object limit. |
getReadTime
Time the snapshot was taken.
Generated from protobuf field .google.protobuf.Timestamp read_time = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasReadTime
clearReadTime
setReadTime
Time the snapshot was taken.
Generated from protobuf field .google.protobuf.Timestamp read_time = 1;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getOutputConfig
Output configuration indicating where the results were output to.
Generated from protobuf field .google.cloud.asset.v1.OutputConfig output_config = 2;
Returns | |
---|---|
Type | Description |
Google\Cloud\Asset\V1\OutputConfig|null |
hasOutputConfig
clearOutputConfig
setOutputConfig
Output configuration indicating where the results were output to.
Generated from protobuf field .google.cloud.asset.v1.OutputConfig output_config = 2;
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 Google 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 Google Cloud Storage object limit.
Generated from protobuf field .google.cloud.asset.v1.OutputResult output_result = 3;
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 Google 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 Google Cloud Storage object limit.
Generated from protobuf field .google.cloud.asset.v1.OutputResult output_result = 3;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Asset\V1\OutputResult
|
Returns | |
---|---|
Type | Description |
$this |