t

com.google.apps.card.v1

DateTimePickerOrBuilder

trait DateTimePickerOrBuilder extends MessageOrBuilder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateTimePickerOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def findInitializationErrors(): List[String]
    Definition Classes
    MessageOrBuilder
  2. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    MessageOrBuilder
  3. abstract def getDefaultInstanceForType(): Message
    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  4. abstract def getDescriptorForType(): Descriptor
    Definition Classes
    MessageOrBuilder
  5. abstract def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    MessageOrBuilder
  6. abstract def getInitializationErrorString(): String
    Definition Classes
    MessageOrBuilder
  7. abstract def getLabel(): String

    The text that prompts users to input a date, a time, or a date and time.
    For example, if users are scheduling an appointment, use a label such as
    `Appointment date` or `Appointment date and time`.
    

    The text that prompts users to input a date, a time, or a date and time.
    For example, if users are scheduling an appointment, use a label such as
    `Appointment date` or `Appointment date and time`.
    

    string label = 2;

    returns

    The label.

  8. abstract def getLabelBytes(): ByteString

    The text that prompts users to input a date, a time, or a date and time.
    For example, if users are scheduling an appointment, use a label such as
    `Appointment date` or `Appointment date and time`.
    

    The text that prompts users to input a date, a time, or a date and time.
    For example, if users are scheduling an appointment, use a label such as
    `Appointment date` or `Appointment date and time`.
    

    string label = 2;

    returns

    The bytes for label.

  9. abstract def getName(): String

    The name by which the `DateTimePicker` is identified in a form input event.
    
    For details about working with form inputs, see [Receive form
    data](https://developers.google.com/workspace/chat/read-form-data).
    

    The name by which the `DateTimePicker` is identified in a form input event.
    
    For details about working with form inputs, see [Receive form
    data](https://developers.google.com/workspace/chat/read-form-data).
    

    string name = 1;

    returns

    The name.

  10. abstract def getNameBytes(): ByteString

    The name by which the `DateTimePicker` is identified in a form input event.
    
    For details about working with form inputs, see [Receive form
    data](https://developers.google.com/workspace/chat/read-form-data).
    

    The name by which the `DateTimePicker` is identified in a form input event.
    
    For details about working with form inputs, see [Receive form
    data](https://developers.google.com/workspace/chat/read-form-data).
    

    string name = 1;

    returns

    The bytes for name.

  11. abstract def getOnChangeAction(): Action

    Triggered when the user clicks **Save** or **Clear** from the
    `DateTimePicker` interface.
    

    Triggered when the user clicks **Save** or **Clear** from the
    `DateTimePicker` interface.
    

    .google.apps.card.v1.Action on_change_action = 6;

    returns

    The onChangeAction.

  12. abstract def getOnChangeActionOrBuilder(): ActionOrBuilder

    Triggered when the user clicks **Save** or **Clear** from the
    `DateTimePicker` interface.
    

    Triggered when the user clicks **Save** or **Clear** from the
    `DateTimePicker` interface.
    

    .google.apps.card.v1.Action on_change_action = 6;

  13. abstract def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    MessageOrBuilder
  14. abstract def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    MessageOrBuilder
  15. abstract def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    MessageOrBuilder
  16. abstract def getTimezoneOffsetDate(): Int

    The number representing the time zone offset from UTC, in minutes.
    If set, the `value_ms_epoch` is displayed in the specified time zone.
    If unset, the value defaults to the user's time zone setting.
    

    The number representing the time zone offset from UTC, in minutes.
    If set, the `value_ms_epoch` is displayed in the specified time zone.
    If unset, the value defaults to the user's time zone setting.
    

    int32 timezone_offset_date = 5;

    returns

    The timezoneOffsetDate.

  17. abstract def getType(): DateTimePickerType

    Whether the widget supports inputting a date, a time, or the date and time.
    

    Whether the widget supports inputting a date, a time, or the date and time.
    

    .google.apps.card.v1.DateTimePicker.DateTimePickerType type = 3;

    returns

    The type.

  18. abstract def getTypeValue(): Int

    Whether the widget supports inputting a date, a time, or the date and time.
    

    Whether the widget supports inputting a date, a time, or the date and time.
    

    .google.apps.card.v1.DateTimePicker.DateTimePickerType type = 3;

    returns

    The enum numeric value on the wire for type.

  19. abstract def getUnknownFields(): UnknownFieldSet
    Definition Classes
    MessageOrBuilder
  20. abstract def getValueMsEpoch(): Long

    The default value displayed in the widget, in milliseconds since [Unix
    epoch time](https://en.wikipedia.org/wiki/Unix_time).
    
    Specify the value based on the type of picker (`DateTimePickerType`):
    
    * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to
      represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`.
    * `DATE_ONLY`: a calendar date at 00:00:00 UTC. For example, to represent
      January 1, 2023, use `1672531200000`.
    * `TIME_ONLY`: a time in UTC. For example, to represent 12:00 PM, use
      `43200000` (or `12 * 60 * 60 * 1000`).
    

    The default value displayed in the widget, in milliseconds since [Unix
    epoch time](https://en.wikipedia.org/wiki/Unix_time).
    
    Specify the value based on the type of picker (`DateTimePickerType`):
    
    * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to
      represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`.
    * `DATE_ONLY`: a calendar date at 00:00:00 UTC. For example, to represent
      January 1, 2023, use `1672531200000`.
    * `TIME_ONLY`: a time in UTC. For example, to represent 12:00 PM, use
      `43200000` (or `12 * 60 * 60 * 1000`).
    

    int64 value_ms_epoch = 4;

    returns

    The valueMsEpoch.

  21. abstract def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  22. abstract def hasOnChangeAction(): Boolean

    Triggered when the user clicks **Save** or **Clear** from the
    `DateTimePicker` interface.
    

    Triggered when the user clicks **Save** or **Clear** from the
    `DateTimePicker` interface.
    

    .google.apps.card.v1.Action on_change_action = 6;

    returns

    Whether the onChangeAction field is set.

  23. abstract def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  24. abstract def isInitialized(): Boolean
    Definition Classes
    MessageLiteOrBuilder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from MessageOrBuilder

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped