Class Intent.Message.ColumnProperties.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.ColumnProperties.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.ColumnProperties.Builder>
      • getDefaultInstanceForType

        public Intent.Message.ColumnProperties getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Intent.Message.ColumnProperties build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Intent.Message.ColumnProperties buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.ColumnProperties.Builder>
      • setHeaderBytes

        public Intent.Message.ColumnProperties.Builder setHeaderBytes​(com.google.protobuf.ByteString value)
         Required. Column heading.
         
        string header = 1;
        Parameters:
        value - The bytes for header to set.
        Returns:
        This builder for chaining.
      • getHorizontalAlignmentValue

        public int getHorizontalAlignmentValue()
         Optional. Defines text alignment for all cells in this column.
         
        .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getHorizontalAlignmentValue in interface Intent.Message.ColumnPropertiesOrBuilder
        Returns:
        The enum numeric value on the wire for horizontalAlignment.
      • setHorizontalAlignmentValue

        public Intent.Message.ColumnProperties.Builder setHorizontalAlignmentValue​(int value)
         Optional. Defines text alignment for all cells in this column.
         
        .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The enum numeric value on the wire for horizontalAlignment to set.
        Returns:
        This builder for chaining.
      • setHorizontalAlignment

        public Intent.Message.ColumnProperties.Builder setHorizontalAlignment​(Intent.Message.ColumnProperties.HorizontalAlignment value)
         Optional. Defines text alignment for all cells in this column.
         
        .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The horizontalAlignment to set.
        Returns:
        This builder for chaining.
      • clearHorizontalAlignment

        public Intent.Message.ColumnProperties.Builder clearHorizontalAlignment()
         Optional. Defines text alignment for all cells in this column.
         
        .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties.HorizontalAlignment horizontal_alignment = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.