public
final
class
ImageNote
extends
GeneratedMessage
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 > GeneratedMessage > ImageNoteImplements
ImageNoteOrBuilderStatic Fields
FINGERPRINT_FIELD_NUMBER
public
static
final
int
FINGERPRINT_FIELD_NUMBER
RESOURCE_URL_FIELD_NUMBER
public
static
final
int
RESOURCE_URL_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
ImageNote
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
ImageNote
.
Builder
newBuilder
()
newBuilder(ImageNote prototype)
public
static
ImageNote
.
Builder
newBuilder
(
ImageNote
prototype
)
parseDelimitedFrom(InputStream input)
public
static
ImageNote
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
ImageNote
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
ImageNote
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
ImageNote
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
ImageNote
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
ImageNote
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
ImageNote
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
ImageNote
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
ImageNote
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
ImageNote
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
ImageNote
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
ImageNote
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<ImageNote>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getDefaultInstanceForType()
public
ImageNote
getDefaultInstanceForType
()
getFingerprint()
public
Fingerprint
getFingerprint
()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
getFingerprintOrBuilder()
public
FingerprintOrBuilder
getFingerprintOrBuilder
()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
getParserForType()
public
Parser<ImageNote>
getParserForType
()
getResourceUrl()
public
String
getResourceUrl
()
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
getResourceUrlBytes()
public
ByteString
getResourceUrlBytes
()
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
getSerializedSize()
public
int
getSerializedSize
()
hasFingerprint()
public
boolean
hasFingerprint
()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
ImageNote
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
ImageNote
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
ImageNote
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

