Interface ListAttestorsResponseOrBuilder (1.12.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface ListAttestorsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttestors(int index)

public abstract Attestor getAttestors(int index)

The list of attestors.

repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Attestor

getAttestorsCount()

public abstract int getAttestorsCount()

The list of attestors.

repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;

Returns
TypeDescription
int

getAttestorsList()

public abstract List<Attestor> getAttestorsList()

The list of attestors.

repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;

Returns
TypeDescription
List<Attestor>

getAttestorsOrBuilder(int index)

public abstract AttestorOrBuilder getAttestorsOrBuilder(int index)

The list of attestors.

repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AttestorOrBuilder

getAttestorsOrBuilderList()

public abstract List<? extends AttestorOrBuilder> getAttestorsOrBuilderList()

The list of attestors.

repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;

Returns
TypeDescription
List<? extends com.google.cloud.binaryauthorization.v1beta1.AttestorOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ListAttestors method to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ListAttestors method to retrieve the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.