Class VerifyConfidentialSpaceResponse (0.60.0)

public final class VerifyConfidentialSpaceResponse extends GeneratedMessageV3 implements VerifyConfidentialSpaceResponseOrBuilder

VerifyConfidentialSpaceResponse is returned once a Confidential Space attestation has been successfully verified, containing a signed token.

Protobuf type google.cloud.confidentialcomputing.v1.VerifyConfidentialSpaceResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > VerifyConfidentialSpaceResponse

Static Fields

ATTESTATION_TOKEN_FIELD_NUMBER

public static final int ATTESTATION_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

PARTIAL_ERRORS_FIELD_NUMBER

public static final int PARTIAL_ERRORS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static VerifyConfidentialSpaceResponse getDefaultInstance()
Returns
Type Description
VerifyConfidentialSpaceResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static VerifyConfidentialSpaceResponse.Builder newBuilder()
Returns
Type Description
VerifyConfidentialSpaceResponse.Builder

newBuilder(VerifyConfidentialSpaceResponse prototype)

public static VerifyConfidentialSpaceResponse.Builder newBuilder(VerifyConfidentialSpaceResponse prototype)
Parameter
Name Description
prototype VerifyConfidentialSpaceResponse
Returns
Type Description
VerifyConfidentialSpaceResponse.Builder

parseDelimitedFrom(InputStream input)

public static VerifyConfidentialSpaceResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VerifyConfidentialSpaceResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static VerifyConfidentialSpaceResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VerifyConfidentialSpaceResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VerifyConfidentialSpaceResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VerifyConfidentialSpaceResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VerifyConfidentialSpaceResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VerifyConfidentialSpaceResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static VerifyConfidentialSpaceResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VerifyConfidentialSpaceResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static VerifyConfidentialSpaceResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VerifyConfidentialSpaceResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VerifyConfidentialSpaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<VerifyConfidentialSpaceResponse> parser()
Returns
Type Description
Parser<VerifyConfidentialSpaceResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAttestationToken()

public String getAttestationToken()

Output only. The attestation token issued by this service. It contains specific platform claims based on the contents of the provided attestation.

string attestation_token = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The attestationToken.

getAttestationTokenBytes()

public ByteString getAttestationTokenBytes()

Output only. The attestation token issued by this service. It contains specific platform claims based on the contents of the provided attestation.

string attestation_token = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for attestationToken.

getDefaultInstanceForType()

public VerifyConfidentialSpaceResponse getDefaultInstanceForType()
Returns
Type Description
VerifyConfidentialSpaceResponse

getParserForType()

public Parser<VerifyConfidentialSpaceResponse> getParserForType()
Returns
Type Description
Parser<VerifyConfidentialSpaceResponse>
Overrides

getPartialErrors(int index)

public Status getPartialErrors(int index)

Output only. A list of messages that carry the partial error details related to VerifyConfidentialSpace. This field is populated by errors during container image signature verification, which may reflect problems in the provided image signatures. This does not block the issuing of an attestation token, but the token will not contain claims for the failed image signatures.

repeated .google.rpc.Status partial_errors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
com.google.rpc.Status

getPartialErrorsCount()

public int getPartialErrorsCount()

Output only. A list of messages that carry the partial error details related to VerifyConfidentialSpace. This field is populated by errors during container image signature verification, which may reflect problems in the provided image signatures. This does not block the issuing of an attestation token, but the token will not contain claims for the failed image signatures.

repeated .google.rpc.Status partial_errors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getPartialErrorsList()

public List<Status> getPartialErrorsList()

Output only. A list of messages that carry the partial error details related to VerifyConfidentialSpace. This field is populated by errors during container image signature verification, which may reflect problems in the provided image signatures. This does not block the issuing of an attestation token, but the token will not contain claims for the failed image signatures.

repeated .google.rpc.Status partial_errors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<com.google.rpc.Status>

getPartialErrorsOrBuilder(int index)

public StatusOrBuilder getPartialErrorsOrBuilder(int index)

Output only. A list of messages that carry the partial error details related to VerifyConfidentialSpace. This field is populated by errors during container image signature verification, which may reflect problems in the provided image signatures. This does not block the issuing of an attestation token, but the token will not contain claims for the failed image signatures.

repeated .google.rpc.Status partial_errors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
com.google.rpc.StatusOrBuilder

getPartialErrorsOrBuilderList()

public List<? extends StatusOrBuilder> getPartialErrorsOrBuilderList()

Output only. A list of messages that carry the partial error details related to VerifyConfidentialSpace. This field is populated by errors during container image signature verification, which may reflect problems in the provided image signatures. This does not block the issuing of an attestation token, but the token will not contain claims for the failed image signatures.

repeated .google.rpc.Status partial_errors = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.rpc.StatusOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public VerifyConfidentialSpaceResponse.Builder newBuilderForType()
Returns
Type Description
VerifyConfidentialSpaceResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VerifyConfidentialSpaceResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
VerifyConfidentialSpaceResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public VerifyConfidentialSpaceResponse.Builder toBuilder()
Returns
Type Description
VerifyConfidentialSpaceResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException