t

io.grpc.binarylog.v1

GrpcLogEntryOrBuilder

trait GrpcLogEntryOrBuilder extends com.google.protobuf.MessageOrBuilder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcLogEntryOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def findInitializationErrors(): List[String]
    Definition Classes
    MessageOrBuilder
  2. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    MessageOrBuilder
  3. abstract def getCallId(): Long

    Uniquely identifies a call. The value must not be 0 in order to disambiguate
    from an unset value.
    Each call may have several log entries, they will all have the same call_id.
    Nothing is guaranteed about their value other than they are unique across
    different RPCs in the same gRPC process.
    

    Uniquely identifies a call. The value must not be 0 in order to disambiguate
    from an unset value.
    Each call may have several log entries, they will all have the same call_id.
    Nothing is guaranteed about their value other than they are unique across
    different RPCs in the same gRPC process.
    

    uint64 call_id = 2;

    returns

    The callId.

  4. abstract def getClientHeader(): ClientHeader

    .grpc.binarylog.v1.ClientHeader client_header = 6;

    .grpc.binarylog.v1.ClientHeader client_header = 6;

    returns

    The clientHeader.

  5. abstract def getClientHeaderOrBuilder(): ClientHeaderOrBuilder

    .grpc.binarylog.v1.ClientHeader client_header = 6;

  6. abstract def getDefaultInstanceForType(): com.google.protobuf.Message
    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  7. abstract def getDescriptorForType(): Descriptor
    Definition Classes
    MessageOrBuilder
  8. abstract def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    MessageOrBuilder
  9. abstract def getInitializationErrorString(): String
    Definition Classes
    MessageOrBuilder
  10. abstract def getLogger(): Logger

    One of the above Logger enum
    

    One of the above Logger enum
    

    .grpc.binarylog.v1.GrpcLogEntry.Logger logger = 5;

    returns

    The logger.

  11. abstract def getLoggerValue(): Int

    One of the above Logger enum
    

    One of the above Logger enum
    

    .grpc.binarylog.v1.GrpcLogEntry.Logger logger = 5;

    returns

    The enum numeric value on the wire for logger.

  12. abstract def getMessage(): Message

    Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
    

    Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
    

    .grpc.binarylog.v1.Message message = 8;

    returns

    The message.

  13. abstract def getMessageOrBuilder(): MessageOrBuilder

    Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
    

    Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
    

    .grpc.binarylog.v1.Message message = 8;

  14. abstract def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    MessageOrBuilder
  15. abstract def getPayloadCase(): PayloadCase
  16. abstract def getPayloadTruncated(): Boolean

    true if payload does not represent the full message or metadata.
    

    true if payload does not represent the full message or metadata.
    

    bool payload_truncated = 10;

    returns

    The payloadTruncated.

  17. abstract def getPeer(): Address

    Peer address information, will only be recorded on the first
    incoming event. On client side, peer is logged on
    EVENT_TYPE_SERVER_HEADER normally or EVENT_TYPE_SERVER_TRAILER in
    the case of trailers-only. On server side, peer is always
    logged on EVENT_TYPE_CLIENT_HEADER.
    

    Peer address information, will only be recorded on the first
    incoming event. On client side, peer is logged on
    EVENT_TYPE_SERVER_HEADER normally or EVENT_TYPE_SERVER_TRAILER in
    the case of trailers-only. On server side, peer is always
    logged on EVENT_TYPE_CLIENT_HEADER.
    

    .grpc.binarylog.v1.Address peer = 11;

    returns

    The peer.

  18. abstract def getPeerOrBuilder(): AddressOrBuilder

    Peer address information, will only be recorded on the first
    incoming event. On client side, peer is logged on
    EVENT_TYPE_SERVER_HEADER normally or EVENT_TYPE_SERVER_TRAILER in
    the case of trailers-only. On server side, peer is always
    logged on EVENT_TYPE_CLIENT_HEADER.
    

    Peer address information, will only be recorded on the first
    incoming event. On client side, peer is logged on
    EVENT_TYPE_SERVER_HEADER normally or EVENT_TYPE_SERVER_TRAILER in
    the case of trailers-only. On server side, peer is always
    logged on EVENT_TYPE_CLIENT_HEADER.
    

    .grpc.binarylog.v1.Address peer = 11;

  19. abstract def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    MessageOrBuilder
  20. abstract def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    MessageOrBuilder
  21. abstract def getSequenceIdWithinCall(): Long

    The entry sequence id for this call. The first GrpcLogEntry has a
    value of 1, to disambiguate from an unset value. The purpose of
    this field is to detect missing entries in environments where
    durability or ordering is not guaranteed.
    

    The entry sequence id for this call. The first GrpcLogEntry has a
    value of 1, to disambiguate from an unset value. The purpose of
    this field is to detect missing entries in environments where
    durability or ordering is not guaranteed.
    

    uint64 sequence_id_within_call = 3;

    returns

    The sequenceIdWithinCall.

  22. abstract def getServerHeader(): ServerHeader

    .grpc.binarylog.v1.ServerHeader server_header = 7;

    .grpc.binarylog.v1.ServerHeader server_header = 7;

    returns

    The serverHeader.

  23. abstract def getServerHeaderOrBuilder(): ServerHeaderOrBuilder

    .grpc.binarylog.v1.ServerHeader server_header = 7;

  24. abstract def getTimestamp(): Timestamp

    The timestamp of the binary log message
    

    The timestamp of the binary log message
    

    .google.protobuf.Timestamp timestamp = 1;

    returns

    The timestamp.

  25. abstract def getTimestampOrBuilder(): TimestampOrBuilder

    The timestamp of the binary log message
    

    The timestamp of the binary log message
    

    .google.protobuf.Timestamp timestamp = 1;

  26. abstract def getTrailer(): Trailer

    .grpc.binarylog.v1.Trailer trailer = 9;

    .grpc.binarylog.v1.Trailer trailer = 9;

    returns

    The trailer.

  27. abstract def getTrailerOrBuilder(): TrailerOrBuilder

    .grpc.binarylog.v1.Trailer trailer = 9;

  28. abstract def getType(): EventType

    .grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;

    .grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;

    returns

    The type.

  29. abstract def getTypeValue(): Int

    .grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;

    .grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;

    returns

    The enum numeric value on the wire for type.

  30. abstract def getUnknownFields(): UnknownFieldSet
    Definition Classes
    MessageOrBuilder
  31. abstract def hasClientHeader(): Boolean

    .grpc.binarylog.v1.ClientHeader client_header = 6;

    .grpc.binarylog.v1.ClientHeader client_header = 6;

    returns

    Whether the clientHeader field is set.

  32. abstract def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  33. abstract def hasMessage(): Boolean

    Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
    

    Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
    

    .grpc.binarylog.v1.Message message = 8;

    returns

    Whether the message field is set.

  34. abstract def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  35. abstract def hasPeer(): Boolean

    Peer address information, will only be recorded on the first
    incoming event. On client side, peer is logged on
    EVENT_TYPE_SERVER_HEADER normally or EVENT_TYPE_SERVER_TRAILER in
    the case of trailers-only. On server side, peer is always
    logged on EVENT_TYPE_CLIENT_HEADER.
    

    Peer address information, will only be recorded on the first
    incoming event. On client side, peer is logged on
    EVENT_TYPE_SERVER_HEADER normally or EVENT_TYPE_SERVER_TRAILER in
    the case of trailers-only. On server side, peer is always
    logged on EVENT_TYPE_CLIENT_HEADER.
    

    .grpc.binarylog.v1.Address peer = 11;

    returns

    Whether the peer field is set.

  36. abstract def hasServerHeader(): Boolean

    .grpc.binarylog.v1.ServerHeader server_header = 7;

    .grpc.binarylog.v1.ServerHeader server_header = 7;

    returns

    Whether the serverHeader field is set.

  37. abstract def hasTimestamp(): Boolean

    The timestamp of the binary log message
    

    The timestamp of the binary log message
    

    .google.protobuf.Timestamp timestamp = 1;

    returns

    Whether the timestamp field is set.

  38. abstract def hasTrailer(): Boolean

    .grpc.binarylog.v1.Trailer trailer = 9;

    .grpc.binarylog.v1.Trailer trailer = 9;

    returns

    Whether the trailer field is set.

  39. abstract def isInitialized(): Boolean
    Definition Classes
    MessageLiteOrBuilder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped