public interface BatchOperationMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCreateTime()
The time when the batch operation is created.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
The time when the batch operation is created.
|
Timestamp |
getEndTime()
The time when the batch operation is finished and
[google.longrunning.Operation.done][google.longrunning.Operation.done] is set to `true`.
|
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.
|
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.
|
Timestamp |
getUpdateTime()
The time when the batch operation status is updated.
|
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, hasOneof
isInitialized
int 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;
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;
Timestamp getCreateTime()
The time when the batch operation is created.
.google.protobuf.Timestamp create_time = 6;
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;
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;
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;
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;
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 © 2022 Google LLC. All rights reserved.