Interface VerifyAttestationResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    VerifyAttestationResponse, VerifyAttestationResponse.Builder

    public interface VerifyAttestationResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getOidcClaimsToken

        String getOidcClaimsToken()
         Output only. Same as claims_token, but as a string.
         
        string oidc_claims_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The oidcClaimsToken.
      • getOidcClaimsTokenBytes

        com.google.protobuf.ByteString getOidcClaimsTokenBytes()
         Output only. Same as claims_token, but as a string.
         
        string oidc_claims_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for oidcClaimsToken.
      • getPartialErrorsList

        List<com.google.rpc.Status> getPartialErrorsList()
         Output only. A list of messages that carry the partial error details
         related to VerifyAttestation.
         
        repeated .google.rpc.Status partial_errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrors

        com.google.rpc.Status getPartialErrors​(int index)
         Output only. A list of messages that carry the partial error details
         related to VerifyAttestation.
         
        repeated .google.rpc.Status partial_errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsCount

        int getPartialErrorsCount()
         Output only. A list of messages that carry the partial error details
         related to VerifyAttestation.
         
        repeated .google.rpc.Status partial_errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsOrBuilderList

        List<? extends com.google.rpc.StatusOrBuilder> getPartialErrorsOrBuilderList()
         Output only. A list of messages that carry the partial error details
         related to VerifyAttestation.
         
        repeated .google.rpc.Status partial_errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsOrBuilder

        com.google.rpc.StatusOrBuilder getPartialErrorsOrBuilder​(int index)
         Output only. A list of messages that carry the partial error details
         related to VerifyAttestation.
         
        repeated .google.rpc.Status partial_errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];