public interface CountersOrBuilder extends MessageOrBuilderImplements
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. |
getTotalBytesFound()
public abstract 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 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. |
hasTotalBytesFound()
public abstract 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. |