Class VerifyAttestationRequest.Builder (0.48.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 0.64.0 (latest)
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.54.0
- 0.53.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
publicstaticfinalclass VerifyAttestationRequest.BuilderextendsGeneratedMessageV3.Builder<VerifyAttestationRequest.Builder>implementsVerifyAttestationRequestOrBuilderA request for an OIDC token, providing all the necessary information needed for this service to verify the platform state of the requestor.
Protobuf type google.cloud.confidentialcomputing.v1.VerifyAttestationRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VerifyAttestationRequest.BuilderImplements
VerifyAttestationRequestOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicVerifyAttestationRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
build()
publicVerifyAttestationRequestbuild()| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest |
|
buildPartial()
publicVerifyAttestationRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest |
|
clear()
publicVerifyAttestationRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clearAttester()
publicVerifyAttestationRequest.BuilderclearAttester()Optional. An optional indicator of the attester, only applies to certain products.
string attester = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
This builder for chaining. |
clearChallenge()
publicVerifyAttestationRequest.BuilderclearChallenge() Required. The name of the Challenge whose nonce was used to generate the
attestation, in the format projects/*/locations/*/challenges/*. The
provided Challenge will be consumed, and cannot be used again.
string challenge = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
This builder for chaining. |
clearConfidentialSpaceInfo()
publicVerifyAttestationRequest.BuilderclearConfidentialSpaceInfo()Optional. Optional information related to the Confidential Space TEE.
.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicVerifyAttestationRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clearGcpCredentials()
publicVerifyAttestationRequest.BuilderclearGcpCredentials()Optional. Credentials used to populate the "emails" claim in the claims_token.
.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicVerifyAttestationRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clearSevSnpAttestation()
publicVerifyAttestationRequest.BuilderclearSevSnpAttestation()Optional. An SEV-SNP Attestation Report.
.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clearTdCcel()
publicVerifyAttestationRequest.BuilderclearTdCcel()Optional. A TDX with CCEL and RTMR Attestation Quote.
.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clearTeeAttestation()
publicVerifyAttestationRequest.BuilderclearTeeAttestation()| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clearTokenOptions()
publicVerifyAttestationRequest.BuilderclearTokenOptions()Optional. A collection of optional, workload-specified claims that modify the token output.
.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clearTpmAttestation()
publicVerifyAttestationRequest.BuilderclearTpmAttestation()Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
clone()
publicVerifyAttestationRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
getAttester()
publicStringgetAttester()Optional. An optional indicator of the attester, only applies to certain products.
string attester = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The attester. |
getAttesterBytes()
publicByteStringgetAttesterBytes()Optional. An optional indicator of the attester, only applies to certain products.
string attester = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for attester. |
getChallenge()
publicStringgetChallenge() Required. The name of the Challenge whose nonce was used to generate the
attestation, in the format projects/*/locations/*/challenges/*. The
provided Challenge will be consumed, and cannot be used again.
string challenge = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The challenge. |
getChallengeBytes()
publicByteStringgetChallengeBytes() Required. The name of the Challenge whose nonce was used to generate the
attestation, in the format projects/*/locations/*/challenges/*. The
provided Challenge will be consumed, and cannot be used again.
string challenge = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for challenge. |
getConfidentialSpaceInfo()
publicConfidentialSpaceInfogetConfidentialSpaceInfo()Optional. Optional information related to the Confidential Space TEE.
.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ConfidentialSpaceInfo |
The confidentialSpaceInfo. |
getConfidentialSpaceInfoBuilder()
publicConfidentialSpaceInfo.BuildergetConfidentialSpaceInfoBuilder()Optional. Optional information related to the Confidential Space TEE.
.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ConfidentialSpaceInfo.Builder |
|
getConfidentialSpaceInfoOrBuilder()
publicConfidentialSpaceInfoOrBuildergetConfidentialSpaceInfoOrBuilder()Optional. Optional information related to the Confidential Space TEE.
.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ConfidentialSpaceInfoOrBuilder |
|
getDefaultInstanceForType()
publicVerifyAttestationRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGcpCredentials()
publicGcpCredentialsgetGcpCredentials()Optional. Credentials used to populate the "emails" claim in the claims_token.
.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GcpCredentials |
The gcpCredentials. |
getGcpCredentialsBuilder()
publicGcpCredentials.BuildergetGcpCredentialsBuilder()Optional. Credentials used to populate the "emails" claim in the claims_token.
.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GcpCredentials.Builder |
|
getGcpCredentialsOrBuilder()
publicGcpCredentialsOrBuildergetGcpCredentialsOrBuilder()Optional. Credentials used to populate the "emails" claim in the claims_token.
.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GcpCredentialsOrBuilder |
|
getSevSnpAttestation()
publicSevSnpAttestationgetSevSnpAttestation()Optional. An SEV-SNP Attestation Report.
.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SevSnpAttestation |
The sevSnpAttestation. |
getSevSnpAttestationBuilder()
publicSevSnpAttestation.BuildergetSevSnpAttestationBuilder()Optional. An SEV-SNP Attestation Report.
.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SevSnpAttestation.Builder |
|
getSevSnpAttestationOrBuilder()
publicSevSnpAttestationOrBuildergetSevSnpAttestationOrBuilder()Optional. An SEV-SNP Attestation Report.
.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SevSnpAttestationOrBuilder |
|
getTdCcel()
publicTdxCcelAttestationgetTdCcel()Optional. A TDX with CCEL and RTMR Attestation Quote.
.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TdxCcelAttestation |
The tdCcel. |
getTdCcelBuilder()
publicTdxCcelAttestation.BuildergetTdCcelBuilder()Optional. A TDX with CCEL and RTMR Attestation Quote.
.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TdxCcelAttestation.Builder |
|
getTdCcelOrBuilder()
publicTdxCcelAttestationOrBuildergetTdCcelOrBuilder()Optional. A TDX with CCEL and RTMR Attestation Quote.
.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TdxCcelAttestationOrBuilder |
|
getTeeAttestationCase()
publicVerifyAttestationRequest.TeeAttestationCasegetTeeAttestationCase()| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.TeeAttestationCase |
|
getTokenOptions()
publicTokenOptionsgetTokenOptions()Optional. A collection of optional, workload-specified claims that modify the token output.
.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TokenOptions |
The tokenOptions. |
getTokenOptionsBuilder()
publicTokenOptions.BuildergetTokenOptionsBuilder()Optional. A collection of optional, workload-specified claims that modify the token output.
.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TokenOptions.Builder |
|
getTokenOptionsOrBuilder()
publicTokenOptionsOrBuildergetTokenOptionsOrBuilder()Optional. A collection of optional, workload-specified claims that modify the token output.
.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TokenOptionsOrBuilder |
|
getTpmAttestation()
publicTpmAttestationgetTpmAttestation()Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TpmAttestation |
The tpmAttestation. |
getTpmAttestationBuilder()
publicTpmAttestation.BuildergetTpmAttestationBuilder()Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TpmAttestation.Builder |
|
getTpmAttestationOrBuilder()
publicTpmAttestationOrBuildergetTpmAttestationOrBuilder()Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TpmAttestationOrBuilder |
|
hasConfidentialSpaceInfo()
publicbooleanhasConfidentialSpaceInfo()Optional. Optional information related to the Confidential Space TEE.
.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the confidentialSpaceInfo field is set. |
hasGcpCredentials()
publicbooleanhasGcpCredentials()Optional. Credentials used to populate the "emails" claim in the claims_token.
.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcpCredentials field is set. |
hasSevSnpAttestation()
publicbooleanhasSevSnpAttestation()Optional. An SEV-SNP Attestation Report.
.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sevSnpAttestation field is set. |
hasTdCcel()
publicbooleanhasTdCcel()Optional. A TDX with CCEL and RTMR Attestation Quote.
.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tdCcel field is set. |
hasTokenOptions()
publicbooleanhasTokenOptions()Optional. A collection of optional, workload-specified claims that modify the token output.
.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tokenOptions field is set. |
hasTpmAttestation()
publicbooleanhasTpmAttestation()Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tpmAttestation field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeConfidentialSpaceInfo(ConfidentialSpaceInfo value)
publicVerifyAttestationRequest.BuildermergeConfidentialSpaceInfo(ConfidentialSpaceInfovalue)Optional. Optional information related to the Confidential Space TEE.
.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ConfidentialSpaceInfo |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
mergeFrom(VerifyAttestationRequest other)
publicVerifyAttestationRequest.BuildermergeFrom(VerifyAttestationRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
VerifyAttestationRequest |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicVerifyAttestationRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicVerifyAttestationRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
mergeGcpCredentials(GcpCredentials value)
publicVerifyAttestationRequest.BuildermergeGcpCredentials(GcpCredentialsvalue)Optional. Credentials used to populate the "emails" claim in the claims_token.
.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
GcpCredentials |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
mergeSevSnpAttestation(SevSnpAttestation value)
publicVerifyAttestationRequest.BuildermergeSevSnpAttestation(SevSnpAttestationvalue)Optional. An SEV-SNP Attestation Report.
.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
SevSnpAttestation |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
mergeTdCcel(TdxCcelAttestation value)
publicVerifyAttestationRequest.BuildermergeTdCcel(TdxCcelAttestationvalue)Optional. A TDX with CCEL and RTMR Attestation Quote.
.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
TdxCcelAttestation |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
mergeTokenOptions(TokenOptions value)
publicVerifyAttestationRequest.BuildermergeTokenOptions(TokenOptionsvalue)Optional. A collection of optional, workload-specified claims that modify the token output.
.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
TokenOptions |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
mergeTpmAttestation(TpmAttestation value)
publicVerifyAttestationRequest.BuildermergeTpmAttestation(TpmAttestationvalue)Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TpmAttestation |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalVerifyAttestationRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setAttester(String value)
publicVerifyAttestationRequest.BuildersetAttester(Stringvalue)Optional. An optional indicator of the attester, only applies to certain products.
string attester = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
String The attester to set. |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
This builder for chaining. |
setAttesterBytes(ByteString value)
publicVerifyAttestationRequest.BuildersetAttesterBytes(ByteStringvalue)Optional. An optional indicator of the attester, only applies to certain products.
string attester = 8 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for attester to set. |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
This builder for chaining. |
setChallenge(String value)
publicVerifyAttestationRequest.BuildersetChallenge(Stringvalue) Required. The name of the Challenge whose nonce was used to generate the
attestation, in the format projects/*/locations/*/challenges/*. The
provided Challenge will be consumed, and cannot be used again.
string challenge = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The challenge to set. |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
This builder for chaining. |
setChallengeBytes(ByteString value)
publicVerifyAttestationRequest.BuildersetChallengeBytes(ByteStringvalue) Required. The name of the Challenge whose nonce was used to generate the
attestation, in the format projects/*/locations/*/challenges/*. The
provided Challenge will be consumed, and cannot be used again.
string challenge = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for challenge to set. |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
This builder for chaining. |
setConfidentialSpaceInfo(ConfidentialSpaceInfo value)
publicVerifyAttestationRequest.BuildersetConfidentialSpaceInfo(ConfidentialSpaceInfovalue)Optional. Optional information related to the Confidential Space TEE.
.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ConfidentialSpaceInfo |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setConfidentialSpaceInfo(ConfidentialSpaceInfo.Builder builderForValue)
publicVerifyAttestationRequest.BuildersetConfidentialSpaceInfo(ConfidentialSpaceInfo.BuilderbuilderForValue)Optional. Optional information related to the Confidential Space TEE.
.google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo confidential_space_info = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ConfidentialSpaceInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicVerifyAttestationRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setGcpCredentials(GcpCredentials value)
publicVerifyAttestationRequest.BuildersetGcpCredentials(GcpCredentialsvalue)Optional. Credentials used to populate the "emails" claim in the claims_token.
.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
GcpCredentials |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setGcpCredentials(GcpCredentials.Builder builderForValue)
publicVerifyAttestationRequest.BuildersetGcpCredentials(GcpCredentials.BuilderbuilderForValue)Optional. Credentials used to populate the "emails" claim in the claims_token.
.google.cloud.confidentialcomputing.v1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GcpCredentials.Builder |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicVerifyAttestationRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setSevSnpAttestation(SevSnpAttestation value)
publicVerifyAttestationRequest.BuildersetSevSnpAttestation(SevSnpAttestationvalue)Optional. An SEV-SNP Attestation Report.
.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
SevSnpAttestation |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setSevSnpAttestation(SevSnpAttestation.Builder builderForValue)
publicVerifyAttestationRequest.BuildersetSevSnpAttestation(SevSnpAttestation.BuilderbuilderForValue)Optional. An SEV-SNP Attestation Report.
.google.cloud.confidentialcomputing.v1.SevSnpAttestation sev_snp_attestation = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SevSnpAttestation.Builder |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setTdCcel(TdxCcelAttestation value)
publicVerifyAttestationRequest.BuildersetTdCcel(TdxCcelAttestationvalue)Optional. A TDX with CCEL and RTMR Attestation Quote.
.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
TdxCcelAttestation |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setTdCcel(TdxCcelAttestation.Builder builderForValue)
publicVerifyAttestationRequest.BuildersetTdCcel(TdxCcelAttestation.BuilderbuilderForValue)Optional. A TDX with CCEL and RTMR Attestation Quote.
.google.cloud.confidentialcomputing.v1.TdxCcelAttestation td_ccel = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TdxCcelAttestation.Builder |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setTokenOptions(TokenOptions value)
publicVerifyAttestationRequest.BuildersetTokenOptions(TokenOptionsvalue)Optional. A collection of optional, workload-specified claims that modify the token output.
.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
TokenOptions |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setTokenOptions(TokenOptions.Builder builderForValue)
publicVerifyAttestationRequest.BuildersetTokenOptions(TokenOptions.BuilderbuilderForValue)Optional. A collection of optional, workload-specified claims that modify the token output.
.google.cloud.confidentialcomputing.v1.TokenOptions token_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TokenOptions.Builder |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setTpmAttestation(TpmAttestation value)
publicVerifyAttestationRequest.BuildersetTpmAttestation(TpmAttestationvalue)Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TpmAttestation |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setTpmAttestation(TpmAttestation.Builder builderForValue)
publicVerifyAttestationRequest.BuildersetTpmAttestation(TpmAttestation.BuilderbuilderForValue)Required. The TPM-specific data provided by the attesting platform, used to populate any of the claims regarding platform state.
.google.cloud.confidentialcomputing.v1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TpmAttestation.Builder |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalVerifyAttestationRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
VerifyAttestationRequest.Builder |
|