public final class ImageNote extends GeneratedMessageV3 implements ImageNoteOrBuilder
Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM <Basis.resource_url> Or an equivalent reference, e.g., a tag of the resource_url.
Protobuf type grafeas.v1.ImageNote
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImageNoteImplements
ImageNoteOrBuilderStatic Fields
FINGERPRINT_FIELD_NUMBER
public static final int FINGERPRINT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
RESOURCE_URL_FIELD_NUMBER
public static final int RESOURCE_URL_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ImageNote getDefaultInstance()
Returns | |
---|---|
Type | Description |
ImageNote |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ImageNote.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ImageNote.Builder |
newBuilder(ImageNote prototype)
public static ImageNote.Builder newBuilder(ImageNote prototype)
Parameter | |
---|---|
Name | Description |
prototype | ImageNote |
Returns | |
---|---|
Type | Description |
ImageNote.Builder |
parseDelimitedFrom(InputStream input)
public static ImageNote parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ImageNote |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageNote parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ImageNote |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ImageNote parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
ImageNote |
Exceptions | |
---|---|
Type | Description |
|