Class TransferCounters (0.14.0)

publicfinalclass TransferCountersextendsGeneratedMessageV3implementsTransferCountersOrBuilder

A collection of counters that report the progress of a transfer operation.

Protobuf type google.cloud.parallelstore.v1beta.TransferCounters

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

BYTES_COPIED_FIELD_NUMBER

publicstaticfinalintBYTES_COPIED_FIELD_NUMBER
Field Value
Type Description
int

BYTES_FOUND_FIELD_NUMBER

publicstaticfinalintBYTES_FOUND_FIELD_NUMBER
Field Value
Type Description
int

BYTES_SKIPPED_FIELD_NUMBER

publicstaticfinalintBYTES_SKIPPED_FIELD_NUMBER
Field Value
Type Description
int

OBJECTS_COPIED_FIELD_NUMBER

publicstaticfinalintOBJECTS_COPIED_FIELD_NUMBER
Field Value
Type Description
int

OBJECTS_FOUND_FIELD_NUMBER

publicstaticfinalintOBJECTS_FOUND_FIELD_NUMBER
Field Value
Type Description
int

OBJECTS_SKIPPED_FIELD_NUMBER

publicstaticfinalintOBJECTS_SKIPPED_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticTransferCountersgetDefaultInstance()
Returns
Type Description
TransferCounters

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticTransferCounters.BuildernewBuilder()
Returns
Type Description
TransferCounters.Builder

newBuilder(TransferCounters prototype)

publicstaticTransferCounters.BuildernewBuilder(TransferCountersprototype)
Parameter
Name Description
prototype TransferCounters
Returns
Type Description
TransferCounters.Builder

parseDelimitedFrom(InputStream input)

publicstaticTransferCountersparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferCounters
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticTransferCountersparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferCounters
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticTransferCountersparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
TransferCounters
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticTransferCountersparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferCounters
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticTransferCountersparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
TransferCounters
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticTransferCountersparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferCounters
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticTransferCountersparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TransferCounters
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticTransferCountersparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferCounters
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticTransferCountersparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferCounters
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticTransferCountersparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferCounters
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticTransferCountersparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TransferCounters
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticTransferCountersparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TransferCounters
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<TransferCounters>parser()
Returns
Type Description
Parser<TransferCounters>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBytesCopied()

publiclonggetBytesCopied()

Bytes that are copied to the data destination.

int64 bytes_copied = 6;

Returns
Type Description
long

The bytesCopied.

getBytesFound()

publiclonggetBytesFound()

Bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

int64 bytes_found = 2;

Returns
Type Description
long

The bytesFound.

getBytesSkipped()

publiclonggetBytesSkipped()

Bytes in the data source that are not transferred because they already exist in the data destination.

int64 bytes_skipped = 4;

Returns
Type Description
long

The bytesSkipped.

getDefaultInstanceForType()

publicTransferCountersgetDefaultInstanceForType()
Returns
Type Description
TransferCounters

getObjectsCopied()

publiclonggetObjectsCopied()

Objects that are copied to the data destination.

int64 objects_copied = 5;

Returns
Type Description
long

The objectsCopied.

getObjectsFound()

publiclonggetObjectsFound()

Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.

int64 objects_found = 1;

Returns
Type Description
long

The objectsFound.

getObjectsSkipped()

publiclonggetObjectsSkipped()

Objects in the data source that are not transferred because they already exist in the data destination.

int64 objects_skipped = 3;

Returns
Type Description
long

The objectsSkipped.

getParserForType()

publicParser<TransferCounters>getParserForType()
Returns
Type Description
Parser<TransferCounters>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicTransferCounters.BuildernewBuilderForType()
Returns
Type Description
TransferCounters.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedTransferCounters.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TransferCounters.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicTransferCounters.BuildertoBuilder()
Returns
Type Description
TransferCounters.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.