KMS Inventory v1 API - Class SearchProtectedResourcesResponse (1.1.0)

public sealed class SearchProtectedResourcesResponse : IMessage<SearchProtectedResourcesResponse>, IEquatable<SearchProtectedResourcesResponse>, IDeepCloneable<SearchProtectedResourcesResponse>, IBufferMessage, IMessage, IPageResponse<ProtectedResource>, IEnumerable<ProtectedResource>, IEnumerable

Reference documentation and code samples for the KMS Inventory v1 API class SearchProtectedResourcesResponse.

Response message for [KeyTrackingService.SearchProtectedResources][google.cloud.kms.inventory.v1.KeyTrackingService.SearchProtectedResources].

Inheritance

object > SearchProtectedResourcesResponse

Namespace

Google.Cloud.Kms.Inventory.V1

Assembly

Google.Cloud.Kms.Inventory.V1.dll

Constructors

SearchProtectedResourcesResponse()

public SearchProtectedResourcesResponse()

SearchProtectedResourcesResponse(SearchProtectedResourcesResponse)

public SearchProtectedResourcesResponse(SearchProtectedResourcesResponse other)
Parameter
NameDescription
otherSearchProtectedResourcesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

ProtectedResources

public RepeatedField<ProtectedResource> ProtectedResources { get; }

Protected resources for this page.

Property Value
TypeDescription
RepeatedFieldProtectedResource

Methods

GetEnumerator()

public IEnumerator<ProtectedResource> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorProtectedResource