OperationResponseMapping

object OperationResponseMapping extends GeneratedEnumCompanion[OperationResponseMapping]
Companion
class
trait Sum
trait Mirror
trait GeneratedEnumCompanion[OperationResponseMapping]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

@SerialVersionUID(0L)

A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.error.code.

A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.error.code.

@SerialVersionUID(0L)

A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.error.message.

A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.error.message.

@SerialVersionUID(0L)
case

A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.name.

A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.name.

@SerialVersionUID(0L)
case

A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.done. If the annotated field is of an enum type, annotated_field_name == EnumType.DONE semantics should be equivalent to Operation.done == true. If the annotated field is of type boolean, then it should follow the same semantics as Operation.done. Otherwise, a non-empty value should be treated as Operation.done == true.

A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.done. If the annotated field is of an enum type, annotated_field_name == EnumType.DONE semantics should be equivalent to Operation.done == true. If the annotated field is of type boolean, then it should follow the same semantics as Operation.done. Otherwise, a non-empty value should be treated as Operation.done == true.

@SerialVersionUID(0L)

Do not use.

Do not use.

@SerialVersionUID(0L)
final case
class Unrecognized(unrecognizedValue: Int) extends OperationResponseMapping with UnrecognizedEnum

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A
Inherited from
GeneratedEnumCompanion

Value members

Concrete methods

def fromJavaValue(pbJavaSource: OperationResponseMapping): OperationResponseMapping
def fromValue(`__value`: Int): OperationResponseMapping
def javaDescriptor: EnumDescriptor
def scalaDescriptor: EnumDescriptor
def toJavaValue(pbScalaSource: OperationResponseMapping): OperationResponseMapping

Inherited methods

def fromName(name: String): Option[OperationResponseMapping]
Inherited from
GeneratedEnumCompanion

Concrete fields

Implicits

Implicits

implicit
def enumCompanion: GeneratedEnumCompanion[OperationResponseMapping]