publicstaticfinalclass VerifyAttestationRequest.BuilderextendsGeneratedMessageV3.Builder<VerifyAttestationRequest.Builder>implementsVerifyAttestationRequestOrBuilder
A 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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)
publicVerifyAttestationRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicVerifyAttestationRequestbuild()
buildPartial()
publicVerifyAttestationRequestbuildPartial()
clear()
publicVerifyAttestationRequest.Builderclear()
Overrides
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) = { ... }
clearField(Descriptors.FieldDescriptor field)
publicVerifyAttestationRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
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];
clearOneof(Descriptors.OneofDescriptor oneof)
publicVerifyAttestationRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
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];
clone()
publicVerifyAttestationRequest.Builderclone()
Overrides
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.
|
getDefaultInstanceForType()
publicVerifyAttestationRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
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];
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];
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];
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];
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];
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];
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.
|
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()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(VerifyAttestationRequest other)
publicVerifyAttestationRequest.BuildermergeFrom(VerifyAttestationRequestother)
publicVerifyAttestationRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicVerifyAttestationRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
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];
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];
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalVerifyAttestationRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
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.
|
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.
|
setField(Descriptors.FieldDescriptor field, Object value)
publicVerifyAttestationRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
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];
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];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicVerifyAttestationRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
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];
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];
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalVerifyAttestationRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides