Class UpdateDatasetRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        A token that ensures idempotency. This token expires in 10 minutes.

        Returns:
        A token that ensures idempotency. This token expires in 10 minutes.
      • datasetId

        public final String datasetId()

        The unique identifier for the Dataset to update.

        Returns:
        The unique identifier for the Dataset to update.
      • datasetTitle

        public final String datasetTitle()

        A display title for the Dataset.

        Returns:
        A display title for the Dataset.
      • kind

        public final DatasetKind kind()

        The format in which the Dataset data is structured.

        • TABULAR – Data is structured in a tabular format.

        • NON_TABULAR – Data is structured in a non-tabular format.

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

        Returns:
        The format in which the Dataset data is structured.

        • TABULAR – Data is structured in a tabular format.

        • NON_TABULAR – Data is structured in a non-tabular format.

        See Also:
        DatasetKind
      • kindAsString

        public final String kindAsString()

        The format in which the Dataset data is structured.

        • TABULAR – Data is structured in a tabular format.

        • NON_TABULAR – Data is structured in a non-tabular format.

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

        Returns:
        The format in which the Dataset data is structured.

        • TABULAR – Data is structured in a tabular format.

        • NON_TABULAR – Data is structured in a non-tabular format.

        See Also:
        DatasetKind
      • datasetDescription

        public final String datasetDescription()

        A description for the Dataset.

        Returns:
        A description for the Dataset.
      • alias

        public final String alias()

        The unique resource identifier for a Dataset.

        Returns:
        The unique resource identifier for a Dataset.
      • schemaDefinition

        public final SchemaUnion schemaDefinition()

        Definition for a schema on a tabular Dataset.

        Returns:
        Definition for a schema on a tabular Dataset.
      • 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