public interface VerifyAttestationResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOidcClaimsToken()
public abstract String getOidcClaimsToken()
Output only. Same as claims_token, but as a string.
string oidc_claims_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The oidcClaimsToken. |
getOidcClaimsTokenBytes()
public abstract ByteString getOidcClaimsTokenBytes()
Output only. Same as claims_token, but as a string.
string oidc_claims_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for oidcClaimsToken. |
getPartialErrors(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
com.google.rpc.Status |
getPartialErrorsCount()
public abstract 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];
Returns | |
---|---|
Type | Description |
int |
getPartialErrorsList()
public abstract List<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];
Returns | |
---|---|
Type | Description |
List<com.google.rpc.Status> |
getPartialErrorsOrBuilder(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
getPartialErrorsOrBuilderList()
public abstract List<? extends 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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> |