Class ListAttestorsResponse (1.0.0)

public sealed class ListAttestorsResponse : IPageResponse<Attestor>, IEnumerable<Attestor>, IEnumerable, IMessage<ListAttestorsResponse>, IEquatable<ListAttestorsResponse>, IDeepCloneable<ListAttestorsResponse>, IBufferMessage, IMessage

Response message for [BinauthzManagementService.ListAttestors][].

Inheritance

Object > ListAttestorsResponse

Namespace

Google.Cloud.BinaryAuthorization.V1

Assembly

Google.Cloud.BinaryAuthorization.V1.dll

Constructors

ListAttestorsResponse()

public ListAttestorsResponse()

ListAttestorsResponse(ListAttestorsResponse)

public ListAttestorsResponse(ListAttestorsResponse other)
Parameter
NameDescription
otherListAttestorsResponse

Properties

Attestors

public RepeatedField<Attestor> Attestors { get; }

The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].

Property Value
TypeDescription
RepeatedField<Attestor>

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. Pass this value in the [ListAttestorsRequest.page_token][google.cloud.binaryauthorization.v1.ListAttestorsRequest.page_token] field in the subsequent call to the ListAttestors method to retrieve the next page of results.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Attestor> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Attestor>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator