public interface CountersOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFailedObjectCount()
public abstract long getFailedObjectCount()
Output only. Number of objects failed.
int64 failed_object_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The failedObjectCount. |
getSucceededObjectCount()
public abstract 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. |
getTotalObjectCount()
public abstract 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. |