Represents an ImageNote.
Package
@google-cloud/containeranalysisConstructors
(constructor)(properties)
constructor(properties?: grafeas.v1.IImageNote);
Constructs a new ImageNote.
Parameter | |
---|---|
Name | Description |
properties |
IImageNote
Properties to set |
Properties
fingerprint
public fingerprint?: (grafeas.v1.IFingerprint|null);
ImageNote fingerprint.
resourceUrl
public resourceUrl: string;
ImageNote resourceUrl.
Methods
create(properties)
public static create(properties?: grafeas.v1.IImageNote): grafeas.v1.ImageNote;
Creates a new ImageNote instance using the specified properties.
Parameter | |
---|---|
Name | Description |
properties |
IImageNote
Properties to set |
Returns | |
---|---|
Type | Description |
ImageNote |
ImageNote instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): grafeas.v1.ImageNote;
Decodes an ImageNote message from the specified reader or buffer.
Parameters | |
---|---|
Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Returns | |
---|---|
Type | Description |
ImageNote |
ImageNote |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): grafeas.v1.ImageNote;
Decodes an ImageNote message from the specified reader or buffer, length delimited.
Parameter | |
---|---|
Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
Returns | |
---|---|
Type | Description |
ImageNote |
ImageNote |
encode(message, writer)
public static encode(message: grafeas.v1.IImageNote, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified ImageNote message. Does not implicitly messages.
Parameters | |
---|---|
Name | Description |
message |
IImageNote
ImageNote message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Returns | |
---|---|
Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: grafeas.v1.IImageNote, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified ImageNote message, length delimited. Does not implicitly messages.
Parameters | |
---|---|
Name | Description |
message |
IImageNote
ImageNote message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Returns | |
---|---|
Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): grafeas.v1.ImageNote;
Creates an ImageNote message from a plain object. Also converts values to their respective internal types.
Parameter | |
---|---|
Name | Description |
object |
{ [k: string]: any }
Plain object |
Returns | |
---|---|
Type | Description |
ImageNote |
ImageNote |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;
Gets the default type url for ImageNote
Parameter | |
---|---|
Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
Returns | |
---|---|
Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };
Converts this ImageNote to JSON.
Returns | |
---|---|
Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: grafeas.v1.ImageNote, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from an ImageNote message. Also converts values to other types if specified.
Parameters | |
---|---|
Name | Description |
message |
ImageNote
ImageNote |
options |
$protobuf.IConversionOptions
Conversion options |
Returns | |
---|---|
Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies an ImageNote message.
Parameter | |
---|---|
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Returns | |
---|---|
Type | Description |
(string|null) |
|