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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. The name of the installed package.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |