final case class MaintenancePolicy(createTime: Option[Timestamp] = _root_.scala.None, updateTime: Option[Timestamp] = _root_.scala.None, description: String = "", weeklyMaintenanceWindow: Seq[WeeklyMaintenanceWindow] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[MaintenancePolicy] with Product with Serializable

Maintenance policy for an instance.

createTime

Output only. The time when the policy was created.

updateTime

Output only. The time when the policy was last updated.

description

Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.

weeklyMaintenanceWindow

Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.

Annotations
@SerialVersionUID()
Source
MaintenancePolicy.scala
Linear Supertypes
Updatable[MaintenancePolicy], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MaintenancePolicy
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MaintenancePolicy(createTime: Option[Timestamp] = _root_.scala.None, updateTime: Option[Timestamp] = _root_.scala.None, description: String = "", weeklyMaintenanceWindow: Seq[WeeklyMaintenanceWindow] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    createTime

    Output only. The time when the policy was created.

    updateTime

    Output only. The time when the policy was last updated.

    description

    Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.

    weeklyMaintenanceWindow

    Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.

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. def addAllWeeklyMaintenanceWindow(__vs: Iterable[WeeklyMaintenanceWindow]): MaintenancePolicy
  5. def addWeeklyMaintenanceWindow(__vs: WeeklyMaintenanceWindow*): MaintenancePolicy
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearCreateTime: MaintenancePolicy
  8. def clearUpdateTime: MaintenancePolicy
  9. def clearWeeklyMaintenanceWindow: MaintenancePolicy
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def companion: MaintenancePolicy.type
    Definition Classes
    MaintenancePolicy → GeneratedMessage
  12. val createTime: Option[Timestamp]
  13. val description: String
  14. def discardUnknownFields: MaintenancePolicy
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getCreateTime: Timestamp
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MaintenancePolicy → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MaintenancePolicy → GeneratedMessage
  21. def getUpdateTime: Timestamp
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def serializedSize: Int
    Definition Classes
    MaintenancePolicy → GeneratedMessage
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  30. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  31. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  32. def toProtoString: String
    Definition Classes
    MaintenancePolicy → GeneratedMessage
  33. val unknownFields: UnknownFieldSet
  34. def update(ms: (Lens[MaintenancePolicy, MaintenancePolicy]) => Mutation[MaintenancePolicy]*): MaintenancePolicy
    Definition Classes
    Updatable
  35. val updateTime: Option[Timestamp]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. val weeklyMaintenanceWindow: Seq[WeeklyMaintenanceWindow]
  40. def withCreateTime(__v: Timestamp): MaintenancePolicy
  41. def withDescription(__v: String): MaintenancePolicy
  42. def withUnknownFields(__v: UnknownFieldSet): MaintenancePolicy
  43. def withUpdateTime(__v: Timestamp): MaintenancePolicy
  44. def withWeeklyMaintenanceWindow(__v: Seq[WeeklyMaintenanceWindow]): MaintenancePolicy
  45. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  46. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MaintenancePolicy → GeneratedMessage
  47. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[MaintenancePolicy]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped