final case class RequestInfo(requestId: String = "", servingData: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[RequestInfo] with Product with Serializable
Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.
- requestId
An opaque string that should only be interpreted by the service generating it. For example, it can be used to identify requests in the service's logs.
- servingData
Any data that was used to serve this request. For example, an encrypted stack trace that can be sent back to the service provider for debugging.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestInfo
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
RequestInfo(requestId: String = "", servingData: String = "", unknownFields: UnknownFieldSet = ...)
- requestId
An opaque string that should only be interpreted by the service generating it. For example, it can be used to identify requests in the service's logs.
- servingData
Any data that was used to serve this request. For example, an encrypted stack trace that can be sent back to the service provider for debugging.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: RequestInfo.type
- Definition Classes
- RequestInfo → GeneratedMessage
- def discardUnknownFields: RequestInfo
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- RequestInfo → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- RequestInfo → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val requestId: String
-
def
serializedSize: Int
- Definition Classes
- RequestInfo → GeneratedMessage
- val servingData: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- RequestInfo → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[RequestInfo, RequestInfo]) ⇒ Mutation[RequestInfo]*): RequestInfo
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withRequestId(__v: String): RequestInfo
- def withServingData(__v: String): RequestInfo
- def withUnknownFields(__v: UnknownFieldSet): RequestInfo
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- RequestInfo → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage