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)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CHALLENGE_FIELD_NUMBER
publicstaticfinalintCHALLENGE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
CONFIDENTIAL_SPACE_INFO_FIELD_NUMBER
publicstaticfinalintCONFIDENTIAL_SPACE_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
GCP_CREDENTIALS_FIELD_NUMBER
publicstaticfinalintGCP_CREDENTIALS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
TOKEN_OPTIONS_FIELD_NUMBER
publicstaticfinalintTOKEN_OPTIONS_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.
|
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];
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];
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
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];
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];
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];
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.
|
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.
|
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