Class Installation (2.43.0)

public final class Installation extends GeneratedMessageV3 implements InstallationOrBuilder

This represents how a particular software package may be installed on a system.

Protobuf type grafeas.v1beta1.package.Installation

Static Fields

LOCATION_FIELD_NUMBER

public static final int LOCATION_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Installation getDefaultInstance()
Returns
Type Description
Installation

getDescriptor()

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

newBuilder()

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

newBuilder(Installation prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Installation getDefaultInstanceForType()
Returns
Type Description
Installation

getLocation(int index)

public Location getLocation(int index)

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Parameter
Name Description
index int
Returns
Type Description
Location

getLocationCount()

public int getLocationCount()

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Returns
Type Description
int

getLocationList()

public List<Location> getLocationList()

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Returns
Type Description
List<Location>

getLocationOrBuilder(int index)

public LocationOrBuilder getLocationOrBuilder(int index)

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Parameter
Name Description
index int
Returns
Type Description
LocationOrBuilder

getLocationOrBuilderList()

public List<? extends LocationOrBuilder> getLocationOrBuilderList()

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Returns
Type Description
List<? extends io.grafeas.v1beta1.pkg.LocationOrBuilder>

getName()

public String getName()

Output only. The name of the installed package.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The name of the installed package.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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