publicfinalclass VerifyAttestationRequestextendsGeneratedMessageV3implementsVerifyAttestationRequestOrBuilder
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.<ListT>makeMutableCopy(ListT)
Static Fields
CHALLENGE_FIELD_NUMBER
publicstaticfinalintCHALLENGE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
GCP_CREDENTIALS_FIELD_NUMBER
publicstaticfinalintGCP_CREDENTIALS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
TPM_ATTESTATION_FIELD_NUMBER
publicstaticfinalintTPM_ATTESTATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticVerifyAttestationRequestgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticVerifyAttestationRequest.BuildernewBuilder()
newBuilder(VerifyAttestationRequest prototype)
publicstaticVerifyAttestationRequest.BuildernewBuilder(VerifyAttestationRequestprototype)
publicstaticVerifyAttestationRequestparseDelimitedFrom(InputStreaminput)
publicstaticVerifyAttestationRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticVerifyAttestationRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticVerifyAttestationRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticVerifyAttestationRequestparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticVerifyAttestationRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticVerifyAttestationRequestparseFrom(CodedInputStreaminput)
publicstaticVerifyAttestationRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticVerifyAttestationRequestparseFrom(InputStreaminput)
publicstaticVerifyAttestationRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticVerifyAttestationRequestparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticVerifyAttestationRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<VerifyAttestationRequest>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
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()
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];
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];
getParserForType()
publicParser<VerifyAttestationRequest>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
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];
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicVerifyAttestationRequest.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedVerifyAttestationRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicVerifyAttestationRequest.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides