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.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.-
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;
-
-