Interface IngestConversationsMetadataOrBuilder

    • 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()
         Output only. The original request for ingest.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the request field is set.
      • getRequest

        IngestConversationsRequest getRequest()
         Output only. The original request for ingest.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The request.
      • getRequestOrBuilder

        IngestConversationsRequestOrBuilder getRequestOrBuilder()
         Output only. The original request for ingest.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsList

        List<com.google.rpc.Status> getPartialErrorsList()
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrors

        com.google.rpc.Status getPartialErrors​(int index)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsCount

        int getPartialErrorsCount()
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsOrBuilderList

        List<? extends com.google.rpc.StatusOrBuilder> getPartialErrorsOrBuilderList()
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPartialErrorsOrBuilder

        com.google.rpc.StatusOrBuilder getPartialErrorsOrBuilder​(int index)
         Output only. Partial errors during ingest operation that might cause the
         operation output to be incomplete.
         
        repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasIngestConversationsStats

        boolean hasIngestConversationsStats()
         Output only. Statistics for IngestConversations operation.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the ingestConversationsStats field is set.
      • getIngestConversationsStats

        IngestConversationsMetadata.IngestConversationsStats getIngestConversationsStats()
         Output only. Statistics for IngestConversations operation.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The ingestConversationsStats.
      • getIngestConversationsStatsOrBuilder

        IngestConversationsMetadata.IngestConversationsStatsOrBuilder getIngestConversationsStatsOrBuilder()
         Output only. Statistics for IngestConversations operation.
         
        .google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];