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
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\V1beta1\OutputConfig
Output configuration indicating where the results were output to. All results are in JSON format. |
getReadTime
Time the snapshot was taken.
Generated from protobuf field .google.protobuf.Timestamp read_time = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp |
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.
All results are in JSON format.
Generated from protobuf field .google.cloud.asset.v1beta1.OutputConfig output_config = 2;
Returns | |
---|---|
Type | Description |
Google\Cloud\Asset\V1beta1\OutputConfig |
setOutputConfig
Output configuration indicating where the results were output to.
All results are in JSON format.
Generated from protobuf field .google.cloud.asset.v1beta1.OutputConfig output_config = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Asset\V1beta1\OutputConfig
|
Returns | |
---|---|
Type | Description |
$this |