com.google.protobuf.empty

Members list

Type members

Classlikes

final case class Empty(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Empty]

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs.

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance:

service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

Attributes

Companion
object
Source
Empty.scala
Supertypes
trait Updatable[Empty]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Empty extends GeneratedMessageCompanion[Empty]

Attributes

Companion
class
Source
Empty.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Empty]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
object EmptyProto extends GeneratedFileObject

Attributes

Source
EmptyProto.scala
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
EmptyProto.type