Interface ExportInsightsDataMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportInsightsDataMetadata,ExportInsightsDataMetadata.Builder
public interface ExportInsightsDataMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.com.google.protobuf.TimestampgetEndTime()Output only.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()Output only.com.google.rpc.StatusgetPartialErrors(int index)Partial errors during export operation that might cause the operation output to be incomplete.intgetPartialErrorsCount()Partial errors during export operation that might cause the operation output to be incomplete.List<com.google.rpc.Status>getPartialErrorsList()Partial errors during export operation that might cause the operation output to be incomplete.com.google.rpc.StatusOrBuildergetPartialErrorsOrBuilder(int index)Partial errors during export operation that might cause the operation output to be incomplete.List<? extends com.google.rpc.StatusOrBuilder>getPartialErrorsOrBuilderList()Partial errors during export operation that might cause the operation output to be incomplete.ExportInsightsDataRequestgetRequest()The original request for export.ExportInsightsDataRequestOrBuildergetRequestOrBuilder()The original request for export.booleanhasCreateTime()Output only.booleanhasEndTime()Output only.booleanhasRequest()The original request for export.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreateTime
boolean hasCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasEndTime
boolean hasEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasRequest
boolean hasRequest()
The original request for export.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest request = 3;- Returns:
- Whether the request field is set.
-
getRequest
ExportInsightsDataRequest getRequest()
The original request for export.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest request = 3;- Returns:
- The request.
-
getRequestOrBuilder
ExportInsightsDataRequestOrBuilder getRequestOrBuilder()
The original request for export.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest request = 3;
-
getPartialErrorsList
List<com.google.rpc.Status> getPartialErrorsList()
Partial errors during export operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;
-
getPartialErrors
com.google.rpc.Status getPartialErrors(int index)
Partial errors during export operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;
-
getPartialErrorsCount
int getPartialErrorsCount()
Partial errors during export operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;
-
getPartialErrorsOrBuilderList
List<? extends com.google.rpc.StatusOrBuilder> getPartialErrorsOrBuilderList()
Partial errors during export operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;
-
getPartialErrorsOrBuilder
com.google.rpc.StatusOrBuilder getPartialErrorsOrBuilder(int index)
Partial errors during export operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;
-
-