Class VerifyAttestationRequest

  • All Implemented Interfaces:
    VerifyAttestationRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class VerifyAttestationRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements VerifyAttestationRequestOrBuilder
     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.v1alpha1.VerifyAttestationRequest
    See Also:
    Serialized Form
    • Field Detail

      • GCP_CREDENTIALS_FIELD_NUMBER

        public static final int GCP_CREDENTIALS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TPM_ATTESTATION_FIELD_NUMBER

        public static final int TPM_ATTESTATION_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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) = { ... }
        Specified by:
        getChallenge in interface VerifyAttestationRequestOrBuilder
        Returns:
        The challenge.
      • getChallengeBytes

        public com.google.protobuf.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) = { ... }
        Specified by:
        getChallengeBytes in interface VerifyAttestationRequestOrBuilder
        Returns:
        The bytes for challenge.
      • hasGcpCredentials

        public boolean hasGcpCredentials()
         Optional. Credentials used to populate the "emails" claim in the
         claims_token.
         
        .google.cloud.confidentialcomputing.v1alpha1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasGcpCredentials in interface VerifyAttestationRequestOrBuilder
        Returns:
        Whether the gcpCredentials field is set.
      • getGcpCredentials

        public GcpCredentials getGcpCredentials()
         Optional. Credentials used to populate the "emails" claim in the
         claims_token.
         
        .google.cloud.confidentialcomputing.v1alpha1.GcpCredentials gcp_credentials = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGcpCredentials in interface VerifyAttestationRequestOrBuilder
        Returns:
        The gcpCredentials.
      • 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.v1alpha1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasTpmAttestation in interface VerifyAttestationRequestOrBuilder
        Returns:
        Whether the tpmAttestation field is set.
      • 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.v1alpha1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTpmAttestation in interface VerifyAttestationRequestOrBuilder
        Returns:
        The tpmAttestation.
      • 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.v1alpha1.TpmAttestation tpm_attestation = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTpmAttestationOrBuilder in interface VerifyAttestationRequestOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static VerifyAttestationRequest parseFrom​(ByteBuffer data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VerifyAttestationRequest parseFrom​(ByteBuffer data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VerifyAttestationRequest parseFrom​(com.google.protobuf.ByteString data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VerifyAttestationRequest parseFrom​(com.google.protobuf.ByteString data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VerifyAttestationRequest parseFrom​(byte[] data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static VerifyAttestationRequest parseFrom​(byte[] data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public VerifyAttestationRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public VerifyAttestationRequest.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected VerifyAttestationRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<VerifyAttestationRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public VerifyAttestationRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder