Interface CreateAnalysisOperationMetadataOrBuilder

    • 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];
      • getConversation

        String getConversation()
         Output only. The Conversation that this Analysis Operation belongs to.
         
        string conversation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The conversation.
      • getConversationBytes

        com.google.protobuf.ByteString getConversationBytes()
         Output only. The Conversation that this Analysis Operation belongs to.
         
        string conversation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for conversation.
      • hasAnnotatorSelector

        boolean hasAnnotatorSelector()
         Output only. The annotator selector used for the analysis (if any).
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the annotatorSelector field is set.
      • getAnnotatorSelector

        AnnotatorSelector getAnnotatorSelector()
         Output only. The annotator selector used for the analysis (if any).
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The annotatorSelector.
      • getAnnotatorSelectorOrBuilder

        AnnotatorSelectorOrBuilder getAnnotatorSelectorOrBuilder()
         Output only. The annotator selector used for the analysis (if any).
         
        .google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];