publicstaticfinalclass TdxCcelAttestation.BuilderextendsGeneratedMessageV3.Builder<TdxCcelAttestation.Builder>implementsTdxCcelAttestationOrBuilder
A TDX Attestation quote.
Protobuf type google.cloud.confidentialcomputing.v1.TdxCcelAttestation
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicTdxCcelAttestation.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicTdxCcelAttestationbuild()
buildPartial()
publicTdxCcelAttestationbuildPartial()
clear()
publicTdxCcelAttestation.Builderclear()
Overrides
clearCanonicalEventLog()
publicTdxCcelAttestation.BuilderclearCanonicalEventLog()
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];
clearCcelAcpiTable()
publicTdxCcelAttestation.BuilderclearCcelAcpiTable()
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];
clearCcelData()
publicTdxCcelAttestation.BuilderclearCcelData()
Optional. The CCEL event log. Formatted as described in the UEFI 2.10.
bytes ccel_data = 2 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
publicTdxCcelAttestation.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicTdxCcelAttestation.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearTdQuote()
publicTdxCcelAttestation.BuilderclearTdQuote()
Optional. The TDX attestation quote from the guest. It contains the RTMR
values.
bytes td_quote = 4 [(.google.api.field_behavior) = OPTIONAL];
clone()
publicTdxCcelAttestation.Builderclone()
Overrides
getCanonicalEventLog()
publicByteStringgetCanonicalEventLog()
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()
publicByteStringgetCcelAcpiTable()
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()
publicByteStringgetCcelData()
Optional. The CCEL event log. Formatted as described in the UEFI 2.10.
bytes ccel_data = 2 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
publicTdxCcelAttestationgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getTdQuote()
publicByteStringgetTdQuote()
Optional. The TDX attestation quote from the guest. It contains the RTMR
values.
bytes td_quote = 4 [(.google.api.field_behavior) = OPTIONAL];
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(TdxCcelAttestation other)
publicTdxCcelAttestation.BuildermergeFrom(TdxCcelAttestationother)
publicTdxCcelAttestation.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicTdxCcelAttestation.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalTdxCcelAttestation.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setCanonicalEventLog(ByteString value)
publicTdxCcelAttestation.BuildersetCanonicalEventLog(ByteStringvalue)
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];
| Parameter |
| Name |
Description |
value |
ByteString
The canonicalEventLog to set.
|
setCcelAcpiTable(ByteString value)
publicTdxCcelAttestation.BuildersetCcelAcpiTable(ByteStringvalue)
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];
| Parameter |
| Name |
Description |
value |
ByteString
The ccelAcpiTable to set.
|
setCcelData(ByteString value)
publicTdxCcelAttestation.BuildersetCcelData(ByteStringvalue)
Optional. The CCEL event log. Formatted as described in the UEFI 2.10.
bytes ccel_data = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
value |
ByteString
The ccelData to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
publicTdxCcelAttestation.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicTdxCcelAttestation.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setTdQuote(ByteString value)
publicTdxCcelAttestation.BuildersetTdQuote(ByteStringvalue)
Optional. The TDX attestation quote from the guest. It contains the RTMR
values.
bytes td_quote = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
value |
ByteString
The tdQuote to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalTdxCcelAttestation.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides