Class SbomReferenceIntotoPredicate (2.47.0)

public final class SbomReferenceIntotoPredicate extends GeneratedMessageV3 implements SbomReferenceIntotoPredicateOrBuilder

A predicate which describes the SBOM being referenced.

Protobuf type grafeas.v1.SbomReferenceIntotoPredicate

Static Fields

DIGEST_FIELD_NUMBER

public static final int DIGEST_FIELD_NUMBER
Field Value
Type Description
int

LOCATION_FIELD_NUMBER

public static final int LOCATION_FIELD_NUMBER
Field Value
Type Description
int

MIME_TYPE_FIELD_NUMBER

public static final int MIME_TYPE_FIELD_NUMBER
Field Value
Type Description
int

REFERRER_ID_FIELD_NUMBER

public static final int REFERRER_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SbomReferenceIntotoPredicate getDefaultInstance()
Returns
Type Description
SbomReferenceIntotoPredicate

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SbomReferenceIntotoPredicate.Builder newBuilder()
Returns
Type Description
SbomReferenceIntotoPredicate.Builder

newBuilder(SbomReferenceIntotoPredicate prototype)

public static SbomReferenceIntotoPredicate.Builder newBuilder(SbomReferenceIntotoPredicate prototype)
Parameter
Name Description
prototype SbomReferenceIntotoPredicate
Returns
Type Description
SbomReferenceIntotoPredicate.Builder

parseDelimitedFrom(InputStream input)

public static SbomReferenceIntotoPredicate parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SbomReferenceIntotoPredicate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SbomReferenceIntotoPredicate parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SbomReferenceIntotoPredicate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SbomReferenceIntotoPredicate parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SbomReferenceIntotoPredicate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SbomReferenceIntotoPredicate parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SbomReferenceIntotoPredicate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SbomReferenceIntotoPredicate parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SbomReferenceIntotoPredicate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SbomReferenceIntotoPredicate parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SbomReferenceIntotoPredicate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SbomReferenceIntotoPredicate
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SbomReferenceIntotoPredicate> parser()
Returns
Type Description
Parser<SbomReferenceIntotoPredicate>

Methods

containsDigest(String key)

public boolean containsDigest(String key)

A map of algorithm to digest of the contents of the SBOM.

map<string, string> digest = 4;

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SbomReferenceIntotoPredicate getDefaultInstanceForType()
Returns
Type Description
SbomReferenceIntotoPredicate

getDigest() (deprecated)

public Map<String,String> getDigest()

Use #getDigestMap() instead.

Returns
Type Description
Map<String,String>

getDigestCount()

public int getDigestCount()

A map of algorithm to digest of the contents of the SBOM.

map<string, string> digest = 4;

Returns
Type Description
int

getDigestMap()

public Map<String,String> getDigestMap()

A map of algorithm to digest of the contents of the SBOM.

map<string, string> digest = 4;

Returns
Type Description
Map<String,String>

getDigestOrDefault(String key, String defaultValue)

public String getDigestOrDefault(String key, String defaultValue)

A map of algorithm to digest of the contents of the SBOM.

map<string, string> digest = 4;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getDigestOrThrow(String key)

public String getDigestOrThrow(String key)

A map of algorithm to digest of the contents of the SBOM.

map<string, string> digest = 4;

Parameter
Name Description
key String
Returns
Type Description
String

getLocation()

public String getLocation()

The location of the SBOM.

string location = 2;

Returns
Type Description
String

The location.

getLocationBytes()

public ByteString getLocationBytes()

The location of the SBOM.

string location = 2;

Returns
Type Description
ByteString

The bytes for location.

getMimeType()

public String getMimeType()

The mime type of the SBOM.

string mime_type = 3;

Returns
Type Description
String

The mimeType.

getMimeTypeBytes()

public ByteString getMimeTypeBytes()

The mime type of the SBOM.

string mime_type = 3;

Returns
Type Description
ByteString

The bytes for mimeType.

getParserForType()

public Parser<SbomReferenceIntotoPredicate> getParserForType()
Returns
Type Description
Parser<SbomReferenceIntotoPredicate>
Overrides

getReferrerId()

public String getReferrerId()

The person or system referring this predicate to the consumer.

string referrer_id = 1;

Returns
Type Description
String

The referrerId.

getReferrerIdBytes()

public ByteString getReferrerIdBytes()

The person or system referring this predicate to the consumer.

string referrer_id = 1;

Returns
Type Description
ByteString

The bytes for referrerId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SbomReferenceIntotoPredicate.Builder newBuilderForType()
Returns
Type Description
SbomReferenceIntotoPredicate.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SbomReferenceIntotoPredicate.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SbomReferenceIntotoPredicate.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SbomReferenceIntotoPredicate.Builder toBuilder()
Returns
Type Description
SbomReferenceIntotoPredicate.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException