Response

com.google.longrunning.operations.Operation$.Result$.Response
final case class Response(value: Any) extends Result

Attributes

Source:
Operation.scala
Graph
Supertypes
trait Result
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type ValueType = Any

Attributes

Source:
Operation.scala

Value members

Concrete methods

override def isResponse: Boolean

Attributes

Definition Classes
Source:
Operation.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source:
Operation.scala
override def response: Option[Any]

Attributes

Definition Classes
Source:
Operation.scala

Inherited methods

Attributes

Inherited from:
Result
Source:
Operation.scala

Attributes

Inherited from:
Result
Source:
Operation.scala

Attributes

Inherited from:
Result
Source:
Operation.scala

Attributes

Inherited from:
Result
Source:
Operation.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source:
GeneratedMessageCompanion.scala