public interface BulkDeleteConversationsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
The time the operation was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time the operation was created.
|
com.google.protobuf.Timestamp |
getEndTime()
The time the operation finished running.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time the operation finished running.
|
com.google.rpc.Status |
getPartialErrors(int index)
Partial errors during bulk delete conversations operation that might cause
the operation output to be incomplete.
|
int |
getPartialErrorsCount()
Partial errors during bulk delete conversations operation that might cause
the operation output to be incomplete.
|
List<com.google.rpc.Status> |
getPartialErrorsList()
Partial errors during bulk delete conversations operation that might cause
the operation output to be incomplete.
|
com.google.rpc.StatusOrBuilder |
getPartialErrorsOrBuilder(int index)
Partial errors during bulk delete conversations operation that might cause
the operation output to be incomplete.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getPartialErrorsOrBuilderList()
Partial errors during bulk delete conversations operation that might cause
the operation output to be incomplete.
|
BulkDeleteConversationsRequest |
getRequest()
The original request for bulk delete.
|
BulkDeleteConversationsRequestOrBuilder |
getRequestOrBuilder()
The original request for bulk delete.
|
boolean |
hasCreateTime()
The time the operation was created.
|
boolean |
hasEndTime()
The time the operation finished running.
|
boolean |
hasRequest()
The original request for bulk delete.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;boolean hasEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;boolean hasRequest()
The original request for bulk delete.
.google.cloud.contactcenterinsights.v1.BulkDeleteConversationsRequest request = 3;BulkDeleteConversationsRequest getRequest()
The original request for bulk delete.
.google.cloud.contactcenterinsights.v1.BulkDeleteConversationsRequest request = 3;BulkDeleteConversationsRequestOrBuilder getRequestOrBuilder()
The original request for bulk delete.
.google.cloud.contactcenterinsights.v1.BulkDeleteConversationsRequest request = 3;List<com.google.rpc.Status> getPartialErrorsList()
Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;com.google.rpc.Status getPartialErrors(int index)
Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;int getPartialErrorsCount()
Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;List<? extends com.google.rpc.StatusOrBuilder> getPartialErrorsOrBuilderList()
Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;com.google.rpc.StatusOrBuilder getPartialErrorsOrBuilder(int index)
Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;Copyright © 2025 Google LLC. All rights reserved.