public interface ExportIssueModelMetadataOrBuilder
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.
|
ExportIssueModelRequest |
getRequest()
The original export request.
|
ExportIssueModelRequestOrBuilder |
getRequestOrBuilder()
The original export request.
|
boolean |
hasCreateTime()
The time the operation was created.
|
boolean |
hasEndTime()
The time the operation finished running.
|
boolean |
hasRequest()
The original export request.
|
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 export request.
.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest request = 3;ExportIssueModelRequest getRequest()
The original export request.
.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest request = 3;ExportIssueModelRequestOrBuilder getRequestOrBuilder()
The original export request.
.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest request = 3;Copyright © 2025 Google LLC. All rights reserved.