Google Cloud Security Command Center V1 Client - Class ListAssetsResponse (1.13.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ListAssetsResponse.

Response message for listing assets.

Generated from protobuf message google.cloud.securitycenter.v1.ListAssetsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ list_assets_results array<Google\Cloud\SecurityCenter\V1\ListAssetsResponse\ListAssetsResult>

Assets matching the list request.

↳ read_time Google\Protobuf\Timestamp

Time used for executing the list request.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results.

↳ total_size int

The total number of assets matching the query.

getListAssetsResults

Assets matching the list request.

Generated from protobuf field repeated .google.cloud.securitycenter.v1.ListAssetsResponse.ListAssetsResult list_assets_results = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setListAssetsResults

Assets matching the list request.

Generated from protobuf field repeated .google.cloud.securitycenter.v1.ListAssetsResponse.ListAssetsResult list_assets_results = 1;

Parameter
NameDescription
var array<Google\Cloud\SecurityCenter\V1\ListAssetsResponse\ListAssetsResult>
Returns
TypeDescription
$this

getReadTime

Time used for executing the list request.

Generated from protobuf field .google.protobuf.Timestamp read_time = 2;

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasReadTime

clearReadTime

setReadTime

Time used for executing the list request.

Generated from protobuf field .google.protobuf.Timestamp read_time = 2;

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getNextPageToken

Token to retrieve the next page of results, or empty if there are no more results.

Generated from protobuf field string next_page_token = 3;

Returns
TypeDescription
string

setNextPageToken

Token to retrieve the next page of results, or empty if there are no more results.

Generated from protobuf field string next_page_token = 3;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTotalSize

The total number of assets matching the query.

Generated from protobuf field int32 total_size = 4;

Returns
TypeDescription
int

setTotalSize

The total number of assets matching the query.

Generated from protobuf field int32 total_size = 4;

Parameter
NameDescription
var int
Returns
TypeDescription
$this