public final class Counters extends GeneratedMessage implements CountersOrBuilder
Describes details about the progress of the job.
Protobuf type google.cloud.storagebatchoperations.v1.Counters
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
FAILED_OBJECT_COUNT_FIELD_NUMBER
public static final int FAILED_OBJECT_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OBJECT_CUSTOM_CONTEXTS_CREATED_FIELD_NUMBER
public static final int OBJECT_CUSTOM_CONTEXTS_CREATED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OBJECT_CUSTOM_CONTEXTS_DELETED_FIELD_NUMBER
public static final int OBJECT_CUSTOM_CONTEXTS_DELETED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OBJECT_CUSTOM_CONTEXTS_UPDATED_FIELD_NUMBER
public static final int OBJECT_CUSTOM_CONTEXTS_UPDATED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SUCCEEDED_OBJECT_COUNT_FIELD_NUMBER
public static final int SUCCEEDED_OBJECT_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TOTAL_BYTES_FOUND_FIELD_NUMBER
public static final int TOTAL_BYTES_FOUND_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TOTAL_OBJECT_COUNT_FIELD_NUMBER
public static final int TOTAL_OBJECT_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Counters getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Counters.Builder newBuilder()
newBuilder(Counters prototype)
public static Counters.Builder newBuilder(Counters prototype)
| Parameter |
| Name |
Description |
prototype |
Counters
|
public static Counters parseDelimitedFrom(InputStream input)
public static Counters parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Counters parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Counters parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Counters parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Counters parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Counters parseFrom(CodedInputStream input)
public static Counters parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Counters parseFrom(InputStream input)
public static Counters parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Counters parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Counters parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Counters> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Counters getDefaultInstanceForType()
getFailedObjectCount()
public long getFailedObjectCount()
Output only. The number of objects that failed due to user errors or
service errors.
int64 failed_object_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The failedObjectCount.
|
getObjectCustomContextsCreated()
public long getObjectCustomContextsCreated()
Output only. Number of object custom contexts created. This field is only
populated for jobs with the UpdateObjectCustomContext transformation.
optional int64 object_custom_contexts_created = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The objectCustomContextsCreated.
|
getObjectCustomContextsDeleted()
public long getObjectCustomContextsDeleted()
Output only. Number of object custom contexts deleted. This field is only
populated for jobs with the UpdateObjectCustomContext transformation.
optional int64 object_custom_contexts_deleted = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The objectCustomContextsDeleted.
|
getObjectCustomContextsUpdated()
public long getObjectCustomContextsUpdated()
Output only. Number of object custom contexts updated. This counter tracks
custom contexts where the key already existed, but the payload was
modified. This field is only populated for jobs with the
UpdateObjectCustomContext transformation.
optional int64 object_custom_contexts_updated = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The objectCustomContextsUpdated.
|
getParserForType()
public Parser<Counters> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSucceededObjectCount()
public long getSucceededObjectCount()
Output only. Number of objects completed.
int64 succeeded_object_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The succeededObjectCount.
|
getTotalBytesFound()
public long getTotalBytesFound()
Output only. Number of bytes found from source. This field is only
populated for jobs with a prefix list object configuration.
optional int64 total_bytes_found = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The totalBytesFound.
|
getTotalObjectCount()
public long getTotalObjectCount()
Output only. Number of objects listed.
int64 total_object_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The totalObjectCount.
|
hasObjectCustomContextsCreated()
public boolean hasObjectCustomContextsCreated()
Output only. Number of object custom contexts created. This field is only
populated for jobs with the UpdateObjectCustomContext transformation.
optional int64 object_custom_contexts_created = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the objectCustomContextsCreated field is set.
|
hasObjectCustomContextsDeleted()
public boolean hasObjectCustomContextsDeleted()
Output only. Number of object custom contexts deleted. This field is only
populated for jobs with the UpdateObjectCustomContext transformation.
optional int64 object_custom_contexts_deleted = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the objectCustomContextsDeleted field is set.
|
hasObjectCustomContextsUpdated()
public boolean hasObjectCustomContextsUpdated()
Output only. Number of object custom contexts updated. This counter tracks
custom contexts where the key already existed, but the payload was
modified. This field is only populated for jobs with the
UpdateObjectCustomContext transformation.
optional int64 object_custom_contexts_updated = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the objectCustomContextsUpdated field is set.
|
hasTotalBytesFound()
public boolean hasTotalBytesFound()
Output only. Number of bytes found from source. This field is only
populated for jobs with a prefix list object configuration.
optional int64 total_bytes_found = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the totalBytesFound field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Counters.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Counters.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Counters.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides