final case class UpdateInstanceMetadata(instance: Option[Instance] = _root_.scala.None, startTime: Option[Timestamp] = _root_.scala.None, cancelTime: Option[Timestamp] = _root_.scala.None, endTime: Option[Timestamp] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[UpdateInstanceMetadata] with Product with Serializable

Metadata type for the operation returned by [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].

instance

The desired end state of the update.

startTime

The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.

cancelTime

The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.

endTime

The time at which this operation failed or was completed successfully.

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

Instance Constructors

  1. new UpdateInstanceMetadata(instance: Option[Instance] = _root_.scala.None, startTime: Option[Timestamp] = _root_.scala.None, cancelTime: Option[Timestamp] = _root_.scala.None, endTime: Option[Timestamp] = _root_.scala.None, unknownFields: UnknownFieldSet = ...)

    instance

    The desired end state of the update.

    startTime

    The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.

    cancelTime

    The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.

    endTime

    The time at which this operation failed or was completed successfully.

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. val cancelTime: Option[Timestamp]
  6. def clearCancelTime: UpdateInstanceMetadata
  7. def clearEndTime: UpdateInstanceMetadata
  8. def clearInstance: UpdateInstanceMetadata
  9. def clearStartTime: UpdateInstanceMetadata
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def companion: UpdateInstanceMetadata.type
    Definition Classes
    UpdateInstanceMetadata → GeneratedMessage
  12. def discardUnknownFields: UpdateInstanceMetadata
  13. val endTime: Option[Timestamp]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getCancelTime: Timestamp
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getEndTime: Timestamp
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    UpdateInstanceMetadata → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    UpdateInstanceMetadata → GeneratedMessage
  21. def getInstance: Instance
  22. def getStartTime: Timestamp
  23. val instance: Option[Instance]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def serializedSize: Int
    Definition Classes
    UpdateInstanceMetadata → GeneratedMessage
  29. val startTime: Option[Timestamp]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    UpdateInstanceMetadata → GeneratedMessage
  35. val unknownFields: UnknownFieldSet
  36. def update(ms: (Lens[UpdateInstanceMetadata, UpdateInstanceMetadata]) ⇒ Mutation[UpdateInstanceMetadata]*): UpdateInstanceMetadata
    Definition Classes
    Updatable
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. def withCancelTime(__v: Timestamp): UpdateInstanceMetadata
  41. def withEndTime(__v: Timestamp): UpdateInstanceMetadata
  42. def withInstance(__v: Instance): UpdateInstanceMetadata
  43. def withStartTime(__v: Timestamp): UpdateInstanceMetadata
  44. def withUnknownFields(__v: UnknownFieldSet): UpdateInstanceMetadata
  45. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  46. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    UpdateInstanceMetadata → GeneratedMessage
  47. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[UpdateInstanceMetadata]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped