public final class TdxCcelAttestation extends GeneratedMessageV3 implements TdxCcelAttestationOrBuilder
A TDX Attestation quote.
Protobuf type google.cloud.confidentialcomputing.v1.TdxCcelAttestation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TdxCcelAttestationImplements
TdxCcelAttestationOrBuilderStatic Fields
CANONICAL_EVENT_LOG_FIELD_NUMBER
public static final int CANONICAL_EVENT_LOG_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CCEL_ACPI_TABLE_FIELD_NUMBER
public static final int CCEL_ACPI_TABLE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CCEL_DATA_FIELD_NUMBER
public static final int CCEL_DATA_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TD_QUOTE_FIELD_NUMBER
public static final int TD_QUOTE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static TdxCcelAttestation getDefaultInstance()
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static TdxCcelAttestation.Builder newBuilder()
Returns | |
---|---|
Type | Description |
TdxCcelAttestation.Builder |
newBuilder(TdxCcelAttestation prototype)
public static TdxCcelAttestation.Builder newBuilder(TdxCcelAttestation prototype)
Parameter | |
---|---|
Name | Description |
prototype |
TdxCcelAttestation |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation.Builder |
parseDelimitedFrom(InputStream input)
public static TdxCcelAttestation parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static TdxCcelAttestation parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TdxCcelAttestation parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TdxCcelAttestation parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static TdxCcelAttestation parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TdxCcelAttestation parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TdxCcelAttestation> parser()
Returns | |
---|---|
Type | Description |
Parser<TdxCcelAttestation> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getCanonicalEventLog()
public ByteString getCanonicalEventLog()
Optional. An Event Log containing additional events measured into the RTMR that are not already present in the CCEL.
bytes canonical_event_log = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The canonicalEventLog. |
getCcelAcpiTable()
public ByteString getCcelAcpiTable()
Optional. The Confidential Computing Event Log (CCEL) ACPI table. Formatted as described in the ACPI Specification 6.5.
bytes ccel_acpi_table = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The ccelAcpiTable. |
getCcelData()
public ByteString getCcelData()
Optional. The CCEL event log. Formatted as described in the UEFI 2.10.
bytes ccel_data = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The ccelData. |
getDefaultInstanceForType()
public TdxCcelAttestation getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TdxCcelAttestation |
getParserForType()
public Parser<TdxCcelAttestation> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<TdxCcelAttestation> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getTdQuote()
public ByteString getTdQuote()
Optional. The TDX attestation quote from the guest. It contains the RTMR values.
bytes td_quote = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The tdQuote. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public TdxCcelAttestation.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
TdxCcelAttestation.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TdxCcelAttestation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
TdxCcelAttestation.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public TdxCcelAttestation.Builder toBuilder()
Returns | |
---|---|
Type | Description |
TdxCcelAttestation.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |