final case class RequestMetadata(callerIp: String = "", callerSuppliedUserAgent: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[RequestMetadata] with Product with Serializable
Metadata about the request.
- callerIp
The IP address of the caller.
- callerSuppliedUserAgent
The user agent of the caller. This information is not authenticated and should be treated accordingly. For example: +
google-api-python-client/1.4.0: The request was made by the Google API client for Python. +Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62: The request was made by the Google Cloud SDK CLI (gcloud). +AppEngine-Google; (+http://code.google.com/appengine; appid: s~my-project: The request was made from themy-projectApp Engine app.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- RequestMetadata
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
RequestMetadata(callerIp: String = "", callerSuppliedUserAgent: String = "", unknownFields: UnknownFieldSet = ...)
- callerIp
The IP address of the caller.
- callerSuppliedUserAgent
The user agent of the caller. This information is not authenticated and should be treated accordingly. For example: +
google-api-python-client/1.4.0: The request was made by the Google API client for Python. +Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62: The request was made by the Google Cloud SDK CLI (gcloud). +AppEngine-Google; (+http://code.google.com/appengine; appid: s~my-project: The request was made from themy-projectApp Engine app.
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
- val callerIp: String
- val callerSuppliedUserAgent: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: RequestMetadata.type
- Definition Classes
- RequestMetadata → GeneratedMessage
- def discardUnknownFields: RequestMetadata
-
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
- RequestMetadata → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- RequestMetadata → 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()
-
def
serializedSize: Int
- Definition Classes
- RequestMetadata → GeneratedMessage
-
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
- RequestMetadata → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[RequestMetadata, RequestMetadata]) ⇒ Mutation[RequestMetadata]*): RequestMetadata
- 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 withCallerIp(__v: String): RequestMetadata
- def withCallerSuppliedUserAgent(__v: String): RequestMetadata
- def withUnknownFields(__v: UnknownFieldSet): RequestMetadata
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- RequestMetadata → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage