ListTopicSnapshotsRequest

object ListTopicSnapshotsRequest extends GeneratedMessageCompanion[ListTopicSnapshotsRequest] with JavaProtoSupport[ListTopicSnapshotsRequest, ListTopicSnapshotsRequest]
Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[ListTopicSnapshotsRequest, ListTopicSnapshotsRequest]
trait GeneratedMessageCompanion[ListTopicSnapshotsRequest]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

implicit
class ListTopicSnapshotsRequestLens[UpperPB](_l: Lens[UpperPB, ListTopicSnapshotsRequest]) extends ObjectLens[UpperPB, ListTopicSnapshotsRequest]

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
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def fromJavaProto(javaPbSource: ListTopicSnapshotsRequest): ListTopicSnapshotsRequest
def javaDescriptor: Descriptor
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(topic: String, pageSize: Int, pageToken: String): ListTopicSnapshotsRequest
def parseFrom(`_input__`: CodedInputStream): ListTopicSnapshotsRequest
def scalaDescriptor: Descriptor
def toJavaProto(scalaPbSource: ListTopicSnapshotsRequest): ListTopicSnapshotsRequest

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
Inherited from
GeneratedMessageCompanion
Inherited from
GeneratedMessageCompanion

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[ListTopicSnapshotsRequest]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[ListTopicSnapshotsRequest]
Inherited from
GeneratedMessageCompanion
Inherited from
GeneratedMessageCompanion
def parseFrom(input: InputStream): ListTopicSnapshotsRequest
Inherited from
GeneratedMessageCompanion
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[ListTopicSnapshotsRequest]
Inherited from
GeneratedMessageCompanion
Inherited from
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[ListTopicSnapshotsRequest]
Inherited from
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, ListTopicSnapshotsRequest]
Inherited from
GeneratedMessageCompanion

Concrete fields

final
lazy
val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit
implicit
def messageCompanion: GeneratedMessageCompanion[ListTopicSnapshotsRequest] & JavaProtoSupport[ListTopicSnapshotsRequest, ListTopicSnapshotsRequest]