public interface BatchOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
The time when the batch operation is created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time when the batch operation is created.
|
com.google.protobuf.Timestamp |
getEndTime()
The time when the batch operation is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to `true`.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time when the batch operation is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to `true`.
|
int |
getFailureCount()
Count of failed item(s) inside an operation.
|
BatchOperationMetadata.State |
getState()
The state of a long running operation.
|
String |
getStateDescription()
More detailed information about operation state.
|
com.google.protobuf.ByteString |
getStateDescriptionBytes()
More detailed information about operation state.
|
int |
getStateValue()
The state of a long running operation.
|
int |
getSuccessCount()
Count of successful item(s) inside an operation.
|
int |
getTotalCount()
Count of total item(s) inside an operation.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The time when the batch operation status is updated.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The time when the batch operation status is updated.
|
boolean |
hasCreateTime()
The time when the batch operation is created.
|
boolean |
hasEndTime()
The time when the batch operation is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is
set to `true`.
|
boolean |
hasUpdateTime()
The time when the batch operation status is updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
The state of a long running operation.
.google.cloud.talent.v4beta1.BatchOperationMetadata.State state = 1;BatchOperationMetadata.State getState()
The state of a long running operation.
.google.cloud.talent.v4beta1.BatchOperationMetadata.State state = 1;String getStateDescription()
More detailed information about operation state.
string state_description = 2;com.google.protobuf.ByteString getStateDescriptionBytes()
More detailed information about operation state.
string state_description = 2;int getSuccessCount()
Count of successful item(s) inside an operation.
int32 success_count = 3;int getFailureCount()
Count of failed item(s) inside an operation.
int32 failure_count = 4;int getTotalCount()
Count of total item(s) inside an operation.
int32 total_count = 5;boolean hasCreateTime()
The time when the batch operation is created.
.google.protobuf.Timestamp create_time = 6;com.google.protobuf.Timestamp getCreateTime()
The time when the batch operation is created.
.google.protobuf.Timestamp create_time = 6;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time when the batch operation is created.
.google.protobuf.Timestamp create_time = 6;boolean hasUpdateTime()
The time when the batch operation status is updated. The metadata and the [update_time][google.cloud.talent.v4beta1.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is returned.
.google.protobuf.Timestamp update_time = 7;com.google.protobuf.Timestamp getUpdateTime()
The time when the batch operation status is updated. The metadata and the [update_time][google.cloud.talent.v4beta1.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is returned.
.google.protobuf.Timestamp update_time = 7;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the batch operation status is updated. The metadata and the [update_time][google.cloud.talent.v4beta1.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is returned.
.google.protobuf.Timestamp update_time = 7;boolean hasEndTime()
The time when the batch operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
.google.protobuf.Timestamp end_time = 8;com.google.protobuf.Timestamp getEndTime()
The time when the batch operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
.google.protobuf.Timestamp end_time = 8;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time when the batch operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
.google.protobuf.Timestamp end_time = 8;Copyright © 2019 Google LLC. All rights reserved.