Interface Intent.Message.ColumnPropertiesOrBuilder

    • Method Detail

      • getHeader

        String getHeader()
         Required. Column heading.
         
        string header = 1;
        Returns:
        The header.
      • getHeaderBytes

        com.google.protobuf.ByteString getHeaderBytes()
         Required. Column heading.
         
        string header = 1;
        Returns:
        The bytes for header.
      • getHorizontalAlignmentValue

        int getHorizontalAlignmentValue()
         Optional. Defines text alignment for all cells in this column.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2;
        Returns:
        The enum numeric value on the wire for horizontalAlignment.
      • getHorizontalAlignment

        Intent.Message.ColumnProperties.HorizontalAlignment getHorizontalAlignment()
         Optional. Defines text alignment for all cells in this column.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2;
        Returns:
        The horizontalAlignment.