public interface InstallationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v1beta1.package.Location location = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Location |
|
getLocationCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract String getName()Output only. The name of the installed package.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. The name of the installed package.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |