Class Installation (2.2.16)

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
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Installation getDefaultInstance()
Returns
TypeDescription
Installation

getDescriptor()

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

newBuilder()

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

newBuilder(Installation prototype)

public static Installation.Builder newBuilder(Installation prototype)
Parameter
NameDescription
prototypeInstallation
Returns
TypeDescription
Installation.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Installation getDefaultInstanceForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends io.grafeas.v1beta1.pkg.LocationOrBuilder>

getName()

public String getName()

Output only. The name of the installed package.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The name of the installed package.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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 Installation.Builder newBuilderForType()
Returns
TypeDescription
Installation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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