Package io.grafeas.v1beta1.pkg
Interface InstallationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Installation,Installation.Builder
public interface InstallationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationgetLocation(int index)Required.intgetLocationCount()Required.List<Location>getLocationList()Required.LocationOrBuildergetLocationOrBuilder(int index)Required.List<? extends LocationOrBuilder>getLocationOrBuilderList()Required.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. The name of the installed package.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. The name of the installed package.
string name = 1;- Returns:
- The bytes for name.
-
getLocationList
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;
-
getLocation
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;
-
getLocationCount
int getLocationCount()
Required. All of the places within the filesystem versions of this package have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
-
getLocationOrBuilderList
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;
-
getLocationOrBuilder
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;
-
-