public final class ImageOccurrence extends GeneratedMessageV3 implements ImageOccurrenceOrBuilder
Details of the derived image portion of the DockerImage relationship. This image would be produced from a Dockerfile with FROM <DockerImage.Basis in attached Note>.
Protobuf type grafeas.v1.ImageOccurrence
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImageOccurrenceImplements
ImageOccurrenceOrBuilderStatic Fields
BASE_RESOURCE_URL_FIELD_NUMBER
public static final int BASE_RESOURCE_URL_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DISTANCE_FIELD_NUMBER
public static final int DISTANCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
FINGERPRINT_FIELD_NUMBER
public static final int FINGERPRINT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LAYER_INFO_FIELD_NUMBER
public static final int LAYER_INFO_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ImageOccurrence getDefaultInstance()
Returns | |
---|---|
Type | Description |
ImageOccurrence |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ImageOccurrence.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ImageOccurrence.Builder |
newBuilder(ImageOccurrence prototype)
public static ImageOccurrence.Builder newBuilder(ImageOccurrence prototype)
Parameter | |
---|---|
Name | Description |
prototype | ImageOccurrence |
Returns | |
---|---|
Type | Description |
ImageOccurrence.Builder |
parseDelimitedFrom(InputStream input)
public static ImageOccurrence parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ImageOccurrence |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageOccurrence parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ImageOccurrence |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ImageOccurrence parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
ImageOccurrence |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageOccurrence parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |