Package com.google.cloud.talent.v4
Interface BatchOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchOperationMetadata,BatchOperationMetadata.Builder
public interface BatchOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime()The time when the batch operation is created.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()The time when the batch operation is created.com.google.protobuf.TimestampgetEndTime()The time when the batch operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()The time when the batch operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.intgetFailureCount()Count of failed item(s) inside an operation.BatchOperationMetadata.StategetState()The state of a long running operation.StringgetStateDescription()More detailed information about operation state.com.google.protobuf.ByteStringgetStateDescriptionBytes()More detailed information about operation state.intgetStateValue()The state of a long running operation.intgetSuccessCount()Count of successful item(s) inside an operation.intgetTotalCount()Count of total item(s) inside an operation.com.google.protobuf.TimestampgetUpdateTime()The time when the batch operation status is updated.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()The time when the batch operation status is updated.booleanhasCreateTime()The time when the batch operation is created.booleanhasEndTime()The time when the batch operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.booleanhasUpdateTime()The time when the batch operation status is updated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
The state of a long running operation.
.google.cloud.talent.v4.BatchOperationMetadata.State state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
BatchOperationMetadata.State getState()
The state of a long running operation.
.google.cloud.talent.v4.BatchOperationMetadata.State state = 1;- Returns:
- The state.
-
getStateDescription
String getStateDescription()
More detailed information about operation state.
string state_description = 2;- Returns:
- The stateDescription.
-
getStateDescriptionBytes
com.google.protobuf.ByteString getStateDescriptionBytes()
More detailed information about operation state.
string state_description = 2;- Returns:
- The bytes for stateDescription.
-
getSuccessCount
int getSuccessCount()
Count of successful item(s) inside an operation.
int32 success_count = 3;- Returns:
- The successCount.
-
getFailureCount
int getFailureCount()
Count of failed item(s) inside an operation.
int32 failure_count = 4;- Returns:
- The failureCount.
-
getTotalCount
int getTotalCount()
Count of total item(s) inside an operation.
int32 total_count = 5;- Returns:
- The totalCount.
-
hasCreateTime
boolean hasCreateTime()
The time when the batch operation is created.
.google.protobuf.Timestamp create_time = 6;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
The time when the batch operation is created.
.google.protobuf.Timestamp create_time = 6;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time when the batch operation is created.
.google.protobuf.Timestamp create_time = 6;
-
hasUpdateTime
boolean hasUpdateTime()
The time when the batch operation status is updated. The metadata and the [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is returned.
.google.protobuf.Timestamp update_time = 7;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
The time when the batch operation status is updated. The metadata and the [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is returned.
.google.protobuf.Timestamp update_time = 7;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the batch operation status is updated. The metadata and the [update_time][google.cloud.talent.v4.BatchOperationMetadata.update_time] is refreshed every minute otherwise cached data is returned.
.google.protobuf.Timestamp update_time = 7;
-
hasEndTime
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;- Returns:
- Whether the endTime field is set.
-
getEndTime
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;- Returns:
- The endTime.
-
getEndTimeOrBuilder
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;
-
-