public final class TdxCcelAttestation extends GeneratedMessageV3 implements TdxCcelAttestationOrBuilder
A TDX Attestation quote.
Protobuf type google.cloud.confidentialcomputing.v1.TdxCcelAttestation
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static 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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TdxCcelAttestation.Builder newBuilder()
newBuilder(TdxCcelAttestation prototype)
public static TdxCcelAttestation.Builder newBuilder(TdxCcelAttestation prototype)
public static TdxCcelAttestation parseDelimitedFrom(InputStream input)
public static TdxCcelAttestation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TdxCcelAttestation parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TdxCcelAttestation parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(CodedInputStream input)
public static TdxCcelAttestation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(InputStream input)
public static TdxCcelAttestation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TdxCcelAttestation parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TdxCcelAttestation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TdxCcelAttestation> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
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];
getDefaultInstanceForType()
public TdxCcelAttestation getDefaultInstanceForType()
getParserForType()
public Parser<TdxCcelAttestation> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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];
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TdxCcelAttestation.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TdxCcelAttestation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TdxCcelAttestation.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides