Class TdxCcelAttestation.Builder (0.41.0)

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()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicTdxCcelAttestation.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TdxCcelAttestation.Builder
Overrides

build()

publicTdxCcelAttestationbuild()
Returns
Type Description
TdxCcelAttestation

buildPartial()

publicTdxCcelAttestationbuildPartial()
Returns
Type Description
TdxCcelAttestation

clear()

publicTdxCcelAttestation.Builderclear()
Returns
Type Description
TdxCcelAttestation.Builder
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];

Returns
Type Description
TdxCcelAttestation.Builder

This builder for chaining.

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];

Returns
Type Description
TdxCcelAttestation.Builder

This builder for chaining.

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];

Returns
Type Description
TdxCcelAttestation.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

publicTdxCcelAttestation.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TdxCcelAttestation.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicTdxCcelAttestation.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TdxCcelAttestation.Builder
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];

Returns
Type Description
TdxCcelAttestation.Builder

This builder for chaining.

clone()

publicTdxCcelAttestation.Builderclone()
Returns
Type Description
TdxCcelAttestation.Builder
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];

Returns
Type Description
ByteString

The ccelData.

getDefaultInstanceForType()

publicTdxCcelAttestationgetDefaultInstanceForType()
Returns
Type Description
TdxCcelAttestation

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
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];

Returns
Type Description
ByteString

The tdQuote.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TdxCcelAttestation other)

publicTdxCcelAttestation.BuildermergeFrom(TdxCcelAttestationother)
Parameter
Name Description
other TdxCcelAttestation
Returns
Type Description
TdxCcelAttestation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicTdxCcelAttestation.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TdxCcelAttestation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicTdxCcelAttestation.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
TdxCcelAttestation.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalTdxCcelAttestation.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TdxCcelAttestation.Builder
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.

Returns
Type Description
TdxCcelAttestation.Builder

This builder for chaining.

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.

Returns
Type Description
TdxCcelAttestation.Builder

This builder for chaining.

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.

Returns
Type Description
TdxCcelAttestation.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

publicTdxCcelAttestation.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TdxCcelAttestation.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicTdxCcelAttestation.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TdxCcelAttestation.Builder
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.

Returns
Type Description
TdxCcelAttestation.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalTdxCcelAttestation.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TdxCcelAttestation.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.