- 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
public static final class VerifyAttestationRequest.Builder extends GeneratedMessageV3.Builder<VerifyAttestationRequest.Builder> implements VerifyAttestationRequestOrBuilderA request for an OIDC token, providing all the necessary information needed for this service to verify the plaform state of the requestor.
 Protobuf type google.cloud.confidentialcomputing.v1.VerifyAttestationRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VerifyAttestationRequest.BuilderImplements
VerifyAttestationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VerifyAttestationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
build()
public VerifyAttestationRequest build()| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest | |
buildPartial()
public VerifyAttestationRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest | |
clear()
public VerifyAttestationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
clearChallenge()
public VerifyAttestationRequest.Builder clearChallenge() 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()
public VerifyAttestationRequest.Builder clearConfidentialSpaceInfo()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)
public VerifyAttestationRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
clearGcpCredentials()
public VerifyAttestationRequest.Builder clearGcpCredentials()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)
public VerifyAttestationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
clearSevSnpAttestation()
public VerifyAttestationRequest.Builder clearSevSnpAttestation()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()
public VerifyAttestationRequest.Builder clearTdCcel()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()
public VerifyAttestationRequest.Builder clearTeeAttestation()| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
clearTokenOptions()
public VerifyAttestationRequest.Builder clearTokenOptions()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()
public VerifyAttestationRequest.Builder clearTpmAttestation()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()
public VerifyAttestationRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
getChallenge()
public String getChallenge() 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()
public ByteString getChallengeBytes() 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()
public ConfidentialSpaceInfo getConfidentialSpaceInfo()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()
public ConfidentialSpaceInfo.Builder getConfidentialSpaceInfoBuilder()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()
public ConfidentialSpaceInfoOrBuilder getConfidentialSpaceInfoOrBuilder()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()
public VerifyAttestationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getGcpCredentials()
public GcpCredentials getGcpCredentials()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()
public GcpCredentials.Builder getGcpCredentialsBuilder()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()
public GcpCredentialsOrBuilder getGcpCredentialsOrBuilder()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()
public SevSnpAttestation getSevSnpAttestation()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()
public SevSnpAttestation.Builder getSevSnpAttestationBuilder()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()
public SevSnpAttestationOrBuilder getSevSnpAttestationOrBuilder()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()
public TdxCcelAttestation getTdCcel()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()
public TdxCcelAttestation.Builder getTdCcelBuilder()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()
public TdxCcelAttestationOrBuilder getTdCcelOrBuilder()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()
public VerifyAttestationRequest.TeeAttestationCase getTeeAttestationCase()| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.TeeAttestationCase | |
getTokenOptions()
public TokenOptions getTokenOptions()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()
public TokenOptions.Builder getTokenOptionsBuilder()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()
public TokenOptionsOrBuilder getTokenOptionsOrBuilder()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()
public TpmAttestation getTpmAttestation()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()
public TpmAttestation.Builder getTpmAttestationBuilder()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()
public TpmAttestationOrBuilder getTpmAttestationOrBuilder()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()
public boolean hasConfidentialSpaceInfo()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()
public boolean hasGcpCredentials()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()
public boolean hasSevSnpAttestation()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()
public boolean hasTdCcel()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()
public boolean hasTokenOptions()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()
public boolean hasTpmAttestation()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()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeConfidentialSpaceInfo(ConfidentialSpaceInfo value)
public VerifyAttestationRequest.Builder mergeConfidentialSpaceInfo(ConfidentialSpaceInfo value)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)
public VerifyAttestationRequest.Builder mergeFrom(VerifyAttestationRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | VerifyAttestationRequest | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VerifyAttestationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public VerifyAttestationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
mergeGcpCredentials(GcpCredentials value)
public VerifyAttestationRequest.Builder mergeGcpCredentials(GcpCredentials value)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)
public VerifyAttestationRequest.Builder mergeSevSnpAttestation(SevSnpAttestation value)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)
public VerifyAttestationRequest.Builder mergeTdCcel(TdxCcelAttestation value)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)
public VerifyAttestationRequest.Builder mergeTokenOptions(TokenOptions value)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)
public VerifyAttestationRequest.Builder mergeTpmAttestation(TpmAttestation value)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)
public final VerifyAttestationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
setChallenge(String value)
public VerifyAttestationRequest.Builder setChallenge(String value) 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 | StringThe challenge to set. | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | This builder for chaining. | 
setChallengeBytes(ByteString value)
public VerifyAttestationRequest.Builder setChallengeBytes(ByteString value) 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 | ByteStringThe bytes for challenge to set. | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | This builder for chaining. | 
setConfidentialSpaceInfo(ConfidentialSpaceInfo value)
public VerifyAttestationRequest.Builder setConfidentialSpaceInfo(ConfidentialSpaceInfo value)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)
public VerifyAttestationRequest.Builder setConfidentialSpaceInfo(ConfidentialSpaceInfo.Builder builderForValue)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)
public VerifyAttestationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
setGcpCredentials(GcpCredentials value)
public VerifyAttestationRequest.Builder setGcpCredentials(GcpCredentials value)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)
public VerifyAttestationRequest.Builder setGcpCredentials(GcpCredentials.Builder builderForValue)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)
public VerifyAttestationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |
setSevSnpAttestation(SevSnpAttestation value)
public VerifyAttestationRequest.Builder setSevSnpAttestation(SevSnpAttestation value)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)
public VerifyAttestationRequest.Builder setSevSnpAttestation(SevSnpAttestation.Builder builderForValue)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)
public VerifyAttestationRequest.Builder setTdCcel(TdxCcelAttestation value)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)
public VerifyAttestationRequest.Builder setTdCcel(TdxCcelAttestation.Builder builderForValue)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)
public VerifyAttestationRequest.Builder setTokenOptions(TokenOptions value)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)
public VerifyAttestationRequest.Builder setTokenOptions(TokenOptions.Builder builderForValue)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)
public VerifyAttestationRequest.Builder setTpmAttestation(TpmAttestation value)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)
public VerifyAttestationRequest.Builder setTpmAttestation(TpmAttestation.Builder builderForValue)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)
public final VerifyAttestationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| VerifyAttestationRequest.Builder | |