final case class Operation(name: String = "", metadata: Option[Any] = _root_.scala.None, done: Boolean = false, result: Result = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Operation] with Product with Serializable

This resource represents a long-running operation that is the result of a network API call.

name

The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should have the format of operations/some/unique/name.

metadata

Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.

done

If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Operation], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Operation
  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 Operation(name: String = "", metadata: Option[Any] = _root_.scala.None, done: Boolean = false, result: Result = ..., unknownFields: UnknownFieldSet = ...)

    name

    The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should have the format of operations/some/unique/name.

    metadata

    Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.

    done

    If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.

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 clearMetadata: Operation
  6. def clearResult: Operation
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def companion: Operation.type
    Definition Classes
    Operation → GeneratedMessage
  9. def discardUnknownFields: Operation
  10. val done: Boolean
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getError: Status
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Operation → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Operation → GeneratedMessage
  17. def getMetadata: Any
  18. def getResponse: Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val metadata: Option[Any]
  21. val name: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val result: Result
  26. def serializedSize: Int
    Definition Classes
    Operation → GeneratedMessage
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  29. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  30. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. def toProtoString: String
    Definition Classes
    Operation → GeneratedMessage
  32. val unknownFields: UnknownFieldSet
  33. def update(ms: (Lens[Operation, Operation]) ⇒ Mutation[Operation]*): Operation
    Definition Classes
    Updatable
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. def withDone(__v: Boolean): Operation
  38. def withError(__v: Status): Operation
  39. def withMetadata(__v: Any): Operation
  40. def withName(__v: String): Operation
  41. def withResponse(__v: Any): Operation
  42. def withResult(__v: Result): Operation
  43. def withUnknownFields(__v: UnknownFieldSet): Operation
  44. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  45. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Operation → GeneratedMessage
  46. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Operation]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped