public static interface Service.ListAttestorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Resources.Attestor |
getAttestors(int index)
The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
|
int |
getAttestorsCount()
The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
|
List<Resources.Attestor> |
getAttestorsList()
The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
|
Resources.AttestorOrBuilder |
getAttestorsOrBuilder(int index)
The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
|
List<? extends Resources.AttestorOrBuilder> |
getAttestorsOrBuilderList()
The list of [attestors][google.cloud.binaryauthorization.v1.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<Resources.Attestor> getAttestorsList()
The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;Resources.Attestor getAttestors(int index)
The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;int getAttestorsCount()
The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;List<? extends Resources.AttestorOrBuilder> getAttestorsOrBuilderList()
The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;Resources.AttestorOrBuilder getAttestorsOrBuilder(int index)
The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
repeated .google.cloud.binaryauthorization.v1.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.v1.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.v1.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.