Google Cloud Security Command Center v1 API - Class ListAssetsResponse (3.20.0)

public sealed class ListAssetsResponse : IPageResponse<ListAssetsResponse.Types.ListAssetsResult>, IEnumerable<ListAssetsResponse.Types.ListAssetsResult>, IEnumerable, IMessage<ListAssetsResponse>, IEquatable<ListAssetsResponse>, IDeepCloneable<ListAssetsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListAssetsResponse.

Response message for listing assets.

Inheritance

object > ListAssetsResponse

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListAssetsResponse()

public ListAssetsResponse()

ListAssetsResponse(ListAssetsResponse)

public ListAssetsResponse(ListAssetsResponse other)
Parameter
NameDescription
otherListAssetsResponse

Properties

ListAssetsResults

public RepeatedField<ListAssetsResponse.Types.ListAssetsResult> ListAssetsResults { get; }

Assets matching the list request.

Property Value
TypeDescription
RepeatedFieldListAssetsResponseTypesListAssetsResult

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

ReadTime

public Timestamp ReadTime { get; set; }

Time used for executing the list request.

Property Value
TypeDescription
Timestamp

TotalSize

public int TotalSize { get; set; }

The total number of assets matching the query.

Property Value
TypeDescription
int

Methods

GetEnumerator()

public IEnumerator<ListAssetsResponse.Types.ListAssetsResult> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorListAssetsResponseTypesListAssetsResult