Recognized

com.google.rpc.Code$.Recognized
sealed trait Recognized extends Code

Attributes

Source:
Code.scala
Graph
Supertypes
class Code
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object ABORTED.type
object ALREADY_EXISTS.type
object CANCELLED.type
object DATA_LOSS.type
object DEADLINE_EXCEEDED.type
object INTERNAL.type
object INVALID_ARGUMENT.type
object NOT_FOUND.type
object OK.type
object OUT_OF_RANGE.type
object PERMISSION_DENIED.type
object RESOURCE_EXHAUSTED.type
object UNAUTHENTICATED.type
object UNAVAILABLE.type
object UNIMPLEMENTED.type
object UNKNOWN.type

Members list

Concise view

Type members

Inherited types

type EnumType = Code

Attributes

Inherited from:
Code
Source:
Code.scala

Value members

Inherited methods

Attributes

Inherited from:
Code
Source:
Code.scala
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def companion: GeneratedEnumCompanion[Code]

Attributes

Inherited from:
Code
Source:
Code.scala
def index: Int

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
Code
Source:
Code.scala

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Inherited fields

val value: Int

Attributes

Inherited from:
Code
Source:
Code.scala