public interface ListAttestorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Attestor |
getAttestors(int index)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
|
int |
getAttestorsCount()
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
|
List<Attestor> |
getAttestorsList()
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
|
AttestorOrBuilder |
getAttestorsOrBuilder(int index)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
|
List<? extends AttestorOrBuilder> |
getAttestorsOrBuilderList()
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Attestor> getAttestorsList()
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;Attestor getAttestors(int index)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;int getAttestorsCount()
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;List<? extends AttestorOrBuilder> getAttestorsOrBuilderList()
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;AttestorOrBuilder getAttestorsOrBuilder(int index)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].
repeated .google.cloud.binaryauthorization.v1beta1.Attestor attestors = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass this value in the [ListAttestorsRequest.page_token][google.cloud.binaryauthorization.v1beta1.ListAttestorsRequest.page_token] field in the subsequent call to the `ListAttestors` method to retrieve the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass this value in the [ListAttestorsRequest.page_token][google.cloud.binaryauthorization.v1beta1.ListAttestorsRequest.page_token] field in the subsequent call to the `ListAttestors` method to retrieve the next page of results.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.