Google Cloud Asset V1beta1 Client - Class BatchGetAssetsHistoryRequest (1.12.2)

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

Batch get assets history request.

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

Namespace

Google \ Cloud \ Asset \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The relative name of the root asset. It can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").

↳ asset_names string[]

A list of the full names of the assets. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1. See Resource Names for more info. The request becomes a no-op if the asset name list is empty, and the max size of the asset name list is 100 in one request.

↳ content_type int

Optional. The content type.

↳ read_time_window Google\Cloud\Asset\V1beta1\TimeWindow

Optional. The time window for the asset history. Both start_time and end_time are optional and if set, it must be after 2018-10-02 UTC. If end_time is not set, it is default to current timestamp. If start_time is not set, the snapshot of the assets at end_time will be returned. The returned results contain all temporal assets whose time window overlap with read_time_window.

getParent

Required. The relative name of the root asset. It can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").

Returns
TypeDescription
string

setParent

Required. The relative name of the root asset. It can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAssetNames

A list of the full names of the assets. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.

See Resource Names for more info. The request becomes a no-op if the asset name list is empty, and the max size of the asset name list is 100 in one request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAssetNames

A list of the full names of the assets. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1.

See Resource Names for more info. The request becomes a no-op if the asset name list is empty, and the max size of the asset name list is 100 in one request.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getContentType

Optional. The content type.

Returns
TypeDescription
int

setContentType

Optional. The content type.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getReadTimeWindow

Optional. The time window for the asset history. Both start_time and end_time are optional and if set, it must be after 2018-10-02 UTC. If end_time is not set, it is default to current timestamp. If start_time is not set, the snapshot of the assets at end_time will be returned. The returned results contain all temporal assets whose time window overlap with read_time_window.

Returns
TypeDescription
Google\Cloud\Asset\V1beta1\TimeWindow

setReadTimeWindow

Optional. The time window for the asset history. Both start_time and end_time are optional and if set, it must be after 2018-10-02 UTC. If end_time is not set, it is default to current timestamp. If start_time is not set, the snapshot of the assets at end_time will be returned. The returned results contain all temporal assets whose time window overlap with read_time_window.

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