Class PackageNote (2.42.0)

public final class PackageNote extends GeneratedMessageV3 implements PackageNoteOrBuilder

PackageNote represents a particular package version.

Protobuf type grafeas.v1.PackageNote

Static Fields

ARCHITECTURE_FIELD_NUMBER

public static final int ARCHITECTURE_FIELD_NUMBER
Field Value
TypeDescription
int

CPE_URI_FIELD_NUMBER

public static final int CPE_URI_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

DIGEST_FIELD_NUMBER

public static final int DIGEST_FIELD_NUMBER
Field Value
TypeDescription
int

DISTRIBUTION_FIELD_NUMBER

public static final int DISTRIBUTION_FIELD_NUMBER
Field Value
TypeDescription
int

LICENSE_FIELD_NUMBER

public static final int LICENSE_FIELD_NUMBER
Field Value
TypeDescription
int

MAINTAINER_FIELD_NUMBER

public static final int MAINTAINER_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PACKAGE_TYPE_FIELD_NUMBER

public static final int PACKAGE_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

URL_FIELD_NUMBER

public static final int URL_FIELD_NUMBER
Field Value
TypeDescription
int

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PackageNote getDefaultInstance()
Returns
TypeDescription
PackageNote

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PackageNote.Builder newBuilder()
Returns
TypeDescription
PackageNote.Builder

newBuilder(PackageNote prototype)

public static PackageNote.Builder newBuilder(PackageNote prototype)
Parameter
NameDescription
prototypePackageNote
Returns
TypeDescription
PackageNote.Builder

parseDelimitedFrom(InputStream input)

public static PackageNote parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PackageNote parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static PackageNote parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PackageNote parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PackageNote parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PackageNote parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PackageNote parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PackageNote parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static PackageNote parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PackageNote parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static PackageNote parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PackageNote parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PackageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<PackageNote> parser()
Returns
TypeDescription
Parser<PackageNote>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getArchitecture()

public Architecture getArchitecture()

The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.

.grafeas.v1.Architecture architecture = 13;

Returns
TypeDescription
Architecture

The architecture.

getArchitectureValue()

public int getArchitectureValue()

The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.

.grafeas.v1.Architecture architecture = 13;

Returns
TypeDescription
int

The enum numeric value on the wire for architecture.

getCpeUri()

public String getCpeUri()

The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.

string cpe_uri = 12;

Returns
TypeDescription
String

The cpeUri.

getCpeUriBytes()

public ByteString getCpeUriBytes()

The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.

string cpe_uri = 12;

Returns
TypeDescription
ByteString

The bytes for cpeUri.

getDefaultInstanceForType()

public PackageNote getDefaultInstanceForType()
Returns
TypeDescription
PackageNote

getDescription()

public String getDescription()

The description of this package.

string description = 17;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

The description of this package.

string description = 17;

Returns
TypeDescription
ByteString

The bytes for description.

getDigest(int index)

public Digest getDigest(int index)

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
NameDescription
indexint
Returns
TypeDescription
Digest

getDigestCount()

public int getDigestCount()

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Returns
TypeDescription
int

getDigestList()

public List<Digest> getDigestList()

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Returns
TypeDescription
List<Digest>

getDigestOrBuilder(int index)

public DigestOrBuilder getDigestOrBuilder(int index)

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
NameDescription
indexint
Returns
TypeDescription
DigestOrBuilder

getDigestOrBuilderList()

public List<? extends DigestOrBuilder> getDigestOrBuilderList()

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Returns
TypeDescription
List<? extends io.grafeas.v1.DigestOrBuilder>

getDistribution(int index)

public Distribution getDistribution(int index)

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
NameDescription
indexint
Returns
TypeDescription
Distribution

getDistributionCount()

public int getDistributionCount()

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Returns
TypeDescription
int

getDistributionList()

public List<Distribution> getDistributionList()

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Returns
TypeDescription
List<Distribution>

getDistributionOrBuilder(int index)

public DistributionOrBuilder getDistributionOrBuilder(int index)

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
NameDescription
indexint
Returns
TypeDescription
DistributionOrBuilder

getDistributionOrBuilderList()

public List<? extends DistributionOrBuilder> getDistributionOrBuilderList()

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Returns
TypeDescription
List<? extends io.grafeas.v1.DistributionOrBuilder>

getLicense()

public License getLicense()

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Returns
TypeDescription
License

The license.

getLicenseOrBuilder()

public LicenseOrBuilder getLicenseOrBuilder()

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Returns
TypeDescription
LicenseOrBuilder

getMaintainer()

public String getMaintainer()

A freeform text denoting the maintainer of this package.

string maintainer = 15;

Returns
TypeDescription
String

The maintainer.

getMaintainerBytes()

public ByteString getMaintainerBytes()

A freeform text denoting the maintainer of this package.

string maintainer = 15;

Returns
TypeDescription
ByteString

The bytes for maintainer.

getName()

public String getName()

The name of the package.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the package.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for name.

getPackageType()

public String getPackageType()

The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).

string package_type = 11;

Returns
TypeDescription
String

The packageType.

getPackageTypeBytes()

public ByteString getPackageTypeBytes()

The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).

string package_type = 11;

Returns
TypeDescription
ByteString

The bytes for packageType.

getParserForType()

public Parser<PackageNote> getParserForType()
Returns
TypeDescription
Parser<PackageNote>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUrl()

public String getUrl()

The homepage for this package.

string url = 16;

Returns
TypeDescription
String

The url.

getUrlBytes()

public ByteString getUrlBytes()

The homepage for this package.

string url = 16;

Returns
TypeDescription
ByteString

The bytes for url.

getVersion()

public Version getVersion()

The version of the package.

.grafeas.v1.Version version = 14;

Returns
TypeDescription
Version

The version.

getVersionOrBuilder()

public VersionOrBuilder getVersionOrBuilder()

The version of the package.

.grafeas.v1.Version version = 14;

Returns
TypeDescription
VersionOrBuilder

hasLicense()

public boolean hasLicense()

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Returns
TypeDescription
boolean

Whether the license field is set.

hasVersion()

public boolean hasVersion()

The version of the package.

.grafeas.v1.Version version = 14;

Returns
TypeDescription
boolean

Whether the version field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public PackageNote.Builder newBuilderForType()
Returns
TypeDescription
PackageNote.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PackageNote.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
PackageNote.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public PackageNote.Builder toBuilder()
Returns
TypeDescription
PackageNote.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException