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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOidcClaimsToken()
Output only.com.google.protobuf.ByteString
getOidcClaimsTokenBytes()
Output only.com.google.rpc.Status
getPartialErrors(int index)
Output only.int
getPartialErrorsCount()
Output only.List<com.google.rpc.Status>
getPartialErrorsList()
Output only.com.google.rpc.StatusOrBuilder
getPartialErrorsOrBuilder(int index)
Output only.List<? extends com.google.rpc.StatusOrBuilder>
getPartialErrorsOrBuilderList()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-