Class protos.google.storagetransfer.v1.TransferCounters (1.1.1)

Represents a TransferCounters.

Package

@google-cloud/storage-transfer

Constructors

(constructor)(properties)

constructor(properties?: google.storagetransfer.v1.ITransferCounters);

Constructs a new TransferCounters.

Parameter
NameDescription
properties ITransferCounters

Properties to set

Properties

bytesCopiedToSink

public bytesCopiedToSink: (number|Long|string);

TransferCounters bytesCopiedToSink.

bytesDeletedFromSink

public bytesDeletedFromSink: (number|Long|string);

TransferCounters bytesDeletedFromSink.

bytesDeletedFromSource

public bytesDeletedFromSource: (number|Long|string);

TransferCounters bytesDeletedFromSource.

bytesFailedToDeleteFromSink

public bytesFailedToDeleteFromSink: (number|Long|string);

TransferCounters bytesFailedToDeleteFromSink.

bytesFoundFromSource

public bytesFoundFromSource: (number|Long|string);

TransferCounters bytesFoundFromSource.

bytesFoundOnlyFromSink

public bytesFoundOnlyFromSink: (number|Long|string);

TransferCounters bytesFoundOnlyFromSink.

bytesFromSourceFailed

public bytesFromSourceFailed: (number|Long|string);

TransferCounters bytesFromSourceFailed.

bytesFromSourceSkippedBySync

public bytesFromSourceSkippedBySync: (number|Long|string);

TransferCounters bytesFromSourceSkippedBySync.

objectsCopiedToSink

public objectsCopiedToSink: (number|Long|string);

TransferCounters objectsCopiedToSink.

objectsDeletedFromSink

public objectsDeletedFromSink: (number|Long|string);

TransferCounters objectsDeletedFromSink.

objectsDeletedFromSource

public objectsDeletedFromSource: (number|Long|string);

TransferCounters objectsDeletedFromSource.

objectsFailedToDeleteFromSink

public objectsFailedToDeleteFromSink: (number|Long|string);

TransferCounters objectsFailedToDeleteFromSink.

objectsFoundFromSource

public objectsFoundFromSource: (number|Long|string);

TransferCounters objectsFoundFromSource.

objectsFoundOnlyFromSink

public objectsFoundOnlyFromSink: (number|Long|string);

TransferCounters objectsFoundOnlyFromSink.

objectsFromSourceFailed

public objectsFromSourceFailed: (number|Long|string);

TransferCounters objectsFromSourceFailed.

objectsFromSourceSkippedBySync

public objectsFromSourceSkippedBySync: (number|Long|string);

TransferCounters objectsFromSourceSkippedBySync.

Methods

create(properties)

public static create(properties?: google.storagetransfer.v1.ITransferCounters): google.storagetransfer.v1.TransferCounters;

Creates a new TransferCounters instance using the specified properties.

Parameter
NameDescription
properties ITransferCounters

Properties to set

Returns
TypeDescription
google.storagetransfer.v1.TransferCounters

TransferCounters instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.storagetransfer.v1.TransferCounters;

Decodes a TransferCounters message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.storagetransfer.v1.TransferCounters

TransferCounters

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.storagetransfer.v1.TransferCounters;

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

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.storagetransfer.v1.TransferCounters

TransferCounters

encode(message, writer)

public static encode(message: google.storagetransfer.v1.ITransferCounters, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified TransferCounters message. Does not implicitly messages.

Parameters
NameDescription
message ITransferCounters

TransferCounters message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.storagetransfer.v1.ITransferCounters, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message ITransferCounters

TransferCounters message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.storagetransfer.v1.TransferCounters;

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

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

Plain object

Returns
TypeDescription
google.storagetransfer.v1.TransferCounters

TransferCounters

toJSON()

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

Converts this TransferCounters to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.storagetransfer.v1.TransferCounters, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message google.storagetransfer.v1.TransferCounters

TransferCounters

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies a TransferCounters message.

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

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not