public interface CountersOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFailedObjectCount()
public abstract 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 abstract 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 abstract 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 abstract 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. |
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. |
hasObjectCustomContextsCreated()
public abstract 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 abstract 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 abstract 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 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. |