File tree Expand file tree Collapse file tree
google/cloud/confidentialcomputing/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ proto_library(
2828 "//google/api:client_proto" ,
2929 "//google/api:field_behavior_proto" ,
3030 "//google/api:resource_proto" ,
31+ "//google/rpc:status_proto" ,
3132 "@com_google_protobuf//:timestamp_proto" ,
3233 ],
3334)
@@ -122,6 +123,7 @@ go_proto_library(
122123 protos = [":confidentialcomputing_proto" ],
123124 deps = [
124125 "//google/api:annotations_go_proto" ,
126+ "//google/rpc:status_go_proto" ,
125127 ],
126128)
127129
@@ -318,6 +320,7 @@ load(
318320
319321csharp_proto_library (
320322 name = "confidentialcomputing_csharp_proto" ,
323+ extra_opts = [],
321324 deps = [":confidentialcomputing_proto" ],
322325)
323326
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import "google/api/client.proto";
2121import "google/api/field_behavior.proto" ;
2222import "google/api/resource.proto" ;
2323import "google/protobuf/timestamp.proto" ;
24+ import "google/rpc/status.proto" ;
2425
2526option csharp_namespace = "Google.Cloud.ConfidentialComputing.V1" ;
2627option go_package = "cloud.google.com/go/confidentialcomputing/apiv1/confidentialcomputingpb;confidentialcomputingpb" ;
@@ -148,6 +149,11 @@ message VerifyAttestationRequest {
148149message VerifyAttestationResponse {
149150 // Output only. Same as claims_token, but as a string.
150151 string oidc_claims_token = 2 [(google.api.field_behavior ) = OUTPUT_ONLY ];
152+
153+ // Output only. A list of messages that carry the partial error details
154+ // related to VerifyAttestation.
155+ repeated google.rpc.Status partial_errors = 3
156+ [(google.api.field_behavior ) = OUTPUT_ONLY ];
151157}
152158
153159// Credentials issued by GCP which are linked to the platform attestation. These
You can’t perform that action at this time.
0 commit comments