Class ListAttestorsRequest (1.0.0-beta05)

public sealed class ListAttestorsRequest : IPageRequest, IMessage<ListAttestorsRequest>, IEquatable<ListAttestorsRequest>, IDeepCloneable<ListAttestorsRequest>, IBufferMessage, IMessage

Request message for [BinauthzManagementService.ListAttestors][].

Inheritance

Object > ListAttestorsRequest

Namespace

Google.Cloud.BinaryAuthorization.V1Beta1

Assembly

Google.Cloud.BinaryAuthorization.V1Beta1.dll

Constructors

ListAttestorsRequest()

public ListAttestorsRequest()

ListAttestorsRequest(ListAttestorsRequest)

public ListAttestorsRequest(ListAttestorsRequest other)
Parameter
NameDescription
otherListAttestorsRequest

Properties

PageSize

public int PageSize { get; set; }

Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

A token identifying a page of results the server should return. Typically, this is the value of [ListAttestorsResponse.next_page_token][google.cloud.binaryauthorization.v1beta1.ListAttestorsResponse.next_page_token] returned from the previous call to the ListAttestors method.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The resource name of the project associated with the [attestors][google.cloud.binaryauthorization.v1beta1.Attestor], in the format projects/*.

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName