Represents a TransferCounters.
Package
@google-cloud/storage-transferConstructors
(constructor)(properties)
constructor(properties?: google.storagetransfer.v1.ITransferCounters);Constructs a new TransferCounters.
| Parameter | |
|---|---|
| Name | Description |
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.
directoriesFailedToListFromSource
public directoriesFailedToListFromSource: (number|Long|string);TransferCounters directoriesFailedToListFromSource.
directoriesFoundFromSource
public directoriesFoundFromSource: (number|Long|string);TransferCounters directoriesFoundFromSource.
directoriesSuccessfullyListedFromSource
public directoriesSuccessfullyListedFromSource: (number|Long|string);TransferCounters directoriesSuccessfullyListedFromSource.
intermediateObjectsCleanedUp
public intermediateObjectsCleanedUp: (number|Long|string);TransferCounters intermediateObjectsCleanedUp.
intermediateObjectsFailedCleanedUp
public intermediateObjectsFailedCleanedUp: (number|Long|string);TransferCounters intermediateObjectsFailedCleanedUp.
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 | |
|---|---|
| Name | Description |
properties |
ITransferCounters
Properties to set |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
message |
ITransferCounters
TransferCounters 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: google.storagetransfer.v1.ITransferCounters, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified TransferCounters message, length delimited. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
ITransferCounters
TransferCounters 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 }): google.storagetransfer.v1.TransferCounters;Creates a TransferCounters 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 |
TransferCounters |
TransferCounters |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;Gets the default type url for TransferCounters
| 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 TransferCounters to JSON.
| Returns | |
|---|---|
| Type | Description |
{ [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 | |
|---|---|
| Name | Description |
message |
TransferCounters
TransferCounters |
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 a TransferCounters message.
| Parameter | |
|---|---|
| Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
| Returns | |
|---|---|
| Type | Description |
(string|null) |
|