Class Service.ValidateAttestationOccurrenceRequest (1.71.0)

publicstaticfinalclass Service.ValidateAttestationOccurrenceRequestextendsGeneratedMessageV3implementsService.ValidateAttestationOccurrenceRequestOrBuilder

Request message for ValidationHelperV1.ValidateAttestationOccurrence.

Protobuf type google.cloud.binaryauthorization.v1.ValidateAttestationOccurrenceRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Service.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()
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticService.ValidateAttestationOccurrenceRequest.BuildernewBuilder()
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest.Builder

newBuilder(Service.ValidateAttestationOccurrenceRequest prototype)

publicstaticService.ValidateAttestationOccurrenceRequest.BuildernewBuilder(Service.ValidateAttestationOccurrenceRequestprototype)
Parameter
Name Description
prototype Service.ValidateAttestationOccurrenceRequest
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticService.ValidateAttestationOccurrenceRequestparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticService.ValidateAttestationOccurrenceRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticService.ValidateAttestationOccurrenceRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<Service.ValidateAttestationOccurrenceRequest>parser()
Returns
Type Description
Parser<ValidateAttestationOccurrenceRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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()
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest

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()
Returns
Type Description
Parser<ValidateAttestationOccurrenceRequest>
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()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicService.ValidateAttestationOccurrenceRequest.BuildernewBuilderForType()
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedService.ValidateAttestationOccurrenceRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicService.ValidateAttestationOccurrenceRequest.BuildertoBuilder()
Returns
Type Description
Service.ValidateAttestationOccurrenceRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.