Interface PackageOccurrenceOrBuilder (2.3.0)

public interface PackageOccurrenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation(int index)

public abstract Location getLocation(int index)

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

repeated .grafeas.v1.Location location = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Location

getLocationCount()

public abstract int getLocationCount()

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

repeated .grafeas.v1.Location location = 2;

Returns
TypeDescription
int

getLocationList()

public abstract List<Location> getLocationList()

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

repeated .grafeas.v1.Location location = 2;

Returns
TypeDescription
List<Location>

getLocationOrBuilder(int index)

public abstract LocationOrBuilder getLocationOrBuilder(int index)

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

repeated .grafeas.v1.Location location = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LocationOrBuilder

getLocationOrBuilderList()

public abstract List<? extends LocationOrBuilder> getLocationOrBuilderList()

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

repeated .grafeas.v1.Location location = 2;

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

getName()

public abstract String getName()

Output only. The name of the installed package.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The name of the installed package.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.