Class GetDataSourceIntrospectionResponse

    • Method Detail

      • introspectionId

        public final String introspectionId()

        The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.

        Returns:
        The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
      • introspectionStatus

        public final DataSourceIntrospectionStatus introspectionStatus()

        The status of the introspection during retrieval. By default, when a new instrospection is being retrieved, the status will be set to PROCESSING. Once the operation has been completed, the status will change to SUCCESS or FAILED depending on how the data was parsed. A FAILED operation will return an error and its details as an introspectionStatusDetail.

        If the service returns an enum value that is not available in the current SDK version, introspectionStatus will return DataSourceIntrospectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from introspectionStatusAsString().

        Returns:
        The status of the introspection during retrieval. By default, when a new instrospection is being retrieved, the status will be set to PROCESSING. Once the operation has been completed, the status will change to SUCCESS or FAILED depending on how the data was parsed. A FAILED operation will return an error and its details as an introspectionStatusDetail.
        See Also:
        DataSourceIntrospectionStatus
      • introspectionStatusAsString

        public final String introspectionStatusAsString()

        The status of the introspection during retrieval. By default, when a new instrospection is being retrieved, the status will be set to PROCESSING. Once the operation has been completed, the status will change to SUCCESS or FAILED depending on how the data was parsed. A FAILED operation will return an error and its details as an introspectionStatusDetail.

        If the service returns an enum value that is not available in the current SDK version, introspectionStatus will return DataSourceIntrospectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from introspectionStatusAsString().

        Returns:
        The status of the introspection during retrieval. By default, when a new instrospection is being retrieved, the status will be set to PROCESSING. Once the operation has been completed, the status will change to SUCCESS or FAILED depending on how the data was parsed. A FAILED operation will return an error and its details as an introspectionStatusDetail.
        See Also:
        DataSourceIntrospectionStatus
      • introspectionStatusDetail

        public final String introspectionStatusDetail()

        The error detail field. When a FAILED introspectionStatus is returned, the introspectionStatusDetail will also return the exact error that was generated during the operation.

        Returns:
        The error detail field. When a FAILED introspectionStatus is returned, the introspectionStatusDetail will also return the exact error that was generated during the operation.
      • introspectionResult

        public final DataSourceIntrospectionResult introspectionResult()

        The DataSourceIntrospectionResult object data.

        Returns:
        The DataSourceIntrospectionResult object data.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object