Class Service.ListAttestorsResponse (1.3.0)

public static final class Service.ListAttestorsResponse extends GeneratedMessageV3 implements Service.ListAttestorsResponseOrBuilder

Response message for [BinauthzManagementService.ListAttestors][].

Protobuf type google.cloud.binaryauthorization.v1.ListAttestorsResponse

Static Fields

ATTESTORS_FIELD_NUMBER

public static final int ATTESTORS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Service.ListAttestorsResponse getDefaultInstance()
Returns
TypeDescription
Service.ListAttestorsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Service.ListAttestorsResponse.Builder newBuilder()
Returns
TypeDescription
Service.ListAttestorsResponse.Builder

newBuilder(Service.ListAttestorsResponse prototype)

public static Service.ListAttestorsResponse.Builder newBuilder(Service.ListAttestorsResponse prototype)
Parameter
NameDescription
prototypeService.ListAttestorsResponse
Returns
TypeDescription
Service.ListAttestorsResponse.Builder

parseDelimitedFrom(InputStream input)

public static Service.ListAttestorsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.ListAttestorsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Service.ListAttestorsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Service.ListAttestorsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Service.ListAttestorsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Service.ListAttestorsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Service.ListAttestorsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.ListAttestorsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Service.ListAttestorsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.ListAttestorsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Service.ListAttestorsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Service.ListAttestorsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.ListAttestorsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Service.ListAttestorsResponse> parser()
Returns
TypeDescription
Parser<ListAttestorsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAttestors(int index)

public Resources.Attestor getAttestors(int index)

The list of attestors.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Resources.Attestor

getAttestorsCount()

public int getAttestorsCount()

The list of attestors.

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

Returns
TypeDescription
int

getAttestorsList()

public List<Resources.Attestor> getAttestorsList()

The list of attestors.

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

Returns
TypeDescription
List<Attestor>

getAttestorsOrBuilder(int index)

public Resources.AttestorOrBuilder getAttestorsOrBuilder(int index)

The list of attestors.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Resources.AttestorOrBuilder

getAttestorsOrBuilderList()

public List<? extends Resources.AttestorOrBuilder> getAttestorsOrBuilderList()

The list of attestors.

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

Returns
TypeDescription
List<? extends com.google.protos.google.cloud.binaryauthorization.v1.Resources.AttestorOrBuilder>

getDefaultInstanceForType()

public Service.ListAttestorsResponse getDefaultInstanceForType()
Returns
TypeDescription
Service.ListAttestorsResponse

getNextPageToken()

public 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 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.

getParserForType()

public Parser<Service.ListAttestorsResponse> getParserForType()
Returns
TypeDescription
Parser<ListAttestorsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Service.ListAttestorsResponse.Builder newBuilderForType()
Returns
TypeDescription
Service.ListAttestorsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Service.ListAttestorsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Service.ListAttestorsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Service.ListAttestorsResponse.Builder toBuilder()
Returns
TypeDescription
Service.ListAttestorsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException