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 |
---|
Type | Description |
int | |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Service.ListAttestorsResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Service.ListAttestorsResponse.Builder newBuilder()
newBuilder(Service.ListAttestorsResponse prototype)
public static Service.ListAttestorsResponse.Builder newBuilder(Service.ListAttestorsResponse prototype)
public static Service.ListAttestorsResponse parseDelimitedFrom(InputStream input)
public static Service.ListAttestorsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Service.ListAttestorsResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Service.ListAttestorsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Service.ListAttestorsResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Service.ListAttestorsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Service.ListAttestorsResponse parseFrom(CodedInputStream input)
public static Service.ListAttestorsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Service.ListAttestorsResponse parseFrom(InputStream input)
public static Service.ListAttestorsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Service.ListAttestorsResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Service.ListAttestorsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Service.ListAttestorsResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAttestors(int index)
public Resources.Attestor getAttestors(int index)
The list of attestors.
repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;
Parameter |
---|
Name | Description |
index | int
|
getAttestorsCount()
public int getAttestorsCount()
The list of attestors.
repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;
Returns |
---|
Type | Description |
int | |
getAttestorsList()
public List<Resources.Attestor> getAttestorsList()
The list of attestors.
repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;
getAttestorsOrBuilder(int index)
public Resources.AttestorOrBuilder getAttestorsOrBuilder(int index)
The list of attestors.
repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;
Parameter |
---|
Name | Description |
index | int
|
getAttestorsOrBuilderList()
public List<? extends Resources.AttestorOrBuilder> getAttestorsOrBuilderList()
The list of attestors.
repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;
Returns |
---|
Type | Description |
List<? extends com.google.protos.google.cloud.binaryauthorization.v1.Resources.AttestorOrBuilder> | |
getDefaultInstanceForType()
public Service.ListAttestorsResponse getDefaultInstanceForType()
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 |
---|
Type | Description |
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 |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<Service.ListAttestorsResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Service.ListAttestorsResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Service.ListAttestorsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides