Interface UploadConversationMetadataOrBuilder

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

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

        UploadConversationRequestOrBuilder getRequestOrBuilder()
         Output only. The original request.
         
        .google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAnalysisOperation

        String getAnalysisOperation()
         Output only. The operation name for a successfully created analysis
         operation, if any.
         
        string analysis_operation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The analysisOperation.
      • getAnalysisOperationBytes

        com.google.protobuf.ByteString getAnalysisOperationBytes()
         Output only. The operation name for a successfully created analysis
         operation, if any.
         
        string analysis_operation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for analysisOperation.
      • hasAppliedRedactionConfig

        boolean hasAppliedRedactionConfig()
         Output only. The redaction config applied to the uploaded conversation.
         
        .google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the appliedRedactionConfig field is set.
      • getAppliedRedactionConfig

        RedactionConfig getAppliedRedactionConfig()
         Output only. The redaction config applied to the uploaded conversation.
         
        .google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The appliedRedactionConfig.
      • getAppliedRedactionConfigOrBuilder

        RedactionConfigOrBuilder getAppliedRedactionConfigOrBuilder()
         Output only. The redaction config applied to the uploaded conversation.
         
        .google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];