Class protos.google.devtools.artifactregistry.v1beta2.File

Represents a File.

Package

@google-cloud/artifact-registry!

Constructors

(constructor)(properties)

constructor(properties?: google.devtools.artifactregistry.v1beta2.IFile);

Constructs a new File.

Parameter
TypeNameDescription
IFileproperties

Properties to set

Properties

createTime

public createTime?: (google.protobuf.ITimestamp|null);

File createTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

hashes

public hashes: google.devtools.artifactregistry.v1beta2.IHash[];

File hashes.

Property Value
TypeDescription
google.devtools.artifactregistry.v1beta2.IHash[]

name

public name: string;

File name.

Property Value
TypeDescription
string

owner

public owner: string;

File owner.

Property Value
TypeDescription
string

sizeBytes

public sizeBytes: (number|Long|string);

File sizeBytes.

Property Value
TypeDescription
(number|Long|string)

updateTime

public updateTime?: (google.protobuf.ITimestamp|null);

File updateTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

Methods

create(properties)

public static create(properties?: google.devtools.artifactregistry.v1beta2.IFile): google.devtools.artifactregistry.v1beta2.File;

Creates a new File instance using the specified properties.

Parameter
TypeNameDescription
IFileproperties

Properties to set

Returns
TypeDescription
google.devtools.artifactregistry.v1beta2.File

File instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.devtools.artifactregistry.v1beta2.File;

Decodes a File message from the specified reader or buffer.

Parameters
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

numberlength

Message length if known beforehand

Returns
TypeDescription
google.devtools.artifactregistry.v1beta2.File

File

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.devtools.artifactregistry.v1beta2.File;

Decodes a File message from the specified reader or buffer, length delimited.

Parameter
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

Returns
TypeDescription
google.devtools.artifactregistry.v1beta2.File

File

encode(message, writer)

public static encode(message: google.devtools.artifactregistry.v1beta2.IFile, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified File message. Does not implicitly messages.

Parameters
TypeNameDescription
IFilemessage

File message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.devtools.artifactregistry.v1beta2.IFile, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified File message, length delimited. Does not implicitly messages.

Parameters
TypeNameDescription
IFilemessage

File message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.devtools.artifactregistry.v1beta2.File;

Creates a File message from a plain object. Also converts values to their respective internal types.

Parameter
TypeNameDescription
{ [k: string]: any }object

Plain object

Returns
TypeDescription
google.devtools.artifactregistry.v1beta2.File

File

toJSON()

public toJSON(): { [k: string]: any };

Converts this File to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.devtools.artifactregistry.v1beta2.File, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a File message. Also converts values to other types if specified.

Parameters
TypeNameDescription
google.devtools.artifactregistry.v1beta2.Filemessage

File

$protobuf.IConversionOptionsoptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a File message.

Parameter
TypeNameDescription
{ [k: string]: any }message

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not