Google Cloud Data Loss Prevention v2 API - Class ListStoredInfoTypesResponse (4.8.0)

public sealed class ListStoredInfoTypesResponse : IMessage<ListStoredInfoTypesResponse>, IEquatable<ListStoredInfoTypesResponse>, IDeepCloneable<ListStoredInfoTypesResponse>, IBufferMessage, IMessage, IPageResponse<StoredInfoType>, IEnumerable<StoredInfoType>, IEnumerable

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListStoredInfoTypesResponse.

Response message for ListStoredInfoTypes.

Inheritance

object > ListStoredInfoTypesResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListStoredInfoTypesResponse()

public ListStoredInfoTypesResponse()

ListStoredInfoTypesResponse(ListStoredInfoTypesResponse)

public ListStoredInfoTypesResponse(ListStoredInfoTypesResponse other)
Parameter
NameDescription
otherListStoredInfoTypesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If the next page is available then the next page token to be used in the following ListStoredInfoTypes request.

Property Value
TypeDescription
string

StoredInfoTypes

public RepeatedField<StoredInfoType> StoredInfoTypes { get; }

List of storedInfoTypes, up to page_size in ListStoredInfoTypesRequest.

Property Value
TypeDescription
RepeatedFieldStoredInfoType

Methods

GetEnumerator()

public IEnumerator<StoredInfoType> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorStoredInfoType