public static interface Service.ValidateAttestationOccurrenceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AttestationOccurrence |
getAttestation()
Required.
|
AttestationOccurrenceOrBuilder |
getAttestationOrBuilder()
Required.
|
String |
getAttestor()
Required.
|
com.google.protobuf.ByteString |
getAttestorBytes()
Required.
|
String |
getOccurrenceNote()
Required.
|
com.google.protobuf.ByteString |
getOccurrenceNoteBytes()
Required.
|
String |
getOccurrenceResourceUri()
Required.
|
com.google.protobuf.ByteString |
getOccurrenceResourceUriBytes()
Required.
|
boolean |
hasAttestation()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAttestor()
Required. The resource name of the [Attestor][google.cloud.binaryauthorization.v1.Attestor] of the [occurrence][grafeas.v1.Occurrence], in the format `projects/*/attestors/*`.
string attestor = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getAttestorBytes()
Required. The resource name of the [Attestor][google.cloud.binaryauthorization.v1.Attestor] of the [occurrence][grafeas.v1.Occurrence], in the format `projects/*/attestors/*`.
string attestor = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasAttestation()
Required. An [AttestationOccurrence][grafeas.v1.AttestationOccurrence] to be checked that it can be verified by the Attestor. It does not have to be an existing entity in Container Analysis. It must otherwise be a valid AttestationOccurrence.
.grafeas.v1.AttestationOccurrence attestation = 2 [(.google.api.field_behavior) = REQUIRED];
AttestationOccurrence getAttestation()
Required. An [AttestationOccurrence][grafeas.v1.AttestationOccurrence] to be checked that it can be verified by the Attestor. It does not have to be an existing entity in Container Analysis. It must otherwise be a valid AttestationOccurrence.
.grafeas.v1.AttestationOccurrence attestation = 2 [(.google.api.field_behavior) = REQUIRED];
AttestationOccurrenceOrBuilder getAttestationOrBuilder()
Required. An [AttestationOccurrence][grafeas.v1.AttestationOccurrence] to be checked that it can be verified by the Attestor. It does not have to be an existing entity in Container Analysis. It must otherwise be a valid AttestationOccurrence.
.grafeas.v1.AttestationOccurrence attestation = 2 [(.google.api.field_behavior) = REQUIRED];
String getOccurrenceNote()
Required. The resource name of the [Note][grafeas.v1.Note] to which the containing [Occurrence][grafeas.v1.Occurrence] is associated.
string occurrence_note = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getOccurrenceNoteBytes()
Required. The resource name of the [Note][grafeas.v1.Note] to which the containing [Occurrence][grafeas.v1.Occurrence] is associated.
string occurrence_note = 3 [(.google.api.field_behavior) = REQUIRED];String getOccurrenceResourceUri()
Required. The URI of the artifact (e.g. container image) that is the subject of the containing [Occurrence][grafeas.v1.Occurrence].
string occurrence_resource_uri = 4 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getOccurrenceResourceUriBytes()
Required. The URI of the artifact (e.g. container image) that is the subject of the containing [Occurrence][grafeas.v1.Occurrence].
string occurrence_resource_uri = 4 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.