Google Cloud Binary Authorization V1 Client - Class Result (1.1.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Binary Authorization V1 Client class Result.
The enum returned in the "result" field.
Protobuf type google.cloud.binaryauthorization.v1.ValidateAttestationOccurrenceResponse.Result
Namespace
Google \ Cloud \ BinaryAuthorization \ V1 \ ValidateAttestationOccurrenceResponse
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
RESULT_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum RESULT_UNSPECIFIED = 0;
VERIFIED
Value: 1
The Attestation was able to verified by the Attestor.
Generated from protobuf enum VERIFIED = 1;
ATTESTATION_NOT_VERIFIABLE
Value: 2
The Attestation was not able to verified by the Attestor.
Generated from protobuf enum ATTESTATION_NOT_VERIFIABLE = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-19 UTC."],[],[]]