final case class OperationMetadata(requestSpecific: RequestSpecific = com.google.cloud.alloydb.v1.service.OperationMetadata.RequestSpecific.Empty, createTime: Option[Timestamp] = _root_.scala.None, endTime: Option[Timestamp] = _root_.scala.None, target: String = "", verb: String = "", statusMessage: String = "", requestedCancellation: Boolean = false, apiVersion: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[OperationMetadata] with Product with Serializable

Represents the metadata of the long-running operation.

createTime

Output only. The time the operation was created.

endTime

Output only. The time the operation finished running.

target

Output only. Server-defined resource path for the target of the operation.

verb

Output only. Name of the verb executed by the operation.

statusMessage

Output only. Human-readable status of the operation, if any.

requestedCancellation

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.

apiVersion

Output only. API version used to start the operation.

Annotations
@SerialVersionUID()
Source
OperationMetadata.scala
Linear Supertypes
Updatable[OperationMetadata], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OperationMetadata
  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 OperationMetadata(requestSpecific: RequestSpecific = com.google.cloud.alloydb.v1.service.OperationMetadata.RequestSpecific.Empty, createTime: Option[Timestamp] = _root_.scala.None, endTime: Option[Timestamp] = _root_.scala.None, target: String = "", verb: String = "", statusMessage: String = "", requestedCancellation: Boolean = false, apiVersion: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    createTime

    Output only. The time the operation was created.

    endTime

    Output only. The time the operation finished running.

    target

    Output only. Server-defined resource path for the target of the operation.

    verb

    Output only. Name of the verb executed by the operation.

    statusMessage

    Output only. Human-readable status of the operation, if any.

    requestedCancellation

    Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.

    apiVersion

    Output only. API version used to start the operation.

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. val apiVersion: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearCreateTime: OperationMetadata
  7. def clearEndTime: OperationMetadata
  8. def clearRequestSpecific: OperationMetadata
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def companion: OperationMetadata.type
    Definition Classes
    OperationMetadata → GeneratedMessage
  11. val createTime: Option[Timestamp]
  12. def discardUnknownFields: OperationMetadata
  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 getBatchCreateInstancesMetadata: BatchCreateInstancesMetadata
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getCreateTime: Timestamp
  19. def getEndTime: Timestamp
  20. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    OperationMetadata → GeneratedMessage
  21. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    OperationMetadata → GeneratedMessage
  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. val requestSpecific: RequestSpecific
  28. val requestedCancellation: Boolean
  29. def serializedSize: Int
    Definition Classes
    OperationMetadata → GeneratedMessage
  30. val statusMessage: String
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val target: String
  33. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  34. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  35. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  36. def toProtoString: String
    Definition Classes
    OperationMetadata → GeneratedMessage
  37. val unknownFields: UnknownFieldSet
  38. def update(ms: (Lens[OperationMetadata, OperationMetadata]) => Mutation[OperationMetadata]*): OperationMetadata
    Definition Classes
    Updatable
  39. val verb: String
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def withApiVersion(__v: String): OperationMetadata
  44. def withBatchCreateInstancesMetadata(__v: BatchCreateInstancesMetadata): OperationMetadata
  45. def withCreateTime(__v: Timestamp): OperationMetadata
  46. def withEndTime(__v: Timestamp): OperationMetadata
  47. def withRequestSpecific(__v: RequestSpecific): OperationMetadata
  48. def withRequestedCancellation(__v: Boolean): OperationMetadata
  49. def withStatusMessage(__v: String): OperationMetadata
  50. def withTarget(__v: String): OperationMetadata
  51. def withUnknownFields(__v: UnknownFieldSet): OperationMetadata
  52. def withVerb(__v: String): OperationMetadata
  53. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  54. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    OperationMetadata → GeneratedMessage
  55. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[OperationMetadata]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped