public final class FileLocation extends GeneratedMessage implements FileLocationOrBuilderIndicates the location at which a package was found.
Protobuf type grafeas.v1.FileLocation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FileLocationImplements
FileLocationOrBuilderStatic Fields
FILE_PATH_FIELD_NUMBER
public static final int FILE_PATH_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
LAYER_DETAILS_FIELD_NUMBER
public static final int LAYER_DETAILS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static FileLocation getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static FileLocation.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
FileLocation.Builder |
|
newBuilder(FileLocation prototype)
public static FileLocation.Builder newBuilder(FileLocation prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
FileLocation |
| Returns | |
|---|---|
| Type | Description |
FileLocation.Builder |
|
parseDelimitedFrom(InputStream input)
public static FileLocation parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static FileLocation parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FileLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static FileLocation parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FileLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static FileLocation parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FileLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static FileLocation parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static FileLocation parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FileLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<FileLocation> parser()| Returns | |
|---|---|
| Type | Description |
Parser<FileLocation> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public FileLocation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FileLocation |
|
getFilePath()
public String getFilePath()For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
string file_path = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The filePath. |
getFilePathBytes()
public ByteString getFilePathBytes()For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
string file_path = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filePath. |
getLayerDetails()
public LayerDetails getLayerDetails()Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
.grafeas.v1.LayerDetails layer_details = 2;
| Returns | |
|---|---|
| Type | Description |
LayerDetails |
The layerDetails. |
getLayerDetailsOrBuilder()
public LayerDetailsOrBuilder getLayerDetailsOrBuilder()Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
.grafeas.v1.LayerDetails layer_details = 2;
| Returns | |
|---|---|
| Type | Description |
LayerDetailsOrBuilder |
|
getParserForType()
public Parser<FileLocation> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<FileLocation> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasLayerDetails()
public boolean hasLayerDetails()Each package found in a file should have its own layer metadata (that is, information from the origin layer of the package).
.grafeas.v1.LayerDetails layer_details = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the layerDetails field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public FileLocation.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
FileLocation.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected FileLocation.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
FileLocation.Builder |
|
toBuilder()
public FileLocation.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
FileLocation.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|