public final class VerifyConfidentialSpaceResponse extends GeneratedMessage 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
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static VerifyConfidentialSpaceResponse.Builder newBuilder()
newBuilder(VerifyConfidentialSpaceResponse prototype)
public static VerifyConfidentialSpaceResponse.Builder newBuilder(VerifyConfidentialSpaceResponse prototype)
public static VerifyConfidentialSpaceResponse parseDelimitedFrom(InputStream input)
public static VerifyConfidentialSpaceResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static VerifyConfidentialSpaceResponse parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VerifyConfidentialSpaceResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static VerifyConfidentialSpaceResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VerifyConfidentialSpaceResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VerifyConfidentialSpaceResponse parseFrom(CodedInputStream input)
public static VerifyConfidentialSpaceResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static VerifyConfidentialSpaceResponse parseFrom(InputStream input)
public static VerifyConfidentialSpaceResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static VerifyConfidentialSpaceResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VerifyConfidentialSpaceResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<VerifyConfidentialSpaceResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
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()
getParserForType()
public Parser<VerifyConfidentialSpaceResponse> getParserForType()
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()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public VerifyConfidentialSpaceResponse.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected VerifyConfidentialSpaceResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public VerifyConfidentialSpaceResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides