public interface PackageOccurrenceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Location |
getLocation(int index)
Required.
|
int |
getLocationCount()
Required.
|
List<Location> |
getLocationList()
Required.
|
LocationOrBuilder |
getLocationOrBuilder(int index)
Required.
|
List<? extends LocationOrBuilder> |
getLocationOrBuilderList()
Required.
|
String |
getName()
Output only.
|
ByteString |
getNameBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
Output only. The name of the installed package.
string name = 1;
ByteString getNameBytes()
Output only. The name of the installed package.
string name = 1;
List<Location> getLocationList()
Required. All of the places within the filesystem versions of this package have been found.
repeated .grafeas.v1.Location location = 2;
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;
int getLocationCount()
Required. All of the places within the filesystem versions of this package have been found.
repeated .grafeas.v1.Location location = 2;
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;
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;
Copyright © 2019 Google LLC. All rights reserved.