publicstaticfinalclass Service.ValidateAttestationOccurrenceRequestextendsGeneratedMessageV3implementsService.ValidateAttestationOccurrenceRequestOrBuilder
Request message for
ValidationHelperV1.ValidateAttestationOccurrence.
Protobuf type google.cloud.binaryauthorization.v1.ValidateAttestationOccurrenceRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ATTESTATION_FIELD_NUMBER
publicstaticfinalintATTESTATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
ATTESTOR_FIELD_NUMBER
publicstaticfinalintATTESTOR_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
OCCURRENCE_NOTE_FIELD_NUMBER
publicstaticfinalintOCCURRENCE_NOTE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
OCCURRENCE_RESOURCE_URI_FIELD_NUMBER
publicstaticfinalintOCCURRENCE_RESOURCE_URI_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticService.ValidateAttestationOccurrenceRequestgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticService.ValidateAttestationOccurrenceRequest.BuildernewBuilder()
newBuilder(Service.ValidateAttestationOccurrenceRequest prototype)
publicstaticService.ValidateAttestationOccurrenceRequest.BuildernewBuilder(Service.ValidateAttestationOccurrenceRequestprototype)
publicstaticService.ValidateAttestationOccurrenceRequestparseDelimitedFrom(InputStreaminput)
publicstaticService.ValidateAttestationOccurrenceRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(CodedInputStreaminput)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(InputStreaminput)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<Service.ValidateAttestationOccurrenceRequest>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAttestation()
publicAttestationOccurrencegetAttestation()
Required. An 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];
| Returns |
| Type |
Description |
io.grafeas.v1.AttestationOccurrence |
The attestation.
|
getAttestationOrBuilder()
publicAttestationOccurrenceOrBuildergetAttestationOrBuilder()
Required. An 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];
| Returns |
| Type |
Description |
io.grafeas.v1.AttestationOccurrenceOrBuilder |
getAttestor()
publicStringgetAttestor()
Required. The resource name of the Attestor of the
occurrence, in the format
projects/*/attestors/*.
string attestor = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The attestor.
|
getAttestorBytes()
publicByteStringgetAttestorBytes()
Required. The resource name of the Attestor of the
occurrence, in the format
projects/*/attestors/*.
string attestor = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for attestor.
|
getDefaultInstanceForType()
publicService.ValidateAttestationOccurrenceRequestgetDefaultInstanceForType()
getOccurrenceNote()
publicStringgetOccurrenceNote()
Required. The resource name of the Note to which the
containing Occurrence is associated.
string occurrence_note = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The occurrenceNote.
|
getOccurrenceNoteBytes()
publicByteStringgetOccurrenceNoteBytes()
Required. The resource name of the Note to which the
containing Occurrence is associated.
string occurrence_note = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for occurrenceNote.
|
getOccurrenceResourceUri()
publicStringgetOccurrenceResourceUri()
Required. The URI of the artifact (e.g. container image) that is the
subject of the containing Occurrence.
string occurrence_resource_uri = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The occurrenceResourceUri.
|
getOccurrenceResourceUriBytes()
publicByteStringgetOccurrenceResourceUriBytes()
Required. The URI of the artifact (e.g. container image) that is the
subject of the containing Occurrence.
string occurrence_resource_uri = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for occurrenceResourceUri.
|
getParserForType()
publicParser<Service.ValidateAttestationOccurrenceRequest>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasAttestation()
publicbooleanhasAttestation()
Required. An 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];
| Returns |
| Type |
Description |
boolean |
Whether the attestation field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicService.ValidateAttestationOccurrenceRequest.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedService.ValidateAttestationOccurrenceRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicService.ValidateAttestationOccurrenceRequest.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides